Viewing 6 reply threads
You must be logged in to reply to this topic.
Hello,
When I press the social share toggle icon,
the social icons shows but the page navigates to the top because of the default action of the href=”#”.
Thanks.
Regards,
Gustavo
Hello,
What theme version do you have? can you show us your site url?
Social share works correctly, we have tested it.
Best regards!
Hello,
Please edit the file specular/includes/view/blog/loop-index.php, find the line:
<div class="share_link"><a href="#"><i class="steadysets-icon-share"></i></a></div>
and replace with:
<div class="share_link"><a href="javascript:void(0)"><i class="steadysets-icon-share"></i></a></div>
Best regards!
You must be logged in to reply to this topic.