Forum Replies Created

Viewing 30 posts - 7,141 through 7,170 (of 34,631 total)
  • Author
    Posts
  • in reply to: Add background color to full width easy slider #1407673

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

    #top.home #full_slider_1 {
        background: #000;
    }

    This will show the background color black until the image in the slider loads.
    Or you can use the image of the first slide so you don’t see any delay in the slider loading:

    #top.home #full_slider_1 {
        background-image: url(https://bastiontechnologies.com/wp-content/uploads/2023/02/slider-systems-engineering-1000x375-1.jpg);
    	background-size: contain;
    	background-repeat: no-repeat;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Design Elements are not showing #1407657

    Hi,
    Thank you for the link to your site and the screenshots, the large gap under the slider was caused by the JetPack image lazyload option, I disabled it for you and cleared your Autoptimize cache and now it is solved;
    Enfold_Support_2091.jpeg
    For the footer of your SBC page I added this css to your Quick CSS, clear your browser cache and check.

    @media only screen and (max-width: 767px){
    .responsive #top #footer .flex_column {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    }

    It looks like the page structure is not correct on that page but I’m not sure the cause for it, if this css works and you don’t see any other issues then fine, otherwise try disabling all of your plugins and check again, if this doesn’t correct please create a staging site so we can investigate further. Is this page a custom post type? I didn’t find it in with your pages in the backend. Is it using the Advanced Custom Fields plugin? Is this the only page with this issue?

    Best regards,
    Mike

    in reply to: Lock settings for editors in Layout Builder #1407656

    Hi,
    Glad Günter 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: How to do nav tabs with icons #1407655

    Hey MyWin,
    Thanks for your patience, this is the Tab Section or Reiter-Sektion
    Enfold_Support_2089.jpeg

    Best regards,
    Mike

    in reply to: Default sidebar css works only at top levels #1407644

    Hi,
    Thanks for the feedback, try removing this line from the css above sidebar .widget_nav_menu ul .current_page_ancestor

    Best regards,
    Mike

    Hi,
    Thank you for your patience and the link to the page, Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    #top.single-product .woocommerce-product-gallery .thumbnails a:nth-child(n+4) {
    	display: none;
    }
    }

    This will show one large image and three thumbnails on mobile so the product info also shows “above the fold”
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: H3 tags in the footer #1407554

    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

    in reply to: Applying an aside caption #1407469

    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

    in reply to: Please help #1407468

    Hi,
    Sorry that this is confusing, I see that you have entered a code into your Envato private token field, but it is not correct as it was not able to connected to Envato:
    Enfold_Support_2085.jpeg
    You will then need to go to your Theme Forest account to create a Envato private token, please read these instructions.
    If you still have trouble try installing the official Envato Market Plugin to manage the updates instead.

    Best regards,
    Mike

    Hi,
    Thanks, but your theme editor is still disabled, can you enable it or include FTP access?
    Did you try disabling all of your plugins and check if that solves?

    Best regards,
    Mike

    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

    in reply to: H3 tags in the footer #1407463

    Hi,
    Thanks for the login to your site, I see that in your child theme functions.php you had an unclosed comment line:
    Enfold_Support_2081.jpeg
    this caused all code below it to be disabled, I closed the comment line for you and now the script changes the h3 footer widget tags to paragraph tags:
    Enfold_Support_2083.jpeg
    Please clear your browser cache and check and let us know this is now successful and we will close this thread.
    If you have any additional issues please open a new thread so we can assist, we try to keep each thread on topic, thank you for your patience and understanding and for using Enfold.

    Best regards,
    Mike

    in reply to: Move Grid Row upwards for mobile device #1407436

    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

    in reply to: Applying an aside caption #1407433

    Hi,
    Glad to hear, let us know if this helped and we will close this thread.

    Best regards,
    Mike

    Hi,
    I assume that you mean that you had more than the two Layout Builder Templates that are currently showing, try checking with your webhost to see if you can roll back to a previous backup and restore it.

    Best regards,
    Mike

    Hey John,
    Thanks for the link to your site I see on your Enfold Theme Options ▸ Import/Export ▸ Export Layout Builder Templates you have two templates, I exported them to my test site and they work correctly. So I don’t believe there is a issue with the templates themselves. I recommend disabling all of your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
    I see that you also have the elementor installed, we do not recommend mixing other builder with the Advanced Layout Builder, if you have more Layout Builder Templates that are now lost and they included other builder elements then they may have been corrupted.
    If this is not the case but you still have lost Layout Builder Templates try checking with your webhost to see if you can roll back to a previous backup and restore it. Then export your Layout Builder Templates to your computer as a backup. Then you can disable your plugins and update your theme and check if your Layout Builder Templates are working. Then enable your plugins one at a time to find the conflict.

    Best regards,
    Mike

    in reply to: Move Grid Row upwards for mobile device #1407396

    Hi,
    Thank you for the link to your site, I believe the grid row you are referring to starts with the text “250 Happy Clients” and the space above it on mobile is due to bottom padding from the element above it, so try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    	#top.page-id-330 #av_section_6 > .container > .content {
    		padding-bottom: 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.
    Please see the screenshot in the Private Content area.

    Best regards,
    Mike

    in reply to: horizontal gallery with title below images in 2 row #1407395

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

    #top .av-horizontal-gallery-wrap .text-under-image {
        width: 400px;
        word-break: break-word;
        overflow-wrap: break-word;
        white-space: break-spaces;
    }
    

    adjust the width “400px” to a width that will be good for your items, you have some items smaller than 400px but this seems to work for most of your items. You can’t use a percentage so it needs to be a fixed width.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Full-width submenu: Header gap, not sticky to top, #1407388

    Hey dynamitekonzerte,
    The full width sub-menu is not sticky on mobile devices unless you use a custom function, so it looks like your script or css is causing this.
    Try this solution instead, if this doesn’t help then please link to your page so we can check.

    Best regards,
    Mike

    in reply to: Fullwidth Submenu: Active Menu Item CSS class #1407386

    Hey dynamitekonzerte,
    Thanks for your patience, if you create a menu and choose to use it in your full width sub menu then the class current_page_item will be added to the sub menu item when the page is landed on.
    You can use css like this to highlight the menu item text:

    
    #sub_menu1 .av-subnav-menu .current_page_item a {
        color: #000;
    }
    

    Best regards,
    Mike

    in reply to: Subline for “av_button” Buttons #1407379

    Hey Nomad,
    Thanks for the link to your example, but you can achieve this with a text element below a button element without any extra css:
    Enfold_Support_2075.jpeg
    You can change the font size and color of the text block in the style tab:
    Enfold_Support_2077.jpeg
    or change it with inline css in the text block.

    Best regards,
    Mike

    Hey bulldog232,
    Thank you for your patience, I see that you are using a child theme but the theme editor seems to be disabled, I see this text at the top of your homepage /* impact verification below*/ and I think it many be in your child theme functions.php but I’m not sure, please enable your theme editor.
    I copied your homepage to my test site and the testimonials element is the correct width, please see the screenshot in the Private Content area, so I’m thinking the cause is a custom function or file in your child theme or a plugin.
    Have you tried disabling your plugins? If that resolves the issue, reactivate each one individually until you find the cause.
    I believe your sidebar issue is related to ths error.

    Best regards,
    Mike

    in reply to: Download demos #1407372

    Hi,
    Thanks for the feedback, it seems that there is some setting that is not correct on your localhost but I’m not sure which one it is. Since your live host is working try comparing the two and match the settings. Or install the demo on your live site and then move to your localhost with a plugin like Duplicator. Perhaps building your site on a live server would be better should you need help in the future as you will be able to show the page you are having touble with.

    Best regards,
    Mike

    in reply to: Toggle burger menu (sub) opacity #1407371

    Hi,
    Thanks for the feedback, but the password to your site doesn’t work, please check.
    Is the transparency in the burger menu in the screenshot that I posted the way you would like it?

    Best regards,
    Mike

    in reply to: Can’t see the price when using Enfold #1407370

    Hi,
    Thank you for your patience and the explainion with links to examples, the first example could be achieved by using the Advanced Layout Builder elements to create your product page.
    Your first example page starts with class information such as images, table, a slider and text elements, you can use the layout elements for these, and then add your “product price” element under these with your “product purchase button”, and at the botton add the “related products” element.
    I’m having trouble understanding your language on your product page example so I’m not so sure what you mean by “placing the city” first, but I think you mean the drop down options for the products:
    Enfold_Support_2069.jpeg
    these can be moved in the product variations in the backend by draging them:
    Enfold_Support_2071.jpeg
    The sign up form on the example page uses the WooCommerce Box Office plugin, I don’t have experience with it but here is a link to it’s documentation. There maybe other free WordPress plugins that will do the same job but I don’t know or tested any. WooCommerce Bookings might be another option, I recommend that you research different plugins to find one that meets your needs and try to test them with Enfold before buying anything expensive as not all plugins work well with Enfold, sometimes you will need to test first to ensure there won’t be a conflict.
    I hope this helps.

    Best regards,
    Mike

    in reply to: Applying an aside caption #1407360

    Hey laptophobo,
    Thank you for the link to your demo site, perhaps using a text element and a image element in the same column with Grid CSS would be a good solution:
    Enfold_Support_2063.jpeg
    Try adding the custom class grid-column to a full width column, and add the custom class grid-image-right to the image element inside the column. Then add your text element inside the column but we won’t use a custom class for it.
    Add this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (min-width: 768px) { 
    .grid-column {
        display: grid;
        grid-template-columns: repeat(12,1fr);
        grid-template-rows: auto;
        grid-column-gap: 1pc;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .grid-image-right {
    	display: grid;
        grid-column-start: 4;
        grid-column-end: span 9;
        grid-row: 1;
    }
    .grid-column .av_textblock_section {
    	display: grid;
        grid-column-start: 1;
        grid-column-end: span 5;
        grid-row: 1;
        padding: 8%;
        color: #000;
        background-color: #eee;
        z-index: 1;
    }
    }

    and adjust the colors to suit.
    Now below 767px, for mobile the image and text will be stacked:
    Enfold_Support_2065.jpeg
    and for tablet and above the text offset will be consistent:
    Enfold_Support_2067.jpeg
    I tried to do this with the image caption but it didn’t work well with the image element structure and the caption field doesn’t allow HTML and buttons easily like the text element so this may be more useful.

    Best regards,
    Mike

    in reply to: Applying an aside caption #1407359

    Hey laptophobo,
    Thank you for the link to your demo site, perhaps using a text element and a image element in the same column with Grid CSS would be a good solution:
    Enfold_Support_2063.jpeg
    Try adding the custom class grid-column to a full width column, and add the custom class grid-image-right to the image element inside the column. Then add your text element inside the column but we won’t use a custom class for it.
    Add this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (min-width: 768px) { 
    .grid-column {
        display: grid;
        grid-template-columns: repeat(12,1fr);
        grid-template-rows: auto;
        grid-column-gap: 1pc;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .grid-image-right {
    	display: grid;
        grid-column-start: 4;
        grid-column-end: span 9;
        grid-row: 1;
    }
    .grid-column .av_textblock_section {
    	display: grid;
        grid-column-start: 1;
        grid-column-end: span 5;
        grid-row: 1;
        padding: 8%;
        color: #000;
        background-color: #eee;
        z-index: 1;
    }
    }

    and adjust the colors to suit.
    Now below 767px, for mobile the image and text will be stacked:
    Enfold_Support_2065.jpeg
    and for tablet and above the text offset will be consistent:
    Enfold_Support_2067.jpeg
    I tried to do this with the image caption but it didn’t work well with the image element structure and the caption field doesn’t allow HTML and buttons easily like the text element so this may be more useful.

    Best regards,
    Mike

    in reply to: Fold-Unfold standard height #1407330

    Hey S.,
    There is no global setting for the default height.
    If you want to create a global default height you could try this css:

    #top .av-fold-unfold-container.folded {
    	max-height: 60px !important;
    }

    and adjust to suit.

    Best regards,
    Mike

    in reply to: Download demos #1407329

    Hey Massimo,
    Do you see any error messages?
    Perhaps your localhost doesn’t have the PHP ZipArchive Extension enabled, see this thread.

    Best regards,
    Mike

    in reply to: Toggle burger menu (sub) opacity #1407328

    Hi,
    To add some transparency to your burger menu try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #wrap_all .av-burger-overlay-scroll {
        background-color: rgb(28 28 28 / 60%);
    }

    After applying the css, please clear your browser cache and check.
    Please see the screenshot in the Private Content area of the expected results.

    Best regards,
    Mike

Viewing 30 posts - 7,141 through 7,170 (of 34,631 total)