Forum Replies Created

Viewing 30 posts - 4,081 through 4,110 (of 34,963 total)
  • Author
    Posts
  • in reply to: Website for ceramicist #1434607

    Hey Jonah Schrogin,
    Thanks for your question, the Enfold theme is suitable for many sites and contains many demos that you can choose from.
    Based on your example site I would recommend our Elegant Portfolio demo, each image on the frontpage leads to a page with more info, I can imagine each of these images being a ceramic piece offering a lot of detail for each piece the your artist creates.

    Best regards,
    Mike

    in reply to: Enfold Front Page Problems #1434605

    Hi,
    Your page seems to give a lot of 404 errors, have you tried disabling all of your plugins?
    If that helps enable each plugin one at a time until the error occurs again.

    Best regards,
    Mike

    Hey domchocolate,
    This sounds very tricky, since it is css that opens a dropdown menu, you would need to override or remove this and the somehow open the menu dropdown with javascript, but this may make your other customizations not work, which use the css to open menus when tabbed.
    You may be better to use a menu plugin that offers these features and use it instead of the built-in menu.

    Best regards,
    Mike

    in reply to: Cookie handling – on front page not working #1434599

    Hey ThiloKiefer,
    Thank you for the link to your site but I don’t see your cookie bar working on any page, try checking that it is enabled and disable all of your plugins to see if that helps.

    Best regards,
    Mike

    in reply to: Feature Request: Content Elements inside Accordion and Tabs #1434598

    Hey mholfelder,
    Thanks for your question, but I can’t imagine what you are tring to achieve, can you post a test page of your attempts above so I can have a better idea?

    Best regards,
    Mike

    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

Viewing 30 posts - 4,081 through 4,110 (of 34,963 total)