Well, I guess I just have to go through each of them to make sure I keep all customized work. Thanks for your help :).
That’s official : you’re the best ! It’s working all fine, many thanks for your tips :).
It works perfectly, many thanks for this !
Hi Andrei,
Many thanks for your follow-up. Here is my site index : http://www.emprunter-malin.com/. You just have to scroll down and look on the left bar, you will see the social widget.
Thanks Andrei,
My biggest concern is to prevent the number of Twitter followers and Facebook fans to be displayed like here (21 fans and 558 followers) : http://www.screencast.com/t/zseRtHhhjo.
is there a way to take off the counter ?
Thanks in advanced.
Thanks for your prompt answer, unfortunately it is clearly not working for me.
I have set a “test website” here : http://www.stock-newswire.com/acheter-ou-louer and the accordeon works on it.
However it doesn’t work for my main website here : http://www.emprunter-malin.com/acheter-ou-louer/.
What would be the difference that makes accordeon working on the test site and not on the main site ?
Works fine, with thanks. 🙂
Thanks for this Andrei, but where do I get this patch_2.3.5_2.3.6 folder ?
I went on my Theme Forest account, I downloaded the theme as explained here : https://forum.tagdiv.com/newsmag-how-to-update-the-theme/, I opened it, but I couldn’t find andy patch_2.3.5_2.3.6 folder.
Thanks in advanced.
Oops ! My bad, I got the download already, I was on the wrong Enavato account. Thanks for your help :).
I can’t find the updates on my download sections, did I pass the “free update peridod” if I purchased the theme on 13 th November 2015 ?
If so, can you provide me with the link to renew my status ?
Hi Andrei,
Thanks to your explanations, we found out that it was a cache problem. After purging CloudFlare, everything went back to normal.:)
Thanks Andrei. Actually the “display widget by tag” function exists with jetPack. Does Newsmag theme have any knowned conflict with jetPack ?
Thanks in advanced.
Huuuu, it looks like I lost the download link…. What was it again ?
Thanks for your fast answer Andrei,
On my actual theme, I manage to implement specific shortcodes to specific categories, following the method described here : http://codegrad.hub.ph/inserting-an-ad-between-paragraphs-in-a-wordpress-post/.
To do so, I add the following code on single.php :
********************************************************************
<?php
$paragraphAfter= 3; //shows the ad after paragraph 3
$content = apply_filters(‘the_content’, get_the_content());
$content = explode(“</p>”, $content);
for ($i = 0; $i <count($content); $i++) {
if ($i == $paragraphAfter) { ?>
<!– START OF AD CODE –>
<?php if ( in_category(‘category1’)) { ?>
<?php echo do_shortcode(‘[myshortcode1]’); ?>
<?php } elseif ( in_category(category2′)) { ?>
<?php echo do_shortcode(‘[myshortcode2]’); ?>
<?php } elseif ( in_category(‘category3’)) { ?>
<?php echo do_shortcode(‘[myshortcode3]’); ?>
<?php } else { ?>
<?php } ?>
<!– END OF AD CODE –>
<?php
}
echo $content[$i] . “</p>”;
} ?>
************************************************************************
Now I see that there is indeed a file named single.php on Newsmag, I would like to give it a try.
And my question is : where in all the code on single.php do I have to paste my custom code ?
Thanks in advanced.
Thanks, it looks like it’s working well :).
Oops, sorry, got it, it was a password protected server access, that I had set for safety. I removed it and now I can download all plugins.