Forum Replies Created

Viewing 30 posts - 32,131 through 32,160 (of 32,255 total)
  • Author
    Posts
  • in reply to: HELP! Product Description no longer displaying #751866

    Hi,
    Ok I fixed it, it was this line:

    .tax-product_cat h3 {
    	display:none !important;
    }

    Best regards,
    Mike

    in reply to: How to Remove Tags in Blog Post Option #751863

    Hi,
    Your welcome and Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Set the dimensions for the portfolio grid #751854

    Hey Roderick,
    From what I understand, you want to upload fixed size images to save time choosing your grid.
    I created an example page with your 2 car images, being wide, and 2 square images. (pretend they are cars too)
    Then I choose Perfect Automatic Masonry: “Display a grid where most elements get the same size, only elements with very wide images get twice the width and elements with very high images get twice the height.”
    This worked well even when resizing the screen.

    postimage
    postimage
    postimage
    Hope this helps
    Best regards,
    Mike

    Hey royaltask,
    Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: New to Enfold with Enfold Lifestyle #751852

    Hey PRosenthal,
    Can you provide a login in the private area, so we can take a closer look?

    Best regards,
    Mike

    in reply to: WP Checkup – Enfold – SSL #751851

    Hey rlogan2334,
    To remove “http://gmpg.org/xfn/11” please look at this post: https://kriesi.at/support/topic/https-how-to-delete-httpgmpg-orgxfn11/#post-720678
    To fix the images go to where each image is posted such as Enfold Theme Options > Header > Logo and change the url to include https
    often just repicking the images fixes it.
    postimage
    Best regards,
    Mike

    in reply to: Rounded corner buttons #751850

    Hi,
    Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Remove background from mobile version of this page #751849

    Hi,
    There was some extra code in the above CSS, please try this:

    @media screen and (max-width: 600px) {
    #av_section_1 {
    background: none !important;
    }
    }
    
    @media screen and (max-width: 300px) {
    #av_section_1 {
    background: none !important;
    }
    }

    Best regards,
    Mike

    in reply to: Easy Slider media element won't allow changes in image size #751847

    Hi,
    It seems easy slider may stretch to fill layout, so for a work around how about padding your video layout with two small blank elements on either side. Here is a example for you:
    postimage
    postimage

    Best regards,
    Mike

    in reply to: Form placeholder and input style in widget sidebar #751845

    Hi,
    I’ve asked for some help with this, Thanks a lot for your patience.
    Best regards,
    Mike

    Hey jolynndeal,
    Can you add a screenshot of the header in question, I don’t see the gray.
    postimage

    Best regards,
    Mike

    in reply to: Easy Slider media element won't allow changes in image size #751842

    Hey rwidick,
    What are you trying to achieve?

    Best regards,
    Mike

    in reply to: Form placeholder and input style in widget sidebar #751836

    Hi,
    Please check login, didn’t work.

    Best regards,
    Mike

    in reply to: To hide a picture #751832

    Hi,
    An easy way to check your page source for your page id is to Right Click > View Page Source > Ctrl+F (search) type “page-” and see what highlights. There are also plugins that will show page id next to your posts in the admin area.

    Best regards,
    Mike

    in reply to: Footer issues #751829

    Hi,
    Thank you for adding this, I’m sure it will be helpful.

    Best regards,
    Mike

    in reply to: Form placeholder and input style in widget sidebar #751828

    Hi,
    Sorry, can you send me a login in the private area. also where is form 2?
    Recap, 3 is good, 2 placeholder & input needs to be gray, 1 input needs to be white.
    postimage
    Best regards,
    Mike

    Hi,
    Please let us know what your final solution becomes.
    Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Menü im Consulting Demo #751823

    Hi,

    Ihr Willkommen und danke für die Verwendung von Enfold.

    Best regards,
    Mike

    in reply to: Form placeholder and input style in widget sidebar #751822

    Hi,
    I’m sorry I had left a space between the #id & the .class, please try this:

    /* start #mc4wp-form-1 */
    #mc4wp-form-1 input[type=”email”], #mc4wp-form-1 input[type=”text”] {
    	color: #ffffff!important;
    	background-image: url("https://silviafindings.wpengine.com/wp-content/themes/enfold/images/background-images/dots-mini-light.png"); (hosted on WPengine) 			    
    	background-repeat: repeat;
    }
    
    /*and use these for the placeholder styles:*/
    #mc4wp-form-1.mc4wp-form ::-webkit-input-placeholder { /* WebKit browsers */
    	color: #f8f8f8!important;
    	font-size: 12px;
    }
    
    #mc4wp-form-1.mc4wp-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    	color: #f8f8f8!important;
    	font-size: 12px;
    }
    
    #mc4wp-form-1.mc4wp-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    	color: #f8f8f8!important;
    	font-size: 12px;
    }
    
    #mc4wp-form-1.mc4wp-form :-ms-input-placeholder { /* Internet Explorer 10+ */
    	color: #f8f8f8!important;
    	font-size: 12px;
    }
    /* end #mc4wp-form-1 */
    /* start #mc4wp-form-2 */
    #mc4wp-form-2 input[type=”email”], #mc4wp-form-2 input[type=”text”] {
    	color: #000000!important;
    }
    
    /*and use these for the placeholder styles:*/
    #mc4wp-form-2.mc4wp-form ::-webkit-input-placeholder { /* WebKit browsers */
    	color: #333333;
    	font-size: 12px;
    }
    
    #mc4wp-form-2.mc4wp-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    	color: #333333;
    	font-size: 12px;
    }
    
    #mc4wp-form-2.mc4wp-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    	color: #333333;
    	font-size: 12px;
    }
    
    #mc4wp-form-2.mc4wp-form :-ms-input-placeholder { /* Internet Explorer 10+ */
    	color: #333333;
    	font-size: 12px;
    }
    /* end #mc4wp-form-2 */
    /* start #mc4wp-form-3 */
    #mc4wp-form-3 input[type=”email”], #mc4wp-form-3 input[type=”text”] {
    	color: #000000!important;
    }
    
    /*and use these for the placeholder styles:*/
    #mc4wp-form-3.mc4wp-form ::-webkit-input-placeholder { /* WebKit browsers */
    	color: #333333;
    	font-size: 12px;
    }
    
    #mc4wp-form-3.mc4wp-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    	color: #333333;
    	font-size: 12px;
    }
    
    #mc4wp-form-3.mc4wp-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    	color: #333333;
    	font-size: 12px;
    }
    
    #mc4wp-form-3.mc4wp-form :-ms-input-placeholder { /* Internet Explorer 10+ */
    	color: #333333;
    	font-size: 12px;
    }
    /* end #mc4wp-form-3 */

    Best regards,
    Mike

    in reply to: avia builder not loading anymore #751819

    Hey wimbeckers,
    I was able to use it, try Incognito or inPrivate mode.
    postimage

    Best regards,
    Mike

    in reply to: Google Map doesn't work #751816

    Hey Sandra,
    Hope this helps you:

    While setting up the API key make sure to add * before and after the domain name without http, www or https in the URL.
    See here: https://kriesi.at/support/topic/google-map-element-currently-not-working/#post-745755
    Best regards,
    Mike

    in reply to: Form placeholder and input style in widget sidebar #751813

    Hi,
    postimage

    Best regards,
    Mike

    in reply to: Text in bold #751812

    Hi,
    Your welcome and Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    I have tested your link on many browsers and Win & IOS, and all look the same. But I don’t have a Imac screen to test with so I can’t duplicate your issue. Sorry I could not help more.

    Best regards,
    Mike

    in reply to: Menü im Consulting Demo #751806

    Hallo,

    Bitte folgen Sie diesen Schritten, um den Untertext in den Menüs zu ändern.
    Bitte vergib mir mein Deutsch
    postimage
    postimage
    postimage
    Freundliche Grüße,
    Mike

    in reply to: Form placeholder and input style in widget sidebar #751803

    Hi,
    Oups, I see my error, don’t forget to change the colors below :)

    
    /* start #mc4wp-form-1 */
    #mc4wp-form-1 input[type=”email”], #mc4wp-form-1 input[type=”text”] {
    color: #ffffff!important;
    background-image: url(“http://silviafindings.wpengine.com/wp-content/themes/enfold/images/background-images/dots-mini-light.png”); (hosted on WPengine)
    background-repeat: repeat;
    }
    
    /*and use these for the placeholder styles:*/
    #mc4wp-form-1 .mc4wp-form ::-webkit-input-placeholder { /* WebKit browsers */
    color: #f8f8f8;
    font-size: 12px;
    }
    
    #mc4wp-form-1 .mc4wp-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #f8f8f8;
    font-size: 12px;
    }
    
    #mc4wp-form-1 .mc4wp-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #f8f8f8;
    font-size: 12px;
    }
    
    #mc4wp-form-1 .mc4wp-form :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #f8f8f8;
    font-size: 12px;
    }
    /* end #mc4wp-form-1 */
    /* start #mc4wp-form-2 */
    #mc4wp-form-2 input[type=”email”], #mc4wp-form-2 input[type=”text”] {
    color: #ffffff!important;
    background-image: url(“http://silviafindings.wpengine.com/wp-content/themes/enfold/images/background-images/dots-mini-light.png”);
    background-repeat: repeat;
    }
    
    /*and use these for the placeholder styles:*/
    #mc4wp-form-2 .mc4wp-form ::-webkit-input-placeholder { /* WebKit browsers */
    color: #f8f8f8;
    font-size: 12px;
    }
    
    #mc4wp-form-2 .mc4wp-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #f8f8f8;
    font-size: 12px;
    }
    
    #mc4wp-form-2 .mc4wp-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #f8f8f8;
    font-size: 12px;
    }
    
    #mc4wp-form-2 .mc4wp-form :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #f8f8f8;
    font-size: 12px;
    }
    /* end #mc4wp-form-2 */
    /* start #mc4wp-form-3 */
    #mc4wp-form-3 input[type=”email”], #mc4wp-form-3 input[type=”text”] {
    color: #ffffff!important;
    background-image: url(“http://silviafindings.wpengine.com/wp-content/themes/enfold/images/background-images/dots-mini-light.png”);
    background-repeat: repeat;
    }
    
    /*and use these for the placeholder styles:*/
    #mc4wp-form-3 .mc4wp-form ::-webkit-input-placeholder { /* WebKit browsers */
    color: #f8f8f8;
    font-size: 12px;
    }
    
    #mc4wp-form-3 .mc4wp-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #f8f8f8;
    font-size: 12px;
    }
    
    #mc4wp-form-3 .mc4wp-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #f8f8f8;
    font-size: 12px;
    }
    
    #mc4wp-form-3 .mc4wp-form :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #f8f8f8;
    font-size: 12px;
    }
    /* end #mc4wp-form-3 */

    Best regards,
    Mike

    Hey YongyanLi,
    You can use a plugin such as “Find and Replace All” or “Real-Time Find and Replace”. But make sure you backup your database!
    If you only have a dozen to change it maybe safer to do by hand.

    Best regards,
    Mike

    in reply to: Hide the Theme information in source code #751800

    Hey YongyanLi,
    There are many good plugins such as “Hide My WordPress” that you can use, but if you want to do it yourself here is a good article:

    Best regards,
    Mike

    in reply to: Burger Stack Menu #751798

    Hey nathancole,
    I believe I have found the issue with your full width burger menu here:
    https://kriesi.at/support/topic/burger-menu-mobile-menu-unconsistancy/#post-723500
    At the end of the post it talks about adding a class to your header.php and includes the CSS for it.
    Let us know if this works for you.

    Best regards,
    Mike

    in reply to: Form placeholder and input style in widget sidebar #751796

    Hi,
    Here is a basic framework for you, but you’ll still need to change the colors, etc.
    Your CSS is addressing #ids, so we will continue to do so instead of classes like I posted before.
    Hope this helps :)

    
    /* start #mc4wp-form-1 */
    #mc4wp-form-1 input[type=”email”], #mc4wp-form-1 input[type=”text”] {
    color: #ffffff!important;
    background-image: url(“http://silviafindings.wpengine.com/wp-content/themes/enfold/images/background-images/dots-mini-light.png”); (hosted on WPengine)
    background-repeat: repeat;
    }
    
    /*and use these for the placeholder styles:*/
    #mc4wp-form-1 .mc4wp-form ::-webkit-input-placeholder { /* WebKit browsers */
    color: #f8f8f8;
    font-size: 12px;
    }
    
    #mc4wp-form-1 .mc4wp-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #f8f8f8;
    font-size: 12px;
    }
    
    #mc4wp-form-1 .mc4wp-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #f8f8f8;
    font-size: 12px;
    }
    
    #mc4wp-form-1 .mc4wp-form :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #f8f8f8;
    font-size: 12px;
    }
    /* end #mc4wp-form-1 */
    /* start #mc4wp-form-2 */
    #mc4wp-form-2 input[type=”email”], #mc4wp-form-1 input[type=”text”] {
    color: #ffffff!important;
    background-image: url(“http://silviafindings.wpengine.com/wp-content/themes/enfold/images/background-images/dots-mini-light.png”);
    background-repeat: repeat;
    }
    
    /*and use these for the placeholder styles:*/
    #mc4wp-form-2 .mc4wp-form ::-webkit-input-placeholder { /* WebKit browsers */
    color: #f8f8f8;
    font-size: 12px;
    }
    
    #mc4wp-form-2 .mc4wp-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #f8f8f8;
    font-size: 12px;
    }
    
    #mc4wp-form-2 .mc4wp-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #f8f8f8;
    font-size: 12px;
    }
    
    #mc4wp-form-2 .mc4wp-form :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #f8f8f8;
    font-size: 12px;
    }
    /* end #mc4wp-form-2 */
    /* start #mc4wp-form-3 */
    #mc4wp-form-3 input[type=”email”], #mc4wp-form-1 input[type=”text”] {
    color: #ffffff!important;
    background-image: url(“http://silviafindings.wpengine.com/wp-content/themes/enfold/images/background-images/dots-mini-light.png”);
    background-repeat: repeat;
    }
    
    /*and use these for the placeholder styles:*/
    #mc4wp-form-3 .mc4wp-form ::-webkit-input-placeholder { /* WebKit browsers */
    color: #f8f8f8;
    font-size: 12px;
    }
    
    #mc4wp-form-3 .mc4wp-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #f8f8f8;
    font-size: 12px;
    }
    
    #mc4wp-form-3 .mc4wp-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #f8f8f8;
    font-size: 12px;
    }
    
    #mc4wp-form-3 .mc4wp-form :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #f8f8f8;
    font-size: 12px;
    }
    /* end #mc4wp-form-3 */

    Best regards,
    Mike

Viewing 30 posts - 32,131 through 32,160 (of 32,255 total)