Forum Replies Created
-
AuthorPosts
-
Hi,
Your CSS is not right, Nikko’s post said create a custom class for your image called “hidden-image” don’t use the name of the image “test.jpg”Best regards,
MikeHey Metavrse,
You could enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
for that element and then use your overlay.
Best regards,
MikeFebruary 26, 2017 at 6:01 am in reply to: Destroyed CSS because of the color-section in product-category page #751881Hey FelixB,
Please try this code in the General Styling > Quick CSS field:.footer.container_wrap.footer_color { border-color: #36609c; }
Best regards,
MikeHey tremblayly,
Google services like the map feature is now constrained to work with an API key. It is easy to get the Google API key please refer to this linkIf you already created an API key please delete all old API key’s from google account to avoid a conflict.
While setting up the API key make sure to add
*
before and after the domain name without http, www or https in the URL.Example *.kriesi.at/*
Add your API key in the theme options Enfold > Google Services
Best regards,
MikeHey cptnem0,
You may want to look into https://wordpress.org/plugins/nelio-ab-testing/Best regards,
MikeHey Valerie,
Try this code in the General Styling > Quick CSS field:.main_color.av_default_container_wrap.container_wrap.fullsize { border-color: transparent; }
Best regards,
MikeHey web4698,
Try this code in the General Styling > Quick CSS field:.av-inner-masonry.main_color { background-color: transparent; }
Best regards,
MikeHi,
Ok I fixed it, it was this line:.tax-product_cat h3 { display:none !important; }
Best regards,
MikeHey 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.
Hope this helps
Best regards,
MikeFebruary 26, 2017 at 12:27 am in reply to: Thank you for this awesome feature: Custom top and bottom margin #751853Hey PRosenthal,
Can you provide a login in the private area, so we can take a closer look?Best regards,
MikeHey 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.
Best regards,
MikeFebruary 25, 2017 at 11:32 pm in reply to: Remove background from mobile version of this page #751849Hi,
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,
MikeFebruary 25, 2017 at 11:22 pm in reply to: Easy Slider media element won't allow changes in image size #751847February 25, 2017 at 10:58 pm in reply to: Form placeholder and input style in widget sidebar #751845Hi,
I’ve asked for some help with this, Thanks a lot for your patience.
Best regards,
MikeFebruary 25, 2017 at 10:03 pm in reply to: Same problem with header customizations even when I started over #751843February 25, 2017 at 9:57 pm in reply to: Easy Slider media element won't allow changes in image size #751842February 25, 2017 at 9:41 pm in reply to: Form placeholder and input style in widget sidebar #751836Hi,
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,
MikeFebruary 25, 2017 at 8:58 pm in reply to: Form placeholder and input style in widget sidebar #751828February 25, 2017 at 8:23 pm in reply to: Vertical images are not occupying the entire width on masonry gallery #751825Hi,
Please let us know what your final solution becomes.
Thank you for using Enfold.Best regards,
MikeFebruary 25, 2017 at 8:14 pm in reply to: Form placeholder and input style in widget sidebar #751822Hi,
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 -
AuthorPosts