Viewing 30 results - 94,471 through 94,500 (of 142,833 total)
  • Author
    Search Results
  • Great!
    Is there anyway for the menubar to be fixed at top and let the header disapear like it does in desktop mode?

    #646115

    Hi Christel,

    Great, glad you got it working again and I’m sorry about the problems. Please let us know if you should need any more help on the topic.

    Regards,
    Rikard

    #646112

    Hi Rikard

    Thanks for your reply.

    I have almost done what I want with this code:

    #top #wrap_all #main .avia-no-border-styling {
    border: 50px solid #850124;
    border-bottom: none;
    border-top: none;
    }
    In the section with the pattern where it says “God has given us to hands…” I want the pattern to overlay the border or the border to stop so its not going into the pattern.

    The second thing is I want to move the border so the dark red color overflow or is over a part of the background picture.

    Best regards
    Bo

    #646109

    Hi, thank you very much for your reply, but that’s not what i’m trying to fix.

    The scroll and over flow is fixed, but now i need the submenu to be sticky, like the header. The scroll is incredibly intuitive when you’re browsing the site from an actual mobile device, and we haven’t heard any negative feedback from our users. Apple and Google all implement this scroll-able, overflow menu. The current solution provided by Kriesi, is counter intuitive, and having two hamburger menu on the site, makes it confusing and unsightly.

    Again, what i’m trying to fix is to get the submenu to stick to the top of the screen when users scroll through the page.

    #646104

    Hi,

    Great, glad you got it working. And you’re right, we should have a sticky topic since a lot of users are having the same problems as you are. Thanks for the tip :-)

    Regards,
    Rikard

    #646082

    Hi Yan!

    Thank you for using Enfold.

    Could you please provide a screenshot of the hover effect that you have in mind? Use imgur or dropbox. For the background color, you can start with this:

    #top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content {
        background: rgba(0,0,0,0.35);
    }

    Regards,
    Ismael

    #646077

    Hi,

    Yes, it’s possible. Please follow the instructions here:

    Best regards,
    Ismael

    #646076
    Starkos
    Participant

    I’ve viewed the following article (https://kriesi.at/support/topic/background-video-with-no-sound/#post-229951) but can’t seem to find the file to edit the code so my audio will play from the video. I’ve attached screenshots in the private content section below. Thank you.

    #646066
    AppelenEelman
    Participant

    Hello,

    I tried to change the font size of the submenu to 16px with the following CSS code:

    #top .av-main-nav ul a{width:100%;height:auto;float:left;text-align:left;line-height:23px;padding:8px 15px;/* font-size: 16px !important; */min-height: 23px;max-width: none;text-decoration: none;font-family: inherit;}

    But it does not work. Please advise. Thanks.

    #646060

    Hi,

    The fullwidth submenu is not sticky on mobile phones.

    That is the default behaviour of the full width submenu because “fixed” positioned elements are not handled consistently on mobile devices. If you want to make it scrollable, add this in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    #top .av-submenu-container ul {
         white-space: nowrap;
         overflow-x: auto;
    }
    }

    Remove this css code:

    @media only screen and (max-width: 480px)
    @media only screen and (max-width: 580px)
    .av-submenu-container ul {
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        position: fixed!important;
    }

    It’s a bit counter intuitive though because there is no indicator that it is scrollable. Please enable the button in the “Mobile Menu Display” settings.

    Best regards,
    Ismael

    #646052

    In reply to: Burger Style Menu

    Hi,

    It’s not possible at this time to have a burger menu on desktop, sorry for the inconvenience. You can request the feature and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/

    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Jordan

    #646037

    Hi,

    Since there’s not enough space to accommodate the fields in one line, I think it’s better if they are stack on top of each other. Something like this should work:

    @media only screen and (max-width: 479px) {
    .responsive .avia_ajax_form .form_element {
        width: 100% !important;
    }
    }

    This will affect all fields so adding a custom css class attribute will help: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Best regards,
    Ismael

    #646023

    Hi,

    Great, glad you got it working. Please let us know if you should need any more help on the topic.

    Regards,
    Rikard

    #646020

    Hey limyj0923,

    Thanks for getting in touch with us!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-section {
        border-top: 0px;
    }
    

    Let me know if you need further assistance.

    Best regards,
    Jordan

    #646019

    Hey laptophobo,

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #icon-section .flex_column {
        margin-left: 4%;
        width: 48%;
    }
    }

    Best regards,
    Ismael

    #646014

    Hey RRaker,

    Thank you for using Enfold.

    Try to adjust the product column css modifications:

    body.tax-product_cat .template-shop .products li {
        width: 19% !important;
        margin: 0 1% 20px 0 !important;
    }
    

    Apply a minimum height to the product info container:

    #top .inner_product_header {
        min-height: 125px;
        height: 125px;
    }

    Best regards,
    Ismael

    #646011

    Hi,

    We checked the site on IE8 and the text inside the color sections are displaying. What is the version of your IE browser? Please try to disable the fade in animation of the column on IE:

    .avia_transform.avia-msie .avia_animated_image, .avia-msie.avia_transform.avia_desktop .av-animated-generic {
        opacity: 1;
    }

    Best regards,
    Ismael

    #646002

    Hey Timo,

    I’ve tagged the topic for our german speaking moderator, please wait for his reply.

    Best regards,
    Rikard

    Hi Michael,

    Glad we could help, please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

    #645986

    Hi,

    Ok, no problem :-) Please let us know if you should need any more help on the topic.

    Regards,
    Rikard

    Hi,

    Great, glad you got it working and thanks for sharing. Please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

    #645973

    Hey Kurt,

    I’m not sure I understand what you are referring to since you linked to the demo overview page, if you click Remove Frame in the top right hand corner of the screen you should be able to get the direct link.

    Best regards,
    Rikard

    #645949

    Hey!

    I am trying to place a sidebar to the right on a product page, where I want to display product categories, but for some reason all the widgets end up under the product image?

    That is the default single product template. If you want to move the sidebar to the left or right side of the product details, please follow the instructions here: https://kriesi.at/support/topic/sidebar-rechts-single-page/#post-580220

    Regards,
    Ismael

    darajan
    Participant

    Hello,

    When I use the native WP audio playlist function, the link on the tracklist links to a new page showing the actual song. How do I make them stay within the playlist module, playing all the song using the top playbar. I believe this is something related to the enfold structure that automatically link the song file to a new page.

    I also noticed that when I hover on the song name or on most part of the tracklist, it will show an actual url. So after I click it, it links to that url as a new page. But when I click on “time” (at the rightmost part of the tracklist which does not show an url), it works correctly within the playlist module. So I guess by default enfold treats a hyperlink to link to that url, but ignoring the native wordpress playlist framework. Is there a way to fix this?

    Thanks.

    Hi,

    Glad we could help, please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

    #645928

    Hi,

    Request you to please open different tickets for issue that are not related so we can keep the focus on original topic :)

    I checked your site and the logo looks fine. I remember working on this issue and the site has come a long way since when you started working it everything is just looking great now :)

    Happy website building and Thank you for using Enfold.

    Best regards,
    Vinay

    #645917

    In reply to: Menu font color

    Hi there,

    Thank you for your reply, but I this did not help me so much. The code you gave me changes the color of the dropdown menus, but does not change the font for the fullwidth sub menu. All I want it to do is have it look like the the top menu which is bold. Can you help please?

    achokshi
    Participant

    At present, the URL for my home button is “http://www.resumedoctor.ca/#top” and I would like to change it to “http://www.resumedoctor.ca/home”.

    Similarly the URL for my pricing page is “http://www.resumedoctor.ca/#pricing” and I would like to change it to “http://www.resumedoctor.ca/pricing”.

    How can this be done? I would still like to keep the existing functionality of one-page template with smooth transitions that exist.

    #645906

    In reply to: simple :target issue

    Hi,

    Right now it appears that the maps do not show and hide when you click that link but it scrolls up to the top of the browser. Could you please confirm the same and share the exact link where the maps hide when you click the link?

    Best regards,
    Vinay

    #645892

    In reply to: Menu Color and Opacity

    Thanks Vinay that did not work for me on the homepage, and it is working on the inner pages but then it does not look correct as the “Top Bar” needs adjustment to match….

    • This reply was modified 9 years, 9 months ago by mmf1.
Viewing 30 results - 94,471 through 94,500 (of 142,833 total)