• Plugin Author Ahmed Kaludi

    (@ahmedkaludi)


    Here are some possible issues that you must be facing along with the solution
    1. I don’t see the Options panel?
    &
    2. My amp pages are not visible at all?

    Solution:
    http://i.imgur.com/0vvpvYz.png

    Did you notice the plugin installation notification? I guess you have not installed that plugin yet. Please install and activate that plugin. It should resolve this issue.

    • This topic was modified 9 years, 10 months ago by Ahmed Kaludi.
Viewing 12 replies - 1 through 12 (of 12 total)
  • Hi,

    after update to 0.8.2 I’ve got error 500 – site completely unaccessible. I disabled plugin.

    Plugin Author Ahmed Kaludi

    (@ahmedkaludi)

    @1dnmr That’s very strange, We haven’t come across such issue so far. What’s the website URL?

    I already disabled plugin. I know, this is very strange. But it’s true. I repeated twice – install plugin from repository and have error 500

    Where I can download version 0.8.1?

    ok, I found what wrong. Problem in this function:

    
    add_filter( 'the_content', 'the_content_filter', 20 ); 
    function the_content_filter( $content ) { 
         $content = preg_replace('/property[^>]*/', '', $content);
         $content = preg_replace('/vocab[^>]*/', '', $content);
         $content = preg_replace('#<comments-count.*?>(.*?)</comments-count>#i', '', $content);
         $content = preg_replace('/href="javascript:void*/', ' ', $content);
        return $content; 
    }
    

    It can’t be duplicated, I have already the_content_filter in my theme. I moved content from this function to my existed. Problem solved.

    • This reply was modified 9 years, 10 months ago by 1dnmr.
    Plugin Author Ahmed Kaludi

    (@ahmedkaludi)

    @1dnmr THANK you for that! I will fix this in the next urgent update ASAP.

    Regards,
    Ahmed

    I am using Ad Inserter Plugin is there any way to stop its ads being displaying in amp?

    URL: http://www.tech.com.pk/2016/07/mobilink-3g-packages-daily-weekly-monthly.html/amp

    Thank you, you are doing a great job

    Thank you @igor

    Hi,
    I’m having issue when I activate the support plugin.
    When it activated, it shows this error
    “Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line ”
    And the Dashboard become totally unable to access.
    But this time, the front end and amp pages working.
    So I disabled the plugin to access my WP Dashboard.
    Please help to resolve the issue.

    Plugin Author Ahmed Kaludi

    (@ahmedkaludi)

    @deepudas

    What plugins did you had installed along with this plugin, can you list them?

    These are the plugins installed:

    Accelerated Mobile Pages (Disabled because of error)
    Advanced Custom Fields PRO
    AMP
    AnsPress
    AnsPress Email
    BackupBuddy
    CallRail Phone Call Tracking
    Comet Cache
    Crazyegg-Heatmap-Tracking
    Display Widgets
    Gravity Forms
    Gravity Forms Authorize.Net Add-On
    Gravity Forms Infusionsoft Add-On
    Gravity Forms Multi Currency
    Header and Footer
    HTML Page Sitemap
    iThemes Security
    iThemes Sync
    LeadPages connector
    Pretty Link Pro
    pTypeConverter
    SEO Redirection Premium
    Shortcodes Ultimate
    Simple 301 Redirects
    Theme Helper
    User Role Editor
    Visualizer: Charts and Graphs Lite
    Yoast SEO Premium

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘0.8 Update – Possible fixes with solutions’ is closed to new replies.