- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperThe Mobile Theme
- NewspaperModules Builder in Newspaper Theme
- NewspaperFilters and sorting for taxonomies
- NewspaperHow to Add a Logo in Newspaper
- NewspaperBig Grid Flex Settings
- NewspaperHeader Builder
- NewspapertagDiv AMP Plugin Tutorial
- NewspaperNewspaper theme documentation
- NewspaperBest Of Forums
- NewspaperCache plugin – install and configure
- NewspaperFont Customization
- NewspaperTheme Colors Introduction
- NewspaperBackground Introduction
- NewspaperHeader ads
- NewspaperPost template ads
- NewspaperCustom ad spots
- NewspaperMain Menu
- NewspaperHow to Install Newspaper via FTP
- NewspaperHow to Install Newspaper via WordPress
Hi,
Can you tell me how to increase the size of the buttons on the PRODUCT CATALOGUE, CART and CHECKOut which are all very small, especially on mobile devices.
http://www.expeditionaustralia.com.au
Since converting my site to this theme a week ago my conversion rate for people going from PRODUCT PAGE > CART > CHECKOUT > PAID has dropped significantly and I think the tiny buttons might be part of the problem.
Thanks
Steve
Hi,
Mobile menu icon and Main Slider Next,Previous buttons not working. How can i fix it.
Thanks
– what is the suggested size for Mobile Logos
– I made translations, but still my paging link is “page/3” not “sayfa/2” http://www.futbolne.com (also author->yazar)
– I need logo+adsense template for Header (without menu)
– I think your documentation obsolote for render-blocking issue. https://forum.tagdiv.com/how-to-make-the-site-faster/ (I could not manage or)
Note:Do we have email support? Or will we use the forum ?
Hi everyone, our hunt for 95+ on desktop ( I have 96 now 😉 ) and 90+ on mobile ( I have 75 now 🙁 ) goes on.
I just found out a way to detect critical above fold css and inline it. And I put all other css in the footer. I got desktop score of 97 and mobile score of 92.
But, there’s a problem with it, there’s a flash of unstyled content (since the main css files are at bottom, and if we move that to top we’ll get render blocking warning).
So anyone who can help me and then everyone reading this thread get rid of that flash of unstyled content? 🙂
Desktop 97 and Mobile 92 coming soon, if this one gets solved. 😛
Hi,
Thanks Christopher!
@tobexmastermind Unfortunately you can’t use the jetpack mobile theme feature as this is not working.
We have also stated this on our documentation: https://forum.tagdiv.com/how-to-manage-the-mobile-theme/
Sorry about this!
Thanks
Hi,
Thanks Christopher!
@frasercarly89
For this http://screencast.com/t/pOUAJQi6zZ you have to follow this guide: https://forum.tagdiv.com/how-to-manage-the-mobile-theme/ and deactivate the Mobile Theme.
I have checked your site and found that you it is very slow. You should consider optimizing your images as they slow down page speed as noted at this test I made using Google’s PageSpeed Insights: http://screencast.com/t/pZF2PK63D also on your site: http://screencast.com/t/eXVkKjDS
Check this guide, part 3 Optimizing Images: https://forum.tagdiv.com/how-to-make-the-site-faster/ or search the forum to finding the best ways to do this: https://forum.tagdiv.com/topic/pagespeed/
Thanks
You don’t need to use WP Touch with the theme since it is responsive by design, meaning mobile users already see a mobile-friendly version. You should check with the WP Touch plugin developer for compatibility.
There is no real reason to add both the Jetpack mobile feature, a mobile plugin, when the theme already serves a mobile version. That plugin is primarily for “old” sites which don’t have responsible mobile ready designs.
Hello, I activated a mobile plugin (WP Touch) for the site, but it’s not working. Instead it shows the home page short codes. In another case, it shows just the home page (with no content) when I activated JetPack’s mobile feature. It seems the responsive feature is conflicting with the plugins. Please, how do I override it. Thank you
Hi, I’ve set header style 3 (full width logo) + menu.
Then I choose a sticky menu (always or snap).
Now on mobile the menu is sticky, but the logo is not following it as for Style 1. Is it supposed to work this way or is it a bug?
Thanks
“Force SSL” can cause loop issues.
Ideally you should set redirect option in your .htaccess file if running Apache
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
Google wants ALL pages on a website to load via https, not just home page, as post pages are what mobile users follow from social media shares/links, and more likely found in SERPS, etc.
For the near term, Google is expecting a “transition period” … so, you will be fine if
a) you have changed your default wordpress structure to https (e.g,. via wp-config.php)
b) *all* your canonical links now say https://yoursite.xyz
c) you have SSL cert or pages loaded from CDN with SSL, so lock engages in browser; Chrome will do better job of warning about insecure pieces than Internet Explorer
d) you update your sitemaps with Google
e) setup 301 redirect schema from http to https (as in my example, or similar)
f) you put in a “site change of address” with Google to TELL THEM that the site is officially now https://yoursite.xyz and no longer http://yoursite.xyz
Hi,
You need to create and set a menu as header menu: http://screencast.com/t/h7NTPYxpx
The mobile menu is build after the main header menu so this will also work after you set-up an menu.
You can read here about how to create a menu: https://forum.tagdiv.com/menu/
You should also consider going over the whole documentation to find the best ways on how you should use the theme.
Thanks
Hi, I need help please!!!
For some reason the main menu and mobile menu are not working… I’ve been trying for 3 days to fix this issue but i can’t seem to figure it out… I am no web developer and do not have any coding skills, its my first time using WordPress. I’ve read on the forums and on wordpress forums and i think i’ve managed to do everything i should of done for it to be able to work. My site is http://www.fmxmag.com if you can please take look…
pls refer to the attached snap.
The mobile theme is deactivated.
you can see the visual composer plugin settings so that shouldn’t be an issue either.
i don’t work on JS so don’t know if that’s an issue, still.
deactivated all plugins, other than VC and did all that you listed.
no improvement.
i used this theme and the mega menu successfully on another site, so i’m sure nothing wrong in how i create the menu.
Could you pls look into the matter again and help me out.
hi,
The mobile menu it’s build based on the header menu, you can modify this if you like to add the top menu after it, you can find the code here: http://screencast.com/t/IWRRbscy3
Unfortunately this means custom work and we cannot offer custom work at this moment as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Thanks for understanding!
hi,
The top menu doesn’t appear on mobile screens because it’s set to be hidden, you can change this and set it to be displayed via css, like this: http://screencast.com/t/cqcCAz8pu
@media (max-width: 767px){
.td-header-menu-wrap {
display: block !important;
}
.affix .mobile-logo-wrap img {
height: 100%;
}
.mobile-logo-wrap img {
height: 100%;
}
}
Thanks
Hi – the topmenu on my site does not appear on mobile devices – can you please help?
My site is here: http://skatamal.is/
thank, gp
Hi,
Menu’s alignment is set from header.php file, you can change the top menu location by moving this line locate_template('parts/menu-top.php', true); and add it after the header menu for the style you want to use, like this: http://screencast.com/t/l0f8ud7l
From my example you will get this result: http://screencast.com/t/I8NVJyDA
Note that this will move the top-menu on all screens after the header menu so it would be better(if you only need it in mobile screens) to use this css to set it to be displayed only for mobile screens:
.td-header-menu-wrap {
display: none;
}
@media (max-width: 767px){
.td-header-menu-wrap {
display: block;
}
}
Thanks
Hi, is there a way to show Top Menu under Header Menu in the same lateral tab?
I’ve got many links ans I didn’t want them to appear on top on mobile devices (as here via css).
Thanks
Just wanted to confirm, I’ve got my mobile landscape viewing the way I’d like now.
Thanks!
When the Article is fully loaded, the sticky menue does work on mobile devices. We tried switching off Plugins without success. The js errors are caused by ad-scripts … without these scripts there is no change to our our problem with the sticky menue … i really have no idea what to do.
Hi,
@tms
Please deactivate the mobile theme to fix the shortcodes issue: https://forum.tagdiv.com/how-to-manage-the-mobile-theme/
Also please make sure you have installed the Visual Composer plugin right following this guide: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
The mobile menu and the mega menu work based on js and I have found all this errors which could generate this, in your console: http://screencast.com/t/jgtCSvbd
Please make sure you deactivate all plugins including cloudflare and cache you use, leaving just the Visual Composer active and empty all cache then purge files and check this again, also look for errors in the console.
Both mega menu and mobile menu work fine, I have tested this using the latest theme version and found no issues with it.
Also make sure that you set and use the mega menu right: https://forum.tagdiv.com/how-to-use-the-megamenu/
Please let me know if this helps!
@aces231 Please send your site’s URL so I can inspect this.
Thanks
I’m noticing through the custom Mobile CSS in VC, I have been able to do a decent job of controlling the portrait layout of the (iphone 4), but my landscape view (iphone 4) looks terrible, and needs similar adjustments yet.
How can I target revisions specific to the (iphone) landscape view?
Similar to the portrait/landscape variations of iPad, would love to see tagDiv incorporate something similar for mobile/phone/iphone (apologies, not really sensitive at this time to how the phone devices are grouped or referenced).
Thanks!
BTW, I disabled all plugins, put cloudflare into development mode, and flushed/purged all cache. Mega menu and mobile menu still not working. In mobile I am only getting the option to http://www.mydomain.com# (# symbol next to it taking you home always) no dropdown menu exists.
Besides cloudflare, I am also using SiteGround SuperCacher and Memcached.
I have no idea what is going on. Please help me. http://goo.gl/TlcMwf Thank you!
FYI…
the only way to get a “perfect” score with PageSpeed Insights is to custom build a lean layout with few photos and css custom loading in steps for a) above the fold, b) after load; this is very complex and not suitable for sites with complex if/then/else customization front ends or page builder apps due to all the bloated code necessary for serving different masters. Any site which loads most of the CSS and related styles to get the page to render properly will end up getting an optimization warning, because the page is not custom built to render above the fold before the lower content. If you can hit 90+ on your desktop score and 85+ on mobile, you can live a happy life and not stress over it.