FTP #button-contact-vr { position: fixed; bottom: 0; z-index: 99999; } /*phone*/ #button-contact-vr .button-contact { position: relative; margin-top: -5px; } #button-contact-vr .button-contact .phone-vr { position: relative; visibility: visible; background-color: transparent; width: 90px; height: 90px; cursor: pointer; z-index: 11; -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0); transition: visibility .5s; left: 0; bottom: 0; display: block; } .phone-vr-circle-fill { width: 65px; height: 65px; top: 12px; left: 12px; position: absolute; box-shadow: 0 0 0 0 #c31d1d; background-color: rgba(230, 8, 8, 0.7); border-radius: 50%; border: 2px solid transparent; -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out; animation: phone-vr-circle-fill 2.3s infinite ease-in-out; transition: all .5s; -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-animuiion: zoom 1.3s infinite; animation: zoom 1.3s infinite; } .phone-vr-img-circle { background-color: #e60808; width: 40px; height: 40px; line-height: 40px; top: 25px; left: 25px; position: absolute; border-radius: 50%; overflow: hidden; display: flex; justify-content: center; -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out; animation: phone-vr-circle-fill 1s infinite ease-in-out; } .phone-vr-img-circle a { display: block; line-height: 37px; } .phone-vr-img-circle img { max-height: 25px; max-width: 27px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); } @-webkit-keyframes phone-vr-circle-fill { 0% {-webkit-transform: rotate(0) scale(1) skew(1deg); } 10% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);} 20% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);} 30% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);} 40% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);} 50% {-webkit-transform: rotate(0) scale(1) skew(1deg);} 100% {-webkit-transform: rotate(0) scale(1) skew(1deg);} } @-webkit-keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}@keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}} .phone-bar a { position: absolute; margin-top: -65px; left: 30px; z-index: -1; color: #fff; font-size: 16px; padding: 7px 15px 7px 50px; border-radius: 100px; white-space: nowrap; } .phone-bar a:hover { opacity: 0.8;color: #fff; } @media(max-width: 736px){ .phone-bar{display: none;} } #zalo-vr .phone-vr-circle-fill { box-shadow: 0 0 0 0 #2196F3; background-color: rgba(33, 150, 243, 0.7); } #zalo-vr .phone-vr-img-circle { background-color: #2196F3; } #viber-vr .phone-vr-circle-fill { box-shadow: 0 0 0 0 #714497; background-color: rgba(113, 68, 151, 0.8); } #viber-vr .phone-vr-img-circle { background-color: #714497; } #contact-vr .phone-vr-circle-fill { box-shadow: 0 0 0 0 #2196F3; background-color: rgba(33, 150, 243, 0.7); } #contact-vr .phone-vr-img-circle { background-color: #2196F3; } div#whatsapp-vr .phone-vr .phone-vr-circle-fill { box-shadow: 0 0 0 0 #1fd744; background-color: rgb(35 217 72 / 70%); } div#whatsapp-vr .phone-vr .phone-vr-img-circle { background: #1cd741; } div#whatsapp-vr .phone-vr .phone-vr-img-circle img { max-width: 100%; max-height: 100%; border-radius: 50%; } #fanpage-vr img { max-width: 35px; max-height: 35px; } #fanpage-vr .phone-vr-img-circle { background-color: #1877f2; } #fanpage-vr .phone-vr-circle-fill { box-shadow: 0 0 0 0 rgb(24 119 242 / 65%); background-color: rgb(24 119 242 / 70%); } /*css all in one*/ #gom-all-in-one .button-contact { transition: 1.6s all; -moz-transition: 1.6s all; -webkit-transition: 1.6s all; } #button-contact-vr.active #gom-all-in-one .button-contact { margin-left: -100%; } #all-in-one-vr .phone-bar { position: absolute; top: 50%; transform: translateY(-50%); left: 100%; color: #fff; padding: 5px 15px 5px 48px; border-radius: 50px; margin-left: -64px; width: max-content; cursor: pointer; } #popup-showroom-vr, div#popup-form-contact-vr { display: none; } #popup-showroom-vr.active, div#popup-form-contact-vr.active { display: block; position: fixed; width: 100%; height: 100vh; top: 0; left: 0; z-index: 99999; } .bg-popup-vr { position: absolute; left: 0; top: 0; background: rgb(51 51 51 / 50%); width: 100%; height: 100vh; } .content-popup-vr { background: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 95%; border-radius: 5px; box-shadow: 0 0 14px 5px rgb(0 0 0 / 49%); max-width: 600px; display: flex; } .content-popup-vr input, .content-popup-vr textarea { width: 100%; max-height: 100px; min-height: 38px; border: 1px solid #b1b1b1; margin-bottom: 10px; padding: 0 7px; background: #fff; } .content-popup-vr label { width: 100%; } .content-popup-vr input.wpcf7-form-control.wpcf7-submit { max-width: fit-content; padding: 5px 32px 2px; background: #2196f3; border: 0; color: #fff; font-size: 16px; border-radius: 5px; margin: 10px auto 0; display: block; box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 29%); font-weight: 400;min-height: auto;line-height: 30px;} .content-popup-vr input.wpcf7-form-control.wpcf7-submit:hover { opacity: 0.7; } .content-popup-vr .close-popup-vr { font-family: sans-serif; width: 23px; height: 23px; background: black; position: absolute; top: -10px; right: -10px; color: #fff; text-align: center; line-height: 23px; font-size: 17px; border-radius: 50%; cursor: pointer; } .content-popup-vr .close-popup-vr:hover { background: #b50000; } .content-popup-vr .content-popup-div-vr { width: 100%; padding: 25px; } .content-popup-vr .content-popup-img-vr { width: 100%; max-width: 45%; border-radius: 10px 0 0 10px; overflow: hidden; } #loco-top, #loco-bottom { display: block; } #loco-top .content-popup-img-vr, div#popup-form-contact-vr #loco-bottom .content-popup-img-vr { max-width: 100%; text-align: center; } #contact-showroom.no-event a { pointer-events: none; } .content-popup-vr .content-popup-div-vr ul {color: #333;list-style: none;font-size: 15px;} @media(max-width: 673px){ div#popup-form-contact-vr .content-popup-vr { display: block; } div#popup-form-contact-vr .content-popup-vr .content-popup-img-vr { max-width: 100%; display: none; } } Weekly News: Twitter Accepts Elon Musk’s $43B Purchase Offer - TopListWP
8.6 C
New York
Tuesday, December 10, 2024
Eduma Premium Education WordPress Theme

