Forum Replies Created
-
AuthorPosts
-
Hi!
Please go to Enfold theme options > Header > Mobile Menu and check “Hide Mobile Menu Submenu Items”
Regards,
YigitHi!
Please add following code to Quick CSS
strong a { color: inherit!important; }If that does not work, please post the link to your page where we can see an example
Cheers!
YigitHi!
Can you please give a custom CSS class to one of your image element which you wished had a different overlay image and then post the link to your page and point out the image?
Cheers!
YigitHey jdrakeproductions!
Can you please elaborate? What kind of issues are you having? Have you tried de-activating all active plugins and check if that helps?
Best regards,
YigitHey mcraig77!
Please edit your page and make sure that you chose to display title and breadcrumbs under Layout section. If that too does not work, please post a temporary admin login here privately so we can look into it
Cheers!
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
img.ls-l.ls-preloaded:hover { opacity: 0.5 !important; }Regards,
YigitHey Joe!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
nav.main_menu { right: 5%; }Regards,
YigitHi nsr500rossi!
You can adjust the code and set it to 20px instead of current 10px
Cheers!
YigitHi!
You have following code in Quick CSS field
@media only screen and (max-width: 479px) { .responsive #top .slideshow_caption h2 { font-size: 20px !important; }}please change it to following
@media only screen and (max-width: 479px) { .responsive #top .slideshow_caption h2 { font-size: 14px !important; }}Regards,
YigitHi!
@smorrone Please create a temporary admin login and post it here privately so we can look into itRegards,
YigitHi!
Do you mind creating a temporary admin login and posting it here privately so we can look into it? Elliott’s code should work fine
Cheers!
YigitHey!
Please add following code to Quick CSS field Peter
#top .header_color strong, #top .main_color strong, #top .alternate_color strong, #top .footer_color strong, #top .socket_color strong { color: white; }Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_desktop.avia_transform3d .av-caption-on-hover .av-masonry-entry.av-masonry-item-with-image:hover .av-inner-masonry-content, .avia_desktop.avia_transform3d .av-caption-on-hover .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content { -webkit-transform: none; -moz-transform: none; transform: none; opacity: 1; }Best regards,
YigitHi!
You can avoid that by using a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/
You can download pre-built child theme here – http://kriesi.at/documentation/enfold/downloads/Cheers!
YigitHi!
You should look for the file via FTP – http://codex.wordpress.org/Editing_wp-config.php
Best regards,
YigitDecember 19, 2014 at 6:16 pm in reply to: Activating enfold 3.0.4 breaks admin access (white screen) #370682Hi!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitHi!
It seems like WordPress was updated. You are currently using a very old version of Enfold. Please update Enfold to the latest version 3.0.4 via FTP – kriesi.at/documentation/enfold/updating-your-theme-files/
There are bunch of new features. You can take a look at highlighted ones here – http://kriesi.at/blogRegards,
YigitHi!
Please add following code to Quick CSS
.html_header_sidebar #top #header { width: 265px; } .html_header_left #main { margin-left: 265px; }Regards,
YigitDecember 19, 2014 at 5:44 pm in reply to: Activating enfold 3.0.4 breaks admin access (white screen) #370667Hi martinval!
Can you please try to increase the allocated memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
You can contact your service provider and they can do it for you.Regards,
YigitHey!
Can you please review your website? Was following the last code you have added to the top of Quick CSS field? If so, it was missing a closing curly bracket
/*norad disable captions mobile*/ @media only screen and (max-width: 767px) { #norad .main_color .container .av-inner-masonry-content { display: none; }}Regards,
YigitHey!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Regards,
YigitHi!
#TeamKriesi :)
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Cheers!
YigitHi!
Glad all is working fine now :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Regards,
YigitHi confortetsecurite!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.grid-sort-container { pointer-events: none; }Regards,
YigitDecember 19, 2014 at 5:17 pm in reply to: Alternate Content Area – how to set Avia Layout Builder to 1/2 or else #370641Hey!
You can use Alternate content on few elements such as Color Section and Grid Row. But you can achieve what you would like using the workaround i posted above. Please try it.
Best regards,
YigitHey Andrea!
Please add following code to Functions.php file in Appearance > Editor
function add_custom_tooltip(){ ?> <script> jQuery(window).load(function(){ jQuery('a').removeAttr('title'); jQuery('img').removeAttr('title'); }); </script> <?php } add_action('wp_footer', 'add_custom_tooltip');Cheers!
YigitHey!
Please add following code to wp-config.php file which is on the root of your WordPress installation
define ('WPLANG', 'hr_HR ');Cheers!
YigitHi thewisebunny!
Please update Enfold to the latest version 3.0.4 – kriesi.at/documentation/enfold/updating-your-theme-files/
You are currently using an older version (2.9.2) which is not compatible with WordPress 4.0+Cheers!
YigitHey!
Please refer to this video and try re-installing Enfold via FTP – http://kriesi.at/documentation/enfold/portfolio-item/install-enfold-theme-with-ftp/
Make sure to upload only enfold folder which contains theme filesBest regards,
Yigit -
AuthorPosts
