Forum Replies Created

Viewing 30 posts - 271 through 300 (of 33,321 total)
  • Author
    Posts
  • 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 1 month, 1 week 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

    in reply to: Mega menu (2) #1468483

    Hey Mariarita,
    In #1 your second three items, so the items are centered, try adding a fourth column to line up with the first row.
    #2 GIORNATA MONDIALE DELLA PSORIASI fills the space because the text is long, the text length doesn’t change the column width.
    #3 to line the items try this css and add the same number of items to the last row:

     .avia_mega_div.avia_mega6.twelve.units .three.units {
        max-width: 290px !important;
    }

    Best regards,
    Mike

    Hey meganp46,
    Thank you for your patience, as I understand after you mark a post as ‘translatable’, you must also run the translation manually so the plugin will create the new translation post. When you look at the posts in the backend do both languages show for each post? Also in the masonry are you showing all posts or only certain categories, if only some the category may have a different name in the second language.

    Best regards,
    Mike

    in reply to: Height horizontal gallery mobile #1468481

    Hey StyleCreations,
    Currently the css above is setting the height of the images to 300px, if you want them larger try adjusting the css to suit. Please note that the images are 400px in height, so larger than that may distort the image aspect ratio and make then “stretched” on mobile.

    Best regards,
    Mike

    Hey jakubc15,
    Please use this plugin – https://wordpress.org/plugins/loco-translate/ and translate the string as needed

    Best regards,
    Mike

    in reply to: Parallax column effect reverse #1468478

    Hi,
    Thanks for sharing your solution, perhaps this will help someone in the future. If you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
    If you would like to request this as a feature the Dev Team has opened a new Github Feature Request for users to place requests and follow them as the Dev Team reviews them.

    Best regards,
    Mike

    in reply to: Conflict with export / import tool WP Rocket plugin #1468477

    Hey Dav-Nex,
    Thanks for your patience, but unfortunately we are not able to test this as it is a paid plugin without a trial version. I have not seen any other posts about this issue.
    Perhaps try disabling all of your other plugins to see if there is a conflict. The only MIME issue that I have seen is with some managed WP servers when mod_headers nosniff are adding in the server php settings in plesk or similar servers, this solution was to add the nosniff headers via htaccess. Try checking this. We were not able to reproduce this on our servers, so perhaps this is what you are experiencing.
    We are limited to the support that we can offer for third party paid plugins, you could request this feature check with the Dev Team which has opened a Github Feature Request for users to place requests and follow them as the Dev Team reviews them.

    Best regards,
    Mike

    in reply to: Create custom post type #1468475

    Hi,
    Enfold now supports the Advanced Custom Fields plugin which will help you create Custom Post Types (CPT).
    Screen Shot 2024 10 05 at 7.39.24 AM
    In the Enfold Theme Options ▸ Layout Builder ▸ Show advanced options ▸ Activate Your Custom Post Types For ALB you can enable the Advanced Layout Builder (ALB)
    Screen Shot 2024 10 05 at 7.44.06 AM
    Please see our documentation for further info

    Best regards,
    Mike

    Hey Peter,
    Thanks for your patience, I didn’t see this thread. To show the arrows try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .avia-fullscreen-slider .avia-slideshow-controls a, 
    #top .avia-fullscreen-slider .av-control-minimal .avia-slideshow-controls a {
        opacity: 1;
    }

    For your other question try this css and adjust to suit if it is not exact:

    #top .avia-slideshow-dots a {
    	margin: 0 14%;
    }

    Best regards,
    Mike

    Hi,
    Thanks Guenni007 for sharing the updated script.

    Best regards,
    Mike

    in reply to: Strange menu activity on scroll #1468443

    Hi,
    So do you mean that you want to use the shrinking header, but not on that one page?
    If you use the shrinking header on this page, the menu items will make the menu items move because the header shrinks.

    Best regards,
    Mike

    in reply to: Strange menu activity on scroll #1468376

    Hey whdsolutions,
    It looks like you have the shrinking header enabled in the theme options, this is why the menu items and logo moves up, try disabling this option.
    Enfold Theme Options ▸ Header ▸ Header behavior

    Best regards,
    Mike

Viewing 30 posts - 271 through 300 (of 33,321 total)