Viewing 30 results - 6,361 through 6,390 (of 244,526 total)
  • Author
    Search Results
  • #1465703

    Hi,

    Great, I’m glad to hear that you found the problem. 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

    #1465702

    Hi,

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

    Best regards,
    Rikard

    #1465692

    Hi,
    When I check your site at 1536 x 864, that you wrote was your screen size, but I don’t see the menu over the logo:
    Enfold Support 6472
    To switch the two icons try this css

    .av-burger-menu-main.menu-item-avia-special {
    	  top: -120px;
    }
    #menu-item-search {
    	top: 100px;
    }

    You can also adjust the values and perhaps keep the icons away from the logo

    Best regards,
    Mike

    #1465691

    Topic: Cross-Site Scripting

    in forum Enfold
    peterolle
    Participant

    I just received this in case you are not aware.

    If there is a quick patch please share it, if not, please release an update.

    #1465687

    Hey Rikard,

    Yes, I created the token for it and added it to the Theme Update section of the Theme Options and it said that it was validated, but this isn’t the only site that I have that I’ve had this issue with things not updating. I have purchased new licenses for every project and created the tokens according to the instructions given here: https://kriesi.at/documentation/enfold/theme-registration/. Some of the sites allow me to use the Envato Market plugin and they don’t have any problems, but a few of them do not inform me of updates. Do I need to go back through and remove those tokens that don’t work and then create new ones?

    -Rob

    advone
    Participant

    Hello everyone,

    We use the Enfold theme for a small WooCommerce store (approx. 30 articles) in a multisite environment.

    We have 2 problems in the mobile view…

    1. store page
    the store content is not centered, but has a larger empty space on the left than on the right. This looks very unattractive and looks like a mistake.
    We use the standard store page.

    2. product page
    On some product pages, the article description and also the image on the right shifts outside the screen, like a kind of overflow.
    If you scroll here, the product image gets bigger and bigger and the page can no longer be used.

    Thanks for your help.

    #1465678

    Hi,

    Did you register your theme license? https://kriesi.at/documentation/enfold/theme-registration/. If that doesn’t help, then please try using this plugin instead: https://envato.com/market-plugin/

    Best regards,
    Rikard

    #1465670

    Hey Antonio,

    You could try adding it in a widget instead: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    Best regards,
    Rikard

    #1465665

    In reply to: Can’t upgrade to

    Rikard,

    Thank you for your reply. We found the problem was with hosting and corrected it. Enfold is great as always. :)

    #1465661
    FERNANDO
    Guest

    I need enfold theme version 5.6.10, cand you send me? thanks

    #1465649

    Enfold Версия: 6.0.3

    #1465643

    In reply to: Mega Menu

    Hey Stefan,

    Thank you for the inquiry.

    You may need to set the Enfold > Main Menu > Burger Menu > Clone Title Menu Items To Submenu items settings to the second option (Create a clone for the title menu item). Let us know of the result.

    Best regards,
    Ismael

    #1465641

    Hey williamslyd,

    Thank you for the inquiry.

    You can turn off the AJAX search by toggling the Append Search Icon To Main Menu option in the Enfold > Main Menu panel. Let us know how it goes.

    Best regards,
    Ismael

    #1465639

    Hey laptophobo,

    Thank you for the inquiry.

    Have you tried using the Image element’s Custom Field Image option? You can use the {wp_custom_field:_thumbnail_id} placeholder to automatically fetch the ID of the featured image. Please check the link below:

    // https://kriesi.at/documentation/enfold/custom-layout-and-dynamic-content/

    Best regards,
    Ismael

    #1465636

    Hi,


    @hitrev
    : In the live site, you have this code in the custom.css file which adjusts the maximum width of the container:

    .responsive .container {
        max-width: 1510px;
    }
    


    @Louisekoch
    : This might have nothing to do with the theme, but rather with the plugins you’re using. Make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings, and make sure to purge the cache after every update. If the issue occurs again in the future, please open another thread and post the login details in the private field.

    Best regards,
    Ismael

    #1465628

    Hey CityCollege,

    Thank you for the inquiry.

    1.) Why do you need the search query string on your pages? This is a special parameter that can only be used on the root page of the site. All other query parameters should work for other pages. Example:

    https://kriesi.at/themes/enfold-2017?s=test
    

    For other pages:

    https://kriesi.at/themes/enfold-2017/pages/pricing/?test=test
    

    2.) Where do you see this warning? You can temporarily hide it by setting the WP_DEBUG_DISPLAY to false.

    Best regards,
    Ismael

    #1465624

    OK, I used your code and asked a friend to help me modify it to accomplish what I am trying to do. Where do I add this code and do so in a way that it won’t get overwritten with future Enfold updates?

    // Define the scroll position where the header starts shrinking
    var shrink_val = 150; // <-- Change this value to adjust when the header starts shrinking
    
    if (shrinking && !isMobile) {
        if (st < shrink_val) { // <-- This condition determines when the shrinking starts
            newH = el_height - st;
            if (st <= 0) {
                newH = el_height;
            }
    
            av_change_class(header, 'remove', 'header-scrolled');
        } else {
            newH = el_shrinked;
            av_change_class(header, 'add', 'header-scrolled');
        }
    
        // Adjust the threshold for the "fully scrolled" state
        if (st - 30 < el_height) { // <-- You can modify el_height or the -30 value to change when this triggers
            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' });
    }
    #1465621
    hitrev
    Participant

    Hi, I recently upgraded my theme from Version 5.7.1. to Version 6.0.3. The staging website that is running 6.0.3 layout has shrunk now on some of my portfolio pages. Any advice would be helpful to fix. I have included a video as well as the website and staging website in the private area. Thanks

    #1465611

    Hi,

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

    
    #socket .copyright {
      float: right;
    }

    Best regards,
    Rikard

    #1465601

    Topic: Can’t upgrade to

    in forum Enfold
    GWS
    Participant

    I’m trying to upgrade Enfold from 6.0.2 to 6.0.3 but am consistently getting the following error message whether I try the auto update or manually upload the new version through the Dashboard. It is just on the one website, so far, and this website is on the same server as the others. I can replace the Enfold parent theme through File Manager, but I’m curious as to why this is happening. Any suggestions?

    “Could not copy file. enfold/lang/it_IT.po”

    #1465600

    Topic: Age inquiry form

    in forum Enfold
    JeSchami
    Participant

    I need an age check in my form which was created with the Enfold contact form to see if the person is really 18. Is this possible?

    #1465593
    CityCollege
    Participant

    We got two issues when doing random security check:
    I. When using a search query string in a page, it returns 404 – this should not be the correct behavior. i.e (reproduced on your demo link below)
    https://kriesi.at/themes/enfold-2017/pages/pricing/?s=test
    2. The second one is the following error: Warning: Attempt to read property “item_id” on int in /code/wp-content/themes/enfold/framework/php/auto-updates/class-pixelentity-theme-update.php on line 93
    Our theme is latest version! (6.0.3) and the envato private token was revalidated and shows no issues.

    #1465591

    Hey Mariarita,

    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

    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.)

Viewing 30 results - 6,361 through 6,390 (of 244,526 total)