Need a hand with "The Grid" and the messagbe that pops up

Hi Friends

So my website is:

And on there about 1/3 of the way down I’m using the grid to display a portfolio. And when the user scrolls over the port. entry a pop up message come up. Now normally it says “Read more about this project” and there is a icon in there, but I’ve noticed that the icon is busted and the message has reverted back to its original message: “Read more”

But strangely enough it seems to be working on the back-end, like inside the customizer; check it out:

So I’m kind of in need of help because I’ve made changes to this content before but I forgot where I went to do so. So if you guys with the X team could lend me a hand I would appreciate it.

Thanks a lot,

John

Update:

So I found out that the message was being changed by javascript inside the custom section of my website:

/*- Change message on The Grid Hover -*/
jQuery(document).ready(function($) {
$('.tg-item-content-inner a.tg-link-button ').html('<i></i>Read more about this project');
/*$('.tg-item-content-inner a.tg-link-button ').html('<i class="tg-icon-add"></i>Read more about this project');*/
})

This sheds a bit of light on why the text is working inside the custom window but not in the main site it’s self. JS is not my strongest suit but I can get around inside it. Can you guys take a look at the above code and let me know if there is somthing you see that is busted that if fixed will get this train back on the tracks.

Thanks again for the help,

John

Hi John,

Thanks for writing in! Upon testing, I can see read more about this project on the front-end of your website as well.

Could you please try clearing your cache and test.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.