Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #74431
    Filippo Boscarino
    Participant
    Premium Member

    It seems there are some bugs in your theme Ashe Pro v.3.7.5.

    They respectively affect:

      <li style=”list-style-type: none;”>
    1. 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
    2. Dark mode switcher: if you click it several times, the icon is not substituted but added, so suddenly you got plenty of icons.
    3. 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

    #74432
    vako
    Keymaster
    Premium Member

    Hi 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

    #74489
    Filippo Boscarino
    Participant
    Premium Member

    Any feedback?

    Item 1. is blocking a lot of functions for me…

    #74496
    George
    Moderator
    Premium Member

    Hi 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,
    George

    #74508
    Filippo Boscarino
    Participant
    Premium Member

    Hi 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

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.