Forum Replies Created

Viewing 30 posts - 2,701 through 2,730 (of 33,849 total)
  • Author
    Posts
  • in reply to: Change opened burger menu color #1436559

    Hey SurigliaStudio,
    Please link to your page so we can examine the burger X and assist.

    Best regards,
    Mike

    in reply to: minify issue in text editor #1436555

    Hey webmaintain,
    By minify do you mean that you lose the spaces? Try disabling all of your plugins. If that resolves the issue, reactivate each one individually until you find the conflict.
    It this doesn’t help please include an admin login in the Private Content area and a direct link to your test page so we can examine.
    I’m not experiencing this on my demo.

    Best regards,
    Mike

    in reply to: 2 Up Columns on Mobile #1436554

    Hi,
    I guess I don’t understand why you are using the 1/4 column to create rows with only 3 columns and what you expect from a mobile view with a three element row.
    To add a custom class go to the advanced tab in developer settings:
    Enfold_Support_4934.jpeg

    Best regards,
    Mike

    in reply to: 2 Up Columns on Mobile #1436551

    Hi,
    I recommend adding a custom class to the specific columns that you want to be two wide for mobile and then add this class to the css.
    In the three wide rows you are also using the 1/4 columns so if you want these to not be changed follow the step above, if you do want them two wide there will be an odd column out as there are only three columns per row, this would be expected.

    Best regards,
    Mike

    in reply to: Change Image on Accordion Tab Click #1436549

    Hey teamvelocitymarketing,
    I used two columns, one with a accordion, the other with a image element and add the custom class to the image element like in the video: toggle-img
    Enfold_Support_4930.jpeg
    then I used this jQuery like in the video:

    
        jQuery(function() {
    const img = "";
      jQuery('p[data-fake-id="#toggle-id-1"]').click(function(){
        jQuery(".toggle-img img").attr('srcset',img);
         jQuery(".toggle-img img").attr('src',img);
      });
    });

    note I made the adjustment for Enfold ‘p[data-fake-id=”#toggle-id-1″]’ just change #toggle-id-1 to #toggle-id-2 for the second toggle, etc
    I used the code block element for the jQuery with the “script” tags:
    Enfold_Support_4932.jpeg
    Please give this a try.

    Best regards,
    Mike

    in reply to: Replace or add an icon in the symbol list #1436547

    Hi,
    So for the icon list element you don’t see the icons if you scroll down?
    Enfold_Support_4926.jpeg
    is this the element you mean?
    Enfold_Support_4928.jpeg
    Perhaps include a admin login in the Private Content area so we can examine

    Best regards,
    Mike

    in reply to: OVH SERVER AND DEMO THEME #1436546

    Hi,

    @salleleprive
    please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: How can I make a design like this? #1436544

    Hey designmek,
    Thank you for your patience, try using a color section with a gray background color, and add four 1/4 columns with a background image and a whitespace element to set the height of the column to something like 200px:
    Then add four 1/4 columns with a background color of white and zero margin in the row margin option, and add a text element with the custom class bottom-text-padding
    Enfold_Support_4922.jpeg
    then use this css to add a little left padding to the text:

    .bottom-text-padding {
        padding-left: 10px;
    }

    This is the results I had:
    Enfold_Support_4924.jpeg
    or if your previous attempt is working good you can add a custom class to your grid so your css only changes your one grid.

    Best regards,
    Mike

    • This reply was modified 11 months, 4 weeks ago by Mike.
    in reply to: 2 Up Columns on Mobile #1436542

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

    @media only screen and (max-width: 767px) {
        .responsive #top #wrap_all .flex_column.av_one_fourth {
            width: 48%;
            clear: none;
            float: left;
        } 
    }

    Please note that this will work on all pages on your site, so if you want this to be page specific a page ID can be added to the css, or you can add a custom class to the specific columns and add that to the css. Let us know if you need further help with this.

    Best regards,
    Mike

    Hey woogie07,
    The only way is to open each page and click the Advanced Layout Builder button to load the builder and then save.
    I’m not sure why you are experiencing this, probably something to do with the migration.

    Best regards,
    Mike

    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

    in reply to: LCP #1436539

    Hi,
    Thanks for reporting don’t work as expected, perhaps this will help future users. Shall we close this thread then?

    Best regards,
    Mike

    in reply to: Open a Gallery (lightbox) from a button or hyperlink #1436538

    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

    in reply to: PHP compatibility question #1436492

    Hey Tim Headford,
    v5.6.7 fixed issues with PHP 8.2.4
    I have not seen issues with v5.6.10 and PHP 8+
    Try first making a full backup with your webserver tools, not a plugin, then manually update the theme, the switch to PHP 8, try the lower version you have available first, some servers have PHP 8.3 now but this is “bleeding edge” and I can not test it, try PHP 8.1

    To manually 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

    in reply to: White space appearing and animation loading incorrectly #1436432

    Hi,
    The error with the white space looks like the wp-smushit lasyload error, try disabling the wp-smushit lasyload in the plugin and if that doesn’t help disable the plugin.
    Also ensure to clear your browser cache fully better tests.

    Best regards,
    Mike

    in reply to: Weird double arrow on layer slider #1436431

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

    #top #layer_slider_1.avia-layerslider .ls-nav-prev:before,
    #top #layer_slider_1.avia-layerslider .ls-nav-next:before {
    	display: none;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Start a topic on your forum #1436430

    Hi,
    Glad Rikard could help, if you have any further questions please login and create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Scrolling text Marquee #1436429

    Hi,
    Please try seeing this documentation, I added a second element under your with this code:

    <marquee loop="" scrollamount="8">Mastercard • Kia • Doctors Without Borders • Centers For Disease Control DCD • League of Conservation Voters •</marquee>
    <marquee loop="" scrollamount="6">Electrify America • Florida Crystals • The Electric Company • California Avocado Commission • Marvel Fusion •</marquee>
    <marquee loop="" scrollamount="4">The Educated Choices Program • Calm • Citizens Bank • Amazon • NerdWallet • Slack • Verizon • American Red Cross •</marquee>
    <marquee loop="" scrollamount="2">National Institute of Health • Vistaprint • Doritos • Google • Siemens • Bic • Dominos • Ebay • Mattel • Deloitte •</marquee>

    and it works kind of ok, but if you note from the documentation marquee has been Deprecated and is no longer recommended.
    I recommend searching for a javascript snippet to do this, perhaps like this.
    Or perhaps this would help

    Best regards,
    Mike

    in reply to: Dynamic CSS #1436427

    Hi,
    Thank you for your patience, we have had some feedback from another user with this issue and after much testing were we can not reproduce the error he has checked the settings on his server and reports:

    I have not used the additional headers box in plest apache and nginx settings.
    Instead I have added the nosniff to the nginx, http and https directives.

    and this seems to have caused the error, he is testing further to confirm.
    I know that you said that you are not able to make any changes to your server, and when you created a staging site you didn’t experience the same issue.
    Perhaps you could try this snippet in your functions.php:

    function custom_avf_post_css_create_file( $create )
    {
    	return false;
    }
    
    add_filter( 'avf_post_css_create_file', 'custom_avf_post_css_create_file', 10, 1 );

    Best regards,
    Mike

    in reply to: Mime type error with Post CSS Files still a problem #1436426

    Hi,
    Thanks for the feedback, we will keep this open to hear your results.

    Best regards,
    Mike

    in reply to: IDEA? Seasonal calendar for growing vegetables #1436425

    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

    Hi,
    It looks like Flaticon doesn’t offer the iconfont format that the theme uses, perhaps it is a paid oprion now I don’t know, Fontello offers th correct format for free and you can convert your SVG icons to the correct iconfont format for free.
    Please see this thread for preparing SVG images for fontello and then upload them to fontello:
    converting_SVG_on_Fontello_to_create_a_icon-font.png

    Best regards,
    Mike

    in reply to: Video 100% width – Automatic caps on mobile #1436423

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

    @media only screen and (max-width: 767px) {
    .responsive #top .logo {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    }

    Best regards,
    Mike

    in reply to: IDEA? Seasonal calendar for growing vegetables #1436362

    Hi,
    I’m glad that this helped, I looked at your test page and there is no margin or padding on the left, in the css above the “labels” have a min width
    Enfold_Support_4920.jpeg
    so look in the css for these three rules:

    .progress-header .header-offset {
        width: 150px;
    }
    .label-container {
        width: 150px;
    }
    .progress-container {
        width: calc(100% - 160px)
    }

    and try a width of the labels to 80px and the progress-container to 80px like this:

    .progress-header .header-offset {
        width: 80px;
    }
    .label-container {
        width: 80px;
    }
    .progress-container {
        width: calc(100% - 80px)
    }

    and this should move the element to the left.

    Best regards,
    Mike

    in reply to: Aktualisierung fehlgeschlagen / Refresh failed #1436317

    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

    Hi,
    Thanks but I can not download the file as it requires a Google login, please make it available to everyone or try DropBox.

    Best regards,
    Mike

    in reply to: autoresponder contact form edits #1436315

    Hi,
    Ok, 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

    in reply to: Plugin conflict removes kitchen sink from wysiwyg #1436314

    Hi,
    Thanks for the login, I found a few issues, first you had the “Classic Editor” plugin enabled, if you note back to the earlier post we noted that you should not use this plugin but instead use the built-in Classic Editor option in the theme at Enfold Theme Options ▸ Select Your Editor ▸ Use WP Classic Editor so I disabled this plugin and the kitchen sink showed on the test page created two years ago. I then viewed the frontend and back to the backend and checked again, this time it didn’t show, but after I clicked the update button to save the page the kitchen sink showed again, I tested many times and less that half of the time it worked.
    The only error I see is from the WordPress core files: Deprecated TinyMCE API call: .onChange.add(..) I don’t see this on my demo site.
    Perhaps this is because your site has not been updated, you are using Enfold v5.5 and we are now up to v5.6.10, so please try updating and checking again.

    Best regards,
    Mike

    in reply to: Event Calendar imports all 1970 #1436293

    Hi,
    OK, we will leave this open until you can check again, if it is successfully again please let us know so we can close this thread.

    Best regards,
    Mike

    Hey mediafacto,
    Please note that the Maichimp api changed recently, so you must use a current version of the theme: v5.6.10
    and then each page that has a Maichimp element on it must be opened again and re-saved to work.
    Please try this, if you still have trouble try recreating a new Maichimp api, if you still have trouble include a admin login in the Private Content area so we can examine.

    Best regards,
    Mike

Viewing 30 posts - 2,701 through 2,730 (of 33,849 total)