Viewing 30 results - 99,031 through 99,060 (of 142,852 total)
  • Author
    Search Results
  • #596953
    Frankmen
    Participant

    Hallo,
    ich habe bei meiner Startseite die Header Einstellung <Transparent und Glassy Header> gewählt.
    Ist es möglich dabei die Topbar (mit der Telefonnummer und den Social Media Icons) über dem Header Menü dabei NICHT transparent anzuzeigen?
    So das also die <Transparent und Glassy Header> Einstellung nur das Logo und das Menü wirkt.

    Gruß
    Frankmen

    #596946

    Hey!

    I had a closer look and there is CSS code that is forcing padding to the top of the full-width slider on the blog page only. Please try adding the following CSS in the Quick CSS field under the General Styling tab in the theme options:

    main.template-page.content.av-content-small.alpha.units {
        padding: 0px;
    }

    Let me know if that works for you.

    Cheers!
    Jordan

    #596931
    jberickson
    Participant

    I recently upgraded from “Choices” to Enfold on a site I manage. Everything went OK and I’m pleased with what I can now do for my client.
    However, there’s one issue I can’t figure out.

    There is a label entitled “Frontpage” attached to the top of my sidebar of my frontpage (Home). I don’t know where it came from and I don’t know how to get rid of it. It looks like a label and it doesn’t link to anything – just a static label.

    I examined all the widgets in use on my sidebar and wasn’t able to find anything wrong. The label only appears on the Home page (frontpage) and no other page seems to reflect its namesake within its respective sidebar.

    Can you point me in the direction of a solution? Thanks, I appreciate your help.

    #596904

    Hey!

    Please add following code to Functions.php file in Appearance > Editor

    function avia_custom_logo_app(){
    if(wp_is_mobile()){
    ?>
    <script>
    jQuery(window).scroll(function(){
    if(jQuery(this).scrollTop() > 100) jQuery('.logo img').addClass('logoop');
    if(jQuery(this).scrollTop() < 100) jQuery('.logo img').removeClass('logoop');
    });
    </script>
    <?php
    }}
    add_action('wp_footer', 'avia_custom_logo_app');

    and then add following to Quick CSS in Enfold theme options > General Styling

    .logoop { opacity: 0 !important; }

    Best regards,
    Yigit

    #596902

    In reply to: Logo Removal

    Hey!

    By default top padding is higher so when you remove “av-logo-container”, padding stays the same. You should decrease the value to eliminate the space.

    Cheers!
    Yigit

    #596901

    I added the following and it seems to work well. You might want to check it to confirm

    
    div.magazine-thumbnail {
            float: right;
    }
    
    div.av-magazine-hero.first.flex_column.av_one_half {
            float: right;
            clear: right;
    }
    
    div.av-magazine-sideshow.flex_column.av_one_half {
            border-right-width: 1px;
            border-right-style: solid;
            border-left-width: 0;
            margin-left: 0
    
    }
    
    div.av-magazine-thumbnail {
            float: right;
            margin-left: 15px;
    }
    
    a.av-magazine-top-heading {
            float: right;
    }
    

    Update: Obviously there are still some bugs
    Update 2: I fixed as much as I can. I appreciate any feedback :)

    Hi!

    For specific elements with custom classes, you would not need. Only if you would like to target globally. If your custom code does not apply, then you can use !important rule as following

    .retweets img { margin-top: 0 !important; }

    Cheers!
    Yigit

    #596890
    amitamin
    Participant

    Hello,
    when installing WPML with the enfold theme, the language flags will appear in the very top of the page, right of the menue that I am placing there (see e.g. http://skindetoxradical.com/en/) I am trying to make the theme not show the flags there (but e.g. in widgets or the footer, which I can handle both easily – thanks!). But I cannot find the place where to hide the flags in the top menue / right of the top menue. Is is a bug aka future feature?
    Thanks, cheers,
    Jörn

    #596885

    If an element is purely a heading e.g. <h2>This Is My Section Heading</h2>, then it displays using the Main Content Heading Color (red).

    If an element is heading with an embedded link, then the Primary Color should be used, e.g.

    <h3>
    <a title="All the Fun of the May Fair" href="http://dev.henleyherald.com/2014/05/06/...">All the Fun of the May Fair</a>
    </h3>

    This needs to display using the Primary Color (blue) because the heading is actually a link, and links display using the Primary Color.

    You can see an example on this page: http://dev.henleyherald.com/

    Top Stories is an H2 shown using Main Content Heading Color, red, as it should be. It is not a link to anywhere, just a heading.

    The “Duck Diving Mayor…” H3 heading under it is also a link to a post and so should use the Primary Color (blue). Same for all other headings displayed via Blog Posts.

    #596878

    Hi!

    Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then refer to this post – https://kriesi.at/support/topic/adding-numbers-to-icon/#post-507631

    Regards,
    Yigit

    #596871

    In reply to: Logo Removal

    Hey!

    After adding Rikard’s code, please add following

    .html_header_top.html_header_sticky.html_bottom_nav_header #main {
        padding-top: 54px !important;
    }

    Best regards,
    Yigit

    #596860

    In reply to: Logo Removal

    Now I have the nav at the top and the space beneath?

    #596844

    In reply to: edit image

    Hi!

    Please remove this CSS provided earlier

    .avia_image {
        max-width: calc(100% + 100px);
        margin-left: -17px!important;
        top: -16px;
    }
    

    The above CSS will affect all images on the site so I recommend using custom class name on the image.

    Please check this link http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Then add css custom class ” landing_page_image ” to the image you like to modify. then add the below css this way you can target a single image :)

    .landing_page_image.avia_image {
        max-width: calc(100% + 100px);
        margin-left: -17px!important;
        top: -16px;
    }
    

    Disable mouse over on image or the image overlay or hover effect please check this link http://kriesi.at/documentation/enfold/disable-css-overlay-on-images/

    Regards,
    Vinay Kashyap

    #596824

    Hey!

    The screenshots you provided are not working we need to be able to inspect the element in question to provide you accurate solution.

    however you please tweak the css below and add it to Enfold > general Styling > Quick CSS

    feel free to change the value to + or – to suit your design.

    #header .widget {
      top: -150px;
     margin-bottom:-150px;
    }

    If the above do not work please provide a working link where we can inspect the element in question.

    Best regards,
    Vinay Kashyap

    #596822

    Hey!

    This code was causing the submenu menu issue

    .sub-menu { top: 18px !important; }
    

    We changed the above to

    .sub-menu {    top: auto !important; }
    

    Make sure you clear the cache by hitting the refresh button while holding down the shift key several time and review the site now :)

    Best regards,
    Vinay Kashyap

    #596797

    Hey!

    We are working on your ticket please wait while we update the results here soon.

    The below CSS was causing issue with the scroll sections

    #header .widget {
      top: -150px;
     margin-bottom:-150px;
    }

    We have replaced it with the below CSS and everything works fine now!

    #header .widget {
      top: -150px;
    position:absolute;
    }

    please review the site now :)

    Regards,
    Vinay Kashyap

    • This reply was modified 10 years ago by Vinay.
    #596764

    Hey!

    We are working on your ticket please wait while we update the results here soon.

    We have set up an example page for you please check the link in private section.

    Add class “only_desktop” or “only_mobile” to show/hide Advance layout builder elements in mobile or desktop.

    Regards,
    Vinay Kashyap

    • This reply was modified 10 years ago by Vinay.

    Hi paigebattcher!

    Thank you for the kind words :)

    This works if you select huge paddings on desktop and want to reduce on tablets please use the below css

    feel free to adjust 50px as required for your design.

    
    /* Reduce color section paddings*/
    @media only screen and (max-width: 767px) {
    .avia-section-huge .content, .avia-section-huge .sidebar {
        padding-top: 50px!important;
        padding-bottom: 50px!important;
    }
    }

    Best regards,
    Vinay Kashyap

    #596726

    Hi Rikard,

    In the latest and second latest post of blog, there are hundreds of unwanted links. Search “West took a long pause” in the source code of the latest blog post (8 things) and search “Kim Kardashian” for the second latest post you can see the links,

    Please find account info below.

    By the way could you also help to adjust this: in the tab or adcordion, when click into that tab, it changes to the color of navy green. I saw this in the mobile, but does not work in laptop.

    Thanks,
    Hoang

    #596723

    In reply to: Security

    Hi,

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

    Thanks,
    Rikard

    #596722

    Hey Christoph,

    Could you provide us with a link to the site in question so that we can take a closer look please? I’m not sure I understand exactly what you mean either, could you try to explain a bit further and/or post a screenshot of the issue please?

    Thanks,
    Rikard

    #596721

    Hi @mkdreirad,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #ajdg_bnnrwidgets-3 {
        top: -200px !important;
    }
    
    #header_main {
        padding-top: 80px !important;
    }

    Best regards,
    Rikard

    #596718

    Hi,

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

    Best regards,
    Rikard

    #596710

    Hi Elena,

    Not sure if you got your problem fixed or not? Please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

    #596705

    Hi dusty909!

    Please use the below CSS in Enfold > General Styling > Quick CSS

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .slide-entry {
        width: 100%!important;
        margin-left: 0%!important;
    }
    }

    Cheers!
    Vinay Kashyap

    #596699

    Topic: Section ID

    in forum Enfold
    dewasurya
    Participant

    Hi

    Is there a way to apply section ID to all elements or at least column.. (not css class)
    My page has sidebar, if I use color section to apply section ID, the color section will take the full width and my sidebar will be displayed after the color section (on the bottom of the page) I need to use anchor on the comment section from the button on top of the page.

    Thanks,

    #596692
    pantoni
    Participant

    Hi guys

    I checked out the post “Slow down the speed of animations” relating to controlling the speed of Column Animations. I’ve tried the following code for left to right, right to left animations but instead of controlling the speed, it actually changes the animation type to bottom to top? Here’s the code:

    .avia_transform .avia_start_delayed_animation.left-to-right {
    -webkit-animation: avia-btt 1.2s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000) !important;
    animation: avia-btt 0.8s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000) !important;
    opacity: 1;
    }

    .avia_transform .avia_start_delayed_animation.right-to-left {
    -webkit-animation: avia-btt 1.2s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000) !important;
    animation: avia-btt 0.8s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000) !important;
    opacity: 1;
    }

    See login below…

    Thanks

    • This topic was modified 10 years ago by pantoni.
    #596681

    Hi Rob,

    I’m not sure I understand exactly what you are trying to do but you can try the following CSS in Quick CSS to remove the space under the menu and move the text up higher:

    .page-id-15 #av_section_1 {
    display:none !important;
    }
    
    .page-id-15 .slideshow_caption {
    padding-top:20px !important;
    }

    Please try to explain a bit further and/or post a screenshot highlighting the changes you want to make if the code does not fix your issues.

    Best regards,
    Rikard

    #596670

    In reply to: Mobile menu

    Hi guys,

    still scrolls back to top upon clicking the menu. its fine, i can live with that. thanks

    #596665

    In reply to: Widget in Header

    Hi!

    That is correct! If you remove the Apply Now button then the menu items will move to fill the space. However, if the menu moves to fill the space then some of the menu will also be covered by the BBB logo. So I would indeed suggest trying to make it smaller.

    You could also try moving the BBB logo little further down adding the following CSS to the Quick CSS field, that way you won’t need to shrink the logo:

    #text-8 .textwidget {
        margin-top: 40px !important;
    }

    Regards,
    Jordan

Viewing 30 results - 99,031 through 99,060 (of 142,852 total)