Viewing 30 results - 84,061 through 84,090 (of 142,517 total)
  • Author
    Search Results
  • #747229

    Still not working.

    I had to change it to this to see the correct container –

    .page-id-140 .menu-dots-container {
    position:fixed;
    max-width:0px;
    height:auto!important;
    right:50px;
    top:50%;
    transform:translateY(-50%);
    }

    The hide text worked but the other styling didn’t show up so thanks again and please advise :)

    #747211
    belyeaem
    Participant

    Hi!

    The font icons on our site just randomly stopped loading.

    You can see the issue here on our Subscribed page. The squares are where our social icons are supposed to be.

    I tried to inspect element to see what the issue is, but I’m not seeing any errors. Any idea what is causing this and any suggestions for a solution?

    Best,

    Emily

    #747205

    So when I add that it creates another instance of the first header widget which you can see in the screenshot, I dont know why… I named the new widget header-left. This is the shortcode I added, how do I make it left and not display the phone number?

    #header-left .widget {
        right: -40px;
        padding-top: 0;
        position: absolute;
        top: -30px;
        transform: translate(-50%);
        z-index: 999;
    }

    Please Advise

    #747187

    Hey Krissie,

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

    #top .av-submenu-container li a {
        font-size: 14px;
        font-weight: 700;
    }

    Just adjust the font size value as you see fit :)

    Best regards,
    Nikko

    #747186

    Hey Orsha,

    Try changing it to this code:

    @media only screen and (max-width: 480px) {
      .slideshow_align_caption {
        vertical-align: top !important;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #747173

    Hi,

    Can you try to replace the code I gave to this one:

    @media only screen and (max-width:767px) {
      #top #mobile-advanced a {
        color: #333 !important;
      }
    }

    Let us know if this works.

    Regards,
    Nikko

    #747157

    Hey mcraig77,

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

    #top #header .av-main-nav > li > a .avia-menu-text {
        text-transform: uppercase;
    }
    
    #top #header .av-main-nav > li > a::first-letter {
        font-size: 24px;
    }

    Just adjust the font size value :)

    Best regards,
    Nikko

    #747154

    Hi,

    We apologize for the delay, a lot of inquiries in the forum lately. Can you try to disable autoptimize? and see if this helps, the plugin caches styles and which prevents the latest changes to reflect on the frontend.

    Best regards,
    Nikko

    #747146

    In reply to: Make Blog Text Larger

    Hey marissaconniff,

    You have already posted this topic here: https://kriesi.at/support/topic/make-blog-text-larger/
    I’ll be closing this one.

    Best regards,
    Nikko

    #747135
    timahe
    Participant

    Hi,

    on a customers homepage I have several Icons ..
    On desktop devices they are shown side by side. On mobile devices they are shown among each other. As these icons would be too much to show them side by side on mobile I thought about displaying them in pairs (i.e. 2 icons, new row with 2 icons, new row and the 5th in the middle).
    As I think this is a common way of displaying icons and I did not find a tutorial for this it would be great if anyone could help me with this!!
    Thanks :)

    • This topic was modified 8 years, 10 months ago by timahe.
    #747124

    Hey tremblayly,

    Try adding this css code in QUick CSS:

    @media only screen and (max-width:1024px) {
      #top.home .avia-content-slider .avia-slideshow-arrows a {
        top: 8%;
      }
    }

    Just adjust the 8% value, the lesser the value the higher it goes.

    Best regards,
    Nikko

    #747123

    Hey tremblayly,

    Try adding this css code in Quick CSS:

    @media only screen and (max-width:767px) {
      .responsive #top .cart_dropdown {
        margin-right: 0 !important;
      }
    }

    Let us know if this helps.

    Best regards,
    Nikko

    #747110

    Hey atrixdave,

    The best approach and get best results for this is use some css codes using media queries: https://www.w3schools.com/css/css_rwd_mediaqueries.asp and also multiple images that are designed for specific width or devices. You can add this css code in Quick CSS located in Enfold > General Styling, it would look something like this:

    /*For Desktop in 1600px width*/
    @media only screen and (max-width:1600px) {
      #sign-up .av-parallax-inner.main_color.avia-full-stretch {
        background-image: url('image_for_1600px_width.jpg');
      }
    }
    
    /*For ipad landscape*/
    @media only screen and (max-width:1024px) {
      #sign-up .av-parallax-inner.main_color.avia-full-stretch {
        background-image: url('image_for_1600px_width.jpg');
      }
    }
    
    /*For ipad portrait*/
    @media only screen and (max-width:960px) {
      #sign-up .av-parallax-inner.main_color.avia-full-stretch {
        background-image: url('image_for_1600px_width.jpg');
      }
    }

    Hope this helps.

    Best regards,
    Nikko

    #747099

    In reply to: Search results messy

    Hi,

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

    .search-results .tribe_events {
        margin-top: 0 !important;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #747098

    Hi Andy,
    How do I add the widget to the top of the default products page? If you remember it is there that I need to show a widget with the same content as the sidebar. Your CSS code will only work on the test page you asked me to create.
    Thanks
    Rob

    #747080
    JamesEisert
    Participant

    Hello.

    My subscribers are getting HTML junk from advanced layout manager.

    Example:

    [av_one_fifth first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='']

    [av_team_member name='John Doe' job='Guest Writer' src='https://columbiagames.com/wp/wp-content/uploads/2016/06/scottish-parading-soldiers-with-drummer-300x225.jpg' attachment='749' attachment_size='medium' description='' font_color='' custom_title='' custom_content='']

    [/av_one_fifth]

    It just appears. How do I make this right?

    Thanks

    Jim

    #747078
    KellyKilgallon
    Participant

    Hello –

    I see a lot of threads about CTA’s or images in headers. I’ve tried a couple of ways to get my CTA’s to look the way I want them to but I’m not finding anything too solid.

    I’d like to have 2 CTA’s (similar to this website: http://fightcolorectalcancer.org/) in my header and act responsively when viewed in mobile. They stick to the top and align beautifully.

    Here is what I have so far: http://www.ostomy-org.dreamhosters.com/ This call to action is not aligning when viewed in mobile and I’m not able to add 2 CTA’s.

    Any advice?

    #747045

    I figured it out. Ha! I had the video in a Slider Revolution slide. There was only one slide displaying for that slider. It had a 10 second loop. So it was looping, starting and stopping the video. Yeah, I was tired and not thinking clearly. Sorry to waste your time.

    #747022
    woozulu
    Participant

    Hi there,

    I’d like to setup a forum based on your beautiful Enfold theme an BBPress. But unfortuately it is not working correctly

    Creating forums and topics is possible but the content in topics isn’t visible (see https://www.smartphonepiloten.de/forums/topic/testthema). The content is

    "This is a test topic"

    It’s really weird because the replies to the topic are shown without problems.

    I already tried deactivating all plugins without BBPress but the problem still exists. Do you have any further information or step I could try?

    Thanks & best regards,

    Jannik

    trellyn
    Participant

    I am looking to do a few things with the fullwidth easy slider:

    – I used some css code from another forum, and it took the transparent text frame away. I am struggling to make the white background transparent again. Can someone help me with that? Here is the code I copied:

    .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
    background: #000;
    filter: alpha(opacity = 30);
    background: #ffffff;
    }

    – I want to put the text and button in one text frame element, is that possible?
    – Is there a way to put a 10px border on the top of the text frame element? I have a design mocked up if you need to see what I am asking.

    #747015

    In reply to: Menu below header fix

    Hey

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

    @media only screen and (max-width: 1024px) and (min-width: 768px) {
    #advanced_menu_toggle, #advanced_menu_hide { top: 15%; }}
    

    Best regards,
    Yigit

    #746993

    In reply to: Image in Header

    Hi Andy,

    My mistake, the second code snippet relates to the product category description area. So the errors generated from this relate to this.

    Here’s the ticket link: https://kriesi.at/support/topic/product-category-pages-full-width-page-banner-and-description/#post-559611

    Thanks
    Lyse

    #746980

    Hey sweet3,

    try to follow posts like https://kriesi.at/support/topic/social-icon-in-mobile-menu/

    Best regards,
    Andy

    #746976

    Hi,

    refer to posts like: https://kriesi.at/support/topic/enfold-theme-shortcode-to-layerslider-hover-effect-layerslider/#post-169187

    Can you provide us the shortcode you want to use? admin access would helpful as well.

    Best regards,
    Andy

    #746941

    Hey djhal3,

    I can’t see what you mean, looks like this on iPad screen size: http://i.imgur.com/FJryzqh.png
    So pretty much like on desktop for me. Can you provide us some screenshots please?

    Don’t forget to clear browser cache and hard refresh a few times.

    Best regards,
    Andy

    #746938

    Thanks – I can’t take a screenshot – it is an ajax dropdown…it disappears when I try to do a screenshot. It is simple what I am asking. Go to the new link I have provided. Add something to the cart. Next, at the top right where the cart icon is, Mouse over and you will see the cart dropdown has a blue background. I want the whole dropdown background white (solid, not transparent) and the text a slate color. I do not want to change ANY other menu/link attributes besides the cart dropdown. Thank you!

    #746928

    Hey lucky19,

    refer to:

    https://kriesi.at/support/topic/can-i-customize-the-helper-main-menu-php-under-child-theme/#post-283681

    We can’t provide support for 3rd party plugins as written inside our support policy. So you need to this by yourself or hire a freelance developer if you’re not familiar with php coding.

    Best regards,
    Andy

    #746927

    Hey!

    Please add following code to Quick CSS as well

    .responsive #top .cart_dropdown { display: none !important; }

    Cheers!
    Yigit

    #746920

    Hi,

    use this code inside Quick CSS field:

    #footer .flex_column section:first-of-type {
    margin-top: 0px;
    }

    Best regards,
    Andy

    #746907
    integence
    Participant

    Hi,

    I’ve got brand new site on Enfold Child. After installing WPML there is something wrong with pages build of Grid Row element.
    Please visit this page:
    http://integence.pl/aplikacje-ar-vr/
    and after that switch to EN (top of the left sidebar)
    http://integence.pl/en/ar-vr-applications/
    You’ll notice that below first Grid Row the content is under the left sidebar menu and the title fonts are smaller.
    I use custom style.css for better scaling mobile/iPad/desktop. There is proper css file (enfold_child_en) in Dynamic_avia folder.

    Any help would be appreciated.

    • This topic was modified 8 years, 10 months ago by integence.
Viewing 30 results - 84,061 through 84,090 (of 142,517 total)