Forum Replies Created
-
AuthorPosts
-
Hi justinwheelon!
Please see Ismael’s post here – https://kriesi.at/support/topic/where-to-host-a-site-for-fast-loading-speeds/#post-287795
Regards,
YigitHey!
Have you tried deactivating both plugins? If you did and it did not help, please post a temporary admin login here privately so we can look into it :)
Best regards,
YigitHey goossep!
Make sure that English UK is selected in language switcher and then go to Enfold theme options > General Styling > Quick CSS and add your custom CSS code
Regards,
YigitHi comecdev!
Please try deactivating all active plugins and check if that helps
Best regards,
YigitHi!
Currently your logo is 7x6px. Can you firstly upload a bigger one? It is not visible on my end
Cheers!
YigitJuly 21, 2014 at 1:59 pm in reply to: Logo in mobile (responsive) view stretched and menu on top of it #293839Hey!
Do you have a mobile device with retina display? Just to check, can you try uploading this logo – http://i.imgur.com/6GJNpVi.png
Regards,
YigitJuly 21, 2014 at 1:52 pm in reply to: CSS: possible gap between header (logo area) menu content? #293838Hey!
Please add following code to Quick CSS instead
div#header_main_alternate { border-top: 20px solid #f7f7f7; }Cheers!
YigitJuly 21, 2014 at 1:44 pm in reply to: Woocommerce filters still not working on iphone/ipad after update #293836Hey Jenn!
Please try adding following code to Functions.php file in Appearance > Editor
function add_custom_dropdown(){ ?> <script> jQuery(window).load(function(){ if (jQuery(window).width() <= 990){ jQuery(".sort-param-count").click(function() { jQuery(".sort-param-count ul").toggle(); }); jQuery(".sort-param-order").click(function() { jQuery(".sort-param-order ul").toggle(); }); } }); </script> <?php } add_action('wp_footer', 'add_custom_dropdown');Cheers!
YigitHey!
Sorry for the late reply! I asked @josue to take a look at your website on his MAC. Let us wait to hear from him.
Regards,
YigitJuly 21, 2014 at 1:16 pm in reply to: Logo size differs with transparrent or non transparrent header #293829Hi!
You are welcome Martin, glad we could help! :) Let us know if you have any other questions or issues
Cheers!
YigitHi Raymmar!
Please see – http://stackoverflow.com/questions/11403189/how-to-insert-shortcode-into-wordpress-menu
While not being 100% sure, i think UberMenu supports using shortcodes in menu itemsBest regards,
YigitJuly 21, 2014 at 1:11 pm in reply to: Testimonials – 3 Columns – Getting Truncated on iPad Portrait #293826Hey databuzz!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) and (min-width: 768px) { body div .avia-testimonial { display: inline-flex; }}Best regards,
YigitHey armindoerr!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#socket .sub_menu_socket { float: left; } #socket .copyright { float: right; }Cheers!
YigitJuly 21, 2014 at 1:08 pm in reply to: Logo size differs with transparrent or non transparrent header #293823Hey Martin
Please edit your transparent logo and remove whitespace from top and bottom
Cheers!
YigitHey!
You are welcome, glad we could help! Let us know if you have any other questions or issues
Regards,
YigitHey YoannLegoff!
Please go to Enfold theme options > Sidebar Layout and check “Sidebar on Smartphones”
Best regards,
YigitHey!
Please see – https://kriesi.at/support/topic/put-a-logo-to-the-off-canvas-navigation/#post-282941
Regards,
YigitJuly 21, 2014 at 11:07 am in reply to: How do I remove the div box (all lines) of the accordion? #293793Hey Bodymindlinks!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
p.toggler { border: none!important; }Cheers!
YigitHey TravisKempers!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single-product-main-image { display: none; } .single-product-summary { width: 100%!important; }Cheers!
YigitHi!
Please add following code to Quick CSS
@media only screen and (max-width: 767px) { .responsive #header_main .container { height: 160px !important; }}Also please remove any custom CSS code you have added to customise mobile menu.
P.S.: You are currently using an older version of the theme. Version 2.9.1 is available – http://vimeo.com/67209750Best regards,
YigitJuly 21, 2014 at 10:49 am in reply to: Is there a way to override header colors to customise the extra content bar only #293773Hi!
Please add following code to Quick CSS as well
.phone-info.with_nav, #header_meta a { color: white; }</cpde>Cheers!
YigitHey icodemarchi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab to decrease the font size on screens smaller than 480px
@media only screen and (max-width: 480px) { body .av-special-heading .av-special-heading-tag { font-size: 38px; }}Best regards,
YigitJuly 19, 2014 at 1:40 pm in reply to: CSS: possible gap between header (logo area) menu content? #293342Hey!
Please also see – http://kriesi.at/documentation/enfold/remove-post-navigation-for-a-post-type/
@ralph12 thanks :)Regards,
YigitHi onegirlrtw!
Please add following code to Quick CSS
#top .av-main-nav > li > a { font-weight: normal !important; }Regards,
YigitHey onegirlrtw!
Please go to Enfold theme options > Header Layout > Header Title and Breadcrumbs and choose to “Hide both”
Or, you can add following code to Quick CSS in Enfold theme options > General Styling.title_container { display: none !important; }Regards,
Yigit -
AuthorPosts
