Forum Replies Created
-
AuthorPosts
-
February 25, 2017 at 7:11 pm 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,
MikeFebruary 25, 2017 at 6:58 pm in reply to: bulk changing link in the product excerpt of single product page #751801Hey 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,
MikeHey 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,
MikeHey 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,
MikeFebruary 25, 2017 at 6:02 pm in reply to: Form placeholder and input style in widget sidebar #751796Hi,
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,
MikeHi,
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,
MikeHi,
Have you tried the Perfect Automatic Masonry grid? Except on wide screens, it sounds like what you are describing
Best regards,
MikeFebruary 25, 2017 at 5:31 pm in reply to: Form placeholder and input style in widget sidebar #751788February 25, 2017 at 5:18 pm in reply to: How I can use css in color section only for specific elements #751787Hi,
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,
MikeFebruary 25, 2017 at 4:58 pm in reply to: How I can use css in color section only for specific elements #751783Hey 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,
MikeHi,
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,
MikeHi,
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,
MikeHey SheriG,
Use this code in the General Styling > Quick CSS field:.slide-content .blog-categories { display: none; }Best regards,
MikeHi,
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,
MikeHey Beauty Nneoma,
wonderfulhelpers.com does not appear to be a WordPress siteBest regards,
MikeHey Beauty Nneoma,
Your site seems to be up and running, try clearing your cache.Best regards,
MikeHey Dwimmer,
The login does not work, and your socket is not visible. Have you disabled it?Best regards,
MikeHey 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,
MikeFebruary 25, 2017 at 4:28 am in reply to: Enfold Masonry images, once expanded (lightbox), don't load full size image. #751688February 25, 2017 at 12:29 am in reply to: Transparent menu settings interfering with non-transparent pages #751656Hi,
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,
MikeHey jb84,
I believe this page will explain it well.
https://docs.woocommerce.com/document/woocommerce-shortcodes/
Best regards,
MikeFebruary 24, 2017 at 11:49 pm in reply to: Limiting Portfolio Item next/back navigation via category #751648 -
AuthorPosts





