-
-
Hi,
Social share is not working correctly, see images:
It shows a big gap of white space before clicked and when clicked it shows the image attached. It selects the last paragraph of the blog post with some code attached to it at the end + the tumblr share button appears after that somehow.
Please help!
-
Hello,
Did you made any changes to the theme files? Or installed any new plugin recently? Please send us your wp credentials in a private reply, so we can give a closer look.
Best regards!
-
-
Hello,
Sorry for the inconvenience, please edit the file specular\includes\view\blog\loop-index.php
Replace the line:
$tumblr_shares = '<a href="https://www.tumblr.com/share/link?url='.esc_url(get_permalink()).'&name='.get_the_title().'&description='.get_the_content().'" target="_blank">';
with this one:
$tumblr_shares = '<a href="https://www.tumblr.com/share/link?url='.esc_url(get_permalink()).'&name='.get_the_title().'&description='.str_replace('"',"'",get_the_content()).'" target="_blank">';
It’s repeated twice on the file.
We will fix it on the next theme update.
Best regards!
-
Hi Ruco,
Thanks for the quick help, but I’ve replaced the line you suggested and no change. I still get the same as shown in the image attached to the OP.
Is there anything else I can try? I hope to hear from you soon.
With pleasure,
Simon -
Hello,
Please send us your ftp credentials as well. So we can fix it for you.
Best regards!
-
-
Hello,
I fixed it.
Please use single quotes on posts instead of double quotes.Best regards!
-
Hi Ruco,
Thanks! It looks great now :)
With pleasure,
Simon -
Hi, this problem was solved… however I updated your theme yesterday and now the social share problem has returned. What happened?
Please help!
With pleasure,
Simon -
I repeated the steps you described above in one of your previous comments and the problem has been resolved. However, now I have to redo these steps overtime I update the theme. The same goes for the social share click and jump to the top.
Can you please do something about this?
Thanks!
- This reply was modified 9 years, 8 months ago by privacylab.
-
Hello,
Sorry for the inconvenience. We will include these changes in next theme update so you won’t need to redo them by your self again.
Best regards!
-
Hi, I was directed here due to having the same problem. The answer is that we have to wait for the next Theme update? Please confirm this and also when the Theme will be updated. Thanks
Oh, I just saw your kind offer to fix. I will ask the client. Thanks, great Theme!
- This reply was modified 9 years, 8 months ago by tomstier.
-
-
Hello,
I have responded you by email.
Email:
Hello,
Please refer to this topic https://support.codeless.co/?topic=social-share#post-1851, here is the solution.
If you want I can fix it for you, just give me your wp and ftp credentials.Best regards!
-
Hi, I am experiencing the same issue as noted above. HUGE white space between “like” heart and “share” icons…
I updated my loop-page.php file, but no luck.
Any chance you can provide a fix for me? Thanks.
-
You must be logged in to reply to this topic.