Viewing 30 results - 84,061 through 84,090 (of 142,510 total)
  • Author
    Search Results
  • #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.
    #746895
    cosmicresearch
    Participant

    Hi!
    I have a few problems with my mobile menu.

    1) I’d like to change the icons for custom ones, and I’d like to get rid of the white border sorrounding them.
    2) I’d like to reduce the space left when I open the menu as seen in the pictures below. The bottom space could be left transparent and the top space could be reduced so the text can go up a little bit.
    3) I’d like to delete the icons next to the next as seen in the pictures.
    4) The menu is buggy when I try to open it after scrolling down. It goes back to the top of the page and then opens after a bit.
    5) The menu right now doesn’t “occupy space” — I mean that the header overlaps with top of the pages, but only on mobiles. Check the page “Updates”, for example, on mobile and desktop.

    Thank you a lot! Love Enfold, and most of all its support <3

    Manel

    Aideon
    Participant

    I noticed that in the Enfold theme on my Mac, iPhone and iPad numbers become links and get a grey link color. This is happening in the header bar at the top of the site (av_phone).
    I created a green background with white text, and because of the automatic link on the iPhone e.g. the number is invisible.
    On desktop computers there’s no problem, except with Edge – that browser also makes numbers into links.
    How can I change numbers to “normal” behaviour? I tried the suggestions at this forum, but that didn’t help, so far.
    I have the latest version of ENFOLD.

    #746886

    The link to my page was in the private data section of the support ticket, but here it is again:

    My site is restricted to subscribers so I’ve created a temporary admin user/password for you – see private content

    I think these are the links to support tickets that I’ve tried:
    1. https://kriesi.at/support/topic/show-parent-page-above-nested-subpages-in-sidebar-navigation/
    2. https://kriesi.at/support/topic/add-titles-to-sidebar-navigation/

    #746885

    Hello, how can i disable enfold language switcher on the top menu and work only with the wpml language switcher?

    Thank you,

    #746867

    Topic: Remove slider lines

    in forum Enfold
    cipriana
    Participant

    Hi, I would need to remove top and bottom slider area lines, as showed in the scrrenshot.
    I´ve tried to do this by leaving border colors in theme options to cero, but that eliminates border lines in other zones too.

    I´ve succeeded to removing top line, but not bottom one.

    Could you give me a css code to do this?

    Thank you!

    • This topic was modified 8 years, 10 months ago by cipriana.
    #746852
    Amigs
    Participant

    Hi

    We would like to change the space between 2 pictures in the same line https://www.staging3.atcarolines.ch/. the space on top and bottom are ok but not in the same realtionsship if we have 2 pictures on the same line: https://www.staging3.atcarolines.ch/

    I hope you can help me.

    All the best,
    Pascal

    #746851

    Hey studio3enfold,

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

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

    Let us know if this helps.

    Best regards,
    Nikko

Viewing 30 results - 84,061 through 84,090 (of 142,510 total)