Viewing 30 results - 3,871 through 3,900 (of 142,852 total)
  • Author
    Search Results
  • #1465587

    In reply to: Logo URL

    Hey ulrikelauer,

    Maybe this thread will help you out? https://generatepress.com/forums/topic/polylang-navigation-logo-linking/

    Best regards,
    Rikard

    #1465585

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

    #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;
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    #1465561

    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

    #1465553

    Topic: closed topic

    in forum Enfold
    Guenni007
    Participant

    This is not working for me:

    This topic is marked as closed to new replies, however your posting capabilities still allow you to reply.

    tom
    Participant

    Hi there,

    when you use any Page with Enfold and an enabled “Burger” Button with the Keyboard.
    Demo Page: https://kriesi.at/themes/enfold-creative-studio/

    You can access the top-main menu, by use the Tab-key to get to the Burger-icon and then Enter-key it opens. Fine!
    Then you can Tab-through the menu-items, also fine.

    But at the end of the menu, one would expect to:
    A: Jump back to the Burger Icon, close with Enter-key and Tab-key to get further on the page
    B: Jump to the next Content AND visible close the Menu-layer.
    C: Use the ESC-key to close the mennu

    Current Situation:
    With Tab-key at the end of the menu you jump to the next content AND the menu stays visible so you wont see the page contents you are tabbing and only a reload of the page can fix it. Also ESC-key is not activated.

    #1465543

    i guess you are using the icon above the title option!
    if your custom class is on iconbox Element itself – it will be on the parent element of the content – so:

    #top .custom-class .iconbox_content {
      background-color: #efefef;
    }
    #1465539

    Topic: Mega Menu

    in forum Enfold
    Luisgasser
    Participant

    Hi,
    i’m building a mega menu for my site.

    In the desktop version everything works fine but on my mobile are not all sublevel menu items shown. except a sublevel menu item have a next item as link.

    If a sublevel menu item are a direct link it doesn’t shown on the mobile version.
    Any ideas what i can do?

    Thank you for

    #1465538

    Unfortunately my change still suffers from the fact that the change does not work on resize – maybe one of the mods has an idea how to update the trigger_distance on resize.

    Edit: – i added to that debouncedresize function on the bottom ( lines 165ff) – that var again:

    win.on( 'debouncedresize',  function()
    {
    	el_height = $( elements ).attr( 'style',"" ).first().height();
    	set_height();
    	trigger_distance = $('.trigger').length ? $('.trigger').offset().top - $('.trigger').height() + el_height - 50  : 0 ;
    });

    here is my whole avia-snippet-sticky-header.js : https://pastebin.com/9nCV8GiV

    #1465537

    the timing depends on the scroll speed. Therefore, this cannot be changed. However, you could either set a fixed size after which the shrink process should only start, or – even more flexibly – provide an element with a trigger that only then starts the shrink event.

    set a class to trigger that color-section ( use it only once on the page )
    i use now trigger – here as custom class.

    and added a variable to that list ( just under topbar_height ) – and changed calculation:

    topbar_height	= header_meta.length ? header_meta.outerHeight() : 0,
    trigger_distance = $('.trigger').length ? $('.trigger').offset().top - $('.trigger').height() + el_height - 50  : 0 ,
    
    set_height = function()
    {
    	var st = win.scrollTop() - trigger_distance,
    		st_real = st; newH = 0

    i do not know why i had to insert a correction distance (50px) ( alot depends on if your header_meta scrolls away or not etc. )

    you know how to have a child theme avia-snippet-sticky-header.js ?

    see example page – and scroll to that colored section on bottom: https://webers-testseite.de/anders/

    Abdul Wahab
    Guest

    Hey, Support!

    We’ve been using the Enfold theme on our site for several years without any issues. However, two months ago, after updating the theme from version 5.7 to 6.0, we noticed that our custom post-type taxonomy archive pages stopped working correctly.

    We have a custom structure defined in the taxonomy-archive.php file, which was functioning perfectly up until version 5.7. After experiencing this issue, we reverted back to version 5.7 on our production site, and everything is working fine again.

    We would like to update the Enfold theme to version 6.0, but it appears this version doesn’t support our custom taxonomy structure. Could you please investigate this issue and let us know how to resolve it?

    Thank you for your assistance!

    Best regards,
    -Abdul Wahab

    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

    #1465487

    Hi,

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

    Best regards,
    Rikard

    Hi,

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

    Best regards,
    Rikard

    #1465485

    Hi,

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

    Best regards,
    Rikard

    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

    Hi,

    To adjust the color of the title and excerpt, try to add this css code:

    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content *, #top .av-caption-style-overlay .av-masonry-item-with-image ins:before, #top #wrap_all .av-caption-style-overlay .av-masonry-item-with-image del {
        color: red;
    }

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css, then purge the cache.

    Best regards,
    Ismael

    #1465462

    Hey menainfosec,

    Thank you for the inquiry.

    What do you mean by “focuses on the main blog URL”? Could you please elaborate or provide an example of the breadcrumb trail you wish to implement? If you want to customize the breadcrumb trail, you can use the avia_breadcrumbs_trail filter as shown in the following threads:

    // https://kriesi.at/support/topic/breadcrumb-not-to-display-single-product-titles/#post-1464337
    // https://kriesi.at/support/topic/breadcrumb-not-to-display-single-product-titles/#post-1464096

    Best regards,
    Ismael

    #1465444
    i9design
    Participant

    On this page, I am using this custom code to split the menu left and right of the logo, as per code I found from an enfold Form.
    However, on large resolution ( 4k ) The first menu Mega Menu drop down, shows to the far right of the screen. At high resolution, the drop down is essentially half off the screen. Is there newer and better code I should be using?

    Current Code below:

    /* Split menu around logo
    —————-*/

    @media only screen and (min-width: 780px) {
    /*In the below code nth-child(x) the value of x should be half the number of total menu items*/
    #top #header .av-main-nav li:nth-child(3) {
    /* Adjust the width of the logo */
    margin-right:320px;
    }

    #top #header_main > .container .main_menu .av-main-nav > li > a {
    height: 166px !important;
    line-height: 200px;
    }

    #header {
    height: 220px; /* Header Height */
    }

    #header .main_menu {
    width: 100%;
    left: 48%;
    transform: translateX(-50%);
    }

    .av-main-nav-wrap {
    left: 50%;
    transform: translateX(-50%);
    padding-top:55px;

    }

    #header .logo {
    left: 50%;
    transform: translateX(-50%);
    z-index:999;
    }

    #header .logo img {
    top: 50%;
    transform: translateY(-50%);
    max-width: 250px;
    }
    }

    #top #wrap_all .header_color.av_header_transparency {
    background: rgba(255,255,255,.8)!important;
    }

    .header_color div {
    border:none !important;
    }

    .logo
    {
    padding-top:10px !important;
    }

    @media only screen and (max-width: 1375px) {
    #header_main .avia-menu-text {
    font-size: 16px !important;
    font-family: atten-new,sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    }

    .av-main-nav > li > a {
    padding: 0 0px;
    }

    #top #header .av-main-nav li:nth-child(3) {
    /* Adjust the width of the logo */
    margin-right:250px;
    }
    }

    #1465436

    Hi Mike,
    thank you! I almost thought so… I can also put all the products on top of each other… it will just take a long time.

    A customer of ours would like to have an article overview on a website. Please link every product. Do you have any other ideas on how I can implement this?

    #1465416
    #1465401

    Hi,

    Great, I’m glad that Ismael 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

    #1465387

    Hi,

    Thank you for the update.

    1.) To align the captions to the top, please try this css code:

    #top .aviaccordion-preview-title {
        display: table-cell;
        vertical-align: top;
    }

    3.) Unfortunately, this is not possible without significant modification in the enfold/config-templatebuilder/avia-shortcodes/slideshow_accordion/slideshow_accordion.js file.

    Best regards,
    Ismael

    Hey pnamroud,

    Thank you for the inquiry.

    It looks like you’ve asked this before here: https://kriesi.at/support/topic/using-the-universal-wp-lead-tracking-plugin-with-enfold-contact-form/#post-1413109.

    Please let us know if this works.

    Best regards,
    Ismael

    #1465370

    Hi!

    Thank you so much, that worked.

    These 2 last problems to fix
    1. The search icon is not showing on the desktop.
    I’m rewriting my answer regarding the resolution –
    I saw the search icon on the burger menu on all kinds of different screen sizes and resolutions after a few cache purges and a few days.
    For your question – mine is 1536 x 864
    And can the icon be under the burger menu and not above it?

    2. The changes I made to the burger menu background color when it is closed and the menu item’s color are not showing on the mobile.
    https://img.savvyify.com/image/WhatsApp-Image-2024-08-28-at-08.26.26.91w1d
    https://img.savvyify.com/image/WhatsApp-Image-2024-08-28-at-08.26.25.91tJn

    Thank you so so much for all your help
    Reut Rachel

    Hi Mike,
    the menu is sticky, but sometimes website content is on top/front of it. How do I set it to be on the front?
    header behind content (see image over it on the right)

    also, I’m experimenting with my page layour and ideally would like to combine this menu with the so called ‘full width slider’. but i tried several things to make this work, but insofar no luck.
    front

    backend

    how would i go about?

    also, ideally I have breadcrumbs below the menu, on the left side. for which i use the shortcode [av_breadcrumbs]

    #1465363

    Hi,
    For the language switcher in your mobile menu, your setting will only show the language that is not active, to always show both you need to use this option:
    Screen Shot 2024 08 25 at 11.54.38 AM
    and this css:

    @media only screen and (max-width: 768px) {
    #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: 50px;
            display: inline-block;
            top: 30px;
    }
    }

    I did this for you:
    Screen Shot 2024 08 25 at 12.03.27 PM
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1465335

    In reply to: Sidebar does not work

    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

    #1465329

    Hi Mike.

    Thank you that worked.

    Do you have any updates about the other 2?

    1. How can I change the menu links inside the burger menu to this color – #92B743?

    2. The search option that doesn’t show on the desktop?

    Thank you
    Reut

    #1465296

    Hi,
    #2 The custom menu bar is 100px wide:
    Screen Shot 2024 08 24 at 7.39.05 AM
    but the flyout menu is 300px, but the burger menu is still only 100px:
    Screen Shot 2024 08 24 at 7.42.06 AM
    The flyout overlay is white and you can not make the burg1 menu area only a gray color.
    So if you want a gray burger menu when the menu is closed try this css:

    .toolbar-content#content1 {
        width: 100%;
        height: 100px;
        background-color: #8c8c8c;
    }
    html:not(.av-burger-overlay-active) #top .av-burger-overlay li li .avia-bullet, html:not(.av-burger-overlay-active) #top .av-hamburger-inner,html:not(.av-burger-overlay-active) #top .av-hamburger-inner::before,html:not(.av-burger-overlay-active) #top .av-hamburger-inner::after {
      background-color: #fff !important; 
     }

    Screen Shot 2024 08 24 at 7.54.03 AM
    but when it is open it will look like this:
    Screen Shot 2024 08 24 at 7.55.12 AM
    It is probably best to not change this.

    Best regards,
    Mike

    #1465293

    In reply to: Burger Menu

    My mobile burger menu does not work anymore.

    I’m not sure when it stopped working so I don’t know if it was an upgrade or new plugin that caused this.

    I’ve been through the forum for similar issues and tried all the suggestions but to no avail.

    Any help appreciated.

Viewing 30 results - 3,871 through 3,900 (of 142,852 total)