Viewing 30 results - 4,471 through 4,500 (of 244,004 total)
  • Author
    Search Results
  • #1472385
    Enfoldfanatic
    Participant

    Hi,

    Is there already a solution available to autoplay background video’s within a “color section” on mobile devices?

    Kind regards,
    Enfoldfanatic

    #1472376

    Btw for Enfold etc do check this post in relation to WP 6.7

    Hi, Mike
    I apologise for the very late receipt of my reply.
    As for your answer: All translations into French are displayed correctly when I display all messages in the blog masonry element. However, if I only want to display a certain number of messages, some messages are missing in the French version of the website – regardless of whether I have translated them (via the plus sign) or not.
    Now I assume that the query is not executed correctly because either the query by the blog masonry element is faulty or there is an error in the WPML database table.
    I have checked this and am leaning towards an error in the database table, i.e. I will contact WPML and inform you if the error does affect ENFOLD. Anyway, you could close this thread.

    Thanks for your help!
    Sorry for my delay…

    Kind regards
    Megan

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-6429 #av_section_4 .flex_column_table {
      width: 50%;
    }

    Best regards,
    Rikard

    #1472357

    Hey FDovalA,

    Please try following this: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    Best regards,
    Rikard

    #1472349

    Hi Ismael.
    Thanks for your input. When there are hundreds of photos to manage, manually setting each individual image is a long task and can also lead to oversights and errors. I thought it was possible to control them all with a few lines of code rather than manually.
    The information to be inserted in the Style.css file is growing rapidly. Referring to your page https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support , could you tell me how can I activate the Editor in Appearance? In my installation it is not visible

    https://img.savvyify.com/image/Immagine-2024-11-27-105508.9GnBf

    • This reply was modified 1 year, 2 months ago by icarogioiosi.
    • This reply was modified 1 year, 2 months ago by icarogioiosi.
    #1472344

    for the full-width mega-div you can try now:

    #top #header .avia_mega_div {
      position: fixed;
      width: 96vw;
      left: 1.5vw !important;    /*=== because of the scrollbar  not 2vw ===*/
      top: 120px;
    }

    or maybe with background styling:

    #top #header .avia_mega_div {
      position: fixed;
      width: 96vw;
      left: 1.5vw !important;
      top: 120px;
      background-color: rgba(255,255,255,0.8);
      -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px);
      border-radius: 0 0 15px 15px !important;
      border: 1px solid #FFF;
    }
    
    #top #header .avia_mega_div ul {
      background-color: transparent;
    }

    next release there will be for shrinking headers a variable value ( –enfold-header-height) which represents what it said – the dynamically header-height.
    for then we can use top: var(--enfold-header-height);

    for the rest i will look again to your example page.

    #1472338

    Hey Valerie,

    Thank you for the inquiry.

    Where can we check the issue? Did you install a cache plugin? Please try purging the cache or temporarily disabling the plugin. Also, try toggling or temporarily disabling the Enfold > Performance > File Compression settings to ensure that the changes take effect. Let us know the result.

    Best regards,
    Ismael

    #1472337

    In reply to: Slow speed website

    Hey paoluccimarketing2015,

    Thank you for the inquiry.

    We can’t reproduce the same issue on our end but if you need to disable the dynamic content option, you can adjust the Enfold > Layout Builder > Custom Layout and Dynamic Content option, but this will also disable the Custom Layout feature. To disable the LayerSlider plugin, adjust the Enfold > Layout Builder > Integrated (Bundled) LayerSlider Plugin settings to the second, third, or fourth option.

    Best regards,
    Ismael

    #1472336

    Hey bdfuel,

    Thank you for the inquiry.

    You may need to regenerate the private token and make sure that the required permissions are selected.

    — View and search Envato sites (checked by default) (Required)
    — View the user’s Envato Account username
    — View the user’s email address
    — View the user’s account profile details
    — Download the user’s purchased items (Required)
    — Verify purchases of the user’s items
    — List purchases the user has made (Required)

    Please check this documentation for more info: https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token

    Best regards,
    Ismael

    #1472335

    Hey reqonsult,

    Thank you for the inquiry.

    The lists and content of table cells should inherit the default font size, which can be adjusted in the Enfold > General Styling > Typography panel. You can adjust the Default Content Font Size for different screen sizes as well.

    Best regards,
    Ismael

    #1472334

    In reply to: Recommended Plugins

    Hi,

    The only mail plugin with native integration with Enfold is Mailchimp, so we wouldn’t recommend anything else. However, you can try any of the options in the list below.

    MailPoet

    Newsletter

    HubSpot – CRM, Email Marketing, Live Chat, Forms & Analytics

    Sendinblue – Email Marketing, SMTP, and Marketing Automation

    FluentCRM – Marketing Automation For WordPress

    Best regards,
    Ismael

    #1472333

    Hey mandystohry1,

    Thank you for the inquiry.

    Have you tried adjusting the Enfold > Main Menu > General > Menu Items For Mobile settings? Try setting it to the second option to activate the mobile menu for both tablet and phone views.

    Best regards,
    Ismael

    #1472328

    In reply to: Blog Post

    Hey final1967,

    Thank you for the inquiry.

    Have you tried adjusting the Blog Styling settings in the Enfold > Blog Layout panel? Let us know of the result.

    Best regards,
    Ismael

    #1472327

    Hey Cameron,

    Thank you for the inquiry.

    What happens when you add this css code?

    #top .av-horizontal-gallery-inner {
        transition: none;
        opacity: 1;
    }

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings, or any compression options and purge the cache after applying the modification.

    Best regards,
    Ismael

    #1472322
    nyoung_web
    Participant

    I’m still new to WordPress/Enfold and I’m trying to set the thumbnail for a post slider to the same height.
    In the link of the test page, the post slider after the first image has one thumbnail that is at 1210 x 420, and the others 1080 x 420.
    I want them all to appear at a certain height, preferably the same height as the one with the 1210 x 420 dimension.
    The slider’s image size is set to “Entry without sidebar (1210×423)”.

    Below is the custom css I added over the course of solving multiple issues, so some of them may be working against each other. I would appreciate any advice about the custom css below or any additional one(s) that could achieve the look I want.

    #top .avia-content-slider .slide-entry-title { font-size: 1em; }
    
    #top .post-entry .blog-categories {
      	font-size: 0.9em;
        font-weight: normal; }
    
    #top .content .entry-content-wrapper {
    	padding-right: 0px;
    }
    
    #top .avia-slideshow-inner {
    	float: center;
    }
    
    #top .avia-content-slider .slide-entry-wrap {
    	float: center;
    }
    
    #top .avia-content-slider-inner {
    	margin: 0px;
    	overflow: hidden !important;
    }
    
    #top .avia-content-slider {
    	display: flex;
    }
    
    #top .avia-content-slider .slide-image img{
    	height: auto !important;
    }
    
    .avia_desktop .avia-content-slider .avia-slideshow-arrows a{ opacity: 1; }
    
    @media only screen and (max-width: 479px)
    {
    	.responsive #top #wrap_all .slide-entry{width:48%; margin-left:4%}
    	.responsive #top #wrap_all .avia-content-slider-even .slide-entry.slide-parity-odd,
    	.responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even{margin:0; clear:both;}
    	.responsive #top #wrap_all .avia-content-slider-odd  .slide-entry.first{margin-left:0; width:100%;}
    	.responsive .avia-content-slider .slide-image img { width: 100%; }
    	.responsive #top .avia-slideshow-arrows a{ 
    		display:block !important; 
    		opacity: 1; 
    		font-size: 20px; 
    		width: 60px;
    		height: 60px;
    		top: 30%;
        margin: -30px 0 0;
    		text-align: center;
    	}
    }
    
    #top .scroll-down-link {
        height: 60px;
        width: 80px;
        margin: 0px 0 0 -40px;
        line-height: 60px;
        position: absolute;
        left: 50%;
        bottom: 25px;
        color: #263238;
        text-align: center;
        font-size: 70px;
        z-index: 100;
        text-decoration: none;
    	  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
    }
    #1472314

    In reply to: Recommended Plugins

    How about mail integration and collecting subscribers to add to newsletter and email funnels? My developer added mail chimp, but I’m not a fan. I’m trying to add flodesk, but having trouble integrating it to enfold. any tips?

    #1472310
    reqonsult
    Participant

    Hello, is it possible to define the font size for lists and the content of table cells? Under Enfold > Advanced Styling > Enfold Theme Options we cannot find any options for this. Please see the attached URL, in which the font size in lists and tables is slightly smaller. Thank you.

    #1472305
    bdfuel
    Participant

    Hi Team,

    I was trying to activate the Enfold theme and installed the Envato Market plugin as per your guide on the website. However, I am encountering an error despite following all the steps.

    Here are the details of the error:
    Error Message:

    Error Code: 403 returned by Envato: Forbidden
    Response Code: 403
    Reason: scope-missing
    Purchases: A problem occurred accessing your purchases. Unable to check for updates.
    In the Enfold update section, my Envato details (ID, email, etc.) are displayed correctly after entering the API key. However, the above error still appears, and I am unable to proceed.

    Could you please help me resolve this issue? Let me know if you need any additional information.

    Thanks in advance for your support!

    Best regards,

    #1472301
    Valerie
    Participant

    Hello! I have made changes in the theme options (logo, favicon, header area image), saved the changes, but the demo won’t update to them. I have cleared the cache, still doesn’t update. I also tried to add css from a previous version of Enfold to a new upload of Enfold without demo and that didn’t update either. Any suggestions? Thanks!

    #1472300
    newmediologo
    Participant

    Hi..

    I’ve noticed that the Enfold Facebook Like Box doesn’t works on mobile with both Chrome a Safari on iOS 18.1 on two sites, both sites runs WP 6.7.1, Enfold 6.0.6 PHP 8.2

    The two sites have the same widget setting. one site have a child theme but the other have a normal Enfold

    If from mobile browsers I choose che “Ask for Desktop site” option the widget works fine on the two sites.
    I’ve try to clear cache with no results..

    Links in private

    Thank You very much for help

    #1472294
    jclark930inc
    Participant

    Kriesi,
    I bought from Themeforest in 2016 Enfold theme multipurpose. My site was down but is not up however, the theme is
    missing can you please have someone reach out to me?
    YOu can contact me at in the private content below.
    Best Regards,
    James Clark – President
    Austin James SEO Agency

    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

    #1472288

    In reply to: portfolio

    Hey jeel147,

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

    Best regards,
    Rikard

    #1472286

    Hey Uli,

    We haven’t tested Enfold with that plugin unfortunately.

    Best regards,
    Rikard

    Hi,
    In Brave please ensure to disable the “Brave Shield” in the address bar.
    I added the word “test” to your message bar:
    Enfold Support 6555
    Enfold Support 6557

    Best regards,
    Mike

    #1472284

    Hey Steve,

    Try changing the template name in the child to what you changed the parent them to.

    Template: enfold

    Best regards,
    Rikard

    #1472281

    In reply to: Photos loading

    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

    #1472279
    FDovalA
    Participant

    Hi, I’m using Enfold for a new web project.
    I use the Yith Request a Quote plugin.
    I can’t insert the widget with the shopping list icon in the header.
    The layout is centered logo and menu below, and what I want is for the budget list to be accessible from the header.
    I appreciate your help

    #1472278

    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

Viewing 30 results - 4,471 through 4,500 (of 244,004 total)