Viewing 30 results - 421 through 450 (of 243,478 total)
  • Author
    Search Results
  • #1489135

    That didnt work.
    I downloaded the TripAdvisor icon via Fontello website and added to my website as instructed.
    Yes, I have tried to add the icon: Enfold > Social Profiles … Nothing is showing
    Thank you for your help : )

    #1489131

    Hi,

    Thanks for update. Try doing what I wrote earlier, to rule out any involvement by Enfold.

    Best regards,
    Rikard

    #1489130

    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

    #1489124
    Edewoolf
    Participant

    Hallo Kriesi-Team,

    ich habe eine neue Projektwebsite mit “Enfold” gestartet und gleich 2 Probleme damit:

    1. Unter “Allgemeines Styling” wurden diverse Farbeinstellungen vorgenommen. Unter “Erweitertes Styling” wurden die H1-H6-Überschriften angepasst und es wurden 2 Schriftarten installiert. Leider übernimmt Enfold keine einzige der Einstellungen bei der Generierung neuer Seiten. Das hatte bisher immer einwandfrei geklappt.

    2. Transparenz Header:
    Obwohl die Transparenz ausgeschaltet ist, ist der (fixe) Header komplett transparent statt mit weißem Hintergrund, wodurch das Hauptmenü schwer lesbar ist.

    Beste Grüße
    Christian

    #1489123

    At the very least, it would be good to know your header settings (logo left, menu below, etc.). For example, when I work on the new version with (logo left, menu right), the social bookmarks are located within main_menu. When I look at the board at the top here, they are located next to main_menu. – That depends on where I place the flex container.

    so it all depends on your setting . so it will be the best to see the concerning site.

    f.e. if you got a setting that the burger is visible from the beginning – like in freelancer demo

    then you had to remove the media-query setting for screens above 768px.

    #1489119

    try

    @media only screen and (max-width: 989px) {
      .responsive #top #wrap_all .main_menu {
        display: flex !important;
        flex-direction: row-reverse;
        align-items: flex-start;
        height: 100% !important;
      }
      #top #wrap_all .social_bookmarks {
        padding-right: 20px;
        border-right: 1px solid var(--enfold-header-color-meta);
      }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 989px) {
      .responsive.html_mobile_menu_tablet #top .avia-menu.av_menu_icon_beside {
        border: none;
        padding-right: 0px;
      }
    }
    
    @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all #header .main_menu > .social_bookmarks {
        display: block !important;
        top: 40px
      }
      .responsive #top #wrap_all .av_mobile_menu_tablet .main_menu {
        align-items: flex-start;
      }
      .responsive #top .av_seperator_big_border .avia-menu.av_menu_icon_beside {
        padding-right: 0;
        margin-right: 0;
        border: none;
      }
    }
    

    and check please the style on screens less than 767px if that fits for you. on medical demo it works well.

    #1489115

    if you like to have that on Enfold – Blog Layout – to choose the icons for “share on …”

    function avia_add_social_share_link_arguments($args){
        $tripadvisor = array('tripadvisor' => array("encode" => true, "encode_urls" => false, "pattern" => "https://www.tripadvisor.com/", 'label' => __("Share on Trip Advisor", 'avia_framework')));
        $args = array_merge($tripadvisor, $args);  
        return $args;
    }
    add_filter('avia_social_share_link_arguments', 'avia_add_social_share_link_arguments', 10, 1);
    #1489113

    So you uploaded your own symbols to Fontello? You didn’t enter a name for the font at the top of the Fontello page. That’s the one way to get the font name fontello.

    Can you insert the icon as symbol if you place an element ( icon ) to a page?

    Have you choosen that icon on Enfold Options – Social Profiles : at the end of that dropdown list your new entry?

    next – i do not know it you can choose every string on that – because these settings will end in a class e.g. (social_bookmarks_tripadvisor and av-social-link-tripadvisor) if you got a space inside $icons[‘tripadvisor’] it might be broken. ( you can have Tripadvisor)
    ( the display_name is the Name that is shown on hovering that icon )

    try:

    function avia_add_custom_icon($icons) {
      $icons['tripadvisor']  = array( 'font' =>'fontello', 'icon' => 'uf262', 'display_name' => 'Trip Advisor');
      return $icons;
    }
    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    
    // Add new icon as an option for social icons
    function avia_add_custom_social_icon($icons) {
      $icons['tripadvisor'] = 'tripadvisor';
      return $icons;
    }
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
    #1489107

    Hi,

    I removed this from functions.php, and it’s working as expected after that:

    function enfold_child_enqueue_parent_style() {
        $child_theme = wp_get_theme( 'enfold-child' );
    
    	wp_dequeue_style( 'avia-style' );
    	wp_deregister_script( 'avia-style' );
        wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array(), $child_theme->get( 'Version' ) );
    }
    add_action( 'wp_enqueue_scripts', 'enfold_child_enqueue_parent_style', 20 );

    Best regards,
    Rikard

    #1489093
    icarogioiosi
    Participant

    Hello everyone.
    At https://kriesi.at/documentation/enfold/social-share-buttons/#toggle-id-1, I found this code to display social media icons on mobile devices:

    /* Do not hide social bookmarks */
    @media only screen and (max-width: 479px) {
    .responsive #top #wrap_all #header .social_bookmarks {
    display: block;
    }}

    It works perfectly, but the icons are to the right of the menu.
    Would it be possible to have them between the logo and the menu instead?

    02

    Alternatively, is it possible to insert them within the mobile menu?
    Regards.

    #1489090
    Bernd
    Participant

    Hi,

    We use the WordPress toolkit Plesk extension on all our hosting plans with WordPress websites. Unfortunately, the automatic theme update for Enfold does not work via toolkit.

    When I start the update manually using the toolkit, the following error message appears: The theme(enfold) has not been updated due to unrecognized reason. This is not very helpful. But in WordPress, the update can be installed successfully.

    I am aware that this may be a problem with the toolkit and not with enfold. But maybe someone else has had the same experience here?

    Regards,
    Bernd

    #1489084

    Topic: Website soft brick

    in forum Enfold
    frammies
    Participant

    Hi all – I soft bricked my website by using the reset button in enfold backend. All custom CSS and settings is lost and now I am trying to rebuild all. Lots of things I was able to handle by my self but some I don’t know how to fix.

    First problem: I am missing that when the first section of a page has blue background color, the font type is white. See example in PC.

    #1489083

    Hi,

    You will need to run the same version of Flux, Woo and Enfold in order to do a comparison.

    Best regards,
    Rikard

    #1489076

    In reply to: Sidebar settings

    Hey Julie,

    Thanky you for the inquiry.

    Did you add this css code?

    main {
        display: block;
        margin: 0 auto;
        max-width: 40rem;
        padding: 1rem;
    }
    

    This limits the width of the content to 40rem. Please try to remove the css code, then toggle or temporarily disable the Enfold > Performance > File Compression settings.

    Let us know the result.

    Best regards,
    Ismael

    #1489075

    In reply to: Header

    Hey ericsauthier,

    Thank you for the inquiry.

    Looks like you have managed to set the menu to display below the logo. To enable the sticky header, we enabled the Sticky Header option in the Enfold > Header > Header Behavior panel.

    Screenshot-2025-09-09-at-11-49-15-AM

    Best regards,
    Ismael

    #1489070

    Hey Alejo Rotemberg,
    We expect no issues with updating, but recommend creating a full backup using your webhost backup tool, not a plugin unless you have specific knowledge with it and it has worked for you in the past. Often backup plugins fail when restoring.
    Also note that if you are not using a child theme and the core files such as functions.php were modified those customizations will be lost, so backup any customizations.
    Also note that if you are using a child theme and you have a copy of the header.php or footer.php in the child theme, please remove these as these files have changed and will cause an error.
    To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    #1489067
    Jacob
    Guest

    I am unable to get rid of this error that I am seeing at the top of my website. It is coming from Enfold theme, specifically the LayerSlider. I tried many things with the help of ChatGPT and am not getting any success… What can I do to get rid of this issue? The website is https://hawk-hub.com/

    #1489066
    Alejo Rotemberg
    Guest

    Hi, we have a WordPress site on which we installed version 3.7.1 of the Enfold theme in 2017. We’d like to update the site and theme to the latest version. Are there any compatibility issues we need to address?

    #1489058
    slikslok
    Participant

    Hi,

    I have in different Projects a problem with css-styles.
    After setting the project up with child theme at some point changes in css doesn’t work. If I do them in the WP-Customizer it works wothout problem. That is totally annoying and confusing, because I know have to places where to look for CSS-
    I turned of CSS merging, all caching plugins and so on. As I said I have this problem in a bunch of Projects, so there must be a css-parsing problem in Enfold.
    Please help me out quick, I’ve to da a lot of changes and want to do them in the child-theme, not the customizer.

    #1489057

    Topic: Sidebar settings

    in forum Enfold
    welswebmaster
    Participant

    Hi Enfold team,
    I’ve adjusted \ the Content | Sidebar Ratio settings to 80/20 in the Enfold > General Layout > Dimensions tab to decrease the sidebar’s width. I’ve emptied server cache and browser cache and no change. It was set to 70/30 but appears as 50/50. I’ve looked at General Styling quick CSS (nothing there), functions.php (nothing there), and styles.css (nothing there). Two examples of how it appears is in private. Where else could this setting cause the 50/50 view?
    Thanks,
    j

    #1489052
    schub1981
    Participant

    Hi,

    I would like to change the color of the horizontal bar where the “Enfold Main Menu” is located. Where can I find the correct name for this area in the template settings—and the corresponding color setting?

    Kind regards.
    Mario

    Hi,

    Great, I’m glad to hear that it’s working again.

    This is the pre sale channel, so technical support is usually not given here. Next time I would suggest that you open a thread on the support forum instead: https://kriesi.at/support/. If your support period has expired, then please refer to this: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    #1489050
    VachetAlexandre
    Participant

    I’d like to insert placeholder text so that Google Insight doesn’t report an accessibility error on my slider arrows. Do you have a CSS solution? I’ve found HTML solutions online, but I don’t know if we can modify the HTML to Enfold Child.

    Here’s the error reported by Google Insight:

    Links don’t have visible names
    Write visible and unique text for links (and for image placeholder text, if you use it in links) so that screen reader users can easily position the cursor over them and enjoy a better browsing experience. Learn how to make links accessible.
    Non-compliant elements
    Here’s the error reported by Google Insight :

    div#wrap_all > div#main > div.avia-fullscreen-slider > a.scroll-down-link

    #1489039

    In reply to: Enfold updates

    Hi,

    Thank you for the update.

    In the current version (5.2.1) installed on your site, you may need to download the latest version of the theme from your ThemeForest account and upload it manually to your server via FTP. Once the theme is updated to version 7.1.2, you should be able to update it again directly from the dashboard. Please refer to this documentation for more information.

    https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp

    Best regards,
    Ismael

    #1489034
    uteba
    Participant

    Hallo,

    wir haben alle ein bis zwei Monate das Problem, dass die Website vorübergehend ohne das dazugehörige Stylesheet angezeigt wird.
    Wir nutzen das Caching-Plugin WP Optimize, das Sicherheitsplugin All in One Security und Real Cookie Banner, den Seiten-Cache löschen wir regelmäßig nach einem Plugin-Update.
    Das Problem ist erstmalig aufgetreten nach einem größeren Update (Enfold 4.9.1 – Enfold 7.1) und ließ sich mit dem Löschen des Cache beheben.
    Kann die Einstellung CSS/JavaScript minimieren in den Theme Options einen Konflikt auslösen? Diese Funktion ist nicht doppelt belegt, sie ist in WP Optimize deaktiviert.

    Herzlichen Dank, UB

    #1489033

    Hey condonp,
    Thanks for the mockup image:
    mockup
    it looks like you are close to achieving this, but I only see one widget in the header:
    Screen Shot 2025-09-07 at 7.19.10 AM
    to change the color of your widget and move the menu try adding this css:

    .responsive #top #header #header_main .inner-container .widget>div {
        background: rgb(77, 172, 56);
    }
    .topconatiner {
        align-items: center;
    }
    .responsive #top #header #header_main .inner-container .main_menu {
        justify-content: right;
    }
    .responsive #top #header #header_main .inner-container .main_menu {
    	margin-right: 6%;
    }

    for this:
    Screen Shot 2025-09-07 at 7.22.23 AM
    The snippet from the documentation that you are trying to follow looks nothing like your mockup.
    Screen Shot 2025-09-07 at 7.25.29 AM

    Best regards,
    Mike

    #1489032

    In reply to: PreSales Question

    Hey Steve Webgecko,
    Thank you for your patience, changing the colors on hover can be done with custom css, and a popup can be added via jQuery, but the popup will be in the center of the screen and not over the box that is clicked, like on your page. I recommend copying the bootstrap element HTML with the css & jQuery that makes this popup work and add it to a code block element on your Enfold page to duplicate this.
    Changing your blog images to B&W until hover can be done with a gray scale css filter, a icon could be added on hover but it would also require custom css.
    When you are ready to try this please ensure that you have an active support license and login to the forum and post your question with a admin login to your test page. The pre sales contact form is not appropriate for support.

    Best regards,
    Mike

    #1489031

    Hey cynkindred,
    Thanks for your patience, sometimes popup plugins have a conflict with the theme’s popup code. You can try disabling the theme popup at Enfold Theme Options ▸ Lightbox Modal Window and see if that helps.
    Otherwise please link to your page so we can examine.

    Best regards,
    Mike

    #1489030

    Hi,
    Glad to hear that you have this sorted out, 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

    #1489028

    In reply to: Major Theme Update

    Hi,
    It sounds like a server cashing issue such as a object-oriented cache, I’m not sure if you can disable it for just one site. You can try disabling the theme cache at Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and then enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files If you are using a CDN like Cloudflare it may also cause this, I think there is a setting for this in JetPack, if you are using this, or perhaps it is enabled on your server.
    Most all of the sites that I examine update instantly with the theme cache, including my test site. Only twice have I seen something like this and it was related to CDN or object-oriented cache.

    Best regards,
    Mike

Viewing 30 results - 421 through 450 (of 243,478 total)