Forum Replies Created
-
AuthorPosts
-
July 8, 2017 at 3:08 pm in reply to: How do I reduce the spacing between text content elements? #818168
Hi,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Saving as a template would save you time in creating the same layout 4 times.
Your footer with the social icons settings are in Enfold Theme Options > FooterBest regards,
MikeHi,
Try adding this for Youtube:<a target="_blank" href="https://www.youtube.com/user/foilarmsandhog" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Youtube">Youtube</a>
Best regards,
MikeHey newtonlinchen,
Try this code in the General Styling > Quick CSS field:#header_main {display: none !important;} .html_header_top.html_header_topbar_active.html_header_sticky #top #main {padding-top: 0px!important; }
Please clear your cache :)Best regards,
MikeHey holleycreative,
Perhaps I don’t understand, but I can’t recreate that mobile view (error) on my device.Best regards,
MikeHey skayy,
If I understand correctly, you want to change the color of “strong” on your site. You can go to Enfold Theme Options > Advanced Styling > and choose “strong” from the drop down and pick the color, font, etc.
Or you can try this code in the General Styling > Quick CSS field:.main_color strong {color: #000 !important; }
This will make it black, try different color codes :)
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeJuly 2, 2017 at 11:16 pm in reply to: Enfold / Kontaktformular Datumsfeld Darstellungsproblem #815647Hi,
Froh, dass wir helfen konnten, werden wir das jetzt schließen. Vielen Dank für die Verwendung von Enfold.Best regards,
MikeJuly 2, 2017 at 11:14 pm in reply to: How to push the left border over to accommodate AddToAny Share Buttons? #815646Hi,
The Nav tabs are set by percentage, 50% is default, but this might look good, try different numbers :)#top .avia-post-nav {top: 30%!important; }
Best regards,
MikeHey csogordaniel,
Not really, we can make each the same height, but you’ll need to choose a height that fits your content:.flex_column.av_one_fourth {height: 400px !important; max-height: 400px !important; }
Perhaps a plugin would work better for this? Sorry, wish I had been more help :)
Best regards,
MikeHi,
Hum, I tried matching the settings for the demo, but I think the caching is blocking it, but I don’t see the caching as a plugin? do you know how to disable it?Best regards,
MikeJuly 2, 2017 at 10:25 pm in reply to: How to push the left border over to accommodate AddToAny Share Buttons? #815624Hey dominiquehurley,
Try this code in the General Styling > Quick CSS field:@media only screen and (min-width: 931px) { .container {padding: 0px 80px!important; }}
This adds 30px of left padding to pages / posts of a minimum 931px. The default is 50px, try out different numbers to see what you like :)
Please clear your cache :)Best regards,
MikeJuly 2, 2017 at 10:13 pm in reply to: where can I remove the buttons on the "Vollbildslider"? #815620Hey subimago,
Perhaps, it depends on the icon you would like to place there, here is an example using a standard web character:#recent-posts-3 h3.widgettitle:before {content: "» "; font-size: 20px;}
Best regards,
MikeHi,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeJuly 2, 2017 at 9:24 pm in reply to: Widget Tag Cloud on ONE Page in a different color than the rest #815606Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeJuly 2, 2017 at 9:24 pm in reply to: Color Section with Placed PNG background needs transparency #815605Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.av-large-gap.av-masonry {padding: 0 0 0 8px!important; } .av-large-gap.av-fixed-size .av-masonry-entry .av-inner-masonry { position: absolute; top: 0px!important; left: 0px!important; right: 8px!important; bottom: 8px!important; }
Best regards,
MikeHi,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHi,
Sorry, I see this a lot, apple often uses non standard user agent code, but to be fair, Chrome, Edge, Firefox, & Safari treat css just a little different from each other, but mostly we can’t see it.
Anyways, lets try only targeting iPads :)
iPad 3 & 4 Media Queries
Retina iPad in portrait & landscape@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) { .anchor { display: block!important; height: 100px!important; margin-top: -100px!important; visibility: hidden; }}
Didn’t work? Here’s the full apple list :) http://stephen.io/mediaqueries/
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
I looked at your image of the text block that you add before it crashes, and I wonder about the present sign, are you pasting text in “Visual” or “Text” in the editor? Try only using “Text” and no present sign or other symbols, lets just rule that out :)
When you update manually via FTP: https://vimeo.com/67209750 you only replace the core files, your data (content) is in the database, which you are not touching. Should a file have an error in it causing the issue, this would fix. I still recommend backing up with: https://wordpress.org/plugins/duplicator/ just because I’m a backuper, I often backup before updating plugins :)
Read more here: http://kriesi.at/archives/the-complete-guide-to-updating-enfoldBest regards,
MikeHi,
Try to update manually via FTP: https://vimeo.com/67209750
Or: http://kriesi.at/archives/the-complete-guide-to-updating-enfold
I recommend backing up with: https://wordpress.org/plugins/duplicator/Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeJuly 2, 2017 at 12:48 pm in reply to: Enfold / Kontaktformular Datumsfeld Darstellungsproblem #815521Hi,
Probieren Sie diesen Code im General Styling> Quick CSS Feld:.ui-icon.ui-icon-circle-triangle-w {font-size: 0; } .ui-datepicker-prev.ui-corner-all:before{content: "Zurück"!important; }
Bitte deinen Cache löschen :)
Best regards,
Mike -
AuthorPosts