-
AuthorPosts
-
August 28, 2014 at 9:43 am #310307
Hi,
if I choose one category in the portfolio overwiew, I’m sure, that ENFOLD displayed only the items of this chosen category in the preview. Am I wrong or disappeared this great feature with any update?
Thanks for your help, Bernd- This topic was modified 10 years, 2 months ago by profil77.
August 28, 2014 at 11:57 am #310367Hey profil77!
Thank you for using Enfold.
Are you referring to the Portfolio Grid element? Yes, only selected category will be visible on the portfolio overview.
Cheers!
IsmaelAugust 28, 2014 at 12:10 pm #310373Hi Ismael,
not exactly: I am referring to “Portfolio Ajax” and to the ajax-preview of the single items, which are displayed above of the grid.
BR BerndAugust 29, 2014 at 5:23 pm #311008Hey!
I’m not quite sure what you mean but this is the demo for what the ajax portfolio can do: http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/
It has not changed since its release :)
Regards,
DevinSeptember 1, 2014 at 9:46 am #311713Hi Devin,
o.k., maybe my explanation was not clear enough.
Let us have a look at this page: choose the category “VIDEO” – then we get two items of this category in the grid – and open the first “Single Portfolio Full Slider”. The Ajax preview shows this item above of the grid. Now go with “>” to the next item:
ENFOLD now doesn’t display the second item of the category “VIDEO”, but another item from the complete portfolio.So I think, the ajax preview is no longer limited to a chosen category. I still have ENFOLD version 2.6.1 on a test-server.
In this version, the preview shows only items of a chosen category in the ajax preview.Best regards, Bernd
September 1, 2014 at 3:20 pm #311864It sounds like you previously used a function in your functions.php file to limit the next/previous to the same category. By default the theme doesn’t do that.
Eg something like this which keeps the category limited:
add_filter('avia_post_nav_settings','avia_remove_fullwidth_slider_check', 10, 1); function avia_remove_fullwidth_slider_check($settings) { $settings['same_category'] = true; return $settings; }
September 1, 2014 at 4:47 pm #311917This reply has been marked as private.September 3, 2014 at 2:45 pm #312883Great! Exactly what I was looking for this moment!
Portfolio back|next is now limited to the category!
Thanks Devin.September 3, 2014 at 5:05 pm #313004Hi Devin,
did you have a look at #311917?
Best regards, BerndSeptember 6, 2014 at 11:45 am #314459Hey!
profil77- please update your theme to the latest version (Enfold 2.9.2) – maybe it’s an incompatibility issue with WP3.9.x or WP4.0. If the update doesn’t help please deactivate all plugins and check if this makes a difference.
Best regards,
PeterSeptember 6, 2014 at 6:07 pm #314525Hi Peter,
thanks for your reply. The problem is: ENFOLD 2.6.1 limited the ajax preview above of the grid to the items of a chosen category (please have a look at the address on #311917). The demo version / download version (2.9.2) has lost this great feature. Up to now I didn’t find any reason for this problem.
Thanks, Bernd- This reply was modified 10 years, 2 months ago by profil77.
September 9, 2014 at 2:31 pm #315873Hi!
Please refer to Peter’s post here – https://kriesi.at/support/topic/portfolio-link-arrows/#post-245040
Best regards,
YigitSeptember 9, 2014 at 2:55 pm #315892Hi Yigit,
thanks for your reply. Sorry, that doesn’t work too.
Once again: ENFOLD 2.6.1 limited the ajax preview above of the grid to the items of a chosen category (please have a look at the address on #311917). The demo version / download version (2.9.2) has lost this great feature.
It’s really mysterious.
Best regards, BerndSeptember 10, 2014 at 7:18 am #316329Hey!
The post navigation will not show if fullwidth sliders are included on the content. You need to add this on functions.php:
add_filter('avia_post_nav_settings','avia_remove_fullwidth_slider_check', 10, 1); function avia_remove_fullwidth_slider_check($settings) { $settings['is_fullwidth'] = false; return $settings; }
Please download the latest version from your themeforest account then update the theme via FTP. We won’t be able to provide sufficient support for late theme versions. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
IsmaelSeptember 10, 2014 at 8:02 am #316346Hi Ismael,
thanks for your reply. My current project is already updated to ENFOLD 2.9.2. And yes, fullwidth slider is included on the content.
We want to limit the next / previous to the same category.
Should I only add this code (#316329) to functions.php? Or also the code at #315873/245040 or #311864?
Best regards, Bernd- This reply was modified 10 years, 2 months ago by profil77.
September 12, 2014 at 7:36 am #317902Hey!
Try using this code:
add_filter('avia_post_nav_settings','avia_remove_fullwidth_slider_check', 10, 1); function avia_remove_fullwidth_slider_check($settings) { $settings['is_fullwidth'] = false; $settings['same_category'] = true; return $settings; }
Regards,
JosueSeptember 12, 2014 at 8:39 am #317948Hi Josue,
thanks a lot for your reply. I added your code (and nothing else) at the end of functions.php. Unfortunately the ajax preview shows still the items of all categories.
Best regards, BerndSeptember 13, 2014 at 11:04 am #318456Hey!
Please create us an admin account – we’ll look into it.
Regards,
PeterSeptember 13, 2014 at 12:29 pm #318489This reply has been marked as private.September 16, 2014 at 6:51 pm #320060Hi!
I just noticed you’re taking about the preview controls. You can’t restrict these controls to a certain category. The ajax preview slider will display all entries of the portfolio page regardless of their category(ies). You can only restrict the categories for the next/prev controls on the single portfolio entry pages (the controls are demonstrated here: http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-23-slider-3/ ) and these controls don’t work on your website at the moment because you set the post status to “private”. We use two standard wordpress functions ( http://codex.wordpress.org/Function_Reference/next_post_link and http://codex.wordpress.org/Function_Reference/previous_post_link ) and it seems like wordpress removes “private” posts from the next/previous post queries.
Cheers!
PeterSeptember 17, 2014 at 12:09 pm #320431Hi Peter,
thanks for your reply. If we really can’t restrict the controls in the ajax preview slider, we have to accept it. The question, which remains is: why does the restriction work in the example on post #311917? Don’t you think, that users are confusing, when they first choose a category and afterwards get all portfolio items in the slider preview?
And by the way: I am sure that earlier versions of ENFOLD included this great feature. For me it was really an essential reason to buy and to work with ENFOLD.
Thanks a lot, BerndSeptember 18, 2014 at 9:21 am #321012Hi!
For clarification, can you please provide a screenshot of that “feature”? We didn’t remove any features on the ajax portfolio.
Cheers!
IsmaelSeptember 18, 2014 at 10:50 am #321071This reply has been marked as private.September 21, 2014 at 9:12 am #322597Hey!
I marked this thread for Kriesi and asked him to comment on this issue.
Cheers!
PeterSeptember 30, 2014 at 9:00 am #327076Hi Peter / Kriesi,
are there any news on this issue? Little by little the problem is getting urgent.
Best regards, BerndSeptember 30, 2014 at 7:09 pm #327522Hey!
Sorry for the delay. It too k me a while but apparently that happened with the update to the latest version of the sorting script. The author of that script didnt mention that he has removed some parameteres.
I have added a fix and it should work fine again with version 3.0 which we will release later today :)
Regards,
Kriesi -
AuthorPosts
- The topic ‘Portfolio Ajax Preview’ is closed to new replies.