Forum Replies Created

Viewing 30 posts - 3,721 through 3,750 (of 34,598 total)
  • Author
    Posts
  • in reply to: vertical/portrait video background problem #1434597

    Hey amministrazione187,
    It looks like your video is in a LayerSlider element, please try to adjust the width of the video in the layer, right now it is forcing the width to 100% of the page.

    Best regards,
    Mike

    in reply to: WordPress 6.4 & 6.4.1 – Unstable Environment #1434596

    Hi,
    That is good news. If you don’t want to use the getresponse form shortcode I created, that is fine, I was just trying to rule out possible issues. Shall we close this thread then?

    Best regards,
    Mike

    in reply to: Can’t install demo import #1434594

    Hi,
    Please note the PHP error on your dashboard:
    Enfold_Support_4727.jpeg
    also please update these server setting:
    PHP max input variables = 10000
    PHP time limit = 300

    Typically a basic SSL is free, see this post, or this GoDaddy documentation.
    I don’t think that you need SSL to install the demo, but many web browsers will not load your page without one and Google will not list your page, a SSL is needed for a modern website and most webhosts offer the free Lets Encrypt SSL

    Best regards,
    Mike

    in reply to: WordPress 6.4 & 6.4.1 – Unstable Environment #1434592

    Hi,
    Yes that is what I see, did you try to change your server setting as posted above and the Yoast support thread above?

    Best regards,
    Mike

    in reply to: Logo bigger #1434591

    Hi,
    I moved the css to WordPress ▸ Customize ▸ Additional CSS and made an adjustment and it seems to work now, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Load Google Fonts #1434590

    Hi,
    Sometimes when the font are downloaded they are inside directories in the zip file, try un-zipping and zip only the font and then try uploading the new zip file.
    I see login details but I don’t see the URL to your site.

    Best regards,
    Mike

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

    Hey beyond-flora,
    Thank you for the link to your example site, but I don’t have any ideas how to create this, it looks like a custom element using javascript. Perhaps this plugin will help, it has a similar element.

    Best regards,
    Mike

    in reply to: Need more media query #1434585

    Hi,
    Thanks for your patience, about your question as to why your client is not seeing the updated css after the site cache has been cleared, since your client is checking on an iPad, they will also need to clear there cache, note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.

    Best regards,
    Mike

    in reply to: Masonry Button – same style as my other buttons #1434584

    Hey Nihru,
    Thanks for your patience, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .main_color .container .av-masonry-load-more {
    	color: #ffffff;
        border-color: #759c1b;
        background-color: #97be3d;
        width: 250px;
        padding: 15px 0;
    
    }

    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.
    the expected results:
    Enfold_Support_4725.jpeg

    Best regards,
    Mike

    in reply to: Burger menu Icon – Breakpoint location #1434583

    Hi,
    Thanks for your patience, it looks like you have a customized menu item, I added this css to correct:

    @media only screen and (max-width: 767px) { 
    	.av_main_nav_header.av_menu_right #header_main .main_menu-uber {
        top: 0px;
    	}
    	#top #header.header_color.av_header_transparency .av-main-nav > li > a:hover .av-hamburger-inner, #top #header.header_color.av_header_transparency .av-main-nav > li > a:focus .av-hamburger-inner, #top #header.header_color.av_header_transparency .av-main-nav > li > a:hover .av-hamburger-inner::before, #top #header.header_color.av_header_transparency .av-main-nav > li > a:focus .av-hamburger-inner::before, #top #header.header_color.av_header_transparency .av-main-nav > li > a:hover .av-hamburger-inner::after, #top #header.header_color.av_header_transparency .av-main-nav > li > a:focus .av-hamburger-inner::after {
        background: #326295 !important;
        opacity: 1;
    }
    }
    .av-burger-overlay-active #top #header.header_color.av_header_transparency .av-main-nav > li > a:hover .av-hamburger-inner, .av-burger-overlay-active #top #header.header_color.av_header_transparency .av-main-nav > li > a:focus .av-hamburger-inner, .av-burger-overlay-active #top #header.header_color.av_header_transparency .av-main-nav > li > a:hover .av-hamburger-inner::before, .av-burger-overlay-active #top #header.header_color.av_header_transparency .av-main-nav > li > a:focus .av-hamburger-inner::before, .av-burger-overlay-active #top #header.header_color.av_header_transparency .av-main-nav > li > a:hover .av-hamburger-inner::after, .av-burger-overlay-active #top #header.header_color.av_header_transparency .av-main-nav > li > a:focus .av-hamburger-inner::after {
        background: #326295;
        opacity: 1;
    }
    #top #header.header_color.av_header_transparency .av-main-nav > li > a:hover .av-hamburger-inner, #top #header.header_color.av_header_transparency .av-main-nav > li > a:focus .av-hamburger-inner, #top #header.header_color.av_header_transparency .av-main-nav > li > a:hover .av-hamburger-inner::before, #top #header.header_color.av_header_transparency .av-main-nav > li > a:focus .av-hamburger-inner::before, #top #header.header_color.av_header_transparency .av-main-nav > li > a:hover .av-hamburger-inner::after, #top #header.header_color.av_header_transparency .av-main-nav > li > a:focus .av-hamburger-inner::after {
        background: #fff;
        opacity: 1;
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Failed to Decode Downloaded Font #1434579

    Hi,
    You can upload more than one set of custom fonts, it sounds like Guenni007 has helped you solve this, thanks Guenni007, shal we close this thread then?

    Best regards,
    Mike

    in reply to: WordPress 6.4 & 6.4.1 – Unstable Environment #1434573

    Hi,
    Thanks for your patience, I found that your site is exhausting it’s allowed memory size in /public_html/wp-includes/class-wpdb.php on line 2320, I noticed that you have some javascript in your page and sometimes these are also executed in the backend, so I moved it to your WP Code plugin as a javascript snippet.
    I then created a shortcode to display your getresponse-form snippet and added it to your WP Code plugin:

    function getresponse_form_shortcode($atts) {
        $atts = shortcode_atts(
            array(
                'form-id' => '', 
                'e' => '1', 
            ),
            $atts,
            'getresponse-form'
        );
        $form_id = $atts['form-id'];
        $e = $atts['e'];
    
        if (empty($form_id)) {
            return '<p style="color: red;">Error: Form ID is missing</p>';
        }
        $html = '<getresponse-form form-id="' . esc_attr($form_id) . '" e="' . esc_attr($e) . '"></getresponse-form>';
        return $html;
    }
    add_shortcode('getresponse-form', 'getresponse_form_shortcode');

    Then I added [getresponse-form] to your page to show the form snippet.
    While this didn’t solve the issue directly, it ruled out the possibility of the javascript causing the issue in the backend. I found a Yoast support issue that points to /public_html/wp-includes/class-wpdb.php on line 2320 as a known Yoast issue and I tried adding the snippet but this didn’t help, so please try changing your server setting and see if this helps.
    max_execution_time = 300
    PHP max input variables = 10000
    PHP time limit = 300
    Max input time = 120

    Best regards,
    Mike

    in reply to: Change layout of category archive to masonry style #1434569

    Hi,
    Thanks for your patience, if you mean the fading in of each item one at a time, this is not an option in the masonry grid and we don’t have an easy way to add this, please choose from the masonry animation options in the element.
    Unless there is anything else we can assist with on this issue, shall we close this thread then?

    Best regards,
    Mike

    in reply to: portfolio catagory page adjust #1434568

    Hi,
    Thanks for your patience, when I check your Displayed Everywhere widget is empty, so I assume that you have sorted this out.
    Please note that we ask that each thread stays on a specific topic, this helps us provide better support and helps other users find solutions based on the opening subject line quicker. For further questions please open a new thread fir each specific issue
    Thank you for your patience and understanding and for using Enfold.

    Best regards,
    Mike

    in reply to: blog page customize #1434567

    Hi,
    Did you notice the next/prev arrows in the buttons?

    Best regards,
    Mike

    in reply to: Contact form is spammed #1434536

    Hi,
    The hidden spam protection is enabled by default, if you are still having trouble with spam then please use the Contact Form 7 with one of these addons:
    AntiSpam for Contact Form 7
    Email Validator for Contact Form 7
    Honeypot for Contact Form 7

    Best regards,
    Mike

    in reply to: Events Calendar Single Event Page Customization #1434535

    Hey solinpaul2,
    Thanks for your patience, unfortunately you can not use the ALB to edit the layout of the single event page, you could try editing the template to suit your needs:
    \enfold\config-events-calendar\views\single-event.php

    Best regards,
    Mike

    in reply to: Video controls change colour #1434533

    Hi,
    Thanks for your patience, it looks like you have some custom css changing the background color of the video controls from gray to transparent and disabling the video play & volume buttons which is an svg images, so if you want these to be red you will need to create new ones and upload them to your site, I added the link below of your current ones.
    The player is a core WordPress element and not a Enfold element, and I don’t expect that editing the svg to be easy because the one image contain many elements:
    Enfold_Support_4716.jpeg
    you probably can find someone on fiverr to edit it and make the elements red for you and then upload it to your site.
    Or you could remove your custom css and use this css to make the background color red and leave the player items white as they are now, so it would look like this:
    Enfold_Support_4718.jpeg

    div .mejs-container, div .mejs-embed, div .mejs-embed body, div .mejs-container div .mejs-controls {
        background: #bd1229;
    }
    .mejs-button>button {
        background-color: #bd1229;
    }

    It is kind of hard to test with your custom css in place, but I believe this is the correct css, if it doesn’t work correctly like the image above, please remove it and you other custom css so we can check again.

    Best regards,
    Mike

    in reply to: Layout Architect #1434524

    Hi,
    For posts created with the ALB you will need to manually add each of these into your posts, post created with the ALB do not automatically add these elements, this is by design.
    So the easiest way to do this will be for you to create one of these posts as a template and then save it as a template in the ALB, so you can add them to each new ALB post that you create, and then manually adjust to suit each time.

    Best regards,
    Mike

    in reply to: Fonts #1434521

    Hi,
    Sorry I don’t understand that you are trying to communicate, it sounds like you are saying that this is now solved, shall we close this thread then?

    Best regards,
    Mike

    in reply to: Envato Token for multiple sites #1434453

    Hi,
    You were correct, each license is good for one domain, and it’s subdomains.
    Unless there is anything else we can assist with on this issue, shall we close this thread then?

    Best regards,
    Mike

    in reply to: Implementing Interactive SVG Graphics #1434452

    Hi,
    Thanks Guenni007, we will leave this open to hear back from patrick_gilles also.

    Best regards,
    Mike

    in reply to: Implementing Interactive SVG Graphics #1434435

    Hi,
    Thank you Guenni007 for your generous help and your example page, very cool. patrick_gilles it sounds like Guenni007 was able to help and there has been no comments for the last three days, so I’m wondering if we shall close this thread?
    Guenni007 did you have anything else to add?

    Best regards,
    Mike

    in reply to: Comment Moderation Issue #1434434

    Hi,
    Thank you for your patience and the link to your site, this is a strange issue, your comment section says that you have over 1.7k comments, but none are shown:
    Enfold_Support_4714.jpeg
    I found a similar thread on wordpress stackexchange that seems to point to a database issue the WPML translation, I see that you had WPML installed. In the thread it was pointed out that disabling the plugin didn’t help, try the recommenion from the thread.
    I don’t believe that this is related to Enfold because I can’t reproduce this and have not seen any other reports link this.
    I tried the plugin WordPress Comments Import & Export to see if the comments could be exported, but the export was empty, so this didn’t help.

    Best regards,
    Mike

    Hi,
    Renita, thank you for your question, this is not something that I’m experiencing on our demo so I would first recommend disabling all of your plugins, except woocommerce, but including any woocommerce addons, and then check again. If you still experience this then we will need to review your site specifically to see if we can identify the issue.
    Please open a new thread with your admin login in the Private Content area so we can assist, as this is not your thread posting your admin login here will not be private and you will not see our comments in the Private Content area.
    Thank you for your patience and understanding and for using Enfold.

    Best regards,
    Mike

    in reply to: Envato Token for multiple sites #1434396

    Hey Jason,
    Thanks for your patience, you don’t need to assign a specific purchase code / token to a specific site, just ensure that each site uses a unique token.
    You would not be able to update v4.8.2 to v5.6.10 with the token, due to how Envato changed the update method for the older version, please manually update. Please note that Envato limits the number of update checks per 24 hours, I believe it is 20 for all sites combined, so if you checked 20 times on one site, your other two sites will have to wait 24 hours.
    To update manually update an older 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: Breakpoint for Flipbox Grid to be set to lower. #1434391

    Hi,
    The first css above is what sets the breakpoint:

    @media only screen and (max-width: 1190px) {
    #top .avia-icongrid.av-flex-cells.av-break-989 .av-icon-cell-item {
        flex: 1 1 100%;
    }
    }

    feel free to adjust to suit your needs

    Best regards,
    Mike

    in reply to: Front page admin avia continuosly buffering #1434308

    Hey daves1997,
    It looks like the page was saved as a Classic Editor page and it added HTML tags into the Advanced Layout Builder shortcode breaking the structure. It would be very hard to go line-by-line to remove all of the added BR & P tags and try to restore this page. Typically I would recommend using the revisions option to restore the page:
    Enfold_Support_4712.jpeg
    but this option is not available on your site, I don’t know if a plugin has disabled it, and if that means that no revisions have been saved, so in that case you may need to recreate the page again and delete this page.

    Best regards,
    Mike

    in reply to: adjust font size and line height #1434307

    Hi,
    Glad this helped, to use a different icon for the fallback icon you would use this css:

    .fallback-post-type-icon:before {
    	content:"\e803";
    	font-family: 'entypo-fontello';	
    }

    Open the icon library in the advanced layout builder by clicking on the icon element and hover over the icon to view the “Unicode” or “Charcode”:
    Enfold_Support_4710.jpeg
    and drop the “u” in the code like I did in the example above.
    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    in reply to: Dynamic CSS #1434305

    Hi,
    I don’t know what specific settings Kinsta would require, the screenshot that you posted shows a error the MIME type text/html is not supported, this is a server/htaccess error themes don’t set the allowed MIME types.

    Best regards,
    Mike

Viewing 30 posts - 3,721 through 3,750 (of 34,598 total)