- TutorialsWhat is Ajax preloading?
I figured out what the problem was. It was Supreme Shortcodes that was causing the mobile menu from not working.
If you are using Supreme Shortcodes uninstall and it should work.
Thanks for the info. I’ve updated to v4.1 Newspaper and disabled Jetpack and the mobile menu still doesn’t work. I also tried the menu on an android phone and it doesn’t work.
Note lots of technical issues with Jetpack, which is why I personally don’t use it, including major security issues including this past April.
See tech queries related to Jetpack on the WordPress plugins site:
http://wordpress.org/support/plugin/jetpack
Also, there will be no “fixes” to 3.9.2 — all fixes are rolled into 4.0x.
Thanks for the reply. It was working a few days ago and I haven’t added anything new to my site, only updates. Jetpack was the only one I can think of.
I don’t think it’s the theme,because my site menu work with out issues on my anroid and iphone..it could be a plugin are some other issue on ur end that making urs not too work…
The support team don’t work on weekend,they will answer you on monday…
I don’t think it’s the theme,because my site menu work with out issues on my anroid and iphone..it could be a plugin are some other issue on ur end that making urs not too work…
The owners don’t work on weekend,they will answer you on monday…
The navigation menu is not working on the iPhone. I don’t have android so I can’t test it. I’m using v3.9.2.
How long will this take to fix? A large portion of my audience comes from mobile.
I haven’t updated to v4.0 due to all of the problems.
I have the same problem.
My Mobile menu is not working.I have droped mail Emil G has checked and there is no changes has been done to the code.I have disabled all the plugins still its not working.This problem is there for a quite a long time.Please help me with this.
Could you please update your documentation for doing the logo in 4.0.2
I created a .png file of 300×100, and another .png file for 600×200. Theme Panel in 4.0.2 has 2 places for the 300x 100 and 2 places for the 600×200 (logo, and Mobile logo). I don’t understand why a 600 size is needed?
The logo is blocked in iphone by a layer of white (banner, menu I don’t know what it is) but it’s not showing up on top.
Please gather all .css fixes and post in documentation as one set of instructions or please issue patch file that fixes that.
Thank you so much.
—
This work great for PC and (iPad – Portrait) but on (iPhone), (small tablet) and other phones it don’t look good,is there a way to not center the mean menu on mobile devices…
Hi,
The logo appears there because it’s like a menu-item from that list now. Please chose the “header style 2” from Theme Panel and set to hide the header only on screens with the minimum width of 768px using this code in Custom CSS > Theme Panel:
@media (min-width: 768px) {
.td-header-bg {
display: none !important;
}
}
Also remove this code:
.td-header-bg {
display: none !important;
}
and
@media (max-width: 767px) {
.td-header-bg {
display: block !important;
}
}
from Theme Panel > Custom CSS filed.
Hope this helps!
Sorry about this!
Let me know if works!
@seitenprofi Use the same method to add the logo like a menu-list item and them position it using CSS like you want it.
For the logo to be shown on mobile chose the menu style 2 and use the @media or the advanced CSS from Theme Panel http://screencast.com/t/CvwEyAOxSxb2 to hide the header from other screens or the above CSS:
@media (min-width: 768px) {
.td-header-bg {
display: none !important;
}
}
Thanks
-
This reply was modified 12 years by
Lucian.
Hi,
The latest update has once again broken the timeline CSS on desktop and mobile device. 1. On mobile the text is overlapping making it impossible to read. [1]
2. On desktop the date is jumbled up as well as the Lable (Year 2014 under ‘Timeline’ word) on top looks cropped.[2]
3. Fonts are overlapping the dropdown menu button making it hard to choose fonts. [3]
1 –
2 –
3 –
Hi,
I have checked your site and seems like you have managed to get the logo showing, it looks fine. If you have any other problems please let me know.
Thanks for your message!
Hi,
ON my website the logo doesn’t show on mobile (v 4.0.1). I’m using header style 3 and I did upload the logo for both desktop and mobile menu on theme panel. Please have a look http://getandroidstuff.com/
This may or may not work for you with this theme; but general settings from a blog called online media masters, and I’ve seen the same settings elsewhere would be as so:
(THIS MAY BE INCORRECT FOR THIS THEME: BE SURE TO TRY SETTINGS FOR YOUR SETUP: KEEP BACKUPS, AND KNOW HOW TO GO BACKWARDS BEFORE USING ANY CACHE!)
—————-
(to quote …)
General Settings
◾Leave unchecked
Page Cache
◾Page cache: enable
◾Page cache method: disk enhanced
Minify Settings
◾Minify: enable
◾Minify mode: auto
◾Minify cache method: disk
◾HTML minifier: default
◾JS minifier: JSMin (default)
◾CSS minifier: default
Database Cache
◾Database cache: enable
◾Database cache method: disk
Object Cache
◾Object cache: enable
◾Object cache method: disk
Browser Cache
◾Browser cache: enable
CDN
◾CDN: enable
◾CDN Type: MaxCDN
Reverse Proxy
◾Leave unchecked
Network Performance & Security powered by CloudFlare
◾If you have a CDN: leave unchecked
◾If you don’t have a CDN: sign up for CloudFlare and use the settings shown in the picture
Note: W3 Total Cache and CloudFare have integrated their products.
Monitoring
You’ll see an option here to sign up for New Relic. This is a tool for monitoring your web and mobile apps performance. It’s more for developers but if you are one, you probably already know about this service. Otherwise, leave it blank.
Licensing
◾Leave blank
Miscellaneous Settings
If you want to see your Google Page Speed score in your WordPress dashboard, there’s instructions in this menu. Otherwise, here are the settings I use:
◾Enable Google Page Speed dashboard widget: enable
◾Verify rewrite rules: checked
◾Enable file locking: unchecked
◾Optimize disk enhanced page and minify disk caching for NFS: unchecked
Debug
◾Leave everything unchecked
Import / Export Settings
If you want to use the same W3 total cache settings across multiple websites, export your settings and import them into the new WordPress sites.
Hi,
Please add this custom CSS in Theme Panel > Custom CSS:
@media (max-width: 767px){
.td-menu-wrap #td-top-menu {
display: block;
}
#td-top-mobile-toggle {
display: none;
}
.header-search-wrap {
display: none !important;
}
.td-grid-wrap {
padding-top: 0px;
}
}
Thanks
Can you give me a code that will work so I have the right Menu on the mobile version?
I want the menu right next to the “Home” logo to be shown
Hi,
You have no menu because you use the top one and that one it’s hidden on mobile, If you want you can add a menu or you can add this
CSS in Theme Panel > Custom CSS:
@media (max-width: 767px) {
.td-header-menu-wrap {
display: block !important;
}
.mobile-logo-wrap img {
top: 0px !important;
}
}
This way you will set the top menu to appear on mobile too. Unfortunately it will look like this: http://screencast.com/t/h2aWk9lQDKOS
Thanks
Hi,
That logo is used on mobile/phones (logo that appear in menu on phones), we do that implementation because on desktop if you use a colored menu bar(let say black) and above you have a black logo + banner is fine on desktop but if you go on phone the logo will be on menu bar (black on black)
About your previous implementation you use the .affix selector, now is .td-affix try with this selector.
Thanks!
You ok with me posting URLs in the thread? http://billyscrashhelmets.co.uk
I’d actually recommend you do a full backup via your hosting panel of your dbase, and do a repair/optimize outside of WP, if you can do so – to be safe.
makes sense. seemed to slow when i activated W3 cache thanks
will check server side gzip. also will try to use wp-optimize before moving forward
(correction: “But yes… on a 190MB dbase, WP-Optimize clears out on average about 27.5MB of crap,”) … not correct. Clean up varies on how much needs optimization. That number happened on one site, first optimization after a year of no optimization. Normally it’s more like a 1 or 2% house cleaning.
We have the number of post drafts optimized in our functons.php file to limit number of saves to no more than 3.