-
AuthorPosts
-
September 12, 2014 at 7:02 pm #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
AlexSeptember 15, 2014 at 4:04 am #318964Hi Alex,
Can you post the link to your website please?
Regards,
JosueSeptember 18, 2014 at 12:02 pm #321095This reply has been marked as private.September 18, 2014 at 12:05 pm #321097Hey!
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,
YigitSeptember 18, 2014 at 1:58 pm #321176Hi
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
AlexSeptember 18, 2014 at 8:15 pm #321446Hi Alex!
Can you post a link to your portfolio page please?
Cheers!
JosueSeptember 18, 2014 at 9:09 pm #321491This reply has been marked as private.September 18, 2014 at 10:13 pm #321522Hey!
I don’t see any ‘example’ category in the filter.
Best regards,
JosueSeptember 19, 2014 at 1:20 pm #321860hi,
right…that does not exist..
first one “Car Wrapping / Mudança de Cor”
September 20, 2014 at 10:28 pm #322463Hi!
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,
JosueSeptember 21, 2014 at 1:49 pm #322629Hi 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
AlexSeptember 23, 2014 at 5:02 am #323471Hi!
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,
IsmaelSeptember 23, 2014 at 4:18 pm #323752understand..
Ty
Alex -
AuthorPosts
- The topic ‘Footer widgets new tab, and portfolio filter.’ is closed to new replies.