Forum Replies Created
-
AuthorPosts
-
Hi anma!
Have you tried adjusting the styling of Strong tagged elements in Enfold theme options > Advanced Styling? What kind of changes would you like to make?
Best regards,
YigitSeptember 29, 2014 at 2:35 pm in reply to: How to remove the WPML language flags from the menu? #326567Hi
Please try using following code in Quick CSS field
div#header_main .avia_current_lang { display: none; }Cheers!
YigitSeptember 29, 2014 at 2:33 pm in reply to: Color main menu links do not change in advanced styling #326565Hey Barb!
If you do not mind posting a temporary admin login i can gladly look into it. Do you mind if we de-activate plugins?
Best regards,
YigitHey!
I am pretty sure that it would be wrong to consider it as a problem. Browsers should be used 100% without zoom so websites can function normally. If you have any layout issues on any screensize, feel free to let us know and we will gladly look into it. But with zoom, there is not much we can do
Cheers!
YigitSeptember 29, 2014 at 2:26 pm in reply to: Change meny font color rollover color for secondary menu #326558Hi mcraig77!
Please add following code to Quick CSS in Enfold theme options under General Styling and adjust as needed
#top .header_color .sub_menu ul li a:hover { color: orange; }Best regards,
YigitHi!
You are welcome RedRobin, glad we could help! Let us know if you have any other questions or issues :)
Regards,
YigitHi!
You forgot to post the link to your website :)
Can you try de-activating all active plugins and check if that helps? I did not want to de-activate them on your live websiteCheers!
Yigit-
This reply was modified 11 years, 6 months ago by
Yigit.
September 29, 2014 at 2:16 pm in reply to: Problem with Quick CSS after activating W3 Total Cache #326546Hey!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Cheers!
YigitHi mcraig77!
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');Best regards,
YigitHi bdm55!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
content-wrapper ul li { font-size: 16px; }if that does not work, please post the link to your website and point out the element
Cheers!
YigitHey marcellettim!
Please try adjusting “responsive under” and “layers container” values in LayerSlider WP > Slider Settings > Layout and check if that helps – http://i.imgur.com/E2YOJ5x.png
Cheers!
YigitHey!
The code Ismael posted should work. You can also try adding !important rule to force it
html { background-color: #ffffff !important; }Please try it and then let us know
Cheers!
YigitHi!
Can you please try de-activating all active plugins and check if that helps?
Regards,
YigitSeptember 29, 2014 at 2:03 pm in reply to: Problem with Quick CSS after activating W3 Total Cache #326528Hey!
You can try adding the code to Custom.css file in Enfold/css folder and check if that helps
Regards,
YigitSeptember 29, 2014 at 1:44 pm in reply to: How to remove the WPML language flags from the menu? #326520Hi codecreative!
You can place Portfolio Grid element into a column element.
Cheers!
YigitHey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 1140px) { h4.iconlist_title { font-size: 16px; }} @media only screen and (max-width: 990px) and (min-width: 768px) { .iconlist_content_wrap { margin-left: -20px; }}Best regards,
YigitSeptember 29, 2014 at 1:36 pm in reply to: Contact form not sending emails to "deliver to" address #326513Hi!
Please add following line to .htaccess file
php_value max_execution_time 60or following to php.ini file
max_execution_time = 60 ;You can contact your service provider and they can help you as well
Regards,
YigitHi tonidecastro!
Enfold is fully compatible with WPML plugin – http://wpml.org/
Most Enfold users are using WPML to translate their websites.Best regards,
YigitSeptember 29, 2014 at 1:31 pm in reply to: Problem with Quick CSS after activating W3 Total Cache #326508Hey aIVIis!
Please disable CSS minifying feature before applying custom CSS.
Cheers!
YigitHey!
You can enable debugging mode to see the shortcodes of elements you created using ALB – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Best regards,
YigitSeptember 29, 2014 at 1:29 pm in reply to: Color main menu links do not change in advanced styling #326505Hi Morticka!
Please disable CSS minifying feature on the plugin you are using and then flush browser cache and refresh your page a few times
Regards,
YigitHi!
Your options will remain the same as long as theme names are matching, feel free to update parent theme
Best regards,
YigitHi Sandra
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) { .logo img { opacity: 0; } .logo a { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-repeat: no-repeat; background-size: contain; }}Best regards,
Yigit -
This reply was modified 11 years, 6 months ago by
-
AuthorPosts
