opeedo
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] Redirect ParametersI am not so inclined please can you tell me what to do
The closest I have seen is this
Redirect ?amp pages https://site.com/article/?amp=12 ? https://site.com/article/ Source ^/(.*?)/\?amp=.* Target /$1/
However, I want to exclude every parameter after /?
Forum: Plugins
In reply to: [AMP] Hide element in AMP “Transitional” modeThank you for your swift response please help me break this down in layman terms.
Here is my code `<div id=’fixedbanner’ style=’position: fixed;left: 0;bottom: 0;width:100%;text-align: center;transition: all .1s ease-in;z-index:999;-webkit-transform:translateZ(0);’>
<div>`When I used <style amp-custom>
#fixedbanner{display:none}
<style> to hide it on AMP it became hidden on Non-AMP.Can you just help me write the code I need to use to hide it on the AMP?
Forum: Plugins
In reply to: [LiteSpeed Cache] Getting Litespeed ErrorHere is the latest report number RLYJRXLU, I have sent report to Litespeed, I hope issue gets resolved very soon.
Forum: Plugins
In reply to: [Schema & Structured Data for WP & AMP] Yoast Schema not workingIs there no way to allow the function together?
There is actually a specific Meta in yoast Schema that I need to use even though I have interest in your plugin
Forum: Plugins
In reply to: [Yoast SEO] Duplicate Schema TypeForum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Author Stats not working@macmanx Please do we have an update?
This monthly report is very key for us as an organisation, that’s how we review our workers’ performance and decide who is / not doing well.Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Author Stats not workingThe stat was showing initially until it disappeared suddenly, I think you should help troubleshoot further, the author stats still shows for daily and weekly it’s just the monthly that does not have
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Author Stats not workingYes that is correct.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Author Stats not workingThe stats is still not functioning properly after 30 hours.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Author Stats not workingAlright we would let you know when it is 24 hours
Forum: Plugins
In reply to: [AMP] wp_footer(); Not working in your standard mode AMPThe thinking is that if the sidebar is broken, users would not be able to navigate around the site on AMP, and this could reduce the amount of traffic for AMP visitors.
No, this does not actually affect traffic much since most of these visitors come in via Google Search, the interestingly weird thing is when I switch to AMP
Standard Mode
Jetpack stops recording inbound traffic details completely as if no one is coming in from Search.Forum: Plugins
In reply to: [AMP] wp_footer(); Not working in your standard mode AMPNo, I want the site fully in standard mode, no separate AMP page.
The beauty of this is after going through this trouble successfully this resource would be available for everyone to use.Meanwhile, I just discovered the two javascript below are being blocked in AMP. That is why AMP is unable to measure stat in standard mode.
<script type='text/javascript' src='{$script}' async='async' defer='defer'></script> <script type='text/javascript'> _stq = window._stq || []; _stq.push([ 'view', {{$data_stats_array}} ]); _stq.push([ 'clickTrackerInit', '{$data['blog']}', '{$data['post']}' ]); </script>
The scripts are located stats.php in jetpack plugin
Forum: Plugins
In reply to: [AMP] wp_footer(); Not working in your standard mode AMPI see that this issue is beyond the sidebar, The Sidebar is in the body and has nothinng to do with the footer where jetpact pixel his, my Footer does not appear broken and other codes including Google Analytics and others are working perfectly from my footer.
The issue is with Jetpack stat I see someone raising an issue Here also.And I see you’ve raised a Github,can you help talk to Jetpack to have this issue resolved ASAP?
Forum: Plugins
In reply to: [AMP] wp_footer(); Not working in your standard mode AMPAlright, i’d look up the links you sent to me, I, however, reached out to the theme support and I was told the sidebar was not working because AMP does not support javascript.
Secondly i’d like to ask can the sidebar not working kill the jetpack stat?
Forum: Plugins
In reply to: [AMP] wp_footer(); Not working in your standard mode AMPI have now switched to the Transitional mode my amp pages now have exactly the same look as the none amp.