Viewing 30 results - 78,031 through 78,060 (of 142,928 total)
  • Author
    Search Results
  • #810590

    Hey FlatText,

    1. Please try this in Quick CSS: nav.main_menu {border-bottom:1px solid blue;}

    2. Please try putting the slideshow inside a Color Section.

    3. Please try this in Quick CSS: .title_container .main-title {font-size:20px !important;}

    4. Can you try setting this in Enfold > Advanced Styling?

    5. I’m not sure what you mean by Sub-head. Can you specify, please?

    6-8. You can set the font colors in Enfold > General Styling. For the font family, size, and weight, please set it in Enfold > Advanced Styling.

    9. Please try this in Quick CSS: #footer {border-top: none !important;}

    Please let us know if you need further help.

    Best regards,
    Sarah

    #810566

    In reply to: mobile related issues

    Hi,

    We’re glad that Rikard was able to help. Do you have any other questions about this topic, or can we close this thread?

    Cheers!
    Sarah

    #810564

    Hi,

    Okay. I’ll try to get you started. :)

    I see that you’ve set the color section to have the ID “header-home”. This color section, by default, has paddings of 50px. It also has automatically set margins to center it. To change the padding, you can try this:

    #header-home .container:first-child {padding: 10px;}

    If you need to change other margins, you’ll have to check the source code (right click on the page in your browser, then select “Inspect” or “View Source”) and see the classes for the element you wish to change.

    If you need to make some CSS code work only for phones or tablets, or only for desktops, please use this page for reference: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/

    I hope that helps!

    Best regards,
    Sarah

    #810560

    Hi Rikard

    What my client would like is a change to the header layout on the mobile only – the 3-bar menu should be centered above the logo, and the logo also is centered.

    On the desktop version they want the text menu to appear under the logo as it is now.

    They do not want bullet points on the 3-bar menu but just have 3 bars.

    Thanks for your help

    Best
    Gerry

    #810547

    Hi Ben,

    Have you tried the solutions presented here or here?

    Best regards,
    Sarah

    #810533
    AdamTurner
    Participant

    Hi All,

    I noticed a slight issue on any pages on our site with Youtube videos embedded.

    If you go to the link (below) and right click inspect you will see the errors in the top right of the inspect bar rise fast and what appears to be infinitely. Sometimes the errors don’t show until you click play whilst in inspect mode but immediately the count starts to rise.

    We have updated the theme on ur dev site (also below) but are still getting the error.

    It says this repeatedly when in the console tab:
    Uncaught TypeError: Cannot read property ‘prototype’ of undefined
    at Object.g.p (base.js:30)
    at endscreen.js:20
    at endscreen.js:62
    g.p @ base.js:30
    (anonymous) @ endscreen.js:20
    (anonymous) @ endscreen.js:62
    base.js:30 Uncaught TypeError: Cannot read property ‘prototype’ of undefined
    at Object.g.p (base.js:30)
    at remote.js:79
    at remote.js:162
    g.p @ base.js:30
    (anonymous) @ remote.js:79
    (anonymous) @ remote.js:162

    Any help greatly appreciated!

    Many thanks and keep up the good work!
    Adam

    or do you mean you have used on a page the ajax-portfolio advanced layout element – and you want that it opens on first view a specific post (portfolio/event) ?

    if it is in this way – you can look here : https://kriesi.at/support/topic/ajax-portfolio-on-main-menu-link/

    you have to know the ID of your event! The rest is said on the post link above

    #810520

    In reply to: product slider problem

    Hello @Ismael and thanks for the workaround. I will try it in the next days as throwing products in the recycle bin is not functioning (any product that goes out of stock will generate this further on, until I am deleting it).

    What I find bad, and I also did not see it addressed is the fact that this topic is not documented (as you can see somebody else also had this problem, maybe you can also let him know that is addressed and which are the options – see link from my first post on this topic) and that I had to hire a expert to solve this for me…

    hm – i didn’t realy understand your request. You want a link (in menu ?) directly to a specific event (portfolio) ? and not to the event list ( or masonry etc)
    so why don’t you insert that specific link
    if you have activated on Menu “Screen Options” on top right side (it is a slide out screen)
    you can make visible all boxes even the portfolio-items (don’t know if events are listed too) if not you can do it via custom-links.

    click to enlarge:

    Hi,

    Glad that Rikard helped you, let us know if you need more assistance regarding this topic or if we can close the thread :)

    Best regards,
    Nikko

    Okay, clicked on save, but for some reason it returned an error as I jumped tabs to preview.

    I am really curious though on the settings. The settings say it should have been at the top, without any css.

    #810478

    Hey hindsight-it,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top #header .av-main-nav > li > a {
        border: 1px solid #000;
        box-sizing: border-box;
        margin: 0 8px;
        border-radius: 3px;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #810479

    Hi,

    Thank you for the link, and for informing us that you would like to change the margins for the color section at the very top. :)

    In order for us to help you accurately, can you tell us more about your request? Please let us know which margins you want to change, and how exactly you wish to change them. For example: “Inside the color section, I would you like to change the space above the text, ‘Préparez votre expatriation’. I would like this space to be 10px on mobile phones only.”

    Thank you!

    Best regards,
    Sarah

    #810471

    Hi,

    I’m not sure I understand properly the question, but I think you want to decrease the size of the iconbox, try adding this css code in Quick CSS:

    #top .iconbox.av-no-box .iconbox_icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }

    Just adjust the values as you see fit. Hope this helps :)

    Best regards,
    Nikko

    #810446

    Hello i had the same problem.
    Resolved by adding :

    
    .ls-container , .ls-wrapper, img.ls-layer {
        width: 100%!important;
    }
    .ls-fullwidth .ls-bottom-nav-wrapper {
        top: -5px!important;
    }
    .responsive .boxed#top {
        max-width:100%;
    }
    #810444

    Hi Victoria,

    Actually, I would like to have the margins and paddings reset when I leave desktop size.
    so that I can choose for myself the margins and paddings of each element for every screen size.

    Regards.

    #810440

    Hi!

    I replied you here – https://kriesi.at/support/topic/use-new-burger-menu-only-for-mobile/#post-810420. Please start a new thread :)

    Cheers!
    Yigit

    #810421

    Hi,

    Let us know if you need more assistance regarding this topic or if we can close it :)

    Best regards,
    Nikko

    Hi,

    Try this code

    
    @media only screen and (max-width: 450px) {
        .responsive #top #wrap_all .avia-content-slider-even .slide-entry.slide-parity-odd,
         .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even {
             margin: inherit;
         }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    Hi Rikard,

    I will try to explain it to you using the website that I sent as an example bellow:

    http://www.raymarine.com/multifunction-displays/axiom/

    You will see that this page that I sent above have a sub menu bellow the main introductory picture written AXIOM – SIMPLY SUPERIOR, this sub menu with the topics: Axiom, Overview, 3D Sonar, Awareness, Features, The Range….give a shortcut to the related topic on the page. So, when I click 3D Sonar, it scroll the page down to the exact topic.

    Thats what I would like to to do with the Enfold Fullwidth Sub Menu…connecting it to my fullwidth banners that are related to each topic…

    So…on my sub menu I have: Axiom, Visão Geral, Sonda 3D, Segurança, Características

    I want that when I click Axiom: Nothing happens, stays on the beggining.
    I want that when I click Visão Geral: The page scrolls down to the first banner with a boat on the water written on it “APRESENTAMOS O NOVO AXIOM”.
    I want that when I click Sonda 3D: The page scrolls down to the second banner with a guy fishing written on it “NOVA SONDA 3D REALVISION”.
    I want that when I click Segurança: The page scrolls down to the third banner with the guy touching the display written on it “MAIS SEGURANÇA PRA VOCÊ”.
    And I want that when I click Características: That the page scrolls down to the last banner with a display written on it “CARACTERÍSTICAS GERAIS”.

    Can this be done? Do you understand me?

    Looking Forward for a solution,

    Bellow is my website again, exactly the page that I want to do this….

    #810381
    FlatText
    Participant

    Hi guys,

    I have a few CSS changes I’d like to make, I was wondering if you can help me out.

    1. I need a border on the bottom of the main menu.
    2. Change the slideshow background color on the left and right (site link in private)
    3. Page title font size to be bigger
    4. Line spacing – single spaced with 0pt before and 6pt after
    5. Sub-head font – ariel, 16pt, unbold, grey
    6. Body copy font – ariel, 14pt, unbold, grey
    7. Footer bar font ariel 14pt, grey
    8. Links in ariel 16pt unbold
    9. Footer top-border none or grey

    #810370

    Hi Rikard,

    Just opened an new support request in WPML. You can find it here

    Hope this gets resolved.

    #810367

    In reply to: embed youtube video

    Hi,

    Glad 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

    #810365

    Hi BenWorx,

    Are you using the hamburger menu on desktop? If not, this code will not work. Could you explain a bit more what are you trying to achieve?

    Best regards,
    Victoria

    #810356
    saphigon
    Participant

    Hello,

    I have a problem on this site, where some of the text elements and images doesnt look good on mobile.
    As you can see from the link, it looks alright on desktop, but on mobile, some of the modules dont react the way I think it should:

    The first two modules seem fine, the ones named “Kjeldsberg i dag” and “Historien”.
    But on the next one, the yellow one called “Samfunnsansvar”, the text block is very narrow on mobile view, making the lines really short and hard to read.

    Also the ones underneath, “Fairtrade & UTZ”, “initativ for etisk handel” and “kirkens bymisjon”, the same thing happens, and the images are placed on the side, instead of above the text.

    What is really weird, is that I have made the text blocks etc. in the same way, so i dont understand why this happen on some of them.

    Hope this makes sense, thanks in advance!

    Hi,

    Thanks @guenni007 for helping out as always :-)

    Let us know if you should need any further help on the topic @backfolder

    Best regards,
    Rikard

    #810333

    That actually changed the background of the primary nav (menu)
    but it did not change the blue bar under the slider.

    I like the primary nav grey as it is.

    The one I want to change is shown as background-color #5fb434:

    Inside Inspect Element as:

    <div class=”flex_cell no_margin av_one_half avia-builder-el-3 el_after_av_cell_one_half avia-builder-el-last ” style=”vertical-align:top; padding:9px 0px 0px 0px ; background-color:#5fb4e4; “><div class=”flex_cell_inner”>
    </div></div>

    Does that mean I just edit the css for the Flex Cell Inner? like this:

    #flex_cell_inner {
    background-color: #fff !important;
    }

    Thanks for your help

    #810323

    Hi,

    Great, glad you got it working and thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #810300

    Topic: Video Issue

    in forum Enfold
    bakbek
    Participant

    Hi, as you can see here – https://www.screencast.com/t/Hh1dvH96LbY – something is OFF with how the video is showing before it is being played. How can I fix that? Also, is there a way to make the video autoplay?

    Thanks!

    Hi Florian,

    Here is what you could try:
    https://coderwall.com/p/b-zq7g/bugfix-jquery-animate-scrolling-for-firefox
    https://stackoverflow.com/questions/37591372/jquery-animate-scrolltop-issue-in-firefox

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 30 results - 78,031 through 78,060 (of 142,928 total)