Techy Online

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • Techy Online
    Keymaster

    1. 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-36

    1.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:

    How To Exclude Rank Math Sitemaps from Caching

    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.

    Techy Online
    Keymaster

    Possible 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.
    Techy Online
    Keymaster

    I’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.

    Techy Online
    Keymaster

    Possible 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.
    in reply to: How to exit git log or git diff? #3560
    Techy Online
    Keymaster

    You’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).

    Techy 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 3 years, 11 months ago by Techy Online.
    • This reply was modified 3 years, 11 months ago by Techy Online.
    in reply to: Denied ‘Participant’ User Role to Dashboard #2721
    Techy Online
    Keymaster
    
    
    add_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

    in reply to: Add controls attribute to video element using jQuery #2706
    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

    in reply to: Tortoise SVN showing Commit Failed #2680
    Techy Online
    Keymaster

    I got the solution. Just enter a message on messagebox and submit. My plugin is live now. Thank You. https://wordpress.org/plugins/cf7-redirection/

Viewing 9 posts - 1 through 9 (of 9 total)