Forum Replies Created
-
AuthorPosts
-
October 5, 2021 at 9:23 am in reply to: No-Indexed Pages (Through RankMath) Still Showing in Sitemap #3570
Techy Online
Keymaster1. This is due to caching issues.
Can you please follow these steps?
1.1. Flush the Sitemap cache by following this video screencast:
Screen Capture on 2020-10-22 at 23-33-361.2. Exclude the Sitemap files of the Rank Math plugin in your caching plugin. The cache could be via a plugin or from the server. For plugins or Cloudflare, please follow this article:
2. You can’t move pages around the sitemap structure as the sitemap was generated based on the Post type.
Let me know if this helps or fixes your issue. We are looking forward to helping you.
July 28, 2021 at 4:17 pm in reply to: Adwords – Ad Disapproved – Malicious or unwanted software #3564Techy Online
KeymasterPossible Ways to Find Malicious Code in WordPress:
- Check all WordPress files and database with help of scanner tool and identify the changes that have been made close to the date when your ads were disapproved.
- Check for changes such as Install, Update, Addition of any code/plugin/file/js/css etc being made by the developer or hosting company close to the date of disapproval of ads.
- Check Google console to see if your website is blacklisted in google. Read more on Google blacklisting warning message
- Use different plugins to find the code.
- Try to remove any suspicious base64_decode, eval, referrer, decoded payload etc.
- Get help from your hosting provider or avail services of a security provider having expertise in WordPress, to scan the website for you.
- Analyze your website with our malware scanner. Because the presence of malware is the most common cause of ad suspension, this scan reveals any hidden malware.
- Repair the infected files. Once you have analyzed your website, you will be able to identify the malware or viruses in your ads or on your website. We may also help you remove malware from wordpress site and repairing files in delivering the ads online. Once all infections are removed, you must resubmit your ads. If the infections are completely removed, the approval must be automatic.
July 28, 2021 at 4:14 pm in reply to: Adwords – Ad Disapproved – Malicious or unwanted software #3563Techy Online
KeymasterI’ve had this once, and the solution was to repeatedly tell them that a jpg cannot be malicious and to escalate the case. The Google Ads support persons do not have the same tools, and their opinion is irrelevant. They need to pass your query on to the malicious links team.
July 28, 2021 at 4:05 pm in reply to: Adwords – Ad Disapproved – Malicious or unwanted software #3561Techy Online
KeymasterPossible causes of Google Ads Disapproved Due To Malicious or unwanted software
- Outgoing URLs on the landing page use http when the landing page is secured via https.
- Images hosted on software not approved by Google Ads.
- There are redirects to the domain or landing page URL.
- WordPress plugins are considered malicious by Google.
- Custom scripts added to the landing page refer to external content considered malicious by Google.
- You’ve included automatic downloads on the landing page: In Google, “The download of the software should only begin when
the user has consented to the download by clicking on a clearly labelled download button.” - You have included form fields that invite the visitor to submit sensitive information: In Google, “The software must not collect sensitive information such as bank details without proper encryption.”
- False representation of expected content, for example:
“An ad that contains only the words “Download” or “Play” without identifying the software for which it is advertising.
A “Play” button that leads to a download. - An ad that mimics the appearance of the publisher’s website and claims to offer content (for example, a movie) but instead leads to independent software.
- Website images can also contain malware or embedded code which can trigger RED FLAG in Google and get your ads disapproved.
Techy Online
KeymasterYou’re in the less program, which makes the output of git log scrollable.
Type q to exit this screen. Type h to get help.
If you don’t want to read the output in a pager and want it to be just printed to the terminal define the environment variable GIT_PAGER to cat or set core.pager to cat (execute git config –global core.pager cat).
May 15, 2020 at 6:22 am in reply to: How to resize the Google noCAPTCHA reCAPTCHA ? Can you please explain Responsive recaptcha styles? #2783Techy Online
Keymaster#rc-imageselect, .g-recaptcha { transform:scale(0.77); -webkit-transform:scale(0.77); transform-origin:0 0; -webkit-transform-origin:0 0; }
-
This reply was modified 4 years, 9 months ago by
Techy Online.
-
This reply was modified 4 years, 9 months ago by
Techy Online.
Techy Online
Keymasteradd_action(‘after_setup_theme’, ‘remove_admin_bar’); function remove_admin_bar() { $user_id = get_current_user_id() ; $role -= bbp_get_user_display_role($user_id) ; if (role == ‘bbp_participant’ { show_admin_bar(false); } }
BEST ANSWER
Techy Online
Keymaster$('.video-js').attr('controls',true); Alternatively if you're using jQuery 1.6+ you may/should use $(".video-js").prop("controls",true);
Best Answer
-
This reply was modified 4 years, 10 months ago by
Techy Online.
Techy Online
KeymasterI got the solution. Just enter a message on messagebox and submit. My plugin is live now. Thank You. https://wordpress.org/plugins/cf7-redirection/
-
AuthorPosts