Thread Starter
klmnt
(@klmnt)
Another one. In the Customizer posts in sidebars with “style 2″(small images) appear as “Style 1″(larger images). It looks right in regular browser window but it’s confusing when you’re customizing the site and not seeing the difference.
Could you share a link to your site? I’m having trouble recreating some of these issues on my install.
Thank you!
Thread Starter
klmnt
(@klmnt)
Those are local installations on my PC.
1.
“The mobile menu is not working in Chrome when you resize the browser to medium size device(about the size when the menu switches to mobile)”
Image link
It works properly if you switch the view from the customizer, but if you manually resize the browser then the menu doesn’t appear in medium size. If you squeeze it more to small device size it works again
2.
“The Social icons in the mobile menu are overlapping the last menu link.(all browsers)”
That might be my custom CSS messing up the mobile menu!
I can use some hints on how to limit the CSS changes only to full browser view?
3.
“In FF AdBlock plus is preventing the the top social icons(links) from appearing.”
Image linkChrome is OK, only in FF. I dont have AdBlock+ on IE to test it there.
4.
This is not a bug necessarily but the top menu next to the search looks different compared to the demo. The text size and style are different and misaligned to the search button. I guess on the demo it looks as intended. Can you please provide the best method to correct that issue.
This one I may need to look closer. In one installation it looks good without any custom CSS. On the other it doesn’t so I had to style the top menu with custom CSS.
5.
Another one. In the Customizer posts in sidebars with “style 2″(small images) appear as “Style 1″(larger images). It looks right in regular browser window but it’s confusing when you’re customizing the site and not seeing the difference.
Image linkI guess that might be the reason why the guy/gall in the next post was complaining about Titles are not in bold as expected. It’s only in the customizer view. On both of my installations.
-
This reply was modified 8 years, 4 months ago by
klmnt. Reason: adding links
Whoops, sorry you already told me that 🙃
#1
Please try deactivating all plugins on the site and clear the cache as well if a caching plugin is being used. Then check the menu again. I can’t recreate this issue so I’m not sure exactly what might be happening without being able to debug it directly.
#2
You can use “media queries” to limit the screen sizes that your CSS effects. For instance, the code in this media query will only affect screens that are 800px and wider:
@media all and (min-width: 800px) {
.tagline {
font-size: 21px;
}
}
Most mobile devices have screens around 400px wide, so any CSS statements place inside that media query wouldn’t affect most smartphone displays.
#3
In your General settings menu, make sure the site URL and WordPress URL are both correct. Since the icons are loaded from an “icon font,” browsers may block them from being loaded if the domain is not exactly the same (even the addition of “www” can matter). This is a security caution browsers take to prevent malicious attacks.
#4
It’s possible that some CSS from a plugin is having an adverse effect on the menu. I would try deactivating your plugins, and then also temporarily remove any Custom CSS to see if this helps.
#5
I see what you’re saying. I will address this in an upcoming update to improve the experience when adding that widget from the Customizer.
Thread Starter
klmnt
(@klmnt)
#1 Found it. My Chrome-Settings was set to use large instead of the recommended medium font size (me and many people I know do that), so I guess that makes the mobile menu appear a bit earlier(before reaching 800px or whatever the CSS is). After switching Font Size setting the the pancake is working properly. I wonder if there’s a styling solution for that problem?
#2 It’s my custom CSS.
#3 No luck on this one. It’s the AdBlockPlus in FF not the browser itself. I tried http, https, nothing, etc. When I disable AdBlock the icons appear, but so many people use AdBlock it might be an issue for some sites relying on social media.
#4 Solved that. MissionNews puts all pages in top menu even if no menu is set, so the links inherit the general/body style. Once a menu is set and assigned to secondary it all works as expected. However if one doesn’t want links/menu there I guess an empty menu shall be assigned to that location.
#5 I believe it was working properly in earlier versions.
I’m glad some of these issues have been sorted out now.
Regarding the social icons, I can still see them when using AdBlockPlus in Chrome and FF with the default settings. The icons are only hidden for me when this option is turned on: http://pics.competethemes.com/pR8R. I will explore a few options to see if I can modify the code to get around this, but I may not be able to make them display with that setting on.
I will also look into improved support for Chrome font sizes and better handling for unset menus in future Mission News updates.