Forum Replies Created

Viewing 30 posts - 31,981 through 32,010 (of 33,336 total)
  • Author
    Posts
  • in reply to: Theme updates #797195

    Hi,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Newsletter Widget Text #797194

    Hi,
    Have you tried negative top margin in the Mailchimp widget?
    Sometimes it’s padding between the widgets, look in the inspector to confirm.

    Best regards,
    Mike

    in reply to: Part of feed code appearing on webpage #797192

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Full width element in color section #797191

    Hi,
    The facebook area looks full width to me, it’s only blue on hover though. See image in Private Content area.
    Not sure what to do, please advise

    Best regards,
    Mike

    in reply to: Woocommerce formatting off #797190

    Hi,
    Here is what the code does:
    postimage
    I’m not sure what else you need help with, can you please show me?

    Best regards,
    Mike

    in reply to: Problem with Tab Section #797188

    Hi,
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Layout different on each browser #797187

    Hi,

    Best regards,
    Mike

    in reply to: Layout different on each browser #797186

    Hi,
    I cropped the white space out of the image, which made it look bigger, and I changed the column widths to 3/5 + 2/5.
    But that is really the best it’s going to get, ideally you should make 3 columns with content that match the image to replace the image, and move the blue area below it. Just my thought :)
    Hope this was helpful, you can undo this changes by using the revisions under the publish button.

    Best regards,
    Mike

    in reply to: Blockquote line #797185

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .page-id-22 .main_color blockquote { 
        border-color: #000 !important; 
        border-left-width: 17px !important; 
    }

    The “.page-id-22” sets the changes for only that page, you can changes the color & width to suit your needs.

    Best regards,
    Mike

    in reply to: Full width element in color section #797122

    Hey ADAGE,
    It should be full width, please include the url to the page in question so we can take a closer look and can you please include a admin login in the private content area.

    Best regards,
    Mike

    in reply to: Using Button Shortcode to Open a Video in a Lightbox #797119

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Problem with Tab Section #797118

    Hi,
    Glad it works, I targeted tab 2 only because it was the one with a single box at the top, which was the issue. If you plan on making more tabs like tab 2 copy the code and change the element number (avia-builder-el-18)
    postimage

    Best regards,
    Mike

    in reply to: Different heights for every tab in Tabs Section #797117

    Hi,
    The code for each tab would have to be created, correcting the space at the bottom can be done, but perhaps you could make some screenshots of how you would like it. This would help make it easier :)

    Best regards,
    Mike

    in reply to: Header Issue (bug?) #797116

    Hi,
    Glad Victoria was able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Google Maps Card Section #797115

    Hey Corina,
    Sorry, but the map element does not have that feature.
    Please feel free to request – or vote if already requested – such feature on Enfold feature request form.
    I believe that is possible in MapBox, which has a free plan. You may want to watch some videos on it, as there is a learning curve.
    https://www.mapbox.com/mapbox-studio/

    Best regards,
    Mike

    in reply to: Using Button Shortcode to Open a Video in a Lightbox #797113

    Hey Zaccc,
    try this:

    <a href="http://youtu.be/GZVKnsWwtT8" class="avia-button light custom avia-size-x-large" style="background-color:#cc0000;border-color:#000000" rel="lightbox"><span class="avia-download">Youtube</span></a>

    I changed “large” to “avia-size-x-large”

    Best regards,
    Mike

    in reply to: Fullwidth Sub Menu – only visible on mobile #797109

    Hi,
    Sorry, I must have made a mistake :) Go ahead and replace it with this:

    @media only screen and (max-width: 767px) { 
    .page-id-9 #advanced_menu_toggle {display:none !important; }
    .page-id-12 #advanced_menu_toggle {display:none !important; }
    .page-id-14 #advanced_menu_toggle {display:none !important; }
    .page-id-16 #advanced_menu_toggle {display:none !important; }
    }

    Best regards,
    Mike

    Hi,
    Should we close this then?

    Best regards,
    Mike

    in reply to: Delete black bars on blank page #797102

    Hey Samuel,
    Try this code in the General Styling > Quick CSS field:

    .html_stretched #wrap_all {background-color: #f8f8f8!important; }

    Best regards,
    Mike

    in reply to: enfold doesnt work anymore #797101

    Hey Angelo,
    When you say deleted whole website, does that include the database? Are you doing a clean install with a new database from scratch with no backup files?

    Best regards,
    Mike

    in reply to: Images redirect #797098

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Images redirect #797087

    Hi,
    Sorry, that’s not possible either. These are all in the control of Google, it’s their site, they choose what and how is displayed.

    Best regards,
    Mike

    in reply to: Show Blog Post Title #797086

    Hey Andrew,
    Try this code in the General Styling > Quick CSS field:

    .title_container .main-title {
        font-size: 2em !important; 
        text-align: left;
        letter-spacing: 1px;
    font-family: 'Roboto'!important; 
        font-style: normal!important; 
        font-weight: 300!important; 
    }
    #top .alternate_color.title_container .main-title a {
    color: #000 !important; 
    }
    #top .title_container .container {
        padding-top: 0px!important; 
        padding-bottom: 0px!important; 
       
    }
    .alternate_color.light_bg_color.title_container {
     background-color: transparent!important; 
    border-color: transparent!important; 
    }
    
    .main_color.container_wrap_first.container_wrap.sidebar_right {
     background-color: transparent!important; 
    border-color: transparent!important; 
    }

    Best regards,
    Mike

    in reply to: Images redirect #797082

    Hi,
    Sorry, that’s not possible :)

    Best regards,
    Mike

    in reply to: Different heights for every tab in Tabs Section #797081

    Hey adrianej,
    Your first tab has the vertical alignment set to middle, this should fix it :)
    Try this code in the General Styling > Quick CSS field:

    .avia-section-small .av-layout-tab {
        padding-top: 0px!important; 
        padding-bottom: 0px!important; 
    }
    .avia-builder-el-20 {
            vertical-align: top!important; 
    }

    Please clear your cache :)

    Best regards,
    Mike

    in reply to: Images redirect #797079

    Hi,
    Here’s a free tool to use: http://www168.lunapic.com/editor/?action=watermark

    Best regards,
    Mike

    Hi,
    I have heard of no issues with s2member, and sorry I have no suggestions for hosted images or videos. Wish I was more help :)

    Best regards,
    Mike

    in reply to: Enfold Medical – Responsive Not Working Well #797076

    Hi,
    The margin top set to -200 is what is making that bottom section riding up and over the slider.
    The tablet views show the changed code, but not the phone view.
    It being hard to read, may have to do with too much text for the small screens?
    How do you feel about changing the size of the slider?

    Best regards,
    Mike

    in reply to: Images redirect #797074

    Hi,
    True, but we can’t change how Google does this. I guess you could water mark one edge of the image with your url.

    Best regards,
    Mike

    in reply to: LOGO revisions Menu Bar #797073

    Hi,
    To put the line behind, try this:

    #top .av_header_transparency #header_meta {position: relative!important; z-index: -1 !important; }

    Not sure what to do with the mobile view (425px)

    Best regards,
    Mike

Viewing 30 posts - 31,981 through 32,010 (of 33,336 total)