neilgee
Forum Replies Created
-
Forum: Plugins
In reply to: [Bootstrap Modals] margin-right: 17px;Marking as resolved
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Move Menu In Line with LogoCan’t see 2 logos only one – but you’ll have to reduce it to fit the space as its busting out.
I would also create a different mobile menu with just your business name as this would fit the aspect ration better – so dropping the illustration.
Sounds like a good idea – especially for wp.config.php
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Move Menu In Line with LogoI’ll close this ticket for now
Forum: Plugins
In reply to: [SlickNav Mobile Menu] text word instead of image logogood stuff – yes caching is a drag with updating.
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Remove Search menu itemsCan’t see issue, closing this ticket for now
Forum: Plugins
In reply to: [SlickNav Mobile Menu] text word instead of image logoYou can use svg by allowing the upload of that format, add in functions.php
//Allow SVG Images Via Media Uploader function cc_mime_types($mimes) { $mimes['svg'] = 'image/svg+xml'; return $mimes; } add_filter('upload_mimes', 'cc_mime_types');
then upload the svg.
Doh! – yes you are right – I have so much success with the plugin that I don’t even check the warnings ??
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Remove Search menu itemsI don’t see these issues – this is what i see – https://d.pr/i/135VL
Maybe a caching problem.
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Remove Search menu itemsDo you have a link?
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Move Menu In Line with LogoThat’s because you have the menu position set to
.site-header .wrap
– set that tobody
Also add the logo to the logo/image option in the Settings.
And try the CSS again
@media screen and (max-width: 700px) .site-header { display: none; }
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Move Menu In Line with LogoWhat you could do is add the logo via the option settings of the plugin – then hide the site header when the mobile menu kicks in. By adding in your style.css
@media screen and (max-width: 700px) .site-header { display: none; }
Forum: Plugins
In reply to: [SlickNav Mobile Menu] making the bar transparentThe element which is the navabar is also the background when the menu drops.
.slicknav_menu
So in options of the plugin you can set Menu Background Color to white(the picker can’t do transparent).
To do transparent you could override it manually in CSS with:
.slicknav_menu { background-color: transparent !important; }
Both this would show whats underneath.
Also set the link color for contrast in the options with Menu Link Color
Thanks @occban – I see the issue now.
So as of version 1.5.6 I have put the Menu selection back to a text input instead of a dropdown. Previous settings will be retained.Forum: Plugins
In reply to: [Yoast SEO] 301 redirect missing?This seems very lame from Yoast