Forum Replies Created

Viewing 30 posts - 4,441 through 4,470 (of 35,007 total)
  • Author
    Posts
  • Hey Qgrafica_7,
    Please try disabling you 10Web Booster plugin, I believe that it is caching and it doesn’t have an option to clear the cache. Also if your server is caching you will also need to clear this, I recommend disabling your server cache until you are done with the site. Also try disabling Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files to clear this cache.
    Once you are done building your site you can enable your 10Web Booster plugin so you won’t have to ffight with the cache.
    The only reason you need to add the !important; in your css is because your css doesn’t have enough specifically, most of your css is a single class, and most of the theme css is multiple classes often with a ID included.
    I found some css in your Quick CSS to add a background image, but the class you have used is a temporary class that will change when the page is updated:
    Enfold_Support_4486.jpeg

    Best regards,
    Mike

    in reply to: ENFOLD Theme – Avia Layout Builder #1430063

    Hey Francesco,
    When I tried to edit a element on your homepage, I found no issues:
    Enfold_Support_4476.jpeg
    This is the result on the frontend:
    Enfold_Support_4478.jpeg
    Try using the login you posted for us.

    Best regards,
    Mike

    in reply to: Menu items background color #1430061

    Hey Rocuant,
    First enable the css classes in the menu items by selecting this option in the menu screen options:
    Enfold_Support_4470.jpeg
    Then add a custom class like “red” to the menu item:
    Enfold_Support_4472.jpeg
    Then add CSS for the menu background color in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field like this:

    .red {
    	background-color: red;
    }

    If you want the text color to also be different, like white, add this:

    .red .avia-menu-text {
    	color: white;
    }

    This is the expected results:
    Enfold_Support_4474.jpeg
    Then do this for each item.

    Best regards,
    Mike

    in reply to: text in the table mobile smaller #1430059

    Hi,
    Try this css instead where the line height matches the font size:

    @media only screen and (max-width: 767px) { 
    	.avia-table a {
    		font-size: 16px;
    	}
    	.avia-table li {
    		line-height: 16px;
    	}
    }

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

    Best regards,
    Mike

    in reply to: text in the table mobile smaller #1430052

    Hi,
    It looks like you made an error in your css, you wrote 14x; it should be 14px;
    Enfold_Support_4468.jpeg

    Best regards,
    Mike

    in reply to: text in the table mobile smaller #1430050

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

    @media only screen and (max-width: 767px) { 
    	.avia-table a {
    		font-size: 12px;
    	}
    }

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

    Best regards,
    Mike

    in reply to: Header widget margins help follow up #1430049

    Hi,
    Try finding this css that you added:

    .responsive #top #header #header_main .inner-container .logo {
        order: 2;
        flex-basis: 30%;
        min-width: 100px;
        max-width: 180px;
        z-index: 9;
    }

    and change the max-width to suit, such as 250px like this:

    .responsive #top #header #header_main .inner-container .logo {
        order: 2;
        flex-basis: 30%;
        min-width: 100px;
        max-width: 250px;
        z-index: 9;
    }

    but note that the larger the logo is the more it will push down the menu, please see the screenshot in the Private Content area that displays the flex grid for the header to help explain.

    Best regards,
    Mike

    in reply to: Questions on Freelancer-theme #1430047

    Hi,
    I believe that you are asking how to center the man holding umbrella image that is in your grid row:
    Enfold_Support_4460.jpeg
    in your grid row background image you would choose the background image position of Top Center:
    Enfold_Support_4462.jpeg
    so the image will be centered left & right and the top of the image will show:
    Enfold_Support_4464.jpeg
    or you can choose Center Center if you don’t care if the top of the umbrella shows.

    Best regards,
    Mike

    in reply to: Cancel clicking on the links that appear on the page #1430043

    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: Widget images alignment #1430041

    Hey tammiviestinta,
    Please include the url to the page in question so we can examine the widget.

    Best regards,
    Mike

    in reply to: text in the table mobile smaller #1430040

    Hey schweg33,
    Thank you for the link to your site, but it looks like we won’t be able to see your elements without a login.
    What font size do you want to use for mobile?

    Best regards,
    Mike

    in reply to: Cancel clicking on the links that appear on the page #1430039

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

    #top.page-id-1941 .av-masonry-entry {
    	pointer-events: 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

    in reply to: Sidebar Social Icons #1430038

    Hey Angelo,
    Try adding this solution to create social icons shortcode that you can add to a widget in your sidebar.

    Best regards,
    Mike

    in reply to: Change Menu Background #1430037

    Hey ballindigital,
    To edit the menu item Description, first enable them in the drop down at the top of your menu screen “Screen Options” and checking the Description box, which will show the Description text area below your menu items.
    Enfold_Support_4453.jpeg
    Enfold_Support_4455.jpeg
    I have enabled this for the login you posted, if you are using a different login you will need to enable this.
    To make the menu burger white try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .av-burger-overlay li li .avia-bullet, #top .av-hamburger-inner,#top .av-hamburger-inner::before, #top .av-hamburger-inner::after {
      background-color: #fff !important; 
      }
    

    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: Problem Shoppingcart WooCommerce #1430036

    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: Bundled Layer Slider should also use local fonts #1430035

    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: How can i stretch a image in column to screen edge #1430034

    Hi,
    The space that you see is due to the layout of the page, you have a max-width of 1460px, columns are not full width elements.
    Try using the gridrow element with two 50% cells, it is a full width element.

    Best regards,
    Mike

    in reply to: ENFOLD Theme – Setup WebSite – Logo #1430033

    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

    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: center a product-raster #1430020

    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: Video loads through black #1430016

    Hey ausgesonnen,
    It is the background color of the element, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .av-video-slide .avia-slide-wrap, #top .av-video-slide iframe {
        background: #fff;
    }

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

    Best regards,
    Mike

    in reply to: Problem Shoppingcart WooCommerce #1430015

    Hey avalina,
    Thanks for the link to your site, I’m not having any issues, please see the screenshots in the Private Content area.
    Please ensure that you are accepting the site cookies before adding items to your cart, if you don’t see the cookie message popup your browser may be blocking it.

    Best regards,
    Mike

    in reply to: ENFOLD Theme – Setup WebSite – Logo #1430014

    Hi,
    Thanks Guenni007, FDeBiase please try these steps, if you still hae trouble please change the login you posted to full admin so we can help. The login you posted doesn’t allow us to see the theme settings.

    Best regards,
    Mike

    in reply to: center a product-raster #1430012

    Hey aboderc,
    Thanks for the link to your page, I see that you have a square with a code block that seems to have woo product shortcode, but the problem is that the code block has a shortcode for a three column product
    Enfold_Support_4441.jpeg
    so the css for this gives it a width of 18%, this is why the product is to the top left, not because of the code block.
    Try this css:

    #top.home .products.columns-3 .product {
    	width: 100%;
    	margin: auto;
    }

    Enfold_Support_4443.jpeg
    Your other two products have a two column woo code so they are to the left because their width is only 49.5%
    Enfold_Support_4445.jpeg
    for them try this css:

    #top.home .shop_columns_2 .products .product {
    	width: 100%;
    	margin: auto;
    }

    Enfold_Support_4447.jpeg
    Lets us know if this helps.

    Best regards,
    Mike

    in reply to: Bundled Layer Slider should also use local fonts #1430009

    Hey truejoke,
    In the LayerSlider you would first disable the Google Fonts under LayerSlider Settings ▸ Google Fonts
    Enfold_Support_4433.jpeg
    then in each layer element that you use you will need to choose the local font that you uploaded:
    Enfold_Support_4437.jpeg

    Best regards,
    Mike

    Hi,
    I see a square with a arrow for going to the top in the Parallax Demo :
    Enfold_Support_4431.jpeg
    to enable this for mobile try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px){
    .responsive #top #scroll-top-link {
        display: block;
    }
    }

    Best regards,
    Mike

    in reply to: Boxes Round not Square #1430006

    Hey ausgesonnen,
    Try this css:

    .avia-icongrid-front,.avia-icongrid-flipback {
    	  border-radius: 100%;
    	  min-height: 460px;
    }

    you must set the min-height or it will be oval due to the inner content.
    This is the expected results:
    Enfold_Support_4429.jpeg

    Best regards,
    Mike

    in reply to: Header widget margins help follow up #1430005

    Hi,
    Try adding this css:

    @media only screen and (max-width: 690px) and (orientation: landscape){
    .responsive #top #wrap_all #main {
        padding-top: 182px !important;
    }
    }

    ensure that you clear your phone cache before testing, if this doesn’t help please include your phone screen resolution for portrait and landscape.

    Best regards,
    Mike

    in reply to: How can i stretch a image in column to screen edge #1430004

    Hey patrick_gilles,
    Please link to your page so we can examine, do you want the image next to the text on the right with no space?

    Best regards,
    Mike

    Hi,
    The css classes .site-header & .top-bar are not typical for Enfold, I would recommend this css:

    #header_meta .container {
    min-height: 60px;
    }
    
    #header_meta .container * {
    font-size: 16px;
    }

    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.
    If this doesn’t help please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

Viewing 30 posts - 4,441 through 4,470 (of 35,007 total)