Viewing 30 results - 84,121 through 84,150 (of 142,644 total)
  • Author
    Search Results
  • #747310

    Hi @flexisaf,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #747298
    Sievers
    Participant

    Hello,

    I’ve made the phone number in my top header a tel: link, however my client does not want it to show up on desktop as a clickable link – they only want it to be clickable on mobile devices. Is there a way to do that?

    Thanks!

    EDIT: I apologize, apparently phones recognize phone numbers automatically? I deleted the link tag from the site, but it’s still clickable in mobile — problem solved! Sorry :/

    • This topic was modified 8 years, 10 months ago by Sievers.
    #747295

    In reply to: Add title

    Hi,

    Ok, please try something like this instead:

    #text-2 {
        position: absolute;
        top: 40px;
        right: 350px;
        padding: 0;
    }

    Best regards,
    Rikard

    #747293

    Hi!

    We modified the css code a bit. The search bar should be center aligned atop the menu items. Please remove browser cache before checking the page.

    Cheers!
    Ismael

    #747281
    bowmandesign
    Participant

    I am using woocommerce and woocommerce bookings.

    With bookings I am unable to use the advanced layout editor as it does not work with woo bookings.

    I needed to leverage shortcodes in the product info and they return on the search results page.

    I would like to strip short codes from products in search results.

    I saw this article,
    https://kriesi.at/support/topic/strip-shortcodes-in-searchresults/

    But the function does not filter for products and the second recommendation, removing excerpts, is not an option on product pages.

    Any ideas, thanks!

    • This topic was modified 8 years, 10 months ago by bowmandesign.
    #747259

    In reply to: Very slow loading

    Hi,

    Thanks for the feedback. Let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #747257

    Hi,

    Try adding this css property

    
        float: left;
        line-height: 48px;
    

    inside of

    #top #header .av-main-nav > li > a::first-letter {
    
    }

    If it’s not right adjust the line-height property a bit.

    Best regards,
    Nikko

    inertia05
    Participant

    Hello,

    Awesome theme! Just one question: how did I get the menu to stick to the top of the screen on a mobile devices.
    The website is a one page website with anchors, but in the mobile version, I have to scroll all the way up to the top of the site to access the menu.

    Any help would be greatly appreciated.

    • This topic was modified 8 years, 10 months ago by inertia05.
    #747249

    Topic: Submenu Hover Links

    in forum Enfold
    bswallow
    Participant

    I am trying to change the submenu hover links. I know you can adjust a few things with the advanced editor… however I want to do something you can’t do in the advanced editor. Here is a screenshot of what I am trying to do. When you mouseover the submenu items, I want to add the arrow → after the text. Just on hover state.

    Screenshot: http://coldspringdesign.com/clients/folks/wpinhere/wp-content/themes/enfold-child/topic-menu-hover.png

    Here is a link to the site I am working on : http://www.coldspringdesign.com/clients/folks/wpinhere/

    I should be able to add the arrow with the css content definition? Any help would be appreciated.

    Ryan Lowe
    Participant

    We are having a lot of Javascript errors load on a site we are in the process of building. The site seems to have a mind of its own. I’ve included the link to view the errors in private content. Right click in chrome and inspect and scroll down from the top of the page and you will see the errors.

    This is the repeating error shown in chrome inspector

    Uncaught TypeError: Cannot read property 'top' of undefined
    

    at a.fn.init.check (avia.js?ver=3:1406)
    ` at d (jquery.js?ver=1.12.4:2)

    Any help is appreciated. Thanks!

    #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.

Viewing 30 results - 84,121 through 84,150 (of 142,644 total)