Weekly News: Twitter Accepts Elon Musk’s $43B Purchase Offer

Twitter Accepts Elon Musk’s $43B Purchase Offer

Reuters is reporting this morning that Twitter’s board may announce its acceptance of Elon Musk’s offer to purchase Twitter for $54.20 per share.

The news agency cites “people familiar with the matter” in its coverage and notes that these sources said the deal could always collapse at the last minute.

The New York Times reports that Twitter’s board met with Musk Sunday and that discussions continued into the early hours this morning.

Musk acquired a 9.1% stake in Twitter on April 4, making him the company’s largest shareholder.

Twitter announced that Musk would be joining its board; however, Tesla’s CEO announced on April 9 via Twitter that he had declined that offer.

Had he accepted the board seat, Musk’s stake in Twitter would have been limited to no more than 14.9% for the duration of his service, plus 90 days.

Can Musk Actually Afford To Buy Twitter?

In short, yes.

But it will take some creative financing.

Updated April 25, 2022, 4:15pm ET

Twitter confirmed in a press release distributed this afternoon that it has agreed to the acquisition.

Elon Musk will wholly own the entity acquiring Twitter for $54.20 per share to be paid in cash.

The purchase price presents a 38% premium on the share price as of April 1, 2022, the last day prior to Musk’s purchase of 9.1% of Twitter’s stock, the release notes.

The transaction is expected to close in 2022 and was unanimously approved by Twitter’s board of directors.

Source: Twitter Accepts Elon Musk’s $43B Purchase Offer

Beware of fake DMCA link requests by AI-generated lawyers

