Essential grid (tweet streaming) not loading properly 3

Hi guys

(In continuation of https://theme.co/apex/forum/t/essential-grid-tweet-streaming-not-loading-properly-2/29656)

Your reply in the above doesn’t seem to be right, because the very same Essential Grid on another page (https://nblund.com/test) displays beautifully.

What to do?

(Login credentials in secure note).

Thanks.

Hi,

If your question is why on this page, the essential grid doesn’t look the same as on this page although they are both loading the same grid, then I’m not quite sure why this is happening, however, I entered this page and exported the page template then loaded it on another new page and I got the essential grid working fine. The template name is “test_template”. I thought you could use this template to build the page again as I did here?

Thanks.

Hi there. Thanks for pointing me in the right direction. Problem solved by removing from the page the code below (a code previously suggested by you). All seems to be running fine. Thanks.

//
// Essential Grid: Remove url from tweet
//

jQuery( function($) {

	$('#esg-grid-1-3 .esg-top a').each(function() {
		var str = $(this).text();
	 	str = str.substring( 0, str.indexOf( "https" ) );
	 	$(this).text(str);
	});

});

Glad to hear that. Have a nice day! :slight_smile:

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