Forum Replies Created

Viewing 30 posts - 12,631 through 12,660 (of 34,558 total)
  • Author
    Posts
  • in reply to: Stick title + breadcrumb? #1336772

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

    #top.single-portfolio .title_container {
    position: fixed;
    top: 82px;
    z-index: 1000;
    width: 100%;
    }
    #top.single-portfolio #sub_menu1 {
    top: 142px !important;
    }

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

    Best regards,
    Mike

    Hi,
    Changing the font of the button text also changing the size of the button, so for two different button sizes you could try this:

    @media only screen and (max-width: 767px) { 
    #top #main .avia-slideshow-button {
    	font-size: 12px;
    }
    }
    @media only screen and (min-width: 768px) { 
    #top #main .avia-slideshow-button {
    	font-size: 20px;
    }
    }

    To have the button closer to the image in the caption H2, try this css:

    @media only screen and (max-width: 479px) {
    .responsive #top #main .slideshow_caption h2 {
        font-size: 0px !important;
        line-height: 0px;
        margin-bottom: 0px;
    }
    .responsive #top #main .slideshow_align_caption br {
    	display: none;
    }
    #top #main .avia-slideshow-button {
    	margin-top: 0px;
    }
    }

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

    Best regards,
    Mike

    in reply to: Optimising Masonry Gallery #1336760

    Hi,
    Thank you for your patience, you had an error because you had the option Enfold Theme Options ▸ Performance ▸ Load jQuery in your footer set, I disabled this setting and now the script works correctly.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: mobile view below 1024px #1336758

    Hi,
    You could try this css but you’ll want to examine each page to ensure there are no conflicts

    @media only screen and (max-width: 1023px) { 
    	#top .flex_column_table,
    	#top .flex_column_table_cell {
        display: block;
        width: 100%;
        margin-left: 0;
    	}
    }

    Best regards,
    Mike

    in reply to: Stick title + breadcrumb? #1336757

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

    Best regards,
    Mike

    in reply to: 'Hide on Mobile Devices' extend to tablet portrait size #1336752

    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: mobile view below 1024px #1336751

    Hey PhatJ,
    Thank you for the link to your site, I assume that you only want the “TAKE A LOOK AROUND” section to convert from 3 columns to 1 below 1024px, so please try this css:

    @media only screen and (max-width: 1023px) { 
    	#top.home #av_section_3 .flex_column_table,
    	#top.home #av_section_3 .flex_column_table_cell {
        display: block;
        width: 100%;
        margin-left: 0;
    	}
    }

    please note that the first three 1/3 columns do not have a top margin set like the bottom three, so when the section is forced into a single column the first three columns have no space between them link the bottom three, please compare the settings and try to match. If you can’t I can add css to this solution to correct, if you wish.
    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 #1336749

    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: 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

Viewing 30 posts - 12,631 through 12,660 (of 34,558 total)