opeedo
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP] wp_footer(); Not working in your standard mode AMPThe site uses the Non-AMP version original theme design when I activate Standard Mode
The traffic has been working fine now since I reverted to legacy mode but I really want to use the site in Standard Mode
See my current stat below https://www.naijanews.com/wp-content/uploads/2020/09/Capture.pngForum: Plugins
In reply to: [AMP] wp_footer(); Not working in your standard mode AMP@westonruter Thank you so much I’d like to follow up on this and see how Automattic helps in resolving the issue.
Don’t know if this might help, but I observe that when
Standard Mode
is activated, jetpack stat hardly report organic traffic from google. The little it reports is from direct traffic.- This reply was modified 4 years, 6 months ago by opeedo.
Forum: Plugins
In reply to: [AMP] wp_footer(); Not working in your standard mode AMPHello @westonruter
Please find the stat details after I reverted to transitional mode for wordpress.The traffic soared.
See the image below.
https://www.naijanews.com/wp-content/uploads/2020/09/Screenshot_20200914-070557.pngForum: Plugins
In reply to: [AMP] wp_footer(); Not working in your standard mode AMPYes, I did, as a matter of fact, I had experienced this issue on our main site, from an average of 250K views, stats declined to about 100k, that was when I decided to stop implementation and run the test on the subdomain till things are perfect.
Forum: Plugins
In reply to: [AMP] wp_footer(); Not working in your standard mode AMPSee the image attached ==> https://www.naijanews.com/wp-content/uploads/2020/09/screencapture-hausa-naijanews-wp-admin-admin-php-2020-09-12-08_04_13.png.
Jetpack stat declined immediately I activated
standard mode
AMP.
However, anytime I deactivate thestandard mode
, the starts improving withing minutesForum: Plugins
In reply to: [AMP] wp_footer(); Not working in your standard mode AMPI had opened an earlier ticket saying that
Jetpack stat
was not working properly inStandard Mode
on my website.
Website is https://hausa.naijanews.com, I checked and observed that wp_footer(); is present.Please see my code below
_________________________________________________________________________________________
</div><!–mvp-main-body-wrap–>
<footer id=”mvp-foot-wrap” class=”left relative”>
<div id=”mvp-foot-top” class=”left relative”>
<div class=”mvp-main-box”>
<div id=”mvp-foot-logo” class=”left relative”>
<?php if(get_option(‘mvp_logo_foot’)) { ?>
“>” alt=”<?php bloginfo( ‘name’ ); ?>” data-rjs=”2″ />
<?php } else { ?>
“>/images/logos/logo-large.png” alt=”<?php bloginfo( ‘name’ ); ?>” data-rjs=”2″ />
<?php } ?>
</div><!–mvp-foot-logo–>
<div id=”mvp-foot-soc” class=”left relative”>
<ul class=”mvp-foot-soc-list left relative”>
<?php if(get_option(‘mvp_facebook’)) { ?>- ” target=”_blank” class=”fa fa-facebook fa-2″>
- ” target=”_blank” class=”fa fa-twitter fa-2″>
- ” target=”_blank” class=”fa fa-pinterest-p fa-2″>
- ” target=”_blank” class=”fa fa-instagram fa-2″>
- ” target=”_blank” class=”fa fa-google-plus fa-2″>
- ” target=”_blank” class=”fa fa-youtube-play fa-2″>
- ” target=”_blank” class=”fa fa-linkedin fa-2″>
- ” target=”_blank” class=”fa fa-tumblr fa-2″>
<?php } ?>
<?php if(get_option(‘mvp_twitter’)) { ?><?php } ?>
<?php if(get_option(‘mvp_pinterest’)) { ?><?php } ?>
<?php if(get_option(‘mvp_instagram’)) { ?><?php } ?>
<?php if(get_option(‘mvp_google’)) { ?><?php } ?>
<?php if(get_option(‘mvp_youtube’)) { ?><?php } ?>
<?php if(get_option(‘mvp_linkedin’)) { ?><?php } ?>
<?php if(get_option(‘mvp_tumblr’)) { ?><?php } ?>
</div><!–mvp-foot-soc–>
<div id=”mvp-foot-menu-wrap” class=”left relative”>
<div id=”mvp-foot-menu” class=”left relative”>
<?php wp_nav_menu(array(‘theme_location’ => ‘footer-menu’, ‘fallback_cb’ => ‘false’)); ?>
</div><!–mvp-foot-menu–>
</div><!–mvp-foot-menu-wrap–>
</div><!–mvp-main-box–>
</div><!–mvp-foot-top–>
<div id=”mvp-foot-bot” class=”left relative”>
<div class=”mvp-main-box”>
<div id=”mvp-foot-copy” class=”left relative”>
<p><?php echo wp_kses_post(get_option(‘mvp_copyright’)); ?></p>
</div><!–mvp-foot-copy–>
</div><!–mvp-main-box–>
</div><!–mvp-foot-bot–>
</footer>
</div><!–mvp-site-main–>
</div><!–mvp-site-wall–>
</div><!–mvp-site–>
<div class=”mvp-fly-top back-to-top”>
<i class=”fa fa-angle-up fa-3″></i>
</div><!–mvp-fly-top–>
<div class=”mvp-fly-fade mvp-fly-but-click”>
</div><!–mvp-fly-fade–>
<?php wp_footer(); ?></body>
</html>The wp_footer() is present on my website please take a look at my footer script below
______________________________________________________________________________________</div><!–mvp-main-body-wrap–>
<footer id=”mvp-foot-wrap” class=”left relative”>
<div id=”mvp-foot-top” class=”left relative”>
<div class=”mvp-main-box”>
<div id=”mvp-foot-logo” class=”left relative”>
<?php if(get_option(‘mvp_logo_foot’)) { ?>
“>” alt=”<?php bloginfo( ‘name’ ); ?>” data-rjs=”2″ />
<?php } else { ?>
“>/images/logos/logo-large.png” alt=”<?php bloginfo( ‘name’ ); ?>” data-rjs=”2″ />
<?php } ?>
</div><!–mvp-foot-logo–>
<div id=”mvp-foot-soc” class=”left relative”>
<ul class=”mvp-foot-soc-list left relative”>
<?php if(get_option(‘mvp_facebook’)) { ?>- ” target=”_blank” class=”fa fa-facebook fa-2″>
- ” target=”_blank” class=”fa fa-twitter fa-2″>
- ” target=”_blank” class=”fa fa-pinterest-p fa-2″>
- ” target=”_blank” class=”fa fa-instagram fa-2″>
- ” target=”_blank” class=”fa fa-google-plus fa-2″>
- ” target=”_blank” class=”fa fa-youtube-play fa-2″>
- ” target=”_blank” class=”fa fa-linkedin fa-2″>
- ” target=”_blank” class=”fa fa-tumblr fa-2″>
<?php } ?>
<?php if(get_option(‘mvp_twitter’)) { ?><?php } ?>
<?php if(get_option(‘mvp_pinterest’)) { ?><?php } ?>
<?php if(get_option(‘mvp_instagram’)) { ?><?php } ?>
<?php if(get_option(‘mvp_google’)) { ?><?php } ?>
<?php if(get_option(‘mvp_youtube’)) { ?><?php } ?>
<?php if(get_option(‘mvp_linkedin’)) { ?><?php } ?>
<?php if(get_option(‘mvp_tumblr’)) { ?><?php } ?>
</div><!–mvp-foot-soc–>
<div id=”mvp-foot-menu-wrap” class=”left relative”>
<div id=”mvp-foot-menu” class=”left relative”>
<?php wp_nav_menu(array(‘theme_location’ => ‘footer-menu’, ‘fallback_cb’ => ‘false’)); ?>
</div><!–mvp-foot-menu–>
</div><!–mvp-foot-menu-wrap–>
</div><!–mvp-main-box–>
</div><!–mvp-foot-top–>
<div id=”mvp-foot-bot” class=”left relative”>
<div class=”mvp-main-box”>
<div id=”mvp-foot-copy” class=”left relative”>
<p><?php echo wp_kses_post(get_option(‘mvp_copyright’)); ?></p>
</div><!–mvp-foot-copy–>
</div><!–mvp-main-box–>
</div><!–mvp-foot-bot–>
</footer>
</div><!–mvp-site-main–>
</div><!–mvp-site-wall–>
</div><!–mvp-site–>
<div class=”mvp-fly-top back-to-top”>
<i class=”fa fa-angle-up fa-3″></i>
</div><!–mvp-fly-top–>
<div class=”mvp-fly-fade mvp-fly-but-click”>
</div><!–mvp-fly-fade–>
<?php wp_footer(); ?>
</body>
</html>Forum: Plugins
In reply to: [AMP] AMP loading in development modeNo, it is not wp-footer() in my footer.php.
please can you give me a code I can add in my functions.php to resolve this issue?Forum: Plugins
In reply to: [AMP] AMP loading in development mode@westonruter
apologies, I meant hausa.naijanews.com which is a subdomain under naijanews.com, we are trying to test project with our subdomain before using the main site.So the issue is with hausa.naijanews.com, it has been set to Standard AMP mode.
How do we proceed?- This reply was modified 4 years, 7 months ago by opeedo.
Forum: Plugins
In reply to: [AMP] AMP loading in development modeThanks @westonruter,
I am actually using AMP for WordPress and not AMP for WP, as a matter of fact, I just upgraded to 2.0 a few minutes ago.I am using the Standard Mode so there is a single theme and there is a single version of my content.
Forum: Plugins
In reply to: [AMP] AMP loading in development modeHi there,
Jetpack stats tracking pixel are not working on the AMP
Its function is missing called wp_footer(), stats tracking code is missing on our website, naijanews.com
Forum: Plugins
In reply to: [AMP] AMP loading in development modeThanks for the swift response, the main issue that I have is the fact that jetpack pixels are not functioning effectively on the website because the website is fully AMP, AMP keeps removing the script needed for start
Forum: Plugins
In reply to: [ShareThis Share Buttons] AMP PluginNothing else, it just seems that ShareThis is very laid back, other sharing plugins have moved on!
Thank you for the swift response. I check my source code and I see some amp elements there, if the Pixels needed to track WP stats is missing can you paste it here and tell me where precisely to place it on my website so that I can effectively track my statistics.
It is very important because we have migrated our site to make it completely AMP.
- This reply was modified 4 years, 7 months ago by opeedo.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Site stat not correct at allSorry to bring up this topic again, the truth is the stats are far from being accurate but aside that another issue is that the country stat is not correct, it is showing South Africa as the major source of traffic.
Beyond doubt, almost 90% of our traffic is from Nigeria as we are an indigenous website
Please find screenshots attached below
https://prnt.sc/mm2e0n
https://prnt.sc/mm2fia- This reply was modified 6 years, 1 month ago by opeedo.