Viewing 30 results - 7,051 through 7,080 (of 142,937 total)
  • Author
    Search Results
  • #1426887

    Topic: CSS Colors

    in forum Enfold
    Chrisxx1982
    Participant

    Hi,
    I changed the colors in the theme, but unfortunately the options in the theme don’t allow you to set everything individually. I have already posted a post about this here in the forum, and you helped me a lot. Unfortunately, further challenges have arisen. I hope you can help me again here.

    My problem with the possible theme color settings in the backend is that when I adjust a color the color is changed in many places. Like the color in the screenshot, for example. Then all the buttons, links, bold font, etc. change. But I don’t want that. Such as this setting: https://postimg.cc/phk0Rq2v – I was able to adjust the problem with the bold text in the advanced settings, but not with the links.

    It’s about my page here: https://www.sarisgarage.shop

    I need help adjusting the color of the following displays

    1. (This is only displayed in the mobile view on my phone when I make a selection for a variable product)

    See this screenshot: https://postimg.cc/64sk4Mkv

    I never set this strange purple color myself, it must come from the theme/plugin? How can I adjust the background color, font and the round selection button?

    2. I want to change the color on the shopping cart icon when customers have added something to the cart and the counter is displayed.

    See this screenshot: https://postimg.cc/1gB0qXbc

    3. I would like to adjust the color of the background of the button in the information window after I have put something in the shopping cart.

    See this screenshot: https://postimg.cc/RWfXNMMX

    4. Because I changed a color in the theme color settings, all links have now also been color adjusted. How can I color adjust all links on the page?

    See this screenshot: https://postimg.cc/8FxvWvtv

    5. I would like to color adjust all prices, i.e. in the individual products and in the product lists in the categories. So the numbers and the hyphen for variable prices too, all in black.

    See this screenshot: https://postimg.cc/5jsCqD71

    See this screenshot: https://postimg.cc/WtYdJgz1/46701b34

    I hope you can help me with some CSS here. Of course, the colors should always be displayed this way on all devices, i.e. desktop PC, cell phone, tablet, etc.

    Best regards
    Christian

    #1426883
    Micha66
    Participant

    How can i display the postimage in a password protected masonry listing?
    Found this: https://kriesi.at/support/topic/how-to-show-password-protected-posts-in-masonry/#post-1292960
    But i can not found the enfold/config-templatebuilder/avia-shortcodes/av-helper-masonry.php in the newest Enfold theme.

    • This topic was modified 2 years, 4 months ago by Micha66.
    #1426882

    Hi,

    But there is still problems when I enable file compression for Javascript.

    It’s possible that the default Javascript compression is not compatible with the plugins or custom scripts. You may need to look for a different compression plugin such as Autoptimize or use compression settings included in your cache plugin.

    Best regards,
    Ismael

    #1426881

    Hi,

    Thank you for the clarification.

    To adjust the breakpoint of the element visibility settings, please try to add this css code.

    
    @media only screen and (min-width: 990px) {
    
        .responsive.av-no-preview #top #wrap_all .av-desktop-hide,
        .responsive.av-no-preview #top #wrap_all .av-desktop-font-size-hidden,
        .responsive.av-no-preview #top #wrap_all .av-desktop-font-size-title-hidden {
            display: block;
        }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 989px) {
    
        .responsive.av-no-preview #top #wrap_all .av-medium-hide,
        .responsive.av-no-preview #top #wrap_all .av-medium-font-size-hidden,
        .responsive.av-no-preview #top #wrap_all .av-medium-font-size-title-hidden {
            display: block;
        }
    }
    
    @media only screen and (min-width: 1366px) {
    
        .responsive.av-no-preview #top #wrap_all .av-desktop-hide,
        .responsive.av-no-preview #top #wrap_all .av-desktop-font-size-hidden,
        .responsive.av-no-preview #top #wrap_all .av-desktop-font-size-title-hidden {
            display: none;
        }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 1366px) {
    
        .responsive.av-no-preview #top #wrap_all .av-medium-hide,
        .responsive.av-no-preview #top #wrap_all .av-medium-font-size-hidden,
        .responsive.av-no-preview #top #wrap_all .av-medium-font-size-title-hidden {
            display: none;
        }
    }
    

    Best regards,
    Ismael

    #1426866
    Munford
    Participant

    hi
    My client has a site built with Elementor that I will be updating. I want to use Enfold instead. Is there an issue with activating the enfold theme and disabling Elementor? I haven’t used it before and not sure what it controls – will I lose anything on the site or is it just a builder on top of a theme? It’s also using woocommerce.
    Thanks
    Nancy

    • This topic was modified 2 years, 4 months ago by Munford.
    #1426850

    Or if it only affects a few icons and it is therefore not worth uploading your own font icon set, you can also swap the icon via a user class and using css.
    The advantage could then also be that multi-colored icons are possible.

    First case: you see a different html-entity f.e. here: https://www.toptal.com/designers/htmlarrows/
    then you can replace that content directly:
    my custom class is in this case: my-separator-icon

    #top .my-separator-icon .av-seperator-icon:before {
      content: "\00A7";
      font-size: 40px;
    }

    next colored icons:
    my custom class is in this case: my-colored-separator-icon

    #top .my-colored-separator-icon .av-seperator-icon:before {
      content: "";
      display: inline-block; 
      position: relative;
      width: 40px;
      height: 40px;
      background: url(/wp-content/uploads/webers-globe1.svg);
      background-size: contain;
      background-repeat: no-repeat;
    }

    see: https://webers-testseite.de/separator-icons/

    #1426847

    i had to see the page it concerns.
    if it is similar to this:
    https://kriesi.at/themes/enfold-2017/blog/blog-multi-author/ or
    https://kriesi.at/themes/enfold-2017/blog/

    Or do you mean the single blog post? – it only differs in the heading tag ( h1 or h2 ) so this might work on both cases:

    #top .template-blog .post-title.entry-title {
      font-family: "Times" !important;
    }
    #1426839

    Hi,
    Thank you for the link to your site, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .caption_framed .slideshow_caption .avia-caption-content p, 
    #top .caption_framed .slideshow_caption .avia-caption-title {
        background: green;
    }

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

    Best regards,
    Mike

    #1426837

    Thanks, all is working well. We can close this thread. I have another thread/topic, just submitted today. It’s not urgent so whenever anybody deals with it will be fine by me. You guys have been so helpful.
    Thanks,
    Dave.

    #1426835

    Topic: Moving Gallery Arrows

    in forum Enfold

    Hi, I don’t want the gallery arrows sitting on top of images. How do I make the image container slightly smaller in width so the arrows are to the right/left of the images? I will share link privately.

    Hi,
    I’m not sure that I understand your question, but since you seem to be asking about &shy please see this solution
    If this doesn’t help, then please explain further and explain how we can reproduce the issue with an example of the expected result, perhaps a screenshot would help.

    Best regards,
    Mike

    #1426811

    In reply to: Sidebar not visible

    Hi,

    Great, I’m glad that Nikko could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1426753

    Hey sky19er,

    Thank you for the inquiry.

    You can include this script in the functions.php file to dynamically switch to a different logo on browser resize. Please ensure to replace the placeholder with the actual URL of the logo image, one for mobile and another for desktop view.

    // switch logo on resize
    function ava_custom_script_mod()
    {
        ?>
        <script type="text/javascript">
            (function($) {
                function switchLogoImage() {
                    var logo = $('.logo a img');
                    var windowWidth = $(window).width();
    
                   if(windowWidth < 1024)
                   {
                       logo.attr('src', 'MOBILE LOGO IMAGE URL HERE');
                   } else {
                       logo.attr('src', 'DESKTOP LOGO IMAGE URL HERE');
                   }
                }
    
                $(window).on('debouncedresize', function() {
                    switchLogoImage();
                });
            })(jQuery);
        </script>
        <?php
    }
    add_action( 'wp_footer', 'ava_custom_script_mod', 9999 );

    Best regards,
    Ismael

    #1426745

    Hi,
    Thanks for the feedback, I see that in your first post you said the API failed, Envato stoped using the API a few years ago, so if you have an old theme that asks for a API you can only manually update. You can see from the response you posted above Envato says your token is invalid.
    So you will need to follow the instructions and create a new valid token, or can try using the Envato market plugin and check your token there.
    You can not enter a new token into a old theme that asks for a API, to update a old version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    #1426734
    sky19er
    Participant

    Hey, I’m using the below filter to switch to a horizontal logo on https://deserttortoise.org/ , but I also have some css that switches the header to the mobile layout a little earlier (at 1024px), and of course the logo doesn’t switch if someone just has their browser on their laptop or desktop set to narrower than 1024px, so I’m wondering if there’s any way to use a browser width in the filter — maybe a browser width as an OR statement or something? Thanks!

    add_filter('avf_logo','av_change_logo'); 
    function av_change_logo($logo) { 
    	if(wp_is_mobile( ) ) 
    		{ 
    			$logo = "https://deserttortoise.org/wp-content/uploads/desert-tortoise-council-logo-horizontal.png"; 
    		} 
    	return $logo; 
    }
    #1426662

    Hi,

    Thank you for the screenshots.

    3.) We adjusted the script a bit to hide the initial logo on scroll and prevent it from reverting back while the burger overlay is active.

    // https://kriesi.at/support/topic/shrinking-side-bar-menu/#post-1426577

    4.) You can adjust the padding with this css code.

    @media only screen and (min-width: 989px) {
    
      /* Add your Desktop Styles here */
      #top #av-burger-menu-ul {
        padding: 100px 0 !important;
      }
    }
    
    

    Best regards,
    Ismael

    #1426659

    Hi marius146,

    Thanks for giving us admin access.
    I have added this CSS code in Enfold > General Styling > Quick CSS:

    #top .avia-slideshow-button .avia_loading_icon {
        display: none !important;
    }

    Please review your site.

    Best regards,
    Nikko

    #1426655

    In reply to: Content Shift css

    Hi daves1997,

    I see, I think there’s a js code running that triggers that behavior.
    Can you try adding this CSS code and see if it helps:

    #top a:has(picture) {
        display: inline !important;
    }

    if it does not help on other pages, please try to give links on it as well.

    Best regards,
    Nikko

    #1426653

    Hi cheffe,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top #main .av-section-bottom-logo {
        z-index: 9;
    }
    
    #top #wrap_all #av-burger-menu-ul > li {
        opacity: 1;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1426645

    As a follow up to this topic, my Static Home Page is set to the ‘About Propion’ page but the menu is showing ‘Home’.

    #1426641

    Hey David Wiener,
    Please see the big blue button at the top of the forum, when you are logged in:
    Enfold_Support_3991.jpeg
    or you can use this link to create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1426638
    David Wiener
    Guest

    I just bought Enfold and I’m having a few problems but I can’t find where to submit a topic. I’ve been to the support page and seen the topics but I don’t see a button/link where I can submit a topic.
    Dave.

    #1426633

    Hi Wolfgang,

    The update to 5.6.8 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
    You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or upload the new theme files via Appearance->Themes->Add New, and select to overwrite the old theme files after the upload has finished.

    If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
    Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    This reply has been marked as private.
    #1426581

    In reply to: Reiter

    Top Danke

    #1426577

    Hi,

    Thank you for the update.

    1.) To add an alternate logo on scroll, please update the script with the following code.

    
    function custom_shrinking_sidebar_menu_script() { ?>
        <script>
      (function($) {
        $(document).ready(function () {
            if (window.innerWidth > 989) {
                var html = $('html');
                var header = $('#header');
                var main = $('#main');
                var logo = $('.logo a'); 
                var logo_alt = $('<img src="IMAGE_URL_HERE" class="av-logo-on-scroll" height="100" width="300" alt="Griegos Farms" title="">').appendTo(logo).hide();
                var burger = $('.html_header_sidebar #top div .av-burger-menu-main');
                var burger_icon = burger.find('.av-hamburger');
                var footer = $('.html_header_sidebar.html_header_left .av-curtain-footer.av-curtain-activated .av-curtain-footer-container');
                var menu = $('.responsive.html_header_sidebar #header .av-main-nav > li').not('.av-burger-menu-main, .av-active-burger-item');
      
                $(window).scroll(function () {
                  if ($(this).scrollTop() > 200) {
                    burger.show();
                    menu.hide();
                    logo_alt.show();
                    logo.hide();
                    header.css({'width': '120px', 'transition': 'all 1s ease'});
                    main.css({'margin-left': '120px', 'transition': 'all 1s ease'});
                    footer.css({ 'width': 'calc(100% - 120px)', 'margin-left': '121px'  });
                  } else {
                    if(burger_icon.hasClass('is-active') == false)
                    {
                        menu.show();
                        burger.hide();
                        logo_alt.hide();
                        logo.show();
                        html.css('overflow', 'auto');
                        header.css({'width': '300px', 'transition': 'all 1s ease'});
                        main.css({'margin-left': '300px', 'transition': 'all 1s ease'});
                        footer.css({ 'width': 'calc(100% - 300px)', 'margin-left': '301px'  });
                    }
                  }
                });
            } 
          });
      })(jQuery);
      </script>
        <?php
      }
      add_action('wp_footer', 'custom_shrinking_sidebar_menu_script', 99);
    

    Make sure to update the logo or image URL in this line.

    var logo_alt = $('<img src="IMAGE_URL_HERE" class="av-logo-on-scroll" height="100" width="300" alt="Griegos Farms" title="">').appendTo(logo).hide();
    

    2.) To center align the burger menu, please add this css code.

    @media only screen and (min-width: 989px) {
    
      /* Add your Desktop Styles here */
      #top .av-burger-menu-main.menu-item-avia-special a {
        text-align: center;
      }
    }

    2.5) :D

    Best regards,
    Ismael

    #1426573

    In reply to: Custom Menu-bar Shape

    Hi Monika,

    Can you try to add a top svg divider on the first section of the page? then set the color of the divider similar to the background color of the menu bar and the opacity set to 1?
    Hope this helps.

    Best regards,
    Nikko

    #1426569

    Hi,
    Please try wrapping Guenni007 code in a function if you are adding it to your child theme functions.php like this:

    function custom_shrinking_sidebar_menu_script() { ?>
      <script>
    (function($) {
      $(document).ready(function () {
          if (window.innerWidth > 989) {
              var header = $('#header');
              var main = $('#main');
              var burger = $('.html_header_sidebar #top div .av-burger-menu-main');
              var footer = $('.html_header_sidebar.html_header_left .av-curtain-footer.av-curtain-activated .av-curtain-footer-container');
              var menu = $('.responsive.html_header_sidebar #header .av-main-nav > li').not('.av-burger-menu-main, .av-active-burger-item');
    
              $(window).scroll(function () {
                if ($(this).scrollTop() > 200) {
                  burger.show();
                  menu.hide();
                  header.css({'width': '120px', 'transition': 'all 1s ease'});
                  main.css({'margin-left': '120px', 'transition': 'all 1s ease'});
                  footer.css({ 'width': 'calc(100% - 120px)', 'margin-left': '121px'  });
                } else {
                  menu.show();
                  burger.hide();
                  header.css({'width': '300px', 'transition': 'all 1s ease'});
                  main.css({'margin-left': '300px', 'transition': 'all 1s ease'});
                  footer.css({ 'width': 'calc(100% - 300px)', 'margin-left': '301px'  });
                }
              });
          } 
        });
    })(jQuery);
    </script>
      <?php
    }
    add_action('wp_footer', 'custom_shrinking_sidebar_menu_script', 99);

    In my test this is working, thanks for sharing Guenni007!

    Best regards,
    Mike

    hjgeel
    Participant

    Hi,
    I hope I can make myself clear. Using enfold 5.6.8 and WPML 4.6.7.
    I have the language switcher in the headermenu.
    When the screen is lower than 750pixels, Te flags in the headermenu drop below the header menu. So this occupies extra space (A whole line).
    Is there a way to have the flags ‘stick’to the headermenu and make them break only when needed due to space. So on a mobile phone for example.

    #1426561

    try to modify this to your needs:

        (function($) {
            $(document).ready(function () {
                if (window.innerWidth > 989) {
                    var header = $('#header');
                    var main = $('#main');
                    var burger = $('.html_header_sidebar #top div .av-burger-menu-main');
                    var footer = $('.html_header_sidebar.html_header_left .av-curtain-footer.av-curtain-activated .av-curtain-footer-container');
                    var menu = $('.responsive.html_header_sidebar #header .av-main-nav > li').not('.av-burger-menu-main, .av-active-burger-item');
    
                    $(window).scroll(function () {
                      if ($(this).scrollTop() > 200) {
                        burger.show();
                        menu.hide();
                        header.css({'width': '120px', 'transition': 'all 1s ease'});
                        main.css({'margin-left': '120px', 'transition': 'all 1s ease'});
                        footer.css({ 'width': 'calc(100% - 120px)', 'margin-left': '121px'  });
                      } else {
                        menu.show();
                        burger.hide();
                        header.css({'width': '300px', 'transition': 'all 1s ease'});
                        main.css({'margin-left': '300px', 'transition': 'all 1s ease'});
                        footer.css({ 'width': 'calc(100% - 300px)', 'margin-left': '301px'  });
                      }
                    });
                } 
              });
        })(jQuery);

    and you had to find a solution for the opened hamburger then yourself. trying to find a solution for paddings on the hamburger ul
    and – because of the new existing place for main some alb elements are not willing to go with that. F.e. on : https://kriesi.at/themes/enfold-photography/blog/ i can see in developer tools that there wasn’t a recalculation on masonry styles. And you had to find a way to close the hamburger menu when scrolling back to top position.

Viewing 30 results - 7,051 through 7,080 (of 142,937 total)