Forum Replies Created

Viewing 30 posts - 12,991 through 13,020 (of 34,910 total)
  • Author
    Posts
  • in reply to: Stick title + breadcrumb? #1336748

    Hey Angelo,
    Please try this solution

    .title_container {
    position: fixed;
    top: 122px;
    z-index: 1000;
    width: 100%;
    }

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

    Best regards,
    Mike

    Hi,
    Glad to hear that you have this sorted out, 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: Changing the Menu Bar #1336743

    Hi,
    Glad to hear that you have this sorted out, 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 a color section above the logo and menu area #1336741

    Hi,
    Glad to hear that you have this sorted out, 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: shop page fully transparent #1336740

    Hi,
    Ok, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: shop page fully transparent #1336738

    Hi,
    Glad this helped, I believe that you are asking about setting your background image to “fixed” so it doesn’t move while the elements scroll over it, but there is a known bug in Safari that doesn’t support this on iPhones & iPads, Safari has known about this for a few years and doesn’t look like they are in a hurry to fix it.
    So with this in mind if you want to try this please include admin login in the Private Content area so we can adjust the precious background css, if not let us know that we can close this thread.

    Best regards,
    Mike

    in reply to: do not collapse partner logos on mobile view #1336737

    Hi,
    Glad we were able to help, and thanks for sharing your tweak, shall we close this then?

    Best regards,
    Mike

    in reply to: full width sub menu sticky at bottom of screen #1336736

    Hi,
    Thank you for the link to your site, try adding this css:

    #top #main #sub_menu1 .av-subnav-menu > li ul {
        bottom: 70px;
        top: unset;
    }

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

    Best regards,
    Mike

    in reply to: full width sub menu sticky at bottom of screen #1336694

    Hey PhatJ,
    Unfortunately this is not a feature, but if you want to use only one submenu on a page and don’t enable the “sticky” option
    2022-01-22_011.jpg
    you can use this css to stick the menu to the bottom of the page:

    #top #main #sub_menu1 {
    	bottom: 0vh;
        position: fixed;
    }
    

    2022-01-22_012.jpg
    example page linked below

    Best regards,
    Mike

    in reply to: Burger Menu not showing in Safari on iPad #1336691

    Hi,
    Glad Rikard 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: do not collapse partner logos on mobile view #1336690

    Hey laptophobo,
    Thanks for the link to your page, please try this css:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #program-highlights .avia-content-slider-odd .no_margin.av_one_third.slide-entry.first,
    .responsive #top #wrap_all #program-highlights .avia-content-slider-odd .no_margin.av_one_third {
        width: 33.3%;
        clear: none;
    }
    }

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

    Best regards,
    Mike

    in reply to: Polylang support #1336688

    Hi,
    Glad to hear that you have this sorted out, 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: Gallery problem, all posts lie on top of each other #1336687

    Hi,
    Please try disabling your Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and then at the bottom of the same page enable the Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files
    Then disable your plugins and clear your browser cache and check again, if the issue is resolved, enable your plugins one at a time until the error shows again and note that plugin as the conflict, I believe that it is probably your smush lazy load but it could be another.
    If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Layerslider lässt keine Auflistung im HTML-Code zu #1336686

    Hey Alexander,
    Is this what you are tying to achieve?
    2022-01-22_010.jpg
    If so please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    
    .ls-wrapper .ls-html-layer ul {
        list-style: disc outside;
        margin-left: 17px
    }

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

    Best regards,
    Mike

    in reply to: Little bar above navigation is not shown on smartphone #1336684

    Hi,
    Thank you for the link to your site, I checked your Quick CSS and found the css that Yigit suggested removing still there so I removed for you

    
    .html_stretched #wrap_all {margin-top: -20px!important; }

    2022-01-22_009.jpg
    now that the icons show correctly I note that your link and text below them has black color on a black background so I added this css to show:

    @media only screen and (max-width: 479px) { 
    	#top #header_meta a {
        color: #fff !important; 
    	}
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    For the home page I added this css to your Quick CSS:

    .js_active #top.home #av_section_1.av-minimum-height .container {
        opacity: 1;
        -webkit-transition: opacity 0s ease-in;
        transition: opacity 0s ease-in
    }

    now your text at the top of the page doesn’t fade in,
    please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: show avia elements for editors possible? #1336678

    Hey steridhh,
    Thank you for the screenshots, I tried to test this on my demo site with a new editor role but it shows the toolbar correctly
    2022-01-22_008.jpg
    are you using any role editor plugins or functions to limit roles? If so try disabling them and checking again, If this doesn’t help please try disabling your other plugins, and try testing with a newly created editor login.

    Best regards,
    Mike

    Hey Tobias,
    Thank you for your patience and the login, I tested the product in your screenshot with the WooCommerce 3.0 product images option set, but the images showed for me, please see the screenshots in the Private Content area.
    I put the setting back to Enfold Gallery, please try clearing your browser cache and setting the WooCommerce 3.0 product images again.

    Best regards,
    Mike

    in reply to: Overlapping column #1336675

    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: shop page fully transparent #1336674

    Hey sitibus,
    Thank you for your patience, to make the shop product thumbnail and container, and the product table transparent, please try this css:

    #top.single-product .woocommerce-product-details__short-description table,
    #top.single-product .woocommerce-product-details__short-description table tr {
    	background: transparent;
    }
    #top.woocommerce-shop .inner_product.main_color,
    #top.woocommerce-shop .inner_product_header {
    	background-color: transparent;
    }

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

    Best regards,
    Mike

    in reply to: Edit size of map #1336673

    Hey josk-design,
    Thank you for the link to your site, I see that your map is a shortcode in a code block element, I added this ID to the code block element mappress-shortcode and then added this css to your Quick CSS field in your theme options:

    @media only screen and (min-width: 767px) and (max-width: 1022px) { 
    #mappress-shortcode .mapp-iframe {
    	 height: 267%;
    }
    }
    @media only screen and (min-width: 1023px) and (max-width: 1438px) { 
    #mappress-shortcode .mapp-iframe {
    	 height: 212%;
    }
    }
    @media only screen and (min-width: 1439px) { 
    #mappress-shortcode .mapp-iframe {
    	 height: 156%;
    }
    }

    this will increase the map as you wished for basically three screen sizes
    768px, 1024px, & 1440px and up, this should cover almost all devices, but there is not a way to make it truly exact because where you want the map to end is not the bottom of the column.
    Please clear your browser cache and check, this is the expected results:
    768px
    2022-01-22_002.jpg
    1024px
    2022-01-22_003.jpg
    1440px
    2022-01-22_004.jpg
    1920px
    2022-01-22_005.jpg

    Best regards,
    Mike

    in reply to: contact form change css of select element #1336671

    Hey JantienM,
    Thank you for your patience, unfortunately options and checkboxes are different html elements and not just css styling, so you will need to use multiple checkbox elements when you create them ensure that they are full-width elements so they will be on separate lines instead of next to each other.
    If you find there is too much space between them, please link to your page and we can help with css to bring them closer together but we need to evaluate the actual form instead of general css.

    Best regards,
    Mike

    in reply to: Woocommerce Category Sidebar #1336670

    Hey Ramon,
    Please check that you have the sidebar activated at Enfold Theme Options ▸ Sidebar Settings ▸ Sidebar on Archive Pages
    also try disabling any other plugins such as woocommerce addons to see if there is a conflict, if this doesn’t help then please include an admin login in the Private Content area so we can check.

    Best regards,
    Mike

    Hey ZbyszekMrugala,
    Thank you for the link to your site, to add the language selector next to the mobile menu please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    @media only screen and (max-width: 767px) { 
    	.responsive #top .av-main-nav .menu-item.wpml-ls-slot-250 {
    		display: block;
    	}
    	.responsive #top #wrap_all #header #av-burger-menu-ul .wpml-ls-slot-250.av-active-burger-items {
    		opacity: 0;
    	}
    }

    this will also hide the language selectors inside the mobile menu because I assumed you didn’t want to show them twice.
    This is the expected results:
    2022-01-22_001.jpg

    Best regards,
    Mike

    in reply to: read more button #1336660

    Hey metafora29,
    Thank you for your patience, do you mean that you would like to manually create a hidden text section on your page that will be shown when a button or link is clicked like a toggle or accordion section?
    An example of this would be to use this css:

    .learn-this { 
    	display: none; 
    }
    span.click-learn-more {
    	color: #000;
    	font-weight: bolder;
    }
    span.click-learn-more:hover {
    	cursor: pointer;
    }

    this html in a code block element:

    <span class="click-learn-more">Learn more…</span>
    <span class="learn-this"> your hidden text </span>

    and this script in your child theme functions.php:

    add_action('wp_footer', 'ava_custom_script', 10);
    function ava_custom_script(){
    ?> <script>
        (function($) {
            $('.click-learn-more').on('click', function() {
                $('.learn-this').toggle();
            });
        }(jQuery)); 
        </script>
    <?php
    }  

    If you mean that you would like the “read more” from the blog element to behave like this, then unfortunately we can not do this.
    You could use the masonry element or the ajax portfolio as a solution.

    Best regards,
    Mike

    Hi,
    It looks like the sidebar menu was moved accidentally by dragging it, I moved it back for you, please check.

    Best regards,
    Mike

    in reply to: Logo size #1336594

    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: Immagini non più visibili #1336533

    Hey gentilinim,
    Thank you for the login, I found two issues, one was that you had the “Disabilita jQuery Migrate” disabled, please leave this enabled:
    2022-01-21_001.jpg
    the other issue is there is a conflict from the SiteGround Optimizer when the theme is also merging and compressing the files, this leads to double compressing, so I disabled the theme merging and compressing and the homepage slider now works.
    2022-01-21_002.jpg
    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: Logo size #1336529

    Hey Joe,
    Thank you for the links to your site, the logo image used for the new site is smaller than the old site, I have linked both of them below so you can see.
    Try pasting the logo url from the old site into the new site url field and then save the theme settings, don’t use the upload button.

    Best regards,
    Mike

Viewing 30 posts - 12,991 through 13,020 (of 34,910 total)