Have you recently received a DMCA copyright infringement notice through email from a personal claiming to be a lawyer? Well, that email might be a scam and the lawyer who emailed you might not be a real person, but rather an AI generated persona for a lawyer at a fake law firm. That is what The Next Web uncovered in a recent report about such a DMCA request.

What is a DMCA request. A DMCA request is when someone requests the removal of content or a web page due to copyright violations. DMCA stands for Digital Millennium Copyright Act and it is used to have hosting companies, Google and web site owners remove content that infringes on copyright.

What is the scam. In this case, the fake machine generated lawyer is emailing sites claiming DMCA copyright infringement and instead of having the site remove the content, they are asking for a link instead. The email says first starts off threatening, as most legal notices sound, but it ends saying “our client is happy for their image to be used and shared across the internet. However, proper image credit is due for the past or ongoing usage.” The proper image credit should be done with “a link to” the site “within 7 days.” “Otherwise, we are required to take legal action,” the email continues.

Read more:  Weekly News: Facebook confirms ‘massive ranking failure’

In short, the scam is to threaten copyright legal action for a link to a site.

Here is a copy of the email:

nicole palmer email

Fake lawyers. It gets even more creepy, as this reporter dug into this issue, they investigated who Arthur Davidson Legal Services was. The law firms site looked legit but the domain name was only registered this year but the site claims the firm has been around for many years. He then dug into the profile of Nicole Palmer and learned that she never existed, that she was made up by AI, by a generative adversarial network, a deep learning model that can be trained to create faces, art, or anything else. This is her photo, notice how the earrings and other aspects don’t exactly line up:

nicole palmer

It is just pretty wild how far scammers will go to manipulate the Google search rankings.

Source: Beware of fake DMCA link requests by AI-generated lawyers

Brands plan to invest more in search in the next 12 months

With more people working from home, the lines between work and personal time are more blurred than ever. As such, a new report by Forrester, done on behalf of Microsoft, says there is a new persona that brands and marketers need to be aware of: the “workday consumer.”

What is a workday consumer? They are online more often than before the pandemic. They switch between work and personal to-do lists throughout the day. And they use work devices, tools and software for personal purposes. 

Key search stats. 

  • 75%: The number of respondents who said search has become more important to their brand’s online advertising strategies.
  • 70%: The amount of budget going to digital channels within the next 12 months, including search, social, online video and display advertising. (Before the pandemic, 58% of paid media went to digital).
  • 60%: The percentage of companies planning to increase advertising budget for search, online video and display advertising in the next 12 months.
  • 16%: The percentage of brand respondents who said their brand plans to increase its paid search advertising budget by more than 10% over the next 12 months.
  • 88%: The percentage of respondents who said their brand plans to advertise on three or more search engines over the next 12 months. Currently, 92% of brand respondents said their company advertises on two or more search engines.
Read more:  Weekly News: Google launches automated vehicle ads

Key recommendation for search marketers. Workday consumers research products and services in between work tasks. So if you want to attract, convert and retain these people, make sure your messaging, content and ads go beyond simple demographics and past behavior.

Source: Brands plan to invest more in search in the next 12 months

WordPress 6.0 Features Numerous Accessibility Improvements

wordpress accessibility

WordPress recently announced that version 6.0, due out in May 24, 2022, will feature a significant amount of accessibility improvements that will make using WordPress easier for users and bring it closer to WCAG 2.0 AA compliance.

WordPress Accessibility

WordPress maintains inclusiveness and accessibility as a core goal “as much as possible” for all WordPress releases.

In order to achieve this goal WordPress has an internal team that is focused on accessibility.

Accessibility Improvements in WordPress 6.0

WordPress offered a sneak preview of the numerous improvements coming to WordPress 6.0, currently scheduled for May 24, 2022.

Alt Text

An improvement to the alt text used on the featured image is to use the post title as the alt text for it when the featured image is linked to the post.

Improvements to Tabbing

WordPress noted an addition that allows tabbing into a block placeholder.

Screen Reader Related Improvements

