Forum Replies Created

Viewing 30 posts - 33,571 through 33,600 (of 34,549 total)
  • Author
    Posts
  • in reply to: List in 2017 version – How to #785144

    Hey Intell,
    That is the Icon List element, it is very easy to use, give it a try :)
    postimage
    postimage

    Best regards,
    Mike

    in reply to: Reduce space between element #785142

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

    
    #top .fullsize .related_posts {
        top: -50px!important; 
    }

    Best regards,
    Mike

    in reply to: Web translator #785140

    Hey Patrick,
    To search for a plugin and install one, go to plugins on the left side of your admin page, and choose Add New, use the search bar on the upper right hand side. Once you find one you like, use the install button. :)

    Best regards,
    Mike

    in reply to: Parallax effect on homepage #785139

    Hey ccyran,
    You can create a parallax effect on the homepage b adding a color section and go to the background section tab, add an image, then below it you will find the Background Attachment option, choose parallax.

    Best regards,
    Mike

    Hey Chris,
    The issue is the element is at 100% of the space available, so to make more room around each picture you will need to make them smaller. Instead, how about removing the solid border, it gives the illusion that the pictures are bigger and more padding :)

    .av-instagram-item {
        border: none !important;
        margin: 8px !important;
        padding: 4px !important;
    }

    Your other option is to reduce the number of images.

    Best regards,
    Mike

    in reply to: Color section background issue #785132

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

    Best regards,
    Mike

    in reply to: Google Analytics Probllems #785127

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Remove Product Image when shown on mobile phone #785124

    Hi,
    Basically like this:

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

    If you point us to the image on your site, we could try to help with working code :)

    Best regards,
    Mike

    in reply to: Blog post categories not displaying #785122

    Hi,
    It goes in your functions.php file. When editing functions.php you should use the child theme, or on the next update your changes will be lost. Read about it & Get it here

    Best regards,
    Mike

    in reply to: Mailchimp Form Placeholder #785121

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

    #top .main_color .input-text, #top .main_color input[type='text'] {
    color: #fff!important; 
    }
    
    input[type=text]::-webkit-input-placeholder {
    	color: #fff!important; 
    }
    input[type=text]::-moz-placeholder {
    	color: #fff!important; 
    }
    input[type=text]:-ms-input-placeholder {
    	color: #fff!important; 
    }

    Best regards,
    Mike

    in reply to: Lost white in contact #785120

    Hi,
    Oh, I was looking at the wrong thing :)

    .main_color #element_avia_6_1 {
    color: #ffffff !important; 
    }

    Best regards,
    Mike

    in reply to: Slideshow controls on mobile #785112

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

    @media only screen and (max-width: 767px) {
    .responsive #top .avia-slideshow-controls a {
        display: inline-block!important; 
    }}

    Please clear your cache :)

    Best regards,
    Mike

    in reply to: Color section background issue #785107

    Hey druzes,
    Please try to edit that color section element by going to the “section background”,
    postimage
    Then scroll down to “Background Attachment” and change to “scroll”
    postimage

    Best regards,
    Mike

    in reply to: Turn off lightbox and link to media on blog? #785100

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

    Best regards,
    Mike

    in reply to: Mailchimp Form Placeholder #785099

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

    #top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select { color: #ffffff !important; }

    Best regards,
    Mike

    in reply to: Lost white in contact #785098

    Hi,
    The background color is white on end, Please clear your cache :)

    Best regards,
    Mike

    in reply to: Transform the Header When Scrolling #785097

    Hey SMaglio,
    When that page is scrolled down the menu scrolls off and a call to action bar is left showing. This seems to be a custom code, but there might be a plugin that can do this. Enfold can’t, sorry.

    Best regards,
    Mike

    in reply to: 500 internal server error after update #785084

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

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

    Best regards,
    Mike

    in reply to: Turn off lightbox and link to media on blog? #785080

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

    .big-preview.single-big {
      pointer-events:none !important;
    }

    I tested it on my localhost and it allows other links in the page while disabling the featured image click.

    Best regards,
    Mike

    in reply to: Mobile version problems #785071

    Hi,
    I recommend updating again, this post has helped many with the blurry image issue: https://kriesi.at/support/topic/woocommerce-3-0-03-0-1-and-the-images-issue/
    then we can address the lightbox issue, otherwise I’m not sure how we can resolve the conflict of the out of date Woocommerce.
    Perhaps the Woocommerce lightbox plugin?

    Best regards,
    Mike

    in reply to: Header widget – reduce padding #785067

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

    Best regards,
    Mike

    in reply to: Image slider issues #785065

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

    .page-id-539 .avia-slideshow li img {
        width: 612px!important; 
        height: 792px!important; 
        height: 90vh!important; 
        height: calc(612/792vh)!important; 
    }

    This works to keep the aspect ratio of the image while showing it at 90% of the visual height of the device.
    You can change it to 100%, but the header gets in the way & I thought 90vh looked better :)

    Best regards,
    Mike

    in reply to: Sidebar/Widgets #785060

    Hi,
    Login info didn’t work for me, please check & include a page that should have the sidebar so we can take a closer look.

    Best regards,
    Mike

    in reply to: Mobile version problems #785056

    Hi,
    OK what I think has happen is that you have Enfold 4.0.5 which has been fixed to work with WooCommerce 3.0, but you are using WooCommerce Version 2.6.14
    Please update WooCommerce, but make sure to backup your full site!
    I recommend https://wordpress.org/plugins/duplicator/

    Best regards,
    Mike

    in reply to: Contact form doesn't work with yahoo mail #785028

    Hi,
    Thanks for sharing! :)

    Best regards,
    Mike

    in reply to: Colour gradient in colour sections? #785023

    Hi,
    I took a look and if I’m looking in the right place, on your home page, the color section for #homeintro has a background image of the band, and a overlay color, so the gradient background won’t show.
    I added a color section on your test-page so you can see how it works :)

    Best regards,
    Mike

    Hey v4inee,
    This looks like your page showing two different bold css sizes. Have you added some quick css? We could take a look if you include a admin login in the private content area. Which bold do you want?
    I didn’t see any console errors, only the “XHR finished loading” statement, which is from the API for Sumo saying that the connection to the server has been made.

    Best regards,
    Mike

    in reply to: Google Analytics Probllems #784999

    Hi,
    Glad to hear, do you mind sharing your solution?

    Best regards,
    Mike

    in reply to: Mobile version problems #784997

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

    Best regards,
    Mike

Viewing 30 posts - 33,571 through 33,600 (of 34,549 total)