Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #993715

    Hi!

    I am having an issue of un-selected categories being populated on the blog 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 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
    }

    Thank you for your time.

    #993801

    Hey Macroview_research,

    Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #993821
    This reply has been marked as private.
    #994324
    This reply has been marked as private.
    #996503

    Hi Dude,

    Sorry for the delay! I am wanting to select other categories asides “Free Content & Samples” for the STREAM page. Let me get it sorted then I’ll ask you to look again. Thank you for your time.

    #996659

    Hi Macroview_research,

    Ok, let us know when to check again.

    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.