Forum Replies Created
-
AuthorPosts
-
September 12, 2019 at 11:38 am in reply to: No option to use Google reCAPTCHA on Enfold's contact form #1137486
OK I prefer to avoid upgrading for now as I’m unsure of the impact. I’ve switched contact form to CF7 which should solve my issue. Thanks.
Maybe not green but otherwise perfect, thanks!!
August 13, 2018 at 1:06 pm in reply to: Switching mobile menu toggle from 768px to 990px breaks whether it appears #996650PS: Thanks for the super efficient & hands-on support. You guys are amazing.
August 13, 2018 at 1:05 pm in reply to: Switching mobile menu toggle from 768px to 990px breaks whether it appears #996649Tested. All sorted thanks!
August 13, 2018 at 10:04 am in reply to: Images become square (hard cropped) when in mobile view #996601Thanks. I deleted the width line (otherwise the image is huge) but kept height: auto; and this resolved my issue.
All sorted thanks!
August 13, 2018 at 6:49 am in reply to: Switching mobile menu toggle from 768px to 990px breaks whether it appears #996542Fantastic – looks like this works. I will test fully this evening. Thank you!
August 12, 2018 at 3:12 pm in reply to: Switching mobile menu toggle from 768px to 990px breaks whether it appears #996446Unfortunately I haven’t had much luck fixing this.
I’ve switched baclk to the option of enabling mobile menu for both mobile & tablet and reduced the spacing between menu items to reduce the width of the menu (with otherwise ends up overlapping the logo). I’ve also added the code you referrenced above into custom.css but I still have the issue of the mobile burger menu not being visible when activated.
Awesome. I had to add this to the stylesheet to get it to work but it’s all good now. Thanks for the amazing support!
Thank you Ismael, it’s back – this is great! Two more questions for you if I may:
1. How to make the magnifying glass a matching grey colour? At the moment it is white so gets lost against the white background.
2. How to stop the magnifying glass overlapping the logo when on a small screen size e.g. smartphone?I should perhaps also add that the main desktop menu correctly appears and disappears based on screen size (I have the threshold at 768px). It’s only the mobile menu which never appears i.e. small screens are left with no menu.
Thanks for the suggestion! I just tried this (both in the child and the parent’s custom.css via Appearance/Editor) but sadly it made zero difference. I have since backed out the change to the parent and left the new code in the child custom.css
- This reply was modified 6 years, 3 months ago by hybridE4t. Reason: Clarified I made the change via Appearance/Editor in case you are able to check via the same screen
The only difference is child:
<!DOCTYPE html>
<html <?php language_attributes(); ?> class="<?php echo "html_{$style} ".$responsive." ".$preloader." ".$av_lightbox." ".$filterable_classes." ".$av_classes_manually ?> ">
<link rel="stylesheet" type="text/css" href="<?php echo get_stylesheet_directory_uri(); ?>/css/layout.css" media="screen" />
<head><meta http-equiv="Content-Type" content="text/html; charset=euc-jp">
…vs Parent:
<!DOCTYPE html>
<html <?php language_attributes(); ?> class="<?php echo "html_{$style} ".$responsive." ".$preloader." ".$av_lightbox." ".$filterable_classes." ".$av_classes_manually ?> ">
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
Thank you!
-
AuthorPosts