Forum Replies Created

Viewing 30 posts - 34,501 through 34,530 (of 34,616 total)
  • Author
    Posts
  • 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

    in reply to: Menu not showing #751794

    Hi,
    I am afraid you’ll need to contact the plugin author for more info about the issue. Making third-party plugins compatible with the theme is unfortunately beyond the support scope we offer. Sorry for that!

    Best regards,
    Mike

    in reply to: Square images in Perfect Manual Masonry #751792

    Hi,
    Have you tried the Perfect Automatic Masonry grid? Except on wide screens, it sounds like what you are describing

    Best regards,
    Mike

    in reply to: Remove text Kriesi in footer #751789

    Hi,
    Glad we could help, Thank you for using Enfold.
    Best regards,
    Mike

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

    Hey tremblayly,
    The sidebar form is class= .mc4wp-form-12953
    & the form near the footer is class= .mc4wp-form-21990
    Here is a screenshot on how I found that in Chrome, if your interested.
    postimage

    Best regards,
    Mike

    Hi,
    Your welcome and Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Text in bold #751785

    Hi,
    To change your bold text to a darker gray/black use this code in the General Styling > Quick CSS field:

    .main_color strong {
        color: #222;
    }

    This will work site wide

    Best regards,
    Mike

    Hey Krzysztof,
    You can accomplish this by using the page id class, yours for that page is: page-id-331, so your CSS should look like this:

    .page-id-331 .av-masonry-sort a {
    -webkit-text-fill-color: white;
    }

    Best regards,
    Mike

    in reply to: Update #751782

    Hi,
    There is no official date set, but I can say that the 4.0 beta is being tested by the dev team and will be release when they are sure that everything is proper.
    Best regards,
    Mike

    in reply to: Full Width Easy Slider – Reduce Caption Width #751780

    Hi,
    I edited the CSS code for all captions on easy sliders, but some title are very short. You can try different paddings to meet your needs, such as 30%

    .avia-caption-content {
        padding-left: 20%;
        padding-right: 20%;
    }

    Best regards,
    Mike

Viewing 30 posts - 34,501 through 34,530 (of 34,616 total)