Tagged: 

Viewing 2 posts - 31 through 32 (of 32 total)
  • Author
    Posts
  • #993604

    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
    }
    #994334

    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

Viewing 2 posts - 31 through 32 (of 32 total)
  • You must be logged in to reply to this topic.