A number of the improvements are related to making it easier for publishers who use screen readers to navigate through the blocks and get things done.

  • Announce search results in the Block Manager.
  • Ensure that blocks with a placeholder setup have their description read by VoiceOver, giving context for the block itself and the resulting controls.
  • Improve successful draft save notification for screen readers by making it more descriptive.
  • Add button text labels to site editor.
  • Avoid duplicate labels for “Save Draft” and “Save as pending” buttons to reduce confusion

Aria-Related Accessibility Fixes to WordPress 6.0

Read more:  Weekly News: Google Local Search Ranking Algorithm Update Last Week

This is an improvement that one of the WordPress contributors called a small change that resulted in an important improvement. This is about adding a role=”img” tag but without adding an aria-label to SVGs. So what they did was to remove the role attribute, which fixed the issue.

Improvements to the Navigation Block

The improvements to the navigation block are going to be welcomed by many

For example, several of the fixes make it easier for those using screen readers to understand situations where there are multiple navigation menu blocks, like a high level site navigation menu and a second level menu for categories, as well as improving the user interface feedback for screen readers when creating a new menu.

There are additional improvements to various other blocks, including the addition of an aria label to the search button.

Improvements to WordPress List View

The List View is a user interface for navigating through sections of content.

The list view interface is available through an icon at the top of the page in the WordPress toolbar.

list view wordpress

Activating the icon through the toggle button reveals the drop down menu that stays open while in use.

Improvements to Handling Media

WordPress is also introducing improvements to how media is handled.

Additional Accessibility Improvements

WordPress 6.0 also improves screen reader and keyboard functionality in the Quick/Bulk editing, fixes issues with the login and registration buttons to add autocomplete values but in a way that doesn’t represent a security issue since the values are stored in the browser (more here).

Lastly there were miscellaneous accessibility improvements to official WordPress themes:

  • “Twenty Nineteen: Override flex order in comment form.
  • Twenty Twenty: Transform search into a dialog role and fix the handling of aria-expanded to synchronize mobile and desktop buttons.
  • Twenty Twenty-One: Reverse logic for prefers-reduced-motion media query.
  • Use the pointer cursor when hovering over the theme details button for consistency with the theme card.”

WordPress 6.0 Accessibility

The WordPress accessibility team put a lot of effort into making WordPress 6.0 accessible and inclusive, in accordance with their stated goal of making WordPress WCAG 2.0 AA compliant as possible.

Source: WordPress 6.0 Features Numerous Accessibility Improvements

More News:

TikTok’s In-Feed Ads get more visual with Interactive Add-Ons

WhatsApp is bringing polls to group chats: Here’s how it will work

Pinterest for WooCommerce extension turns products into shoppable pins

Related Articles

Ücretsiz Demo Oyna $1000+’lık Slot Bonu

Ücretsiz Demo Oyna $1000+'lık Slot BonusSweet Bonanzaana Sayfamıza Hoş Geldiniz! Eğlenceli OyunlarContentSweet Bonanza’da Gerçek Nakit Ödüller Kazanabilir Miyim? Çarpan Sembolleri Ve ÖdemeleriOyunun HikayesiSlot Sweet...

Mostbet Apostas Esportivas & Cassin

Mostbet Apostas Esportivas & CassinoMostbet Portugal Online Casino E Apostas Esportivas Numa Odaie De Apostas"ContentEscolha Tua Moeda E Confirme Que Tem Mais De 18 Anos...

“пин Ап Казино и Казахстане%3A Официальный Сайт Pin Up Казин

"пин Ап Казино и Казахстане%3A Официальный Сайт Pin Up КазиноPin Up Kz Исследуйте Захватывающий мире Казино Pin Up И Выигрывайте большие ПризыContentИграйте В самые...

Weekly News: Google to enforce unique product identifiers on free merchant listings

Google to enforce unique product identifiers on free merchant listings Google will start enforcing the requirements to have unique product identifiers on your product listing...

Resmi Sitesi Çevrimiçi Oyna, Para İle Oyn

Resmi Sitesi Çevrimiçi Oyna, Para İle OynaSweet Bonanza Oyna Kazanma Taktikleri Demonstration Veya ParalıContentSweet Bonanza Slot Özellikleri Ve İpuçlarıÖzellikler Ve BonuslarKazanma Taktikleri Var Mı?...
Latest Articles