gmessage
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Add data attribute to image in postHi
Thank you for your reply.
Following your answer, this is the code I’ve added but it’s not working:
function custom_js_script() { if (is_single()) : ?> $('img').attr("data-action","zoom"); <?php endif; } add_action('wp_footer', 'custom_js_script');Hi Rene,
Thank you for your reply.
I just sent you a message at support@mashshare.net.
Hopefully we can get this solved.
Thank you for your time!
As a side note, I’ll be happy to provide you the links in a private message.
Thank you,
Hi Rene,
It’s confusing because it seems like all my previous posts (except the last one) did count the shares from FB and other social media networks along with the shares from my blog.
If it’s not possible to count shares of a FB post and merge it with shares of your website then what is the Facebook Count option supposed to do? Isn’t supposed to count the total of likes + shares + comments of the post on FB?
Thanks for your help!
Forum: Fixing WordPress
In reply to: browser tries to load JS files from old pluginI fixed it by updating my posts. It updated the HTML and the JS all together.
Edit: I fixed by it activating the “Load JS and CSS all over” option.
Thanks,