Viewing 30 results - 19,141 through 19,170 (of 244,613 total)
  • Author
    Search Results
  • #1397215

    In reply to: Enfold 5.4.1

    Hi,

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

    Best regards,
    Rikard

    #1397211

    Hi MiaShia,

    Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site.

    Best regards,
    Rikard

    #1397209

    Hey Zdeněk,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .title_container .main-title {
        line-height: 1.2em;
    }
    }

    Best regards,
    Rikard

    #1397206
    spooniverse
    Participant

    Dear support team, I’m currently installing the update to 5.4 on various homepages. This works fine, but I have the impression that there is a bug with the margin in the Masonry element.

    In masonry_entries.min.css?ver=5.4 on line 153 the code says:

    #top .av-inner-masonry {
     overflow:hidden;
     background-color:transparent;
     margin:0
    }

    However, the margin:0 causes the entries to line up without spacing. The problem only occurs with “flexible masonry” enabled. All settings related to spacing (“no spacing”, “1px spacing”, “large spacing”) are ineffective if “flexible masonry” is the chosen option for the Masonry element.

    I helped myself by adding the following code in the stylesheet:

    #top .av-inner-masonry {
      margin: 0 15px 15px 0;
    }

    This gives me the “large spacing” again as before.

    If I see it right this problem does not come from my other styles. I had removed everything from my stylesheet and the spacing between the masonry entries is always missing when the “flexible masonry” setting is selected.

    Is this a bug? Do others have the same problem? I can help me with my CSS snippet for now, but still wanted to share the circumstance and appreciate a short response. Thank you very much.

    All the best, Daniel

    #1397200

    In reply to: Header: Bar

    This reply has been marked as private.
    #1397198
    This reply has been marked as private.
    #1397195

    Hi,
    Glad we were able to 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

    #1397194

    Hi,
    I see that you have the Google maps enabled on your /kontakt/ page, thus I believe this is why you are seeing the alert.
    Please see our documentation for: PRIVACY AND COOKIES, and set your cookies to user must accept, and reload page on accept so all cookies are blocked until user accepts.

    Best regards,
    Mike

    Hey WebbR,

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

    Best regards,
    Rikard

    #1397176

    Hi,
    Please try adding the css above to the Enfold Theme Options ▸ General Styling ▸ Quick CSS field
    The Developers Settings are for adding custom classes & IDs, for the element it looked like you had the custom ID font-family-belda-font in place, please leave this.

    Best regards,
    Mike

    #1397175

    Hi,
    Thanks for the login, I found the fonts were loaded by the LayerSlider, I disabled for you.
    Enfold_Support_310.jpeg
    Enfold_Support_312.jpeg
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1397170

    you mean that scroll of the background when the lightbox is open?
    add this filter to your child-theme functions.php:

    add_filter( 'avf_default_lightbox_no_scroll', '__return_true' );
    

    EDIT: Sorry did not see that you are not using enfold popup script but the fancy box. There might be a similar way to hamper scrolling.
    the point is to avoid scrolling of body
    did fancybox got some settings for overflow-y for before and after close?

    beforeShow: function(){
        $("body").css({'overflow-y':'hidden'});
    },
    afterClose: function(){
        $("body").css({'overflow-y':'visible'});
    }
    ergates
    Participant

    Hi!
    After recent updates of both Enfold and Event Calendar Plugin, the recurring events aren’t showing organizers and venues.

    It works correctly with single events.

    Could you please give us some clue in order to solve it?

    Or is it possible to use directly the plugin layout instead of the Enfold’s layout?

    Thanks in advance

    #1397164

    Are these bookmarks the same that you have entered on enfold options ?
    If so you can make your own social-bookmark shortcode – put this to your child-theme functions.php

    function social_bookmarks_shortcode() {
      $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => '');
      $social = avia_social_media_icons($social_args, false);
      return $social;
    }
    add_shortcode('social-bookmarks', 'social_bookmarks_shortcode');

    and this to your quick css:

    #footer .widget ul.social_bookmarks {
        display: inline-flex;
        gap: 0px 10px;
    }
    
    #footer .widget ul.social_bookmarks li {
        border: none
    }

    then you can use on your footer widgets a text widget to insert your social bookmarks by: [social-bookmarks]

    #1397161

    In reply to: restoring theme

    Hi Sam,

    To access updated theme files and to register to our support forum, you need to have an access to the ThemeForest account that was used when purchasing Enfold license. You can log in on ThemeForest/Envato with that account and download the latest version on the Downloads page.

    Please see the screenshot below to see how to find your purchase code

    Enfold 3.5.4 is a very old version and is not compatible with WordPress 6.x and PHP 8.x. Updating the theme to the latest version 5.4 would fix the issue.

    Regards,
    Yigit

    #1397159
    sam
    Guest

    Is there any chance I can find in backups or in WP the codekey to register on your website, when I started managing this legacy website with no proper documentation?

    Can someone contact me on my email or phone please!

    I don’t see otion for upgrading Enfold in WP recovery mode in themes.. I only see this legacy theme Enfold Version: 3.5.4

    #1397156

    Hi Lene,

    Please go to Enfold theme options > General Styling > Typography and adjust “Default Content Font Size” as needed.

    Best regards,
    Yigit

    #1397153

    In reply to: website broken

    Hey Sam,

    Please make sure you are using the latest version of Enfold which is currently 5.4: https://kriesi.at/documentation/enfold/theme-update/

    Best regards,
    Yigit

    #1397151

    Hey lapislaser,
    Thanks for the link to your site, it looks like you also have the fancybox popup also installed which is causing the conflict, please disable the fancybox or disable the built-in lightbox at Enfold Theme Options ▸ Lightbox Modal Window, if this doesn’t help please include an admin logo so we can examine closer.

    Best regards,
    Mike

    #1397150

    Hi,
    Glad Ismael 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

    #1397148
    sam
    Guest

    Hello

    I recently started managing a website for a client who is running your theme..
    ENFOLD

    after changing PHP to 8.2 (and than even down to 8.0) on infomaniak.com hosting it crashed.

    I have a site backup, but when trying to load your theme, I run into errors.

    I can’t login to your support forum – where could I find purchase code?

    Please help

    Sam

    #1397140

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

    #1397133

    Topic: Header: Bar

    in forum Enfold
    Sachs
    Participant

    Hey Enfold support
    The bar above the main navigation is now blue, but should be transparent.
    Where in the settings should this be done?
    In the header (general styling) the header style is set to transparent.
    Please see print here
    https://imgur.com/MBOC9Qm

    Further I need to slider button to be:
    Font color: black
    Frame: Black
    Background: Transparent

    How can I get the frame and font to be black?

    Thx
    &
    Best regards
    Lene

    #1397130
    mzgn-technik
    Participant

    Hello to the team,
    We would like to update Enfold from 4.5.1 to 5.4 and would need all minor versions to do the updates step by step.
    Is this possible?
    Purchase codes are available.

    #1397125
    Zdenek
    Participant

    Hi Enfold team,
    I would like to have a smaller line height in the Header title. I have tryied to use several css, but I can´t achieve that.

    See the screenshot here: https://snipboard.io/WuXgMJ.jpg

    If you need, credentials in the Private Content.

    Thanks a lot,
    Zdenek

    #1397116

    Hi
    I think you can close this issue because there were a lot of updates of The Events Calendar and also from Enfold, so this should be fixed.
    If not, we can open a new issue.
    Thanks very much.
    Best regards
    Mike

    #1397115

    In reply to: Popups

    Hi
    Do you already know, when Popups will be available for Enfold?
    Thanks very much.
    Best regards
    MIke

    #1397113

    Topic: Enfold 5.4.1

    in forum Enfold

    Hi
    Do you already know, when Enfold 5.4.1 will be available?
    We just wonder, if we should wait with updating Enfold to 5.4 and then just update to Enfold 5.4.1.
    Thanks very much.
    Best regards
    Mike

    #1397107
    RalfZosel
    Participant

    I need a layout (with a vertical menu) that is a little different from what Enfold offers by default. What I need is:

    1. Row: logo
    2. Row: big image (per page)
    3. Row: vertical menu (left) and content (right)
    4. Row: footer

    Is something like that possible with Enfold, e.g. simply by overwriting the page.php or whatever of the child theme? Do you have an example for something like that or is that something that has to be developed from scratch?

    #1397106

    Hey Ismael
    I have looked and in the Enfold extension->footer the social icons setting is for the socket and not the footer. In footer widget which widget are you suggesting? I don’t see a widget for sociale icons…

    Please explain.
    Thanks
    Best regards’
    Lene

Viewing 30 results - 19,141 through 19,170 (of 244,613 total)