Forum Replies Created

Viewing 30 posts - 34,201 through 34,230 (of 34,296 total)
  • Author
    Posts
  • 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

    in reply to: Facebook Widget Link #751689

    Hey SheriG,
    I see it, but it has an on hover effect.

    Best regards,
    Mike

    Hi,
    Thank you for sharing.

    Best regards,
    Mike

    Hi,
    Oh I see my mistake, please try this:

    .header_color .main_menu ul:first-child > li.current_page_item > a { color: #666666;}

    Thanks a lot for your patience and for using Enfold.
    Best regards,
    Mike

    in reply to: Add a "Add to cart" button on homepage #751653

    Hey jb84,
    I believe this page will explain it well.
    https://docs.woocommerce.com/document/woocommerce-shortcodes/
    Best regards,
    Mike

    in reply to: Limiting Portfolio Item next/back navigation via category #751648

    Hi Joanmarc,
    Can you open a new thread with your website details so we can look at it?
    Thanks

    Best regards,
    Mike

    in reply to: remove date from enfold pages showing in google search #751646

    Hi,
    I believe the date you are seeing on Google is a random date that GoogleBot found on the page. For example I search for your site and found your contact page showed the date Nov 30, 2016.
    Yet the only place that any date shows up is in the footer, 30/11/2016, for one of your blog posts. It is also linear to the text that Google shows in the search results. I also searched your webpage code and came to the same conclusion, this is a GoogleBot error. Hope this helps.



    Best regards,
    Mike

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

    Hi,
    I added this code to the end of your General Styling > Quick CSS field:

    .avia_transform .av_fullscreen .active-slide .avia-caption-content {
        padding-left: 20%;
        padding-right: 20%;
    }

    I hope this meets your needs.
    Best regards,
    Mike

    Hi,
    There are some work around’s http://stackoverflow.com/questions/9260501/html5-video-background-on-ipad-iphone
    But this kind of customization as it is beyond the scope of support we can provide here. You can request customization here

    Best regards,
    Mike

    Hi,
    Your welcome and Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: More than 100 items in portfolio #751623

    Hi,
    Your welcome and Thank you for using Enfold.

    Best regards,
    Mike

Viewing 30 posts - 34,201 through 34,230 (of 34,296 total)