Forum Replies Created

Viewing 30 posts - 33,361 through 33,390 (of 33,466 total)
  • Author
    Posts
  • 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

    in reply to: Logo Changing doesn't works #751777

    Hi,
    Your welcome and Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: LayerSlider WP needs update? #751706

    Hi,
    your welcome

    Best regards,
    Mike

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

    Hey SheriG,
    Use this code in the General Styling > Quick CSS field:

    .slide-content .blog-categories {
        display: none;
    }

    Best regards,
    Mike

    in reply to: Facebook Widget Link #751702

    Hi,
    Your welcome and Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: LayerSlider WP needs update? #751701

    Hi,
    Our devs estimated the time of arrival for new version to be within this month which will include the latest version of LayerSlider :)

    Best regards,
    Mike

    in reply to: Can't edit page anymore #751700

    Hi,
    Let us know if you need further assistance.
    Best regards,
    Mike

    in reply to: Problem in logging into my wonderful helpers. #751697

    Hey Beauty Nneoma,
    wonderfulhelpers.com does not appear to be a WordPress site

    Best regards,
    Mike

    in reply to: Problem in logging into my wonderful helpers. #751696

    Hey Beauty Nneoma,
    Your site seems to be up and running, try clearing your cache.

    Best regards,
    Mike

    in reply to: Centering social bookmarks for mobile #751695

    Hey Dwimmer,
    The login does not work, and your socket is not visible. Have you disabled it?

    Best regards,
    Mike

    in reply to: Update #751692

    Hey lleonera,
    the latest update was 2017 February 1st – Version 3.8.5
    You can check here to see all updates as they are posted > http://kriesi.at/documentation/enfold/enfold-changelog/

    Best regards,
    Mike

Viewing 30 posts - 33,361 through 33,390 (of 33,466 total)