Forum Replies Created

Viewing 30 posts - 7,741 through 7,770 (of 34,961 total)
  • Author
    Posts
  • in reply to: Enfold Theme Concern #1406000

    Hey Natalie Coyne,
    Thank you for your patience, this is our current article, we have not found a need to update it and we often point customers to it that are having speed issues.
    Often speed issues are a result of very large files like images and videos or excessive plugins or very slow web hosts.
    You can see the 2017 demo in the article currently doesn’t use any third-party caching plugins or any image optimization as described in the article and it loads in about 6 seconds, naturally if you follow the suggestions in the article it would be improved.
    Parallax Rules can be set for different screen sizes:
    Enfold_Support_1905.jpeg
    To Disable Mobile CSS Animations can enabled at Enfold Theme Options ▸ Performance ▸ Disable Mobile CSS Animations
    Enfold_Support_1907.jpeg

    Best regards,
    Mike

    in reply to: Updated to 5.0 And Can't upload images now #1405994

    Hi,

    @AlfVidar72
    the user didn’t share their solution and they don’t seem to be on the forum currently.
    I recommend disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
    Or check your WordPress ▸ Dashboard ▸ Tools ▸ Site Health ▸ Info ▸ Server that your server settings are similar to these:
    Enfold_Support_1903.jpeg
    If this doesn’t help please open a new thread with the url to the page in question and an admin login so we can be of more assistance. Since this is not your thread you will not see anything we write in the Private Content area.

    Best regards,
    Mike

    in reply to: Underline is not possible for centered Text #1405993

    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: Underline is not possible for centered Text #1405991

    Hi,
    Thank you for the link to your site, to have the text centered for your textblock element with the custom class underline-mittelachsig
    please do not use the inline style text-align: center;, I’m not sure if you are manually adding it or if you are using the text center option in the text element.
    Then use this css instead:

    #top .underline-mittelachsig {
        position: relative;
        display: flex;
        font-family: futura-pt, sans-serif;
        font-weight: 500;
        font-style: normal;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        justify-content: center;
    }
    #top .underline-mittelachsig h1 {
        border-bottom: 7px solid #ff0053;
        padding-bottom: 10px;
    }
    

    I linked to my test page below, this is the expected results:
    Enfold_Support_1901.jpeg
    Best regards,
    Mike

    in reply to: Issue with woocommerce after update #1405990

    Hi,
    Thanks for your screenshot, but I was unable to reproduce this in Windows in Chrome, Firefox, & Edge
    Enfold_Support_1899.jpeg
    try disabling any browser addon extensions or try testing a different browser.

    Best regards,
    Mike

    in reply to: Menu mouseover mobile #1405989

    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: soacial media icon whatsapp #1405988

    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: How to disable animated number section #1405987

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

    span.avia-single-number {
        font-size: 0;
    }
    span.avia-single-number:after{
        content: attr(data-number);
        font-size: 70px;
    }

    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 your cache plugin and then check.

    Best regards,
    Mike

    in reply to: Overlapping vertical columns embedded in a Tab Section #1405986

    Hi,
    I believe that you are referring to this overlap on mobile:
    Enfold_Support_1897.jpeg
    I didn’t find Ismael’s css above active on your site, please ensure that you have added it to Enfold Theme Options ▸ General Styling ▸ Quick CSS field and copy the code from the forum and not an email notification so the symbols are not converted.
    if you have done this try deactivating Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and clearing your browser cache and check again, if it then works you can reenable the JS & CSS file merging and compression.
    If it doesn’t work please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
    If this still doesn’t help please include an admin login in the Private Content area so we can check.

    Best regards,
    Mike

    in reply to: center social media icon in footer on mobile view #1405985

    Hi,
    Try adding this CSS for centering the icon on desktops in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (min-width: 768px) { 
    #top #socket .social_bookmarks {
        width: 100%;
        top: -30px;
    }
    #top #socket > .container {
        max-height: 60px;
    }
    }

    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

    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: Centered Logo with navigation overlapping #1405963

    Hey dallasstar08,
    Thank you for your patience, try searching the customized css for this:

    @media only screen and (min-width: 780px){
    #top #header .av-main-nav li:nth-child(3) {
        margin-right: 150px;
    }
    }

    margin-right: 150px; and change to 275px, then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

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

    @media only screen and (max-width: 479px) { 
    .responsive #top #wrap_all #main .products .product {
        margin: 0 1% 1% 0;
        width: 49%;
    }
    }

    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: Accordion, Portfolio, Heading #1405961

    Hi,
    Thanks for the feedback, it would be difficult to try to offer css solutions based only on images, please check your webhost to see if you have the one click staging site option, this is a option in most cPanels to create a staging clone of your site so we can test on it and your live site will stay up and running. You can always ask your webhost to help you with setting this up if you want.
    Here are some screenshots of what it would look like:
    staging-1.jpg
    staging-2.jpg
    Most webhosts offer this option but it may look difficult on your webhost.

    Best regards,
    Mike

    in reply to: Modify Social Media Icons in Header/menu #1405960

    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

    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: Need a gradient Nav Bar and A solid Logo Area #1405958

    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

    Hi,
    Thanks for the file, in my test the icons showed correctly:
    Enfold_Support_1895.jpeg
    Perhaps your zip file became corrupted during the upload to your site, try deleting it at Enfold Theme Options ▸ Import/Export ▸ Iconfont Manager and in your media library, then try uploading it again. 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: How to Overlap Columns/Elements for Homepage Banner? #1405953

    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. Have a great day.

    Best regards,
    Mike

    in reply to: Need a gradient Nav Bar and A solid Logo Area #1405952

    Hi,
    Do you mean the main menu nav bar, with equal space between the menu items, if so try this:

    .responsive #header_main_alternate > .container {
    	max-width: 100%;
    	padding: 0;
    }
    .html_header_top.html_logo_center #top #header_main_alternate .main_menu ul:first-child {
        display: flex;
        justify-content: space-between;
    }

    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: Fullwidth easy slider causes vibration in website? #1405950

    Hi,
    Thanks for the update, unfortunately, I can’t reproduce it, I’m waiting to hear from another team member that can reproduce it and has some advice to correct it, Thank you for your patience.

    Best regards,
    Mike

    in reply to: How to Overlap Columns/Elements for Homepage Banner? #1405948

    Hi,
    Thanks for the login, I made some adjustments for mobile, please check.

    Best regards,
    Mike

    Hey Eric,
    Please link to your fontello zip file so we can test it on our test site.
    I also assume you tried clearing your site cache plugin and Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression

    Best regards,
    Mike

    in reply to: Modify Social Media Icons in Header/menu #1405888

    Hi,
    To change your social icons to images try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .social_bookmarks li:hover a {
      background: transparent !important;
    }
    #top .social_bookmarks li a:before{
      content: "";
      display: block;
      width: 30px;
      height: 30px;
    
    }
    #top .social_bookmarks li.social_bookmarks_facebook a:before {
      background: url(https://img.icons8.com/offices/30/000000/hot-air-balloon.png) center center no-repeat;
      background-size: contain;
    }
    
    #top .social_bookmarks li.social_bookmarks_instagram a:before {
      background: url(https://img.icons8.com/offices/30/000000/hot-air-balloon.png) center center no-repeat;
      background-size: contain;
    }
    #top .social_bookmarks li.social_bookmarks_linkedin a:before {
      background: url(https://img.icons8.com/offices/30/000000/hot-air-balloon.png) center center no-repeat;
      background-size: contain;
    }

    and change the image urls to yours.
    If you are going to use your own images you can change the height & width in the css above to make them the size you wish, if you are not going to use your own image you can change the font icon size with this css, adjusting to suit:

    #top #wrap_all .social_bookmarks li a {
      width: 30px!important; 
      line-height: 30px!important; 
      min-height: 30px!important; 
      font-size: 20px!important; 
      }
      
      #top #wrap_all .social_bookmarks li {
      height: 20px!important; 
      width: 30px!important; 
      }
      
      #top #wrap_all .social_bookmarks {
          height: 60px!important;
      }

    To change the colors try this css:

    #top #wrap_all .av-social-link-facebook a,
    #top #wrap_all .av-social-link-facebook:hover a {
        color: #fff;
        background-color: #37589b;
        text-decoration: none;
    }  
    #top #wrap_all .av-social-link-instagram a,
    #top #wrap_all .av-social-link-instagram:hover a{
        color: #fff;
        background-color: #d92e7d;
        text-decoration: none;
    }
    #top #wrap_all .av-social-link-linkedin a,
    #top #wrap_all .av-social-link-linkedin:hover a {
        color: #fff;
        background-color: #419cca;
        text-decoration: none;
    }

    Best regards,
    Mike

    in reply to: Enfold author block #1405886

    Hey Laurent Vermot-Gauchy,
    Try following this thread for an author block.
    You can specify the colors of links at Enfold Theme Options ▸ General Styling ▸ Main Content ▸ Primary Color you will see it says it is for Font color for links, dropcaps and other elements
    If you want to use css to change the link color try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #main .main_color a {
    color: red;
    }
    After applying the css, please clear your browser cache and check.
    
    Best regards,
    Mike
    in reply to: Portfolio Nav Arrows disappear #1405885

    Hey Cocoa,
    Thanks for your question I’m not sure why, but I have asked the rest of the team for advice. In my test if the LayerSlider shortcode is added to a code block element the next/prev arrows do show, but the LayerSlider is not full width. We could probably make the code block full width, but let’s wait for the team to offer some advice first. Thank you for your patience.

    Best regards,
    Mike

    in reply to: How to Overlap Columns/Elements for Homepage Banner? #1405882

    Hi,
    Glad to hear this helped, to remove this from the mobile view, try wrapping the code in a media query @media only screen and (min-width: 767px) { ... } like this:

    @media only screen and (min-width: 767px) { 
    #homepage-banner .green-box {
    	left: -15vw;
        z-index: 1;
    }
    .responsive #top #homepage-banner > .container {
    	max-width: 100%;
    	padding: 0;
    }
    
    #homepage-banner .avia-image-container .avia-image-container-inner img {
    	width: 100%;
    	right: -5vw;
    }
    }

    the (min-width: 767px) means it won’t work until at least 767px, you could change this to 1024px, 1440px or any other minimum screen size that you wish.

    Best regards,
    Mike

    in reply to: How to Overlap Columns/Elements for Homepage Banner? #1405852

    Hi,
    Thanks for the feedback, I disabled the above css for now and to ensure that I am understanding correctly, when I look at the example page I see that the header image and overlay text box is not 100% of the page, but it is 100% of the content area, leaving a margin on both sides, note that the overlay box comes to the edge of the content area:
    Enfold_Support_1891.jpeg
    With the above css removed your header image is to the left edge of the page content area, but the overlay box doesn’t extend to the right edge of the content area, so we only need to make the overlay box bigger, correct?
    Enfold_Support_1889.jpeg
    If so I got pretty close by changing the coluoms to 4/5 & 2/5 and using this css:

    #homepage-banner .green-box {
    	left: -15vw;
        z-index: 1;
    }
    .responsive #top #homepage-banner > .container {
    	max-width: 100%;
    	padding: 0;
    }
    
    #homepage-banner .avia-image-container .avia-image-container-inner img {
    	width: 100%;
    	right: -5vw;
    }

    Enfold_Support_1893.jpeg
    try clearing your browser cache and see if this is closer, and try fine tuning the css to suit.

    Best regards,
    Mike

    in reply to: Fullwidth easy slider causes vibration in website? #1405849

    Hi,
    It sounds like you have found the issue is with the custom scale in Windows 11, since the issue doesn’t occur when the custom scale is set to normal (100%).
    The theme can’t adjust a user’s custom scale setting on their computer nor is the user’s custom scale setting told to the website by the browser, so there is not a way to adjust for this.
    I’m not able to reproduce the issue when my custom scale is set to 125% on Windows 10, unfortunately, I’m not able to update to Windows 11.
    I have asked the rest of the team for advice and will reply when I hear back from them, Thank you for your patience.

    Best regards,
    Mike

    in reply to: Custom menu for products – style #1405846

    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

Viewing 30 posts - 7,741 through 7,770 (of 34,961 total)