dudaster
Forum Replies Created
-
Make sure if you use the classic skin it is working. Also the check on the loop template on the image widget in the advanced tab responsive it doesn’t have hide on desktop device
Forum: Plugins
In reply to: [ECS - Ele Custom Skin for Elementor] Need excerpt for LoopYou can’t have excerpt with html because you need to close all the html tags somehow
Forum: Plugins
In reply to: [ECS - Ele Custom Skin for Elementor] layout issue on iPadWhat exactly is the issue?
Forum: Plugins
In reply to: [ECS - Ele Custom Skin for Elementor] Display Product CategoriesTry use Ele term list plugin
Forum: Plugins
In reply to: [ECS - Ele Custom Skin for Elementor] Post Grid filtersif you use current query it should work with any filter you have
Can you provide an URL?
It works for me. This is wierd.
Do you have custom function in your child theme?&_lt; &_gt;
without _
ah…
< >could be because it loads as a tag use the code html code of it like: < >
Forum: Plugins
In reply to: [ECS - Ele Custom Skin for Elementor] Tags not workinggIf you use posts archive widget then the number of posts per page is set in wpdash > settings > reading
great!
If add to cart is added by a js function you need to add it to the ajax hook form ECS like that:
ECS_add_action(“ajax”, function(args){
yourCustomFunction();
});
Hope it helps.
Forum: Plugins
In reply to: [ECS - Ele Custom Skin for Elementor] “Term” card with postsIs in the works.
Could be a caching issue. I don’t see ecs-ajax-pagination.js file loading on your website.