Viewing 30 results - 10,681 through 10,710 (of 244,486 total)
  • Author
    Search Results
  • 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

    #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

    Qgrafica_7
    Participant

    Goodmorning,

    I installed WordPress and Enfold on a new web site, i made a “work in progress” landing page while i was working on building the site up, at this point everything was working fine.
    When i started to build the site and create new pages, i imported a demo (Spa Demo was the demo name).
    I’m not sure if importing the demo was what caused the problems, but ever since i imported it, most of the changes i made on the elements don’t take effect.

    For example:
    – I have a color section where i set a background image (it doesn’t show)
    – When i set a font size on any text element, the change doesn’t take effect, it works only if i chose between H1 or H2
    – This also for almost any other settings on the page elements

    The only way to make everything work is via quick CSS, using custom CSS classes on all the elements and manually setting everything with the !important; mark.

    I already tried using the WordPress Reset plugin to reset the demo.

    I attached in the private content a login with a temp account.

    Thank you very much

    #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

    #1430055
    Francesco
    Participant

    Hi,

    When I try to modify or add a new content element in the Home page, then click to edit it, it is blank, impossible to make any editing, etc.

    Anyone knows if there a plugin conflict or any issue that I can solve easily?

    Thanks

    Francesco

    • This topic was modified 2 years, 2 months ago by Francesco.
    • This topic was modified 2 years, 2 months ago by Francesco.
    #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

    #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

    #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

    #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

    #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

    #1430037

    In reply to: Change Menu Background

    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

    #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

    #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

    #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

    #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

    #1430017

    Thanks Mike – you are my hero again!

    One more thing for the header section. My client would like for the logo to be bigger – any attempts to change the size in header editor doesn’t change the logo size, it only creates a larger gap below the image and menu.

    I am using this header layout to have the 3 buttons

    Is it possible to make the logo a little larger?

    #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

    #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

    #1430010

    Nothing! On that Demo – the landing page is a page with transparent header.
    You can set this logo for transparency header – by checking that “Transparency Logo Options” under the logo input field on enfold option.
    There a different logo could be set for it.

    #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

    #1430006

    In reply to: Boxes Round not Square

    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

    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

    #1429997
    #1429994

    In reply to: Privacy Policy

    Hey Chris,
    You can disable the Cookie Consent Message at Enfold Theme Options ▸ Cookie Consent ▸ Enable cookie consent messages and select Disable cookie consent messages
    Enfold_Support_4427.jpeg

    Best regards,
    Mike

    #1429991

    Hi,
    Glad Guenni007 could help, thank you Guenni007, once you remove the manually added H1 from the post it will solve your issue. It is not needed as it is a duplicate of the post title and causes your title to show twice.
    Enfold_Support_4425.jpeg
    Please let us know if you have any other questions about this issue.

    Best regards,
    Mike

    #1429989

    Hey Grobi,
    Thank you for your patience, but I’m not sure what you mean by “toolbar”, do you mean the menu or the header? I see this when I scroll down, do you want it to always show?
    If so go to the header setting for the page and change to “No Transparency”
    Enfold_Support_4423.jpeg

    Best regards,
    Mike

    #1429988

    In reply to: Open Lightbox directly

    Hi,
    Try removing the code above and try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function trigger_masonry_lightbox_on_load() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($) {
    	setTimeout(function () {
        $('.av-masonry-container .av-masonry-item-with-image.lightbox-added:first').trigger('click');
    	}, 100);
    }(jQuery));
    });
    </script>
      <?php
    }
    add_action( 'wp_footer', 'trigger_masonry_lightbox_on_load', 99 );

    In my test this seems to work quickly, but if you find it is not working try changing the delay 100 to a higher number like 500
    Enfold_Support_4421.jpeg
    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    If you still have trouble please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    #1429986
    truejoke
    Participant

    I just read the post from September 5, 2022 on the topic of integrating Google Fonts locally in Enfold. I did all of that and it works so far. But where it doesn’t work is with the layer slider that comes with Enfold. So my question is, how do I tell the Layer Slider to also use the fonts from the uploaded fonts? There’s already a post here about this question, but it doesn’t provide an answer.

Viewing 30 results - 10,681 through 10,710 (of 244,486 total)