Viewing 30 results - 96,931 through 96,960 (of 142,630 total)
  • Author
    Search Results
  • #617027

    Hey!

    Currently it is set to 30px, you can adjust the value using following custom CSS

    .widget {
        padding-top: 25px !important;
    }

    :)

    Regards,
    Yigit

    Hey!


    @mindimer
    Can you please post the link to your website?

    @antisemitism
    Replied you here – https://kriesi.at/support/topic/animations-not-working/

    Regards,
    Yigit

    #617024

    Shalom


    @antisemitism
    I already replied you here – https://kriesi.at/support/topic/animations-not-working/#post-617022
    My “pointless suggestion” above is a crucial one :)
    Users may have specific issues that is why we are suggesting users to start their own threads and sticking to it.

    Cheers!
    Yigit

    #617021

    Great, that closed it up a bit, much better anyway. Is their padding at the top as well that can be removed or reduced?

    #617019

    In reply to: Layerslider on mobile

    Hey andrea!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 768px) {
    .home #main {
        margin-top: 5px;
    }}

    Regards,
    Yigit

    #617014

    Topic: Animations not working

    in forum Enfold
    CAA
    Participant

    I was waiting for an answer here (https://kriesi.at/support/topic/problems-since-updating/#post-614247) but someone closed the thread without resolving the problem. Animations on our site have been broken for a week. No sliders, no charts, nothing.

    #616993

    Shalom!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 768px) {
    .responsive #top .logo, .responsive #top .logo img {
        float: right;
    }
    #advanced_menu_toggle {
        right: auto;
        left: 0;
    }}

    Best regards,
    Yigit

    #616979

    In reply to: Google adsense

    Hey DarkJustice!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top #wrap_all ins:before {
        display: none;
    }

    Cheers!
    Yigit

    #616967

    Hi!

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

    function custom_blog_banner(){
    if(wp_is_mobile() ){
    ?>
     <script>
    // Hide Header on on scroll down
    var didScroll;
    var lastScrollTop = 0;
    var delta = 5;
    var navbarHeight = $('#header').outerHeight();
    
    $(window).scroll(function(event){
        didScroll = true;
    });
    
    setInterval(function() {
        if (didScroll) {
            hasScrolled();
            didScroll = false;
        }
    }, 250);
    
    function hasScrolled() {
        var st = $(this).scrollTop();
        
        // Make sure they scroll more than delta
        if(Math.abs(lastScrollTop - st) <= delta)
            return;
        
        // If they scrolled down and are past the navbar, add class .nav-up.
        // This is necessary so you never see what is "behind" the navbar.
        if (st > lastScrollTop && st > navbarHeight){
            // Scroll Down
            $('#header').removeClass('nav-down').addClass('nav-up');
        } else {
            // Scroll Up
            if(st + $(window).height() < $(document).height()) {
                $('#header').removeClass('nav-up').addClass('nav-down');
            }
        }
        
        lastScrollTop = st;
    }
     </script>
    <?php
    }}
    add_action('wp_footer', 'custom_blog_banner');

    then add following code to Quick CSS in Enfold theme options under General Styling tab

    .nav-up {
        top: -40px;
    }

    Please note that i have not tested the code and that you would be only able to see the changes on mobile, resizing browser window would not work.

    Best regards,
    Yigit

    agorton
    Participant

    I have some testimonials embedded on my pages – they should be on the right under the photo here

    But … they stopped displaying a couple days ago. And from my child theme I do not seem to have access to Appearance/Editor.

    Credentials below.

    Thanks!

    #616932

    In reply to: Remove comments text

    Hi Jordan,

    Please find credentials below. I’ve logged a couple of other support requests as well, any chance you can take a quick look at those as well?

    Very grateful for your help.

    Cheers,
    Marsha

    I have now added a page and designed the blog page using the Avia builder but have logged another question about pagination. Can anyone help with that please. This topic can be closed if it can be addressed.

    Hi!

    I added following code to Quick CSS in Enfold theme options under General Styling tab

    
    @media only screen and (max-width: 767px) {
    #top .av_header_transparency.av_alternate_logo_active .logo a > img {
        display: none !important;
    }
    .responsive #top .av_header_transparency .logo img.alternate { 
    display: block !important; 
    }}

    Please review your website now

    Regards,
    Yigit

    #616908
    gzelasco
    Participant

    Im not updated new wordpress
    Enfold contact formstop working

    Im not receiving email

    #616900
    newuser1
    Participant

    Hello, how can we make all our single post pages show the Menu header Text in teal#007272 so it can be seen?

    (The menu header text looks great in white on all our other pages like home, about us,what we do, news, contact us, etc. but when you click on an actual single post page the Menu header Text can’t be seen because it is white. We don’t want to change the header background color because it looks good, we only want to change the Menu text color on single posts pages if possible.

    Also, we haven’t received a response regarding our separate urgent topic “How To Make Mobile Logo Transparent when there may already be existing CSS” we posted that should be really quick to implement/fix the existing css etc. Thank you, we really appreciate your help!

    #616885

    Hi axelfx07!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .av-submenu-container .current-menu-item .avia-menu-text {
        color: red;
    }

    Cheers!
    Yigit

    #616865

    Hey BetuwePC!

    Please refer to this post – https://kriesi.at/support/topic/hamburger-button/#post-567002

    Best regards,
    Yigit

    #616850

    I don’t need to alter any header at all, it was just a hugest part of classes located in the single place I could find. )
    I have experience, but I don’t have time.

    So, ok. I’ve got the point, we can close the topic.
    Thanks! )

    Roger
    Participant

    Hello,
    I’m having an issue where the background for the icon boxes is not fully extending to cover the content. The icon boxes have a -160px top margin to overlay on the color section.

    http://www.carrypermit.net/beta/wp-content/uploads/2016/04/chandler.png

    • This topic was modified 9 years, 8 months ago by Roger. Reason: mis-spelling
    #616756

    Thanks. When you login, if you look at the Renovation Loans post, you’ll see that it still works. For example, the top full width easy slider shows up for a wider screen over 990px and then goes away and displays the 2nd full width easy slider once the screen width drops below 990px. However, I don’t see the css class option anymore where I had put in the .only-desktop and .only-mobile respectively.

    If you look at a newer post like the MHFA $1000 Down Program, both sliders are showing up as I don’t have the area to put in the css class. (unless I’m an idiot and am missing it somewhere which very well could be the case)

    Login info below. Thanks for your help!

    #616749

    Thank you for this, however I’m having a bit of trouble finding this… “Then go to the blog/post slider/portfolio/masonry grid element settings screen, scroll to the bottom of the option window and configure the order/orderby settings.”

    Also where exactly do I insert that code into the php file? Anywhere? Top bottom?

    spainion
    Participant

    Recently product variations stopped working, we have processed several hundred using products with variations.
    I have tried disabling all plugins accept WooCommerce and still get the error only while using Enfold.

    I am pretty confident there is an issue with Enfold, I recently updated to 3.5.3.

    I have done a lot of research and none of the solutions I can find appear to be working

    We are losing quite a bit of money while the site is down. Help would be greatly appreciated!

    Thank You,

    Robert

    • This topic was modified 9 years, 8 months ago by spainion.
    #616741
    davidprais
    Participant

    Hello awesome support team,

    I have a left sidebar menu on my page. but on smaller screen (almost any standard laptop) some elements do not appear (ex: copyright).

    Please help to fix it.

    Thank you!

    #616728
    larazier
    Participant

    Hi,

    I’ve been reading the forum to understand how to set the image in the 3/5 column within my Color Section to show on mobile. I was assuming it would load at the top above the right side section, which displays a background image set for the entire Color Section. Instead, only that background image is showing with the form.

    Many thanks for the support –

    #616711

    Topic: Fontello icons failing

    in forum Enfold
    frankeee
    Participant

    Hey,
    I have a 301 to other top level domains like:
    mysite.com
    mysite.de

    The Problem: Fontello icons are broken on other top level domains except the original. Thing the absolute path cause this problem similar like in this thread:
    https://kriesi.at/support/topic/fontello-icon-fonts-failing-in-ssl-https/

    The mentioned thread is one year ago. Do you have a solution for this problem right now? Thanks in advanced!

    Hey Andy. It has been almost a week and now urgent that we get this fixed as we have something important this evening that the transparent logo needs to be showing correctly on mobile for. We have already spent hours trying to follow the thread above and several others, but our site already has a little existing CSS code that kriesi support had us add a while back for the transparent Logo and I think something for the Menu as well. We are not familiar with code and didn’t want to mess up the existing transparent logo that currently shows fine on desktop by pasting another random code from a thread that has different settings than us. Please help to make the change as soon as possible or let us know how to simply make our logo show as transparent on mobile like it used to. Thank you, we really appreciate your help. Our private site details are provided below and the current CSS our site now has is:

    @media only screen and (max-width: 767px) {
    #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
    background-color: transparent;
    position: absolute!important;
    }}

    #616702

    – How can I correct the border color for some element?
    – nothing could be easier man, you’ll definitely find the class you are looking for right here:

    .header_color, .header_color div, .header_color header, .header_color main, .header_color aside, .header_color footer, .header_color article, .header_color nav, .header_color section, .header_color span, .header_color applet, .header_color object, .header_color iframe, .header_color h1, .header_color h2, .header_color h3, .header_color h4, .header_color h5, .header_color h6, .header_color p, .header_color blockquote, .header_color pre, .header_color a, .header_color abbr, .header_color acronym, .header_color address, .header_color big, .header_color cite, .header_color code, .header_color del, .header_color dfn, .header_color em, .header_color img, .header_color ins, .header_color kbd, .header_color q, .header_color s, .header_color samp, .header_color small, .header_color strike, .header_color strong, .header_color sub, .header_color sup, .header_color tt, .header_color var, .header_color b, .header_color u, .header_color i, .header_color center, .header_color dl, .header_color dt, .header_color dd, .header_color ol, .header_color ul, .header_color li, .header_color fieldset, .header_color form, .header_color label, .header_color legend, .header_color table, .header_color caption, .header_color tbody, .header_color tfoot, .header_color thead, .header_color tr, .header_color th, .header_color td, .header_color article, .header_color aside, .header_color canvas, .header_color details, .header_color embed, .header_color figure, .header_color fieldset, .header_color figcaption, .header_color footer, .header_color header, .header_color hgroup, .header_color menu, .header_color nav, .header_color output, .header_color ruby, .header_color section, .header_color summary, .header_color time, .header_color mark, .header_color audio, .header_color video, #top .header_color .pullquote_boxed, .responsive #top .header_color .avia-testimonial, .responsive #top.avia-blank #main .header_color.container_wrap:first-child, #top .header_color.fullsize .template-blog .post_delimiter, .header_color .related_posts.av-related-style-full a {
    	border-color: #e1e1e1;
    }

    This is a property of a main menu item, by the way. Yes, I know there is snippet provided to recolor the main menu.

    Are you sure one would find this way correct and comfortable? :)

    • This reply was modified 9 years, 8 months ago by kacharava.
    #616682
Viewing 30 results - 96,931 through 96,960 (of 142,630 total)