Medow
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to add special extra user filedsI am still looking for solution.
Thanks in advance.
Forum: Plugins
In reply to: [Quads Ads Manager for Google AdSense] How to insert value from other plugin?Thanks for reply ,,
Using plan html code is working partilly here is the code in html ads code:
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Traidnt Header Responsive --> <ins class="adsbygoogle" style="display:block" data-ad-client = "[adsense_id]" data-ad-slot ="[adsense_id_slot]" data-ad-format="auto"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "[adsense_id]", enable_page_level_ads: true }); </script>Here is the output:
<!-- WP QUADS Content Ad Plugin v. 1.6.1 --> <div class="quads-location quads-ad1" id="quads-ad1" style="float:none;margin:0px;"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Traidnt Header Responsive --> <ins class="adsbygoogle" style="display:block" data-ad-client = "[adsense_id]" data-ad-slot ="[adsense_id_slot]" data-ad-format="auto"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-2994539583798950", enable_page_level_ads: true }); </script> </div>As you can see the second part of the code render perfect but the first part that has the
<ins class="adsbygoogle"is not rendering the shortcode .How to bypass this issue in the <ins class ?
Thanks.
Forum: Plugins
In reply to: [YouTube for WordPress] Upload video from URL or local serverHello Evan:
Thank you for quick response.
I have some large video which i am unable to upload from computer due to low internet speed. But i can wget them from external source to alocal folder in the server hosted my wordpress site. So, is there any possibility to browse local wp-contents/upload folder to pick videos that already hosted on my webhost and upload them to youtube with out the need for upload them from personal computer?
Thanks.
Forum: Plugins
In reply to: Image gallery neededThanks emke, the link you provide was en-lighting, but it was need high learning curve in coding.
I hope i find a plugin instead.
But thanks any way.