Forum replies created

    Evgeny
    Keymaster
    Posts: 997
    April 20, 2024 at 4:46 pm #49374
    This reply has been marked as private.
    Evgeny
    Keymaster
    Posts: 997
    April 20, 2024 at 1:20 pm #49370

    I fixed the issue with the website. I looked into your questions. The problem with Customizer is solved by deactivating the LayerSlider; it appears that there’s some kind of conflict. We shall investigate. The background of the comment comes from the Gutenberg builder you are using, and some are part of the colour scheme of our theme. You can deactivate Gutenberg to find out which is which. If you want to fix it, some CSS code must be added. I can give it to you if you wish.

    Evgeny
    Keymaster
    Posts: 997
    April 20, 2024 at 12:06 pm #49368

    Nevermind, I found the FTP. Looking into it.

    Evgeny
    Keymaster
    Posts: 997
    April 20, 2024 at 11:55 am #49367

    Hi. Please give me FTP access. It looks like one of the plugins I deactivated crushed the website. I will fix it with FTP. Also, please send me the error report that arrived. Sorry for the inconvenience.

    Evgeny
    Keymaster
    Posts: 997
    April 17, 2024 at 9:01 am #49363

    I tried to reset my password, but the email never arrived. Can you set the password for me and send it in a private message? Thanks.

    Evgeny
    Keymaster
    Posts: 997
    April 15, 2024 at 8:50 pm #49360

    Unfortunately, the website is not working at the moment. When it is fixed, let me know, and I will have a look.

    Evgeny
    Keymaster
    Posts: 997
    April 2, 2024 at 11:00 pm #49346

    Hi! Great question. There are no titles on the menu because they are deactivated in the functions.php. The code below can be used in the functions.php of the Evolve Child theme to neutralize it. Once in, the title tags will start appearing.

    function remove_menu_notitle_filter(){
    remove_filter(‘wp_nav_menu’, ‘evolve_menu_notitle’);
    }

    add_action(‘after_setup_theme’, ‘remove_menu_notitle_filter’);

    Evgeny
    Keymaster
    Posts: 997
    March 3, 2024 at 9:32 pm #49310

    Hi,
    Can you please send me the shortcode you are trying to use? I would like to test it on my end. Thanks!

    Evgeny
    Keymaster
    Posts: 997
    February 18, 2024 at 9:11 am #49297

    Great, thanks for the update.

    Evgeny
    Keymaster
    Posts: 997
    February 17, 2024 at 10:33 am #49294

    – Evolve Plus has no built-in control of spaces between sentences. This behaviour has nothing to do with the theme. To try and help you find out what it can be, I would need access to your website to test myself. You can share credentials in a private message here by ticking the box below the message.
    – We do keep Evolve Plus up-to-date and the plugins as well. Evolve Plus was never in the WordPress theme repository because it is a premium theme. Evolve is in there. The same goes for the plugins you’ve mentioned. What do you mean by “they flagged 2 more plugins from Theme4press”? Did they find vulnerabilities? If they did, please share the findings, and we will take a look and solve them if needed. Thanks.