shariarkuasa
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP] Amp ads + Regular ads within content through functions in paired modeCan you help me to alter the code that I can put in the functions.php
this part
add_filter( ‘the_content’, ‘prefix_insert_post_ads’ );
function prefix_insert_post_ads( $content ) {
$ad_code = ‘<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<ins class=”adsbygoogle”
style=”display:block; text-align:center;”
data-ad-format=”fluid”
data-ad-layout=”in-article”
data-ad-client=”ca-pub-5367747358451280″
data-ad-slot=”5639820018″>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>’;similar to
<?php if ( function_exists( ‘is_amp_endpoint’ ) && is_amp_endpoint() ) : ?><amp-ad
layout=”fixed-height”
height=100
type=”adsense”
data-ad-client=”ca-pub-5367747358451280″
data-ad-slot=”1919115743″>
</amp-ad><?php else : ?><div class=”top-ad”><style>
.gas_below_title { width: 320px; height: 100px; }
@media(min-width: 500px) { .gas_below_title { width: 435px; height: 300px; } }
@media(min-width: 800px) { .gas_below_title { width: 728px; height: 90px; } }
</style>
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<!– GetAndroidStuff Below Title –>
<ins class=”adsbygoogle gas_below_title”
style=”display:inline-block”
data-ad-client=”ca-pub-5367747358451280″
data-ad-slot=”2618604399″>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div><?php endif; ?>Forum: Fixing WordPress
In reply to: Can't access site admin after upgradeThat works like a charm. Thanks for saving my day.
Forum: Themes and Templates
In reply to: [Bharat] Responsive LogoShare the website address so a good hand can have a look.
Forum: Everything else WordPress
In reply to: Strange page id and 404 errosI’ve no idea from where the first link came from, i open it then view source code where i found the canonical url which causing error
Forum: Plugins
In reply to: [Savrix Play Store] google play is newThe earlier version was working until google change its play store design 2 days ago..
I will ask my hosting service if the above parameters are allowedForum: Plugins
In reply to: [Savrix Play Store] google play is newHI,
I’ve updated the plugin but still its not showing name and other information. I try to uninstall and reinstall couple of times but not working. Please have a look https://getandroidstuff.com/get-3d-live-wallpaper-on-android-with-3d-image-live-wallpaper-app/
Forum: Plugins
In reply to: [Savrix Play Store] No longer works…it seems google play store got new page design and now i’m running with the similar issue with the plugin. Please help
see here The Best Tower Defense Games for Android FREEHI, I’ve got a serious problem. I’m not experienced in WordPress. Please any help will be great.
My WordPress site search result page url example: https://getandroidstuff.com/%5Bsearch/live+wallpaper/page/53/
But in the source it shows canonical urls as:
<link rel=”canonical” href=”https://getandroidstuff.com/search/live%2Bwallpaper/page/53/” />
<link rel=”prev” href=”https://getandroidstuff.com/search/live%2Bwallpaper/page/52/” />
<link rel=”next” href=”https://getandroidstuff.com/search/live%2Bwallpaper/page/54/” />Which caused a lot of 404 errors in webmaster tools. I’m using your SEO plugin. How can i solve this issue?