Viewing 30 results - 3,931 through 3,960 (of 142,852 total)
  • Author
    Search Results
  • #1465063

    Topic: Burger Menu

    in forum Enfold
    Mia2009
    Participant

    Hi,

    i want to switch my Burger Menu to a text Menu on top of my webpage. it just dont wanna work and i dont Understand why?

    thank you

    #1465061

    Hi
    Thanks that worked.
    Could you look at one other thing?
    I am using the Events Calendar and want the overview and single pages to look similar but I am seeing a big padding at the top of the single events pages. See below. The overview page has a bit of extra spacing and that header which is added to the EC settings.
    Can I get them to match?
    thanks
    Nancy

    #1465051

    In reply to: menu settings

    Hi,

    Great, I’m glad that you found a the correct option. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1465036

    Hi,

    Thank you for the info.

    The issue is due to this css code:

    .responsive #top .avia-slideshow-inner, .responsive #top .avia-slideshow-inner img {
            height: 450px !important;
        }
    }

    What is it for? Please remove the css code or adjust it accordingly.

    Best regards,
    Ismael

    Hi,

    Thank you for the screenshot.

    The elements hidden in the desktop view are also contained inside Columns and Color Sections, which have their own padding and margins, creating extra spaces. Please configure the visibility of the Columns or the parent element instead of the child elements. We also recommend grouping the elements intended for mobile devices in a single Color Section so that you don’t have to adjust the visibility of each element.

    Best regards,
    Ismael

    #1465023

    Hi,

    Thank you for the screenshot.

    To align the flags, please add this css code:

    @media only screen and (max-width: 768px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all .menu-item-wpml-ls-58-en a, .responsive #top #wrap_all .menu-item-wpml-ls-58-da a {
        padding: 0 !important;
      }
    
      #top #wrap_all #header #av-burger-menu-ul li.menu-item-wpml-ls-58-en, #top #wrap_all #header #av-burger-menu-ul li.menu-item-wpml-ls-58-da {
        width: 100px;
        display: flex;
        flex-direction: row;
        left: 50px;
        position: relative;
        top: 30px;
      }
    
      .responsive #top #wrap_all .menu-item-wpml-ls-58-en .sub-menu, .responsive #top #wrap_all .menu-item-wpml-ls-58-da .sub-menu{
        margin-left: 10px;
        margin-top: 2px;
      }
    }

    Best regards,
    Ismael

    sparkyj
    Participant

    Enfold: Dark Photography Theme, V 6.0.3

    Can’t delete and add new type to TEXT BLOCK.

    On Gallery pages, (In the Avia Layout Builder) ((Belgium, Java etc) Inside the 3rd “color” section there is a row of Blocks. This type can not be edited and it is a glitch. It appears that the type is white inside the editor and will not be deleted so that you can paste text in to replace what is there.
    It is labeled “Text Block”.
    It is the text block just above the line “Recent projects that may Interest you”

    Also in the same area under the “Responsive” tab, the block style icons hang “over” the multiple choice radio box choices. Needs fixing as we can not see the top line choice.

    Please advise asap.

    #1465008
    jaimemerz
    Participant

    Hi! We have a client who is creating a map with a lot of tooltips (1000+) to chronicle where his career has taken him. He seems to have added so many that it’s stopping the element’s editor from loading when he’s trying to work on the page. Is there anything we can do to fix this, either in Enfold files or Siteground Optimizer? Thanks!

    #1465004

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1464992

    Hi,
    When I check the svg logo is the same for mobile & desktop, but on desktop your header is transparent so the background color allows the light third line of text to be seen, while the mobile header is white so you can’t see the text.
    You could add this css to make the third line of text green like the second line on mobile:

    @media only screen and (max-width: 767px) { 
    .av-contains-svg #Layer_1 .cls-3 {
      fill: #b0cf6b;
    }
    }

    Best regards,
    Mike

    hund-herrchen
    Participant

    Hi,

    this onepager (https://its-possible.eu) has all mobile elements stapled below the desktop versions of the contents. Mobile elements are all set with “hide on large screens….) But on desktop view some of those elements produce a huge space between the last desktop element and the footer and I couldn’t find out where it originates from. It seems some mobile only elements are producing this space since I see .content divs with padding-top and padding bottom (50px) that shouldn’t be there since they should only be visible on mobile devices..

    Any help urgently appreciated!

    #1464986

    In reply to: Mobile Menu Items

    Ismael, thanks for the response above. While working on shethrivespsych.com I have the info in. Enfold > General Styling > Logo Area set and working correctly on the desktop version. However, on the mobile version, the colors in this panel are not reflected in the submenu on the mobile version. I don’t see options for this in Enfold > Advanced Styling, what can i do? How can I get the mobile menu colors to change?

    #1464979

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1464961

    Hi Mike

    Sorry for the delay in replying and I managed to get that working from the thread. The only bit I need to fix now is for the page to use the same logo on the mobile view. See URL (switch between desktop and mobile)

    Thanks
    Richard

    #1464956
    danicaparros1
    Participant

    Dear support,

    I am looking for the right way to also include the pagination of blog entries into a News page (a custom page containing the list of blog entries)
    Thank you,

    Daniel

    Hi,

    Thank you for the update.

    To create space between the menu title and the social icons, try adding this css code:

    #top nav #av-burger-menu-ul .only-burger.menu-item-social .social_bookmarks {
        margin-top: 0;
    }
    
    #top nav #av-burger-menu-ul .only-burger.menu-item-social > a {
        margin-bottom: 25px;
    }
    
    #top #wrap_all nav #av-burger-menu-ul .only-burger.menu-item-social .social_bookmarks li {
        line-height: 1.4em !important;
    }

    Best regards,
    Ismael

    #1464944

    Hey Steve,

    Thank you for the inquiry.

    You may need to use Columns instead of the Grid Row element and adjust the margins and padding to remove the default spaces between the columns. To make it overlap with the hero section, you can apply a negative top margin to the row. To do this, edit the first column in the row, enable the Row Settings > Row Margins > Custom Margins, and then configure the Custom Top and Bottom Margin as previously suggested. Let us know if this works.

    Best regards,
    Ismael

    Worked great, Ismael…and I learned lots while looking at what you did!

    One last thing I tried was to move the social icons down from the word ‘Social Bookmarks’.

    However, it seems to
    A) Chop off the tops of the icons
    B) Mess up the background cirlce on hover…it’s not centered any more.

    This is the line I used that doesn’t quite work…
    #top nav #av-burger-menu-ul .social_bookmarks {
    margin: 0 auto;

    //What I added.
    margin-top: 25px!important;
    }

    Your stuff worked great…mine…not so great.
    I’ll be finished with this if I can only figure out how to fix the hover circle and the chopped icons!

    Thanks so much for your help…and so quickly!

    Hi,

    Great, I’m glad to hear that you found a solution. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1464915
    frankr32
    Participant

    Hallo,

    ich bekomme folgende Meldung für einen User mit Editor rechten.
    Der User mit Adminrechten bekommt die Meldung nicht:

    “Anscheinend fügst du derzeit HTML-Markup oder andere Sonderzeichen hinzu. Sobald alle HTML-Tags geschlossen sind, ist die Vorschau wieder verfügbar. Wenn diese Nachricht weiterhin angezeigt wird, überprüfe deine Eingabe auf Sonderzeichen und versuche sie zu entfernen.

    Nachdem ich mir den nachfolgenden Thread angeschaut habe verstehe ich das es eine Sicherheitsmassnahme ist um invaliden HTML code zu verhindern.

    Leider kann ich keine falschen HTML Tags finden.
    Daher zwei Fragen:

    1.) Gibt es eine Möglichkeit diese Warnung für Editoren auszuschalten
    2.) Wie kann ich am besten den fehlerhaften HTML Code finden?

    Vielen Dank!

    #1464908

    Hi Ismael,
    that works like charm, thanks.
    You can close the topic of you want.

    Best regards

    #1464899

    Hi,

    Where would you like to position the language switcher exactly? Please provide a screenshot. You can display them again in mobile view using this css code:

    @media only screen and (max-width: 768px) {
    
      /* Add your Mobile Styles here */
      .responsive #top .av-main-nav .menu-item-language {
        display: inline-block;
      }
    }
    

    To display the social icons in the footer, go to the Enfold > Footer panel, then toggle the Social Icons option.

    Best regards,
    Ismael

    #1464893

    Hi,

    1. Please try the following in Quick CSS under Enfold->General Styling:

    .select2-container–default .select2-results__option–highlighted[aria-selected], .select2-container–default .select2-results__option–highlighted[data-selected], #top .select2-results {
    color: #000 !important;
    }

    2. The background styling seems to be added inline in the paragraph, maybe the content was copied from somewhere? You can try to remove the styling directly in the content.

    3. Please try the following in Quick CSS under Enfold->General Styling:

    .woocommerce-terms-and-conditions-checkbox-text {
    color: #fff;
    }

    Best regards,
    Rikard

    • This reply was modified 1 year, 7 months ago by Rikard.
    • This reply was modified 1 year, 7 months ago by Rikard.

    Hey CharlieTh,

    Thank you for the inquiry.

    1.) You can adjust the space between the menu items by adjusting the Line Height property of the Menu Links in overlay/slide out element in the Enfold > Advanced Styling panel. You can also use this css code:

    .html_av-overlay-full #top #wrap_all #av-burger-menu-ul li {
        line-height: 0.6em;
    }
    

    2.) To move the social icons to the center, please add this css code:

    #top nav #av-burger-menu-ul .only-burger.menu-item-social {
        display: flex;
        flex-direction: column;
    }
    
    #top nav #av-burger-menu-ul .social_bookmarks {
        margin: 0 auto;
    }

    Best regards,
    Ismael

    #1464878

    Hey laptophobo,

    Thank you for the inquiry.

    We’ve found a script error that might be related to the issue. What happens when you remove this script?

    <script>
        (function($) {
            var int = '';
            function a() {
                var isMobile = $('.av-burger-menu-main').css('display')
                  , htmlString = $('#header_main .social_bookmarks').find('li a')
                  , mobileMenu = $('.av-burger-overlay')
                  , socialString = [];
    
                if (isMobile == 'none')
                    return;
                if ($('.burger-social').length)
                    clearInterval(int);
    
                htmlString.each(function() {
                    var socialClass = $(this).parent('li').attr('class')
                      , socialItems = $(this).wrap('<li class="' + socialClass + ' av-active-burger-items burger-social"></div>').parent().unwrap();
                    socialString.push(socialItems);
                });
    
                $(socialString).each(function() {
                    $(this).appendTo('#av-burger-menu-ul');
                });
            }
    
            $('#header').on('mousedown', '.av-main-nav-wrap', function() {
                int = setInterval(function() {
                    a();
                }, 500);
            });
    
        }
        )(jQuery);
    </script>
    

    Best regards,
    Ismael

    #1464870

    Hey Munford,

    Thank you for the inquiry.

    The social icons and language switchers are intentionally hidden on mobile view due to the lack of space in the header. If you want to display them again, you can try this css code:

    @media only screen and (max-width: 768px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all #header .social_bookmarks,
      .responsive #top #wrap_all #main .av-logo-container .social_bookmarks {
        display: block;
      }
    
      #top .av-burger-menu-main.menu-item-avia-special {
        left: auto;
      }
    }

    Best regards,
    Ismael

    #1464852

    Hi,
    Odd, I’m not seeing that on my desktop when the css is added:
    Screen Shot 2024 08 18 at 6.31.17 AM
    please use this screen resolution link to tell us when you see it.
    Also ensure that you cleared your cache.

    Best regards,
    Mike

    #1464847

    Hi Mike

    Thank you for that.
    Unfortunately, the search icon pushes the burger menu on top of the logo/
    https://img.savvyify.com/images/2024/08/18/Screenshot-2024-08-18-115106.png

    Do you have any solution for the other 2 questions?

    Thank you
    Reut

    #1464837

    Hi,
    I added this css for the search icon to show:

    #top #content1 .av-main-nav > li.menu-item#menu-item-search {
    	display: block!important;
    }
    #top #content1 .av-main-nav > li.menu-item#menu-item-search a {
    	color: #92B743;
    	text-align: left;
    }
    #top #content1 .main_menu .menu li#menu-item-search {
    	float:none;
    }

    Best regards,
    Mike

    #1464826

    Hi,
    Thanks, this page has a page ID class of: page-id-17847 and since there is only one scroll-down-link you can just use this:

    #top.page-id-17847 .scroll-down-link {
    color: red !important;
    font-size: 150px !important;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4) !important;
    }

    Best regards,
    Mike

Viewing 30 results - 3,931 through 3,960 (of 142,852 total)