Forum Replies Created
-
AuthorPosts
-
Hi!
Please edit the same element and make sure that “Apply only to mouse hover state” is unchecked
Regards,
YigitHi!
Ismael’s solution looks great! Glad he could help. Let us know if you have any other questions or issues
Cheers!
YigitHey!
We will keep the thread open to hear from you and it will be on hold until you post. Have a nice weekend!
Cheers!
YigitHey Babics!
please go to Enfold theme options > Advanced Styling tab and edit “Main menu links”
Regards,
YigitHi hstopix!
Please try flushing permalink settings in Settings > Permalinks and try de-activating all active plugins and check if that helps.
Cheers!
YigitHey checkitwriteit!
Please refer to Ismael’s post here – https://kriesi.at/support/topic/responsive-images/#post-378141
Regards,
YigitHey McEwans!
That topic is very old. You can now adjust container sizes in Enfold theme options > General Layout > Dimensions
Cheers!
YigitHey Michael!
Please add following code to Quick CSS
#top #wrap_all .av_header_transparency .sub_menu > ul > li > a { color: red; } .header_color .sub_menu>ul>li>a { color: orange; font-size: 16px; }Cheers!
YigitHey!
Do you mind creating a temporary admin login and posting it here privately?
Regards,
YigitHi germancito33!
Please go to Enfold theme options > Advanced Styling tab and edit “Main menu links”. It does work fine on my local installation. If it does not on yours, please create a temporary admin login here privately and we will look into it
Cheers!
YigitHey!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) { .page-id-59 .av_one_fourth { display: none !important; }}You should change the page id to match your pages id. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Best regards,
YigitHi squard!
You can use following code and display the date on standart post type
.av-magazine-format-standard .av-magazine-time { display: block !important; }Regards,
YigitFebruary 13, 2015 at 1:14 pm in reply to: Layerslider and responsive navigation disapear on sfari iphone #395670Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) { #wrap_all { position: relative !important; }}and check once again if that helps with slider nav
Regards,
YigitHi!
Please update Enfold to the latest version 3.0.8 – kriesi.at/documentation/enfold/updating-your-theme-files/
You are currently using an older version which is not compatible with WordPress 4.0+Cheers!
YigitHey!
1- Please see this post and add new weight – http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/
2- No, it would only affect the element you edit and changes will not be applied globally.
3- You can use following code#footer .widgettitle { color: orange; text-transform: none; }Regards,
YigitHi!
Can you please post the link to your website so we can check the issue? :)
Regards,
YigitHi!
Please add following code to Quick CSS as well
.sort_width_container { margin: 5px 0; }Best regards,
YigitHey!
Please try adding following code to Quick CSS
@media only screen and (max-width: 990px) and (min-width: 767px) { div#main { width: 100.2%; }}Best regards,
YigitHi!
Try adding following code to functions.php file in Appearance > Editor
function remove_footer_lightbox(){ ?> <script> jQuery(window).load(function(){ jQuery('#galleryallalbumswidget-2 a').removeClass('lightbox-added'); jQuery('#galleryallalbumswidget-2 a').addClass('noLightbox'); jQuery('#galleryallalbumswidget-2 img').removeAttr('type'); }); </script> <?php } add_action('wp_footer', 'remove_footer_lightbox');Regards,
YigitHi!
Yes it is a fontello font. Please see – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
Best regards,
YigitFebruary 13, 2015 at 12:34 pm in reply to: Disable lightbox effect for single widget on footer #395633Duplicated – https://kriesi.at/support/topic/dissable-lightbox-effect-for-widget-on-footer/
Please do not create duplicated topics as it is making it harder for us and for other users to follow threads.Cheers!
YigitHey crewneck!
It would be possible you are going to need to use a plugin such as – https://wordpress.org/plugins/mobile-menu/ or https://wordpress.org/plugins/wp-responsive-menu/ or any other :)
Cheers!
YigitFebruary 13, 2015 at 12:26 pm in reply to: Can't change number of gallery rows on gallery feature #395623Hi!
I added following code to Quick CSS and it does help
#top .avia-gallery .avia-gallery-thumb a { width: 25%; }Have you tried switching to parent theme and check if it works fine there?
Best regards,
YigitHey Hector!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .av_header_transparency #header_meta { background-color: orange; }If that does not help, please post a screenshot and show the changes you would like to make
Regards,
YigitHi skywidget!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
a.next-slide { right: 45%!important; } a.prev-slide { left: 45%; } #top .avia-slideshow-arrows a { top: 90%; }Best regards,
YigitHi!
Please use following code to remove menu fx from last menu item
li#menu-item-14 a .avia-menu-fx { display: none!important; }and please create a temporary admin login and post it here privately so we can look into it.
Best regards,
YigitHey!
Great!
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,
YigitHey!
@torndownunit Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px. If that does not help, please post the link to your website.Regards,
YigitHey!
Unfortunately i do not have an actual tablet to try the code before posting it. Since we are getting there, could you please try following code as well? Please replace the code with following
function add_custom_megamenu(){ ?> <script> jQuery(window).load(function(){ if (jQuery(window).width() <= 990){ jQuery("*").click(function(){ jQuery(".avia_mega_div").hide(); }); } }); </script> <?php } add_action('wp_footer', 'add_custom_megamenu');Best regards,
Yigit -
AuthorPosts
