Viewing 30 results - 5,881 through 5,910 (of 244,023 total)
  • Author
    Search Results
  • Hi,
    Thank you for your patience, I didn’t see an issue on the page that you linked to, but I found a another page with the issue, indead it was a z-index issue, so I added the custom class section-with-menu to the color section with the menu shortcode:
    Enfold Support 6470
    and added this css to your Quick CSS:

    .avia-section:not(.section-with-menu) {
    z-index: 0;
    }
    .avia-section.section-with-menu {
    z-index: 2;
    }

    and this seems to have helped, please check the page below and try to make this adjustment to your other pages.

    Best regards,
    Mike

    #1465588

    Hi,

    Thanks for the update.

    2. Did you try to place empty widgets in the footer, and add your content to the last widget? Note that you can design your own footer in a page, and set it under Enfold->Footer.

    Best regards,
    Rikard

    #1465580

    In reply to: Question

    Thanks, Ismael. Solved…removed Super Page Cache and replaced it with WP Fastest Cache.
    Not blaming Super Page Cache…have used for ages, but something in MY setup didn’t quite work…think didn’t have Cache Everything rule proper, but can’t figure it out.
    That said…I can now happily insert images!

    Another quickie question…should I use the Theme Option -> Performance -> File Compression options or not? I am a little ocnfused by the updated explanation.
    Am VERY happy with performance as is. However…every little bit is obviously appreciated.

    You Enfoldians are just wonderful. Thank you, thank you, thank you!

    #1465570

    HI Ismael
    Our customer has no staging environment, but you can check on production environment. See private content section.
    By the way, is this a bug of Enfold, for that we have to use such code to have a pagination there?
    Best regards
    Mike

    #1465565

    Hi,

    You can copy the page that you have already added it to, or copy the shortcodes to a new page if you copy all the shortcodes. You can see shortcodes by activating debug mode under Enfold->Layout Builder->Show advanced options.

    Best regards,
    Rikard

    #1465557
    aron8778
    Participant

    Hi Guys.

    Checked out other threads – just can’t get this favicon working for our client, any ideas what the issue is? I have also tried in the theme and also in appearance > customise area – neither seem to load for me.

    Cheers!

    #1465554

    After inserting the enfold shortcode and saving it, some settings must be made manually: Activating the sidebar and options (which sidebar should be displayed; etc.)

    #1465548

    if you do not use google maps – do not enter the google maps api key in enfold options.
    i guess that will be enough.

    if not you can try this in your child-theme functions.php:

    function ava_disable_gmap() {
      add_filter('avf_load_google_map_api', function($load_google_map_api) {
        $load_google_map_api = false;
        return $load_google_map_api;
      },10,1);
      add_filter('avia_google_maps_widget_load_api', function($load_google_map_api) {
        $load_google_map_api = false;
        return $load_google_map_api;
      },10,1);
    }
    add_action('after_setup_theme', 'ava_disable_gmap');
    tom
    Participant

    Hi there,

    when you use any Page with Enfold and an enabled “Burger” Button with the Keyboard.
    Demo Page: https://kriesi.at/themes/enfold-creative-studio/

    You can access the top-main menu, by use the Tab-key to get to the Burger-icon and then Enter-key it opens. Fine!
    Then you can Tab-through the menu-items, also fine.

    But at the end of the menu, one would expect to:
    A: Jump back to the Burger Icon, close with Enter-key and Tab-key to get further on the page
    B: Jump to the next Content AND visible close the Menu-layer.
    C: Use the ESC-key to close the mennu

    Current Situation:
    With Tab-key at the end of the menu you jump to the next content AND the menu stays visible so you wont see the page contents you are tabbing and only a reload of the page can fix it. Also ESC-key is not activated.

    #1465532

    Hey Lara Abbink,

    Thank you for the inquiry.

    If you don’t have access to the purchase code or the account used to purchase the theme, you may need to create a new Themeforest account and get a new theme license to update the theme to the latest version. Unfortunately, the automatic update will no longer work in version 4.5, so you will have to download the latest version from your Themeforest account and update the theme manually via FTP.

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

    Best regards,
    Ismael

    #1465530

    Hi,

    Thank you for the update.

    As suggested above, you need to add the string “[nolink]” along with your copyright info in the Enfold > Footer > Copyright field. Example:

    YOUR OWN COPYRIGHT TEXT [nolink]
    

    Best regards,
    Ismael

    #1465526

    Hey amyncuih,

    Thank you for the inquiry.

    The content in the table inherits the Default Content Font Size, which can be adjusted in the Enfold > General Styling > Typography tab or the Enfold > Advanced Styling panel. You can also use this css code:

    .avia-table {
        font-size: 18px;
    }

    Best regards,
    Ismael

    #1465521

    the situation was critical: after the staging launch, problems arose that seemed to be attributable to “internal” Enfold files, which maintained the staging links, not updating them correctly. Since the site was not presentable, it will have to be in the next few hours and I imagine you were and are busy solving other problems, I was forced to contact an external technician, who is solving the problems already listed. I write again: everything is in the resolution phase. I will update you in the next few hours. Do not connect to the backend, thanks.

    Abdul Wahab
    Guest

    Hey, Support!

    We’ve been using the Enfold theme on our site for several years without any issues. However, two months ago, after updating the theme from version 5.7 to 6.0, we noticed that our custom post-type taxonomy archive pages stopped working correctly.

    We have a custom structure defined in the taxonomy-archive.php file, which was functioning perfectly up until version 5.7. After experiencing this issue, we reverted back to version 5.7 on our production site, and everything is working fine again.

    We would like to update the Enfold theme to version 6.0, but it appears this version doesn’t support our custom taxonomy structure. Could you please investigate this issue and let us know how to resolve it?

    Thank you for your assistance!

    Best regards,
    -Abdul Wahab

    #1465505

    I also examined the slider code and noticed that it is loaded from the Enfold theme. That’s why I checked for entries in the theme files that use the staging subdomain and found over 4000 CSS files that use the staging subdomain. How to solve it as soon as possible? The boss is yelling at me.

    #1465504

    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

    #1465502

    Hi,
    Thanks for the screenshot it helps me understand better, this might work better for you as a image map. Try uploading your image and select the bars, and add the link.
    Enfold Support 6465
    then click “show me the code”
    Enfold Support 6467
    then copy the code and paste into a code block element

    Best regards,
    Mike

    #1465501
    Lara Abbink
    Guest

    Hi,

    I cant register as a user because I have no purchase code. Im hosting ths website for a friend but did not build it myself.

    Problem is with theme Unfold version 4.5

    #1465497

    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

    #1465496
    sparkyj
    Participant

    No offense guys, and sorry if this question has already been addressed somewhere (I did look!) but how do you get rid of this text at the bottom of the footer, or perhaps it is in the Socket
    © Enfold Theme by Kriesi

    #1465492
    Lara Abbink
    Guest

    Hi,

    One of my customers has the theme unfold running but as of today the theme wont load properly and the website is not visible.

    I would love some assistance in fixing this problem.

    Warm regards, Lara

    Thank you,
    I think we are making this more complicated than it needs to be.
    In the demo the text is white:

    Where in the User interface is the section to adjust this type. It is part of the UI already. Somewhere in the UI the tag was switched to a gray, I can’t remember where, and fiddling with the H tags doesnt do anything. So it has to do with an over-ride maybe?

    Is the floating type getting its code from the “title” of the Portfolio post? The first type section at the tiop of each portfolio post where you “name” the post? If so, what section in the ENFOLD theme options controls the look of this type? Is it in “Advanced Styling”? If so, which section?

    • This reply was modified 1 year, 5 months ago by sparkyj.
    #1465482

    Thank you. It seems it can’t make a connection with the api …
    I’ve gotten the latest version of EnfoldI even made a new API at Google and added the code again.
    I’ve deactivated all plugins to see if there was a glitch there…. NOPE
    What else could it be. Why can’t it connect with the google API?

    #1465478

    Hi,

    No there is nothing like that in Enfold unfortunately, did you check if there’s such a thing in different SEO plugins maybe?

    Best regards,
    Rikard

    Hi,

    To adjust the color of the title and excerpt, try to add this css code:

    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content *, #top .av-caption-style-overlay .av-masonry-item-with-image ins:before, #top #wrap_all .av-caption-style-overlay .av-masonry-item-with-image del {
        color: red;
    }

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css, then purge the cache.

    Best regards,
    Ismael

    #1465470

    Hey Sybille,

    Thank you for the inquiry.

    Please reset the options in the Settings > Reading panel to default, then select the front page in the Enfold > Theme Options > Frontpage Settings. Let us know the result.

    Best regards,
    Ismael

    #1465469

    Hey Arjan,

    Thank you for the inquiry.

    It’s not possible to import a single page, but we can provide you with the shortcodes used on this particular page. You’ll need to set the builder to debug mode and copy the shortcodes into the shortcodes field.

    This is the shortcode: https://paste.mozilla.org/uqAOUvAz

    To activate the debug mode, please check this documentation: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode

    Best regards,
    Ismael

    #1465465

    Hey James,

    Thank you for the inquiry.

    That is possible, but it will require significant modifications to the script. If you want to try, you can edit the enfold/js/avia-snippet-sticky-header.js file. This block shrinks the header:

    if( shrinking && ! isMobile )
    				{
    					if( st < shrink_val )
    					{
    						newH = el_height - st;
    						if( st <= 0 )
    						{
    							newH = el_height;
    						}
    
    						av_change_class( header, 'remove', 'header-scrolled' );
    						//header.removeClass('header-scrolled');
    					}
    					else
    					{
    						newH = el_shrinked;
    						//header.addClass('header-scrolled');
    						av_change_class( header, 'add', 'header-scrolled' );
    					}
    
    					if( st - 30 < el_height )
    					{
    						av_change_class( header, 'remove', 'header-scrolled-full' );
    					}
    					else
    					{
    						av_change_class( header, 'add', 'header-scrolled-full' );
    					}
    
    					elements.css({'height': newH + 'px', 'lineHeight': newH + 'px'});
    					logo.css({'maxHeight': newH + 'px'});
    				}

    Best regards,
    Ismael

    #1465458

    Hi,

    Thank you for the info.

    Looks like the issue occurs because of this css rule in the enfold/config-templatebuilder/avia-shortcodes/icon/icon.css file:

    /*	backwards comp. default behaviour prior 4.8.4 with white shadow only	*/
    .av_font_icon.av-icon-style-border:not(.avia-sonar-shadow) a.av-icon-char:hover:after {
    	animation: sonarEffect 1s ease-out ;
    }

    We’ll forward the issue to our channel.

    Best regards,
    Ismael

    #1465455

    Hi,

    Thank you for the update.

    We temporarily disabled the File Compression settings and set Enfold > Performance > Self Hosted Videos and Audio Features (WP-Mediaelement Scripts) to the third option. This seems to have fixed the issue. Please make sure to purge the cache before checking.

    Best regards,
    Ismael

Viewing 30 results - 5,881 through 5,910 (of 244,023 total)