anasiqbalkhan
Forum Replies Created
-
Forum: Plugins
In reply to: [Checkout Field Editor (Checkout Manager) for WooCommerce] Plugin not workingThanks it fixed ?? thanks for fast response.
Forum: Plugins
In reply to: [WP Job Manager] Single Category per listing submissionThanks for quick reply.
Yes, I unchecked this option but still user can select multiple categories while submit a listing. I contact Listable support and they said this is a option coming from Job Manager plugin.
Forum: Plugins
In reply to: [Simple Ads Manager] Google Adsense Ad in Post PageHow to i add class of right,center or left to particular ad?
Thanks for the reply. Can you please tell me that can i add rel=”nofollow” in the links that i generated with Simple URL plugin ?
Forum: Plugins
In reply to: [Yoast SEO] Yoast XML sitemap not workingStill no, I contact to Yoast via contact form but they are not responding and also not giving me support for this free plugin.
I want to know are you using Genesis Framework ?
Forum: Plugins
In reply to: [Flare] READ THIS FIRST: A few of the common questions about the pluginFlare Lite and Flare wordpress plugin is installed in my blog but i didnot like the Flare Lite icons, Can you please tell me how i get these share icons ( https://prntscr.com/31bsug )
You can also check my blog to see my problem, See this
Hi, Use this method. You can add these buttons in your single.php , post.php , page.php or anywhere.
<!– AddThis Button BEGIN –>
<div class="addthis_toolbox addthis_default_style " style="padding: 0px 0px 0px 220px"> <a class="addthis_button_facebook_like" fb:like:layout="box_count" style="padding-right: 20px"></a> <a class="addthis_button_tweet" tw:count="vertical" style="padding-right: 20px"></a> <a class="addthis_button_google_plusone" g:plusone:size="tall" style="padding-right: 20px"></a> <a class="addthis_button_pinterest_pinit" pi:pinit:layout="vertical" style="padding-right: 20px"></a> <a class="addthis_counter" style="padding-right: 20px"></a> </div>
Never forget to add
<script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script> <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-50f122333bf1d8a1"></script>
Paste these scrips before closing </head> in header.php.
cheers