Tagged: x
-
AuthorPosts
-
October 27, 2016 at 9:35 am #1233218
ArtOfSpringParticipantHi there,
on the site: http://www.pretty-little-shop.de/
I’m using the essential grid to display a gallery of product images.
To assign an image to a category I’m using the filter tags.I would like to change the start filter but the “Start with Filter:” option is not working.
As I understand the option it offers to start with a custom category.
In my case it would be “Aktuell Neu” but if I insert the filter not a single image is shown on the website.Am I getting this feature wrong?
Furthermore the editing of the essential grid in the backend takes very long.
Is this due to the many images used? (I want to add hundreds more).Thank you
October 27, 2016 at 11:34 am #1233432
RupokMemberHi there,
Thanks for writing in! So you want to show the grids for the category “Aktuell Neu” instead of “Alle Produkte”? “Start with Filter:” option option should work in that case. You can share your login credentials in a private reply so that we can check.
And if you have lot of images then it might be slow on backend. Try to use optimized images.
Cheers!
October 27, 2016 at 11:43 am #1233443
ArtOfSpringParticipantExactly, “Aktuell Neu” should be the first and default filter.
Whatever filter I try for “Start with Filter:” it’s not working.Furthermore I noticed that the filter logic is “OR” although I selected “AND”.
October 27, 2016 at 11:45 am #1233444
ArtOfSpringParticipantThis reply has been marked as private.October 27, 2016 at 8:22 pm #1234093
RadModeratorHi there,
Been trying it without any success, but OR logic is working as expected. For the meantime, I added this code to manually trigger it
jQuery( window ).load( function() { setTimeout(function(){ jQuery('data-fid="aktuellneu"').trigger('click'); }, 500); //change 500 to your needs });Please check.
Thanks!
November 1, 2016 at 11:30 am #1239381
ArtOfSpringParticipantHi Rad,
thanks for the workaround!
This way the category “Aktuell Neu” is loading by default but somehow the category “Alle Produkte” (All products) now only contains the products from the category “Aktuell Neu”.Thank you
November 1, 2016 at 10:00 pm #1240184
LelyModeratorHi There,
It seems working when I check. See this:http://screencast-o-matic.com/watch/cDXnnNj7n5
Can you clarify if we missed something here?November 7, 2016 at 9:05 am #1247157
ArtOfSpringParticipantHi Lely,
can you please check again?
I cleared the cache and everything but it’s still not correct.If no category is selected 25 pages of the essential grid are showing up.
If “Alle Produkte” (all products) is selected only 4 pages of products show up.Thank you
November 7, 2016 at 11:06 pm #1248161
LelyModeratorHi There,
Thank you for the clarification.
I can see your issue. I did duplicate the same settings on my test site and I found that if a category is not selected it is always defaulting to all. All is not optional. I am using the same Skin as yours. See this:http://screencast-o-matic.com/watch/cDXjhejNG8
Did you customize the Georgebush skin you were using?November 8, 2016 at 8:06 am #1248673
ArtOfSpringParticipantHi Lely,
Rad added code to achieve that “Aktuell Neu” is selected by default (see a few posts above).
But somehow it affected the default filter “Alle Produkte” (all products).
If selcted only a few but not all products are showing up.November 8, 2016 at 6:32 pm #1249380
LelyModeratorHi There,
Thank you for the clarification. Please try to remove the code. And then on Start with Filter field update the value from Aktuell Neu to aktuellneu. It should be the slug of the filter.
Hope this helps.
November 9, 2016 at 6:36 am #1249943
ArtOfSpringParticipantHi Lely,
thanks for your advice. I updated the ‘Start with Filter’ field.
Where do I find the code snippet?Thank you
November 9, 2016 at 6:49 am #1249955
ArtOfSpringParticipantSomething confusing happens now.
The category “AKTUELL NEU” is only selected by default while the website is loading.
After a second no filter is applied anymore.November 9, 2016 at 9:52 am #1250210
LelyModeratorHi There,
On your essential grid API Javascript tab, remove the code. See attached screenshot. Please try again after removing that code.
November 9, 2016 at 11:21 am #1250355
ArtOfSpringParticipantHi Lely,
I followed the instructions and it still is not working.
“AKTUELL NEU” is selected for just one second while the page is still loading.
After that one second no filter is selected anymore. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1233218 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
