dudaster
Forum Replies Created
-
Forum: Plugins
In reply to: [ECS - Ele Custom Skin for Elementor] Conflict with Elementor ProHi Elnaz, this is fixed in ECS 4.1.9 — just released today.
The Legacy skin was redeclaring $current_permalink which PHP 8.1+ no longer allows when the parent class (Elementor Pro’s Skin_Base) already declares the same property. Removed the redeclaration so the property is properly inherited.
Please update ECS to 4.1.9 and let us know if it resolves the issue!
Forum: Reviews
In reply to: [ECS - Ele Custom Skin for Elementor] FiltersForum: Plugins
In reply to: [ECS - Ele Custom Skin for Elementor] Post Excerpt Doesn’t WorkUse Post Summary dynamic value.
It will be implemented soon.
Forum: Plugins
In reply to: [ECS - Ele Custom Skin for Elementor] Sort by “Menu order” creates duplicatesThis seems to be a query issue. Make sure it works with classic skin.
Forum: Plugins
In reply to: [ECS - Ele Custom Skin for Elementor] Post Title not showingYou need to have Hide Title option to No in the Elementor Editor > Page Settings > General Settings of the posts in question.
Can you provide an error?
Please let me know if it fixed with the latest update!
The only thing that crosses my mind is to do a different page with the posts widget for every language.
I know is overkill but the loading more thing is something you type and not embeded in the plugin.
Try to see if you can get an error so I can point you to the solution!
Forum: Plugins
In reply to: [ECS - Ele Custom Skin for Elementor] Loop breaks third post into next columnIs this still an issue?
Forum: Plugins
In reply to: [ECS - Ele Custom Skin for Elementor] Create Popup From Loop TemplateI will try to implement something similar in the future
Forum: Plugins
In reply to: [ECS - Ele Custom Skin for Elementor] Create Popup From Loop TemplateThe Elementor Popup is not working inside the loop. Why? Because the loop is generated only once in the wp_footer hook.
All you can do is fake it: make a second section make it behave like a popup with a small javascript.
Forum: Plugins
In reply to: [ECS - Ele Custom Skin for Elementor] Loop showing on all pagesDoes it do the same if you are using classic skin?