This topic has 2 replies, 2 voices, and was last updated 4 years, 10 months ago ago by Rose Tyler
Hi
I know this is more to do with the plugin itself, but is it possible when clicking the yotpo bottomline (review stars and no. of reviews link) at the top of the product page, it will jump down to the reviews tab itself?
Currently, that’s how it is but on this theme it isn’t, perhaps there can be some code to add to make it do so?
I noticed if the reviews tab is opened by default, it will just jump to it. Possible to have a code for that perhaps?
Hello,
Try to use the next code:
<script>jQuery(document).ready(function() {
jQuery('div.bottomLine').click(function() {
if (jQuery('#tab_yotpo_widget').length) { jQuery('#tab_yotpo_widget').parent().click(); }
})
})
</script>
– install “Insert Headers and Footers” plugin and add the code – http://prntscr.com/qnw67f
Please note that we don’t give a guaranty for full theme compatibility with all 3-rd party plugins. Sometimes, not always, you need additionally customize the theme or plugin to make them work together. Unfortunately, it’s not possible for the author to make the theme compatible with all the existing plugins and additional customization is outside the scope of our support (check the item support policy https://themeforest.net/page/item_support_policy ).
Regards
You must be logged in to reply to this topic.Log in/Sign up