Forum Replies Created

Viewing 30 posts - 571 through 600 (of 33,631 total)
  • Author
    Posts
  • Hi,
    I’m not sure what is the issue with your multiple FTP users or your permissions, I can not reproduce this on my install. Please try updating this way instead:
    To update your version of Enfold 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: Enfold tab has issue on mobile #1468995

    Hi,
    Thanks for the link to your site, but when I test the price tables they seem fine on mobile:
    Screen Shot 2024 10 12 at 12.54.20 PM
    I was not able to view your screenshot because it required a login, please try posting a direct link to your screenshot.
    To add a screenshot please try using an Screenshot service and pasting the image URL in your post.

    Best regards,
    Mike

    Hi,
    When I check your page the the previous events link shows:
    Screen Shot 2024 10 12 at 12.30.09 PM
    I tested your above css and it doesn’t hide it.

    Best regards,
    Mike

    in reply to: Icons disapeared #1468993

    Hey whdsolutions,
    It looks like you are using a custom icon font “numbers” but the font is not loaded, instead ‘static’,Helvetica,Arial,sans-serif is loaded.
    Try using the built-in icon font and see if that works, and then reinstall your custom icon font and see if that helps.

    Best regards,
    Mike

    in reply to: Menu Rollover color change #1468992

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

    #top #header.header_color .av-main-nav > li#menu-item-11678 > a:hover,
    #top #header.header_color .av-main-nav > li#menu-item-11678 > a:focus,
    #top #header.header_color .av-main-nav > li#menu-item-11678 > a:hover .avia-menu-text,
    #top #header.header_color .av-main-nav > li#menu-item-11678 > a:focus .avia-menu-text,
    #top #header.header_color .av-main-nav > li#menu-item-11678 > a:hover .avia-menu-subtext,
    #top #header.header_color .av-main-nav > li#menu-item-11678 > a:focus .avia-menu-subtext,
    #top #header.header_color.av_header_transparency .av-main-nav > li#menu-item-11678 > a:hover,
    #top #header.header_color.av_header_transparency .av-main-nav > li#menu-item-11678 > a:focus,
    #top #header.header_color.av_header_transparency .av-main-nav > li#menu-item-11678 > a:hover .avia-menu-text,
    #top #header.header_color.av_header_transparency .av-main-nav > li#menu-item-11678 > a:focus .avia-menu-text,
    #top #header.header_color.av_header_transparency .av-main-nav > li#menu-item-11678 > a:hover .avia-menu-subtext,
    #top #header.header_color.av_header_transparency .av-main-nav > li#menu-item-11678 > a:focus .avia-menu-subtext {
    	color: green;
    }

    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: Can’t Control Spacing after a block of moving boxes #1468991

    Hey MysticMimi,
    Thanks for the link to your site, when you use the negative top margin to move columns over an element, you should also use a negative bottom margin to bring the rest of the page up to not have a space:
    Screen Shot 2024 10 12 at 11.09.13 AM
    I adjusted this for you, please check.

    Best regards,
    Mike

    Hi,
    Do you mean this:
    Screen Shot 2024 10 12 at 10.57.55 AM
    What do you want to see instead?

    Best regards,
    Mike

    in reply to: Changing the “Default Sorting” Dropdown in WooCommerce #1468989

    Hi,
    The code is not CSS, it is PHP. If you are not using a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:
    use wpcode php snippet and activate
    and ensure that it is activated, then add the code and save.

    Best regards,
    Mike

    in reply to: Mega menu (2) #1468988

    Hi,
    Sorry I thought you were working on a new site, can you add the image in the mega menu so we can help adjust it with css.

    Best regards,
    Mike

    in reply to: Height horizontal gallery mobile #1468986

    Hi,
    I checked your horizontal gallery on my Android phone and in a Chrome Dev simulation, but in both cases the image is not cropped, when I check with Safari in Responsive Design Mode, I found an issue with Safari so I added this css to your site and seems to solve.

    @media only screen and (max-width: 767px) { 
    .responsive.avia-safari #top .av-horizontal-gallery-img {
    	transform: none;
    }
    }

    Please clear your 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

    Hi,
    I tried enabling “Delay Java Script” and changed your mobile menu to “Display submenu items on click” and tested in Safari with Responsive Design Mode to emulate a iPhone and in Chrome as a mobile device on a Mac but found no issues after more than six clicks.
    I see that your “Excluded JavaScript Files” has one file “menu.js” so perhaps you have not cleared your iPhone cache. Please note that testing with 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.
    But note that the recommended “Excluded JavaScript Files” are more than your one file.

    /jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js
    /jquery-migrate(.min)?.js
    /dynamic_avia/avia-footer-scripts-(.*).js
    var avia_is_mobile
    /enfold/js/avia.js
    /enfold/js/shortcodes.js
    /enfold/config-templatebuilder/avia-shortcodes/
    /enfold/js/avia-compat.js

    Also note that the plugin offers a “One-click exclusions” option for the theme:
    Screen Shot 2024 10 12 at 9.30.17 AM
    but I’m not able to reproduce the error on your site now, so I assume that it is a cache issue on your device, please check.

    Best regards,
    Mike

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

    .single-tribe_events #tribe-events-footer {
    	display: none;
    }

    Best regards,
    Mike

    in reply to: Change order of cells in enfold grid row on mobile #1468940

    Hey Tanja,
    I believe that you are referring to this section:
    *removed*
    To hide cell 15 use the Edit Cell ▸ Advanced ▸ Responsive ▸ Mobile display and change to Hide on Mobile
    Enfold Support 6497
    For 6,7,8,9 you can change the position with the Edit Cell ▸ Advanced ▸ Responsive ▸ Mobile Breakpoint Position option:
    Enfold Support 6499
    Note that this is for this one grid row, so the numbers are a little different, but you can’t move from row to row. So to move 5 to 10 I recommend cloning all three sections and organize them the way you want for mobile and set the Grid Row ▸ Advanced ▸ Responsive ▸ Element Visibility to hide on desktop:
    Enfold Support 6501
    and change your original sections to hide on mobile.

    Best regards,
    Mike

    • This reply was modified 3 months, 2 weeks ago by Rikard.
    in reply to: Mega menu (2) #1468937

    Hi,
    Please link to your page so we can examine.

    Best regards,
    Mike

    in reply to: Changing the “Default Sorting” Dropdown in WooCommerce #1468936

    Hi,
    Try adding the code to the end of your child theme functions.php file in Appearance ▸ Editor, it is not CSS

    Best regards,
    Mike

    in reply to: Change caption of image to H3 #1468856

    Hey Peter,
    PLease include a link to your page as there are a few different solutions depending on the element used.

    Best regards,
    Mike

    in reply to: Changing the “Default Sorting” Dropdown in WooCommerce #1468855

    Hi,
    Please see this thread to remove some of the filter options.

    Best regards,
    Mike

    in reply to: Backend page edit view broken #1468852

    Hi,
    Thank you for the link to your site but your Wordfence plugin is blocking my access, please disable. Also please upload your video to DropBox or similar and link to it here so we can view.

    Best regards,
    Mike

    Hi,
    Thanks for the screenshots, but I didn’t find a link to this page, please link to the page so we can assist.

    Best regards,
    Mike

    in reply to: Mega menu (2) #1468839

    Hi,
    Please see our documentation: Add Images to mega menu
    and create a new column in the mega menu with the image.

    Best regards,
    Mike

    in reply to: Contact Form was not working – are emails archived? #1468665

    Hi,
    Unfortunately past messages are not stored. For future messages you can try the plugin: WP Mail Logging

    Best regards,
    Mike

    in reply to: Height horizontal gallery mobile #1468664

    Hi,
    What height would you like them to be, your css above is for 300px

    Best regards,
    Mike

    in reply to: Mega menu (2) #1468663

    Hi,
    Would you like CERCA IL CENTRO to be highlighted at all times, or only when on that page?
    Please include a link to your page.

    Best regards,
    Mike

    Hi,
    Thanks for the screenshot, I believe that you need to click the “plus” sign to add a translation for it to show, if you don’t it will not show. Please try adding this and see if this helps.

    Best regards,
    Mike

    in reply to: How To Remove Avia Builder #1468660

    Hi,
    Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function remove_alb() { 
    		?>
    		<style>.woocommerce-admin-page #avia_builder { display: none !important;  } .woocommerce-admin-page #avia-builder-button { display: none !important;  }</style>
    		<?php
    		} 
    add_action( 'init', 'remove_alb');

    Best regards,
    Mike

    in reply to: Icon-Elements in one Row on Mobile #1468520

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

    @media only screen and (max-width: 479px) { 
    .flex_column.avia-builder-el-19 .av_font_icon {
        display: inline-block; 
        margin-left: 10%; 
    }
    .flex_column.avia-builder-el-19 {
        display: flex; 
        justify-content: center; 
    }
    .flex_column.avia-builder-el-19 .hr.hr-invisible {
        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

    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

    in reply to: Add featured image thumbnail to search results #1468518

    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: since weeks favicon is not showing by google #1468516

    Hey rixi,
    When I check your page the favicon.ico is showing, but in the Google results the WordPress ico is showing. Google seems to say that your page was last indexed 2 months ago, so perhaps this was before you overwrote the WordPress icon.
    Try going to your Google Search Console and request to be re-indexed, this might take a couple of days. If you are using a server cache or CDN, clear it first as the Googlebot may be served a different version based on it’s IP.

    Best regards,
    Mike

    in reply to: 2 or more columns on a row #1468485

    Hi,
    Thanks for your solution Guenni007, when I follow it seems to works good:
    Screen Shot 2024 10 05 at 2.41.12 PM

    Best regards,
    Mike

Viewing 30 posts - 571 through 600 (of 33,631 total)