AlgerieDeals
Forum Replies Created
-
Forum: Plugins
In reply to: [Ad Invalid Click Protector (AICP)] Country block option will not workMy coding skills are limited, I have used the code you provided on your demo page so what should the code look like? I will just remove the line you pointed to?
Forum: Plugins
In reply to: [Ad Invalid Click Protector (AICP)] Country block option will not workSorry but my coding skills are limited; I have used the code you provided on your demo page so what should the code look like please?
Forum: Plugins
In reply to: [Ad Invalid Click Protector (AICP)] Country block option will not workIt works fine on my side.
This is a URL on which I set up this shortcode [ads_in_posts].
https://www.algerie.deals/top-5-des-marques-de-voitures-preferees-en-algerie-2016/
Thanks
- This reply was modified 7 years, 11 months ago by AlgerieDeals.
Forum: Plugins
In reply to: [Ad Invalid Click Protector (AICP)] Country block option will not workThis is my site
Thank you
- This reply was modified 7 years, 11 months ago by AlgerieDeals.
- This reply was modified 7 years, 11 months ago by AlgerieDeals.
- This reply was modified 7 years, 11 months ago by AlgerieDeals.
Forum: Plugins
In reply to: [Ad Invalid Click Protector (AICP)] Country block option will not workHi,
Can you please check if there is something wrong with this code as the shortcode does not work?
The code I’m actually using obviously includes my real ca-pub number
Thank you.
Code:
add_shortcode( ‘ads_in_posts’, function() {
if( aicp_can_see_ads() ) { // This part will show ads to your non-banned visitors
$adCode = ‘<div class=”aicp”><!– Don\’t forget to add this div with aicp class –><script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<!– Posts ads –>
<ins class=”adsbygoogle”
style=”display:inline-block;width:336px;height:280px”
data-ad-client=”ca-pub-****************”
data-ad-slot=”**********”>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div><!– end of the aicp div –>’;
return $adCode;
}
} );Forum: Plugins
In reply to: [Media Library Assistant] Duplicated pictures Alt TagHi,
I can provide you with all the information you need; it’s just because I made you work too much I don’t want to bother you more and have you spend your valuable time to try to help me. Even I cannot automate the process, your plugin is still very helpful for me, so long as I can bulk edit pictures I can simply run the plugin periodically and fix them.Thank you very much for your outstanding support.
Forum: Plugins
In reply to: [Media Library Assistant] Duplicated pictures Alt TagHi,
I have tried the code in my wp-config.php file as provided (with single-quote marks) but did not work.
Thank you.- This reply was modified 8 years ago by AlgerieDeals.
Forum: Plugins
In reply to: [Yoast SEO] Using %%excerpt%% for meta description shows nothingThank you for answering, I can definitely see the description on the source codes.
Forum: Plugins
In reply to: [Media Library Assistant] Duplicated pictures Alt TagHello,
I use a theme called classipress , users have to login to publish their ads
Live demo here (by default you are logged in):https://demos.appthemes.com/?theme=classipress
Thank you.
Forum: Plugins
In reply to: [Media Library Assistant] Duplicated pictures Alt TagI have a classified ads website that uses custom posts; pictures are uploaded by users on the front-end. It’s not really a big issue as I can update all Alt tags in one shot with a simple button.
Thank you very much for your help.
Forum: Plugins
In reply to: [Media Library Assistant] Duplicated pictures Alt TagHi,
I have used the below template to create a unique description by adding a different number to each attached picture.template:([+parent_title+] – [+ID+])
The problem I’m having now is that the template is not automatically applied on new uploads.
Here is the setting:
Enable IPTC/EXIF Mapping when adding new media: ON
Enable IPTC/EXIF Mapping when updating media metadata: ON
IPTC Value : None (select a value)
EXIF/Template Value : template:([+parent_title+] – [+ID+])
Priority : EXIF
Existing Text : ReplaceAny idea?
Thank you.
- This reply was modified 8 years ago by AlgerieDeals.
- This reply was modified 8 years ago by AlgerieDeals.
Forum: Plugins
In reply to: [Media Library Assistant] Duplicated pictures Alt TagThank you for answering,
Indeed, a unique description will be great. I’m probably doing something wrong, I tried the code you provided me with template:(([+parent_title+] – [+title+])|([+title+])) but does not change the current Alt Tags values.
- This reply was modified 8 years ago by AlgerieDeals.
Thank you very much.
Forum: Plugins
In reply to: [WP Speed of Light] Disable optimization for admin issueThank you:)
Forum: Plugins
In reply to: [WP Speed of Light] Disable optimization for admin issueOk thank you for your support.