Tagged: load more
Hi,
I am having the same issue of un-selected categories being populated on the website page using the masonry content elements function. I added the code below in the Enfold functions.php file and had no success even after refreshing the cache. Can someone please help me resolve this long-standing issue?
// pipe
add_action( 'wp_footer', 'ava_custom_script' );
function ava_custom_script() {
?>
<script type="text/javascript">
(function($){
function b() {
$('.av-sort-by-term').find('.text-sep').empty().text('|');
}
b();
})(jQuery);
</script>
<?php
}
Hi Macroview_research,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria