Forum Replies Created
-
AuthorPosts
-
Hi,
I could find this code inside this media query: @media only screen and (max-width: 767px)
#top #wrap_all .av-inherit-size .av-special-heading-tag { font-size: 0.8em; }
And replace it with:
#top #wrap_all .av-inherit-size .av-special-heading-tag { font-size: 0.8em; word-break: break-all !important; }
Hope this helps. :)
Best regards,
NikkoHi,
Can you post a link to your site? so we can inspect further. You can place it in private content when you reply so only moderators can see it.
Best regards,
NikkoHi,
Please replace the code I gave above to:
@media only screen and (min-width:768px) and (max-width:1024px) { #top .flex_cell.av_one_half { padding: 15px !important; font-size: 14px; } #top .flex_cell.av_one_half.av-zero-padding { padding: 0 !important; } #top .flex_cell.av_one_half .av-special-heading { padding-bottom: 8px !important; } #top .flex_cell.av_one_half .av-special-heading-tag { font-size: 24px; } #top .flex_cell.av_one_half .av-subheading { font-size: 18px !important; } }
Let us know if it works. If not, please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
Best regards,
NikkoHi,
Is this already fixed? I have checked it and the area is already wide enough unlike the one in the screenshot.
Best regards,
NikkoHi,
Can you provide ftp access? please put it in Private Content section when you reply.
Best regards,
NikkoHi,
Thanks for your patience. The issue is fixed. I have found this code in the style.css of your child theme:
.paged #after_section_1{ display:none !important; }
I have commented it out but it seems not to reflect even after purging the cache, so I added this code in Quick CSS (located in Enfold > General Styling):
#top.paged #after_section_1 { display: block !important; }
Let us know if it’s good on your end also :)
Best regards,
NikkoHi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoHi!
Glad we could help :)
Regards,
NikkoHey Sandra,
First you need to enable Custom CSS Class, you can refer to this link: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ add class for example hidden-image then go to Enfold > General Stying and in Quick CSS add this code:
.hidden-image img { display: none !important; } .hidden-image img:hover { display: block !important; }
Hope this helps :)
Best regards,
NikkoHi,
The first 2 rows doesn’t have top margins, try to edit the cell and add 50px top margin. Hope this helps :)
Best regards,
NikkoHey lstoudenmire,
You can try this one: https://wordpress.org/plugins/custom-post-type-ui/
Best regards,
NikkoOctober 29, 2016 at 9:45 pm in reply to: Saving Blog post with ALB versus Default Editor gives different results #705681Hi,
We will keep this thread open, so let us know if there are any more questions regarding this topic :)
Best regards,
NikkoHey rachelryerson,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoHi,
Try to add this code at the bottom of functions.php (located in Appearance > Editor) or you can edit this via ftp or cpanel:
function wrap_logo(){ ?> <script> jQuery(window).load(function(){ jQuery('#header .logo a').wrap(function() { return '<h1></h1>'; }); }); </script> <?php } add_action('wp_footer', 'wrap_logo');
You may need to add this css code in Quick CSS (located in Enfold > General Styling):
#header .logo > h1 { margin-bottom: 0 !important; }
Let us know if it works :)
Best regards,
NikkoHey Picante,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoHi,
Is this already fixed?
@Steven: Thanks for helping out :)
Best regards,
NikkoHey premedia,
Please post a link on your site that has that issue? so we can inspect further. You can place it in Private Content if you want only the moderators to see.
Best regards,
NikkoHi Tia,
Let us know if it is fixed :)
Best regards,
NikkoHi,
Glad it’s fixed, probably some wordpress files got corrupted :)
Best regards,
NikkoHey psicon,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoHey marilusnm,
Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
Best regards,
NikkoHi,
Glad we could help :)
Best regards,
NikkoHey dannhanks,
Just make sure you use the same directory structure. For example enfold-child > framework > php > class-framework-widgets.php
Hope this helps :)Best regards,
NikkoHey Justin,
Try to add this code in Quick CSS (located in Enfold > General Styling):
#top #about { display: block; margin-left: auto; margin-right: auto; width: 80%; float: none; }
Let us know if it works :)
Best regards,
NikkoHey holgers-fotos,
Didn’t have any experience with Enfold + Kenburn Gallery, so we are not 100% it’s compatible, however it’s most likely work just fine since only few plugins are not compatible and also supports are here to assist :)
Best regards,
NikkoHey lmanney,
Try to use this code:
#top .av-custom-form-color .button { border: 1px solid #fff !important; border-radius: 2px !important; }
Hope this helps :)
Best regards,
NikkoHi,
Kindly add this code to Quick CSS (located in Enfold > General Styling):
@media only screen and (min-width:720px) and (max-width:990px) { #sub_menu1 { top: 93px !important; } }
Let us know if it works :)
Best regards,
NikkoHi,
Glad that you have fixed it :)
Best regards,
NikkoHi,
Try to use this plugin: https://wordpress.org/plugins/syntaxhighlighter/
Here is how it is used: https://en.support.wordpress.com/code/posting-source-code/You just need to use the text block, then use the shortcode of the plugin. Hope this workaround helps :)
Best regards,
NikkoHi CopyCatFilms ,
The login details doesn’t work when I tried to login, please check. As for rollback refer to this thread: https://kriesi.at/support/topic/theme-update-rollback/
Best regards,
Nikko -
AuthorPosts