Forum Replies Created

Viewing 30 posts - 32,341 through 32,370 (of 33,332 total)
  • Author
    Posts
  • in reply to: Web translator #785308

    Hi,
    Can you add a link to the Google Maps Pro you bought, I don’t think it’s the same as the Google Maps in the Media Elements.
    Anyways, to get the Google Maps in the Media Elements to work, you first go to Enfold Theme Options > Google Services > Google Maps & enter your Google Maps API Key. There are links in that area to help get you API Key.

    Best regards,
    Mike

    Hi,
    I’m sorry but I can’t find the cause of this issue. I’ll ask the rest of the support team to check this thread.

    Best regards,
    Mike

    Hi,
    We will need a admin login with full editing rights, this one does not allow us to edit your theme.
    Also do you want the original loading “bold” or the “bold” of the final page load?

    Best regards,
    Mike

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

    Hi,
    I have created a work around for your gradient overlay, I turned off the color section gradient, and added this to your child theme css:

    #homeintro:before {
        content: '';
    	position: absolute!important; 
    	top: 0;
    	right: 0;
    	bottom: 0;
    	left: 0;
    	background-image: linear-gradient(to bottom right,#007777,#dc4225)!important; 
    	opacity: .6!important;  
      }

    Best regards,
    Mike

    Hi,
    I understand that is what you would like, but I tried the explain that 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 or reduce the number of images.

    Would you like me to make the images smaller?

    Best regards,
    Mike

    in reply to: Reduce space between element #785257

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

    
    #top .related_posts {
        margin-bottom: 0px!important; 
        padding-bottom: 0px!important; 
    }

    Best regards,
    Mike

    in reply to: cant edit my website since last update!!!! #785160

    Hi,
    Glad we were able to help. Thank you for using Enfold.

    Best regards,
    Mike

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

    Best regards,
    Mike

    Hey ithagen,
    Do you mean the page that is set as the default WooCommerce Shop Overview? Because The Advanced Editor should not be used on the shop page, nor the debugging theme support box.
    postimage

    Best regards,
    Mike

    in reply to: Lost white in contact #785154

    Hi,
    Sorry I should have seen that, add this:

    
    .value_verifier_label {color: #666666}

    Best regards,
    Mike

    in reply to: Page Changes Not Updating on Specific Page #785151

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

    Best regards,
    Mike

    Hey despeaux,
    Unfortunately to use Enfold and the Masonry Gallery you will have to recreate your site in Enfold. Fortunately Enfold is easy to use with many amazing elements, you may even find creating a new 2.0 version of your site will be a joy and blow your client away!

    Best regards,
    Mike

    in reply to: Testimonial Image size #785146

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

    Best regards,
    Mike

    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

Viewing 30 posts - 32,341 through 32,370 (of 33,332 total)