Viewing 30 results - 4,891 through 4,920 (of 244,353 total)
  • Author
    Search Results
  • #1472049

    I’ll be honest. I don’t know how you would recreate this without looking at an existing and well established enfold woocommerce site.

    I can provide some screenshots of the plesk logs if you like? As evidence.

    Our server is one of the most secure out there. We run three firewalls and have active malware protection. We even have bot blocking in place. But we cannot block Google and bing for obvious reasons.

    It appears that most ai bots and even Google and bing are ignoring the no follow added to the enfold filters on woocommerce sites.

    This is a really serious problem. You won’t be able to see this without a private server where you get full access to the logs.

    Please let me know if you want to see some examples. This hit every single enfold site on our server and has been going on for several years. It’s just reached a critical point due to newer ai bots joining in and crawling links they shouldn’t be.

    • This reply was modified 1 year, 3 months ago by thinkjarvis.
    #1472048

    Hi,
    As I understand, when clicking on the Camera icons on your single product pages, the lightbox opens with the arrows to the next image, and clicking the image will show the next image. Both of these you want to remove.
    So try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .single-products .mfp-gallery .mfp-arrow {
    	display: none;
    }
    .single-products .mfp-gallery .mfp-content .mfp-img {
    	pointer-events: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1472047

    Hey Woutski,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .container_wrap { border-top: none !important; }

    After applying the css, please clear your browser cache and check.
    If this doesn’t help, please link to your page so we can examine.

    Best regards,
    Mike

    #1472046

    Hi,
    thinkjarvis, thank you for providing a solution to your issue, but I’m not able to reproduce this on my demo site, possibly I don’t have bots attacking it.
    Nonetheless, a core change like this will require the Dev Team to review, and examine what backward compatibility issuses it may cause, please post to the Github Feature Request for the Dev Team to review this.

    Best regards,
    Mike

    Hi,
    gwo1, this thread is 10 years old, it would be nice if you opened a new thread with a link to your site and a admin login.
    Please ensure that you are using v6.0.6 and that the “layer slider” is not disabled, if this doesn’t help try switching to the “classic editor” at Enfold Theme Options ▸ Select Your Editor
    Also try disabling all of your plugins and then reload the page. If that resolves the issue, reactivate each one individually and reload the page until you find the conflict.
    Thank you for your understanding.

    Best regards,
    Mike

    #1472042

    Hey clicksports,
    Please open a feature request for the Dev Team in our Github Feature Request for the Dev Team to review and connect with you directly. This will need a core change and is above what we in the support forum can handle.
    Thank you for your patience and understanding and for using Enfold.

    Best regards,
    Mike

    #1472031

    In reply to: Footer and menu

    Hi,
    Glad Guenni007 could help, thank you Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1472028

    Hi,
    If you don’t have WordPress ▸ Appearance ▸ Theme File Editor enabled on your site then use FTP
    If you are not using a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:
    use wpcode php snippet and activate
    and ensure that it is activated, then add the above code and save.

    Best regards,
    Mike

    #1472025

    Topic: Lighthouse CSP errors

    in forum Enfold
    zimbo
    Participant

    Lighthouse was downgrading my Best Practices report on this website with an “Ensure CSP is effective against XSS attacks” error. This is Google’s reference page: https://developer.chrome.com/docs/lighthouse/best-practices/csp-xss/

    I found this thread and implemented Guenni007’s solution as he posted it.

    Whilst my Best Practices score is now 100 Lighthouse is still generating the same main error as above but now with these specific details:

    script-src directive is missing. This can allow the execution of unsafe scripts.
    Missing object-src allows the injection of plugins that execute unsafe scripts. Consider setting object-src to 'none' if you can.

    (Quite how I get a score of 100 when there are still errors seems a bit bizarre to me, whatever…)

    I have no idea how to alter .htaccess to fix this: please can you make a suggestion?

    #1472024

    Hi Mike,
    I’m not sure where to find the functions.php file. I didn’t see it in Enfold child theme menu or in wp appearance.
    Do I have to reach it via filezilla ftp?

    ty

    #1472023

    Hi,
    You too!
    If you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1472019

    Hey Ad-Min747,
    Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    add_action('admin_bar_menu', function ($wp_admin_bar) {
        if (!current_user_can('administrator')) {
            $wp_admin_bar->remove_node('avia');
        }
    }, 999);
    function hide_enfold_theme_options_menu() {
        if (!current_user_can('administrator')) {
            echo "<style>#toplevel_page_avia { display: none; }</style>";
        }
    }
    add_action('admin_head', 'hide_enfold_theme_options_menu');
    

    Best regards,
    Mike

    #1472018

    Hey goldengate415,
    If you would like to request this feature the Dev Team has opened a new Github Feature Request for users to place requests and follow them as the Dev Team reviews them.
    In the meanwhile you could add your Blue Sky link to the X social network and use css to replace the icon with a Blue Sky image, but fontello.com doesn’t offer a Blue Sky icon, perhaps they will in the future as it becomes more popular.

    Best regards,
    Mike

    #1472013

    Hi,

    Great, I’m glad that we could help. We’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1472011

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1472004

    Hey Akhurst,

    Please try to upload a fresh copy of the theme as if it was new, then select to overwrite the current version. You can backup your theme settings under Enfold->Import/Export.

    Best regards,
    Rikard

    #1472002

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1472000

    Hey Jak73,

    You can add your analytics code under Enfold->Google Services. I’m not sure about the ip functionality that you are referring to though, there’s nothing like that in the theme by default unfortunately.

    Best regards,
    Rikard

    #1471999

    Hi,

    Great, I’m glad that Mike could help you out. We’lll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1471996

    In reply to: Photos loading

    Hi,

    Thanks for that. You have lazy loading active in WP Rocket, try turning that off first of all and clear all caches in the plugin. If that doesn’t change anything, then temporarily deactivate the plugin and deactivate file compression under Enfold->Performance, and activate the option to delete old CSS and JS files.

    Best regards,
    Rikard

    #1471982
    goldengate415
    Participant

    Hello,

    We are finished with Elon Musk and the dumpster fire he has turned Twitter (x) into. Would it be possible for Enfold to please add a Blue Sky social network to the list of social networks / icons?

    Thanks,
    Rob

    #1471973
    oberton
    Participant

    When saving a modified page in side builder, it returns the unchanged page.

    [22-Nov-2024 19:01:58 UTC] PHP Fatal error: Uncaught Error: Attempt to assign property “ID” on null in /homepages/xx/xxxx/htdocs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_upcoming/events_upcoming.php:398
    Stack trace:
    #0 /homepages/xx/xxxx/htdocs/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(1329): avia_sc_upcoming_events->shortcode_handler()
    #1 /homepages/xx/xxxx/htdocs/wp-includes/shortcodes.php(434): aviaShortcodeTemplate->shortcode_handler_prepare()
    #2 [internal function]: do_shortcode_tag()
    #3 /homepages/xx/xxxx/htdocs/wp-includes/shortcodes.php(273): preg_replace_callback()
    #4 /homepages/xx/xxxx/htdocs/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-helper.php(559): do_shortcode()
    #5 /homepages/xx/xxxx/htdocs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/section/section.php(1547): ShortcodeHelper::avia_remove_autop()
    #6 /homepages/xx/xxxx/htdocs/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(1329): avia_sc_section->shortcode_handler()
    #7 /homepages/xx/xxxx/htdocs/wp-includes/shortcodes.php(434): aviaShortcodeTemplate->shortcode_handler_prepare()
    #8 [internal function]: do_shortcode_tag()
    #9 /homepages/xx/xxxx/htdocs/wp-includes/shortcodes.php(273): preg_replace_callback()
    #10 /homepages/xx/xxxx/htdocs/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-template-builder.php(3195): do_shortcode()
    #11 /homepages/xx/xxxx/htdocs/wp-includes/class-wp-hook.php(324): AviaBuilder->text_to_preview()
    #12 /homepages/xx/xxxx/htdocs/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
    #13 /homepages/xx/xxxx/htdocs/wp-includes/plugin.php(517): WP_Hook->do_action()
    #14 /homepages/xx/xxxx/htdocs/wp-admin/admin-ajax.php(192): do_action()
    #15 {main}
    thrown in /homepages/xx/xxxx/htdocs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_upcoming/events_upcoming.php on line 398

    #1471972
    schwabino
    Participant

    Hello

    I recently added some new pages to my enfold theme website and need to add my GTM code to these new pages, how do I add this code to the <head> and <body> tags on a specific page?

    Thanks
    B

    Marie
    Guest

    Since I’ve updated WP 6.7 then 6.7.1 , and last enfold the avia builder doesn’t work anymore , I’ve got a blank page when editing a page and this error message :
    Notice: La fonction _load_textdomain_just_in_time a été appelée de façon incorrecte. Le chargement de la traduction pour le domaine avia_framework a été déclenché trop tôt. Cela indique généralement que du code dans l’extension ou le thème s’exécute trop tôt. Les traductions doivent être chargées au moment de l’action init ou plus tard. Veuillez lire Débogage dans WordPress (en) pour plus d’informations. (Ce message a été ajouté à la version 6.7.0.) in /home2/sc3latapieth/lib-rdv.fr/wp-includes/functions.php on line 6114

    #1471961
    Jak73
    Participant

    Hi,
    i would like to add google analytics to my enfold installation.
    As i need to keep it DSGVO complying i would like to use the anonymise ip function.
    How can i do that?
    kind regards
    Jak

    #1471958

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 1650px) { 
    	.html_visible_cart .av-burger-menu-main {
        padding-right: 0;
        left: -64px;
    }
    }

    Enfold Support 6551

    Best regards,
    Mike

    #1471956

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
     .responsive #top #wrap_all .flex_column {
            margin-bottom: 0px;
     }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1471954

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1471952

    Hi,
    The captions of ‘rug’, ‘schoulder’ & ‘elleboog’ were a a paragraph tag and not H1, I added the code for you and now they are a H3
    Enfold Support 6549
    you can use css to change the size and color.

    Best regards,
    Mike

    #1471944

    In reply to: Enfold Update

    Hey Marcel,

    I see that you are running an old version of the theme, could you try to update to the latest version (6.0.6) to see if that helps please? The update to 6.0.6 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
    You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or upload the theme as if it was new under Appearance->Themes->Add New Theme.
    If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
    Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

Viewing 30 results - 4,891 through 4,920 (of 244,353 total)