Forum Replies Created

Viewing 30 posts - 2,041 through 2,070 (of 33,832 total)
  • Author
    Posts
  • 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

    Hey klick-design-rbh,
    When I check the slider image of a chair on the right side is the same in the first three tabs, but in the page source code they are different sections, so I assume that you can change this element.
    If I don’t understand correctly then please explain further and perhaps screenshots would help, along with a admin login so we can examine.
    For your second question you will need to use custom css, please explain how you want the mobile view to be.

    Best regards,
    Mike

    in reply to: Full page overlay menu #1442203

    Hi,
    Thanks for the screenshot, so you want to move the burger menu “X” over the logo, are you sure you want to do this, each time you open and close the burger menu on mobile there is going to be a big “jump”. Right now the burger menu icon stays in the same place when open or closed.
    Nonetheless, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) {
      #top #av-burger-menu-ul {
        vertical-align: top !important;
        padding: 130px 0 !important;
      }
      .responsive.av-burger-overlay-active #top #wrap_all .main_menu {
        top: -90px;
      }
    }

    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: Active colour of text on main nav item, sub level #1442201

    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: Breadcrumbs top left #1442196

    Hi,
    Glad to hear that you have this sorted out, this is the recommended solution so we will go ahead and close that as you have asked. 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: Full page overlay menu #1442194

    Hi,
    when I check your mobile menu the top line is almost on the burger menu “X” please see the screenshot in the Private Content area to ensure that this is what you see also.
    If not then perhaps your mobile device cache is showing you an old version, if this is what you see and you want it even higher try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #av-burger-menu-ul {
        vertical-align: top;
        padding: 190px 0 !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.
    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.

    Best regards,
    Mike

    in reply to: Random (Background) image #1442193

    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

    in reply to: Adding Space Above and Below Logo in Header #1442189

    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: Increase Button Size for Cart #1442188

    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: Active colour of text on main nav item, sub level #1442175

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

    #top #header .av-main-nav > li.current-page-ancestor > a .avia-menu-text {
    	color: #afbf36;
    }

    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: Show product category in masonry gallery #1442174

    Hi,
    Please see your other thread about showing woocommerce product categories
    You will need to use the shortcode instead of the masonry element.

    Best regards,
    Mike

    in reply to: Site is loading slowly #1442005

    Hi,
    Thank you for your patience and the link to your page, to research the issue of the video loading twice I copied your page to my test site and each of your videos only loaded once, you have one at the top startseite.mp4 and one at the bottom hintergrundvideo_1.mp4
    Enfold Support 5674
    I then checked your page again and each video was loaded twice:
    Enfold Support 5676
    I tried disabling your plugins and testing again, but it still showed the videos loading twice, so I’m not sure if this is a cache issue. Does your web server use a “object” cache such as Memcached, Redis, Varnish? I’m not sure what would cause the videos to load twice but it doesn’t seem to be caused by the theme since I can’t reproduce it.
    If you do have a server cache try disabling it and see if that helps, it may take a few hours.
    As for the prelaoding issue, the prelaoder will not show the page until it is fulling loaded, and when it is off your page will show before it is fulling loaded, so this behavior is expected since you page is loading slowly. I also note that my clone of your site loads in under 9 seconds even though all of the images and videos are pull from your server, you site is taking over 22 seconds, this is strange.

    Best regards,
    Mike

    Hi,
    Thanks Guenni007, your transfer_fontsize_to_backgroundsize script is a nice touch :)

    Best regards,
    Mike

    Hi,
    This thread covers a couple of different methods and I think that it might be confusing.
    So if you want to use color icons, then you would use Guenni007’s example, the easiest path is to upload the png images to your media library and then for each one choose a existing theme icon that you would probably never use as a placeholder, for example the keyboard ( ue83a ):
    Enfold Support 5667
    and then use this css to replace it with your image:

    [data-av_iconfont="entypo-fontello"][data-av_icon="\e83a"]:before{font-size:0;width: 40px;display: inline-block;background-image: url(/wp-content/uploads/2024/05/tree.svg) !important}

    now whenever you use the keyboard icon on your site your new image will show:
    Enfold Support 5670
    If you want to use B&W icons you can take the B&W PNG images and convert them to SVG, then follow Guenni007’s steps to fix them for Fontello then upload the SVG to Fontello to create your icon font:
    Enfold Support 5672
    then download the new icon font zip file and upload it to Enfold Theme Options ▸ Import/Export ▸ Iconfont Manager and then they will show in your icon list.

    Best regards,
    Mike

    in reply to: Product grid text mouseover #1441943

    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

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

    @media only screen and (max-width: 767px) { 
    .responsive #top #wrap_all .flex_column.av_one_fourth {
    width: 48% !important; 
    margin-right: 2% !important; 
    }
    .responsive #top #wrap_all .flex_column_table_cell {
        float: left !important; 
    }
    }

    if this doesn’t help please include a link to your page so we can examine.

    Best regards,
    Mike

    in reply to: prevent automatic play/opening of a YouTube link #1441866

    Hi,
    Sounds like extortion, nonetheless it should 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: H1 sizing not reflected on pages #1441673

    Hey divinecurio,
    Thank you for the link to your site, in your Enfold Theme Options ▸ Advanced Styling you have the H1 set to two different sizes, 36px & 70px, please remove the 36px one:
    Enfold Support 5665

    Best regards,
    Mike

    in reply to: Product grid text mouseover #1441662

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

    #top #wrap_all .av-product-class-minimal-overlay .inner_product_header {
    	opacity: 0;
    }
    
    #top #wrap_all .av-product-class-minimal-overlay a:hover .inner_product_header {
    	opacity: 1;
    }

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

    Best regards,
    Mike

    Hi,
    You don’t need to pay for a premium package, you can download and use the ones you like for commercial use with attribution:
    Enfold Support 5657
    just add a link to them on your site:
    Enfold Support 5659

    Best regards,
    Mike

    in reply to: Change close icon color [mobile / hamburger] #1441651

    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: Enfold Support #1441621

    Hi,
    Glad to hear, please register your Purchase Code here. Then log into the support forum and open a new thread when you have any questions and we will be happy to help.

    Best regards,
    Mike

    in reply to: Change close icon color [mobile / hamburger] #1441620

    Hi,
    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: #009989 !important; 
    }
    #top .av-burger-overlay li li .avia-bullet, 
    #top .av-hamburger.is-active .av-hamburger-inner,
    #top .av-hamburger.is-active .av-hamburger-inner::before, 
    #top .av-hamburger.is-active .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

    Hi,
    Great example Guenni007, rixi you can also use the built-in icons that you might never otherwise use and assign css to always show your new images whenever they are used. Your new images are uploaded into your media library.

    Best regards,
    Mike

    in reply to: main menu position with logo centered #1441617

    Hey mattb1169,
    Please see our documentation for Logo Centered split menu it will explain the specific settings and the code snippets. Another user Guenni007 posted a different example using jQuery that calculates the center better and would recommend giving it a try.
    Please note that both solutions will depend on how many menu items that you have, fewer is better and six should be fine, and when your menu changes to the mobile menu, 990px is better, but each site is a little different.

    Best regards,
    Mike

    in reply to: Enfold Support #1441614

    Hey Craig Rashkis,
    Thank you for your question, you can purchase extended support later if you wish, but at the time of purchase the additional 6 months, for a total of a year, is at a big discount, later it will be more.
    I would recommend purchasing the additional 6 months support to any of my family or friends :)

    Best regards,
    Mike

    Hi,
    If you want to use color icons (png, jpg, or gif), follow Guenni007’s css technique here.
    Thanks for sharing Guenni007 :)

    Best regards,
    Mike

    in reply to: Menu on SHOP page is not shown correclty #1441611

    Hi,
    Thank you for the login, I edited your homepage and changed the Layout ▸ Header visibility and transparency as above, please clear your browser cache and check.

    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

    Hey rixi,
    Please see our documentation on Adding your own Fontello Icons
    If you don’t find any icons you like at fontello.com then you can create your own by following these steps.

    Best regards,
    Mike

Viewing 30 posts - 2,041 through 2,070 (of 33,832 total)