Hey 7Jayme.
We have an area for just this kind of thing on the “Customize” tab “Custom Javascript” area. Code placed here will fire after the feed is done loading and after new posts are done loading after clicking “Load More”.
Thread Starter
7Jayme
(@7jayme)
Thanks for reply, Craig!
I’ve tried this, but it seems not working properly too. How should I use jQuery there? jQuery() or $() ?
Hey again,
Either one should work fine. I was able to get this snippet to change the height of each image saved in that area:
jQuery(‘#sb_instagram .sbi_photo’).each(function() {
jQuery(this).css(‘height’,’222px’);
});
Can you share the code you’re using? Also if you can share the page and tell me a bit more about what you’re trying to do, I can take a quick crack at it!
Thread Starter
7Jayme
(@7jayme)
I should not work in half-sleep mood :/ There has been some mistypes in code. Custom JS field work properly!
SOLVED!
Thanks again for advices and your time 🙂
Awesome! No problem. Let me know if you ever need anything else.