- This topic has 4 replies, 3 voices, and was last updated 1 year, 3 months ago by
Filippo Boscarino.
-
AuthorPosts
-
December 26, 2023 at 10:14 pm #74431
It seems there are some bugs in your theme Ashe Pro v.3.7.5.
They respectively affect:
-
<li style=”list-style-type: none;”>
- the script “<plugin root>/assets/js/custom-plugins.js” generates a script error that affects other plugins functioning (SEVERE ERROR).
It can be reproduced by Chrome Debug windows.
The error is:
Uncaught TypeError: c[2].filter is not a function at custom-plugins.js?ver=3.5.9.6:122:1499536 - Dark mode switcher: if you click it several times, the icon is not substituted but added, so suddenly you got plenty of icons.
- Left-Right Sidebar Controller: in left-sidebar.php and right-sidebar.php files, I had to transform some lines from
if (!is_active_sidebar(‘sidebar-left’) || (strpos($ashe_sid,’lsidebar’)===false && strpos($ashe_sid,’lrsidebar’)===false)) {
return;
}
to
if ((strpos($ashe_sid,’lsidebar’)===false)&&(strpos($ashe_sid,’lrsidebar’)===false)) {return;}
to obtain that sidebars could be shown correctly (at least in in my environment).
I thought it would depend by my child theme, but then trying switching to the master one, I found out the same issue.
Please let me know if you can reproduce the issues and let me know.
P.S. On point 2. can you please help me to speed up fixing and briefly tell me which is the involved function, so that I could fix by myself, while waiting an eventual official fix?
Many thanks
December 27, 2023 at 7:10 pm #74432Hi Filippo,
Thank you for choosing our theme and service.
I’ve escalated your topic to our developer board for further investigation and assistance. They will reach out to you directly to address any specific concerns or issues you may be facing.
If you have any additional details to share or if there’s anything else you’d like to discuss, please feel free to let us know. We’re committed to ensuring a smooth and satisfactory experience for you.
Kind Regards
January 8, 2024 at 5:52 pm #74489Any feedback?
Item 1. is blocking a lot of functions for me…
January 10, 2024 at 1:20 am #74496Hi again,
It would be helpfull if you provide temporary access to your site and we’ll explore issues there and provide direct fix.
If you will send your login credentials don’t forget to set your reply as private.Kind regards,
GeorgeJanuary 11, 2024 at 2:48 pm #74508Hi George,
thanks for your support, but at the end I had to change theme and continue to develope on another one…
I have found so many issues and conflict with jquerymigrate and generally on js on yours with my code and 3rd part plugins, that I decided to move.
I was able to fix a cople of issues by myself, but continuing should be more time consuming that starting again with another one.
Cheers
- the script “<plugin root>/assets/js/custom-plugins.js” generates a script error that affects other plugins functioning (SEVERE ERROR).
-
AuthorPosts
- You must be logged in to reply to this topic.