Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #318267

    Hi

    1 – how i can make footer widgets tweeter and Facebook to open in knew tab ?

    2 – I have like 4 portfolio items categorize as ” example ” but when i filter them only 2 appears !
    this happen also in other portfolio items / categories.

    Tks
    Alex

    #318964

    Hi Alex,

    Can you post the link to your website please?

    Regards,
    Josue

    #321095
    This reply has been marked as private.
    #321097

    Hey!

    1- Please add following code to Functions.php file in Appearance > Editor

    function add_custom_social_target(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('#avia_socialcount-3 a').attr('target','_blank');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_social_target');

    2- Please update Enfold to the latest version 2.9.2 via FTP – http://vimeo.com/67209750

    Best regards,
    Yigit

    #321176

    Hi

    Ty, code added and theme update.

    regarding second problem..

    2 – I have like 4 portfolio items categorize as ” example ” but when i filter them on the website only 2 appears !
    this happen also in other portfolio items / categories.

    an ideas what can cause this ?

    Tks
    Alex

    #321446

    Hi Alex!

    Can you post a link to your portfolio page please?

    Cheers!
    Josue

    #321491
    This reply has been marked as private.
    #321522

    Hey!

    I don’t see any ‘example’ category in the filter.

    Best regards,
    Josue

    #321860

    hi,

    right…that does not exist..

    first one “Car Wrapping / Mudança de Cor”

    #322463

    Hi!

    I believe that’s because those two items are the one currently shown in that page (1 / 2 / 3). One thing you can do is set the portfolio element to show ALL portfolio items at once.

    Regards,
    Josue

    #322629

    Hi Josue

    i don´t understand your answer..

    i create a normal portfolio page , categories and items.

    if you open Portfolio page you see all items order by publish dates thats ok.

    the problem is with option “Sortable? – Should the sorting options based on categories be displayed?”

    so if i choose the category ““Car Wrapping / Mudança de Cor” it shows only 2 items but i have 4 items linked to this category !

    i can see in WP>Portfolio Categories the numbers of items of each category and the results are totally wrong in website when i filter by category.

    also i have 6 categories and only 4 show in the filter option.

    Tks
    Alex

    #323471

    Hi!

    This a limitation of the sort function. Items should be present on the current page before they can be filtered. Showing all items on a single page is the only workaround for now if you want all items sorted via category.

    Best regards,
    Ismael

    #323752

    understand..

    Ty
    Alex

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Footer widgets new tab, and portfolio filter.’ is closed to new replies.