Forum Replies Created
-
AuthorPosts
-
Hey Holger,
Try this code in the General Styling > Quick CSS field:.single-tribe_events .secondary .tribe-events-venue-map { width: 100% !important; }
Best regards,
MikeFebruary 26, 2017 at 8:27 pm in reply to: Lightbox pictures disappearing / flickering on mobile #752020Hey Brian,
I see the last code Yigit posted was:.avia-safari .mfp-img { -webkit-animation: none !important; animation: none !important; }
to address safari, your code was a little off. I tested your site in Chrome dev tools and http://www.responsimulator.com/?url=http%3A%2F%2Fgrahamslamfishing.com%2F and found no issues. But I don’t have a native iphone.
Yet I’ve been told that the next version will focus on mobile fixes & may be available in the next week, after dev team testing.
I hope this helpsBest regards,
MikeHey timbright,
Try this code in the General Styling > Quick CSS field:#top .av_inherit_color *{border-color: transparent;}
Best regards,
MikeHey Gary,
The latest Enfold is 3.8.5, you can check by viewing your theme details under Appearance.
Type Plate http://typeplate.com/ is nice modern type face, or you can importing our demos to redesign your site. Be sure to make a backup.
While I don’t know anyone who is good with Enfold in Seattle area, you can request customizations hereBest regards,
MikeFebruary 26, 2017 at 7:53 pm in reply to: Blog Grid: finish a word in excerpt, don't truncate in the middle of the word #752008Hey bluecafe,
Please try using a plugin such as this one – https://wordpress.org/plugins/advanced-excerpt/
Trims the excerpts to a given length using either character count or word countBest regards,
MikeHey sjackso,
Try this code in the General Styling > Quick CSS field:.hr-inner { border-color: #109bc5 !important; }
Just change the color code to suit your needs.
Best regards,
MikeHey Swarez,
It sounds like you have already enqueue the fonts in your functions.php, and now want to @import the new url to your style sheet.@import url(https://your.CDN.url);
If you want to review enqueuing, check it out here: https://kriesi.at/support/topic/new-custom-font/#post-121902
Best regards,
MikeHi,
I believe that would work. Or maybe Perfect Automatic Masonry with all the same size images, as it won’t crop.
Best regards,
MikeHey Slawomir,
For your sidebar menu you can try this code in the General Styling > Quick CSS field:.widget.widget_nav_menu{ background-color: #557519; padding-left: 10px; } .widget.widget_nav_menu li { border-bottom: 1px solid #ddd !important; } .widget.widget_nav_menu li a { font-weight: bold; color: #fff !important; }
*Please note that this is some basic styling to get you started. You can change the values to suit your needs.
To remove the long drop down sub menus, Try this code in the General Styling > Quick CSS field:
.sub-menu { display: none !important; }
Best regards,
MikeFebruary 26, 2017 at 5:40 pm in reply to: Color section block covers buttons on fullwith easy slider #751985Hey Camilla,
Can you provide a login in the private area, so we can take a closer look?Best regards,
MikeHey esliran,
Try this code in the General Styling > Quick CSS field:span.blog-categories, .text-sep-cat, .text-sep-date { display: none!important; }
Best regards,
MikeHi,
Here is a demo and article of what you are trying to do: http://nicolasgallagher.com/css-background-image-hacks/demo/opacity.htmlBest regards,
MikeHi,
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 #751853 -
AuthorPosts