Viewing 30 results - 3,751 through 3,780 (of 244,358 total)
  • Author
    Search Results
  • #1477266

    Hey Köln,
    I don’t believe that you will have any trouble, but I do recommend first creating a full backup of the site and database, just in case.
    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

    #1477265

    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

    #1477264

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

    @media only screen and (max-width: 767px) { 
    #footer-page .av_one_fifth .avia-image-container {
    	padding: 10px 0;
    }
    }

    adjust the padding to suit.
    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    #1477262

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

    @media only screen and (max-width: 767px) { 
    .small-preview, .big-preview {
        max-height: 200px;
    }
    
    .small-preview img, .big-preview img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    }

    and adjust the height to suit.

    Best regards,
    Mike

    #1477258

    Hi Rikard

    There is the WP File Manager plugin to browse the files. That is the only access I have. It was using that plugin I checked it was an empty child theme.

    I just tried adding a new Enfold Child theme. It is called ochamps-theme. When I installed it the Advanced Layout Editor was working. But then I exported the theme settings from the original child theme and imported them into the new child theme, and now I have the same problem again.

    So it seems to be related to something in the Enfold Child settings.

    Any further suggestions please?

    Thanks

    #1477253
    Köln
    Guest

    Hallo,

    ich habe noch eine alte Version EnfoldVersion: 3.3.2 und möchte gerne auf eine neue aktualisieren ohne dass die Website Verluste erleidet. Ist das mit der neuesten Version möglich?

    Grüße aus Köln

    #1477252
    Köln
    Guest

    Hallo,

    ich habe noch eine alte Version EnfoldVersion: 3.3.2 und möchte gerne auf eine neue aktualisieren ohne dass die Website Verluste erleidet. Ist das mit der neuesten Version möglich?

    Grüße aus Köln

    Kolawole Babalola
    Guest

    Good day, I’d like to purchase the ENFOLD theme to be used for unlimited websites. Kindly advise on how to proceed.

    Best regards.

    #1477246

    Hi,

    Thanks for the update. There’s nothing in the theme which would delay or cache your content, so I doubt that it’s caused by Enfold. You can try to toggle the file compression option and option to delete old CSS and JS files under Enfold->Performance to see if that makes any difference though.

    Best regards,
    Rikard

    #1477245

    Hi,

    You can read more about that element here: https://kriesi.at/documentation/enfold/separator-whitespace/

    Best regards,
    Rikard

    #1477207

    I temporarily activated the parent them and that resolved the issue.

    It looks like the child theme is just the default Enfold child theme unchanged. But i guess it has our client’s settings for the website.

    Any ideas how we can proceed from here to get things working?

    Thanks

    #1477200

    One issue I discovered using Rocket is that delaying js in totality caused the layer slider to only load a white page besides the logo. I was able to exclude Enfold js, not all of it but what looked related to sliders, in the drop down menus of Rocket. There’s a box to white list specific js, I’ll have to research to discover the specific piece to include there.
    I don’t seem to be losing the speed gained by having the whole image load. I was concerned the speed gains came from loading a white page.

    The original issue remains despite being improved. I can’t imagine that little logo WebP file can be sucking up that much time. The distribution of time is mostly allocated to “load delay” so it must be something with scripts not the image itself. Again, if I drop in a non-transparent version, this all goes away, I believe it is the transparency causing the issue.
    If it means anything I looked at a friends page and they have a similar issue although their theme is one that uses Elementor so this may be a WP issue and not intrinsic to Enfold?

    #1477199

    Hi,
    Thank you for your patience. but the vertical black line is from a special element in the fusion plugin, Enfold doesn’t have such an element, we have a horizontal hr element.
    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.

    Best regards,
    Mike

    #1477197

    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

    #1477188

    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

    #1477185

    Hey Silvia,

    If you activate debug mode under Enfold->Layout Builder->Show advanced options, then you paste these shortcodes to a new page in the new box which will appear under the regular layout window, and you can see exactly how that page was created:
    https://gist.github.com/vatoyiit/8b332f05e52fb46d9148275ca3d1f14c

    Best regards,
    Rikard

    • This reply was modified 10 months, 3 weeks ago by Yigit.
    #1477180
    SilviaS
    Participant

    Hi,
    could you please share which layout/content/media elements to use to create the 3-box lines under “areas of expertise” in the law demo homepage?
    Here’s the page link: https://kriesi.at/themes/enfold-law/
    Thank you!

    #1477175

    Hi,
    Thank you for your patience, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #header_main_alternate {
        background-color: red;
    }
    #top #header .av-main-nav > li > a {
        background-color: red;
    }

    Change the color to suit and Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    #1477174

    Hi,
    It looks like you are using the plugin Kadence Blocks, this was created for the WP Block Editor and doesn’t seem to offer shortcodes, so it may not be compatible with Enfold.
    So changing the behavior of the lightbox may not be possible, try asking the plugin author for a solution, they may have one.

    Best regards,
    Mike

    #1477173

    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

    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

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

    .avia_transform .av_slideshow_full .active-slide .avia-caption-title, .avia_transform .av_fullscreen .active-slide .avia-caption-title,
    .avia_transform .av_fullscreen .active-slide .avia-caption-content,
    .avia_transform .av_fullscreen .active-slide .avia-slideshow-button {
        visibility: visible;
        animation: caption-left 1s 1 cubic-bezier(0.1, 0.1, 0.1, 1)!important;
    }

    This will make the title, subtitle, and buttons slide in from the left at the same time.

    Best regards,
    Mike

    #1477151

    Hey Lance,

    You could try using the Separator/White Space element which is an element in the Enfold Layout Builder.

    Best regards,
    Rikard

    #1477150

    Hi,

    Thanks for the update. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1477143

    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

    I will re-enable my workaround to not hurt the client’s website…
    You can directly look into the file I mentioned since it it normal Enfold code. In my opinion some portfolio related code shouldn’t be in this file since the archive template is not portfolio specific.

    #1477140

    Hi,
    Maybe I found the cause of the problem that can be useful to find a solution.

    Check please link in Private Content, and please tell me if you think there could be a fix in a next Enfold update.

    Best regards,
    Oriano

    sh7850
    Participant

    I have a problem with Image Caption Overlay Opacity and Background Color.
    (is this an Enfold issue?)

    When creating new images, the Image Styling Image Caption Overlay Opacity and Background Color does not to work. The image is displayed with no overlay.
    When logged into WordPress and displaying the page, the overlay is shown.

    Previously created images, works fine.
    If I copy previously created image, the overlay is not shown in the copy.

    Versions:
    WordPress 6.7.2
    Theme Enfold 6.0.9

    #1477135
    jocelynwasham
    Participant

    We have a website that uses the Enfold them. We have tried to update several pages on the site. We make updates, hit publish, get NO error at all, it appears the page updates and then we view it live and no changes are shown on the page. Please advise on this.

    All the pages on the site are doing this. The site is margenspecklepark.com

    Thank you,
    Jocelyn

    #1477133
    Jed Zilberberg
    Participant

    Hi,
    I am moving my site to a new host. I transferred everything as usual and encountered these errors below when viewing the wp admin area. If you could please provide some assistance with why this is happening and how to resolve it. Using WP 6.7.1 and Enfold 6.0.6. Thanks!

    Notice: unserialize(): Error at offset 1716 of 10481 bytes in /home/customer/www/jedz3.sg-host.com/public_html/wp-content/themes/enfold/config-acf/class-avia-acf.php on line 171

    Warning: Trying to access array offset on value of type bool in /home/customer/www/jedz3.sg-host.com/public_html/wp-content/themes/enfold/config-acf/class-avia-acf.php on line 174

    Notice: unserialize(): Error at offset 3131 of 4163 bytes in /home/customer/www/jedz3.sg-host.com/public_html/wp-content/themes/enfold/config-acf/class-avia-acf.php on line 171

    Warning: Trying to access array offset on value of type bool in /home/customer/www/jedz3.sg-host.com/public_html/wp-content/themes/enfold/config-acf/class-avia-acf.php on line 174

Viewing 30 results - 3,751 through 3,780 (of 244,358 total)