- 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
Hello, I am wondering where I can change the mobile view of a certain block.
For example Block 2 uses module 2 and 6 in mobile view but I would like block 2 to show with css from module 11.
How can I change that?
Thank you so much
Chriss
So I shouldnt worry what google search is saying about my site not being mobile friendly?
Will affect my SEO.
Where in the dashboard menu is the option to disable mobile Log in?
Thanks
The mobile theme has its own design. If you want your homepage to be the same on desktop and mobile, then deactivate the mobile plugin. After all, the theme is responsive.
Hi there, I seem to be having an issue with the mobile theme. I have it installed, but the styling is not taking affect when I view on mobile. I look at the homepage, and it using the default mobile styling, however if I click on (some) posts or archive pages, it is showing the mobile styles.
Please advise.
Hello, I have designed a special home page with the WPBakery Page Builder plugin, but when I activate the mobile plugin, it only shows me the last entries. Already configure in the options that the home shows me a presonalized page, but I do not know how to do the same with the mobile plugin.
Hi,
Try it like this, enter the code here this time – https://www.screencast.com/t/qtu5WAwgmW
@media (max-width: 767px) {
#td-header-menu .td-icon-mobile:after {
position:absolute;
content:'menu';
font-size: 18px;
bottom: -15px;
left: 10px;
}
}
That should work. Let me know.
Hi,
It’s look like you have the mobile theme set for desktop.
Please try to investigate/clear the cash from host, plugin cash, and try again.
Thank you.
Hi,
Menu query fires twice, once for desktop and ones for responsive ( mobile devices ); the menus are displayed depending on the device you are using..
Thank you for your understanding.
Hi,
I don’t quite understand what you want to do. Indeed when the mobile theme is active the sidebar is not displayed. If the mobile plugin is inactive, the sidebar appears below the main content in posts for example.
Some examples and more details about this would be very helpful, maybe it is possible.
Thanks
Ah that’s a shame. Are you planning on adding a analityics/js code area to the mobile theme because you say for the moment?
Hi,
Test with the tool and follow the recommendations, some more topics I found and could be useful
– https://support.google.com/webmasters/answer/6153277?hl=en
– https://kb.yoast.com/kb/fix-blocked-resources-google-search-console/
– https://mor10.com/robots-txt-might-be-ruining-your-mobile-friendly-ranking-with-google/
– https://www.ostraining.com/blog/general/google-mobile-robots/
– https://moz.com/blog/why-all-seos-should-unblock-js-css
Thanks
Hi,
That is because you use the optional mobile theme plugin. If the mobile plugin is not active, mega-menus will show as a drop down menu. If the mobile plugin is active they will not be converted to drop-down menus.
So you could deactivate the mobile plugin and the mega-menus will be displayed as drop down. Similar to the live theme demo on mobile.
Thanks
Hi,
Pressing the search icon returns javascript errors from what I can see, each press generates the same error
– https://www.screencast.com/t/gFhctdwMKvb8
I tested on mobile, seems that after trying to use the search and pressing the icon a few times, I cannot scroll down, the website freezes.
Usually these conflicts are caused by plugins, theme modifications, code additions to the theme files,through a child theme or in the theme panel.
You could investigate these one at a time, try to remove custom code or scripts, deactivate all plugins except the theme plugins, deactivate the child theme etc.
I solved this with If Menu plugin:
https://wordpress.org/plugins/if-menu/
I make some menu items only display on Mobile device.
But it would be easier if I could just have a Desktop menu and a Mobile menu and then select those in the Newspaper settings. I have had other themes that do this đ
Hi guys,
I’m hoping to set the height of my sidebar (td-pb-span4 td-main-sidebar) to 100% so that I can make the element sticky on mobile where the smart sidebar does not work.
It appears the sidebar height is automatically made to the height of it’s contents, but setting td-pb-span4 td-main-sidebar to height:100% doesn’t make it any taller.
How can I do this?
Thanks
That would require to detect mobile as well. Both solutions require that mobile is detected.
I made a quick test with the WordPress function mentioned above
– https://www.screencast.com/t/jO9ZU21QO
So if is mobile show a number of products, if is not mobile show a different number, seems to work in my tests.
I get 9 products on desktop – https://www.screencast.com/t/iecjqw9FR
And 1 on mobile, as I set it – https://www.screencast.com/t/amrPLBemg
Hi,
For theme mobile you need to add the code right in theme file, go in Appearance> Editor in the file go in mobile> header https://www.screencast.com/t/uodLodoGSBb
Thank you.
Mega-menus with sub-categories will be displayed as a simple drop-down menu on mobile.
but in my website they never appear why?
check it please:
https://www.khatwh-le7lmk.me/
Hi,
The mega-menu will not appear on mobile, same as in the live theme demo if you check with a mobile phone
– https://demo.tagdiv.com/newspaper/
Mega-menus with sub-categories will be displayed as a simple drop-down menu on mobile. The functionality of the menus will be different on mobile than on desktop.
Thanks
Hi there,
I need to add this code on every page just before the body tag.
<script async defer src="https://widget.getyourguide.com/v2/widget.js"></script>
I placed the code in the theme panel analytics/js code. That works for the desktop, but not for the mobile theme. Where do I place the code for the mobile version of the website?
Lets say I don’t want to show that 1 product per row on mobile, but keep the default 2. Is there an easy way to edit the total number of products per page for mobile so that there’s no single product on the last row of each page?
Thanks!
I see the code you use, but I don’t know of an easy way to detect device used and make cases to display products accordingly.
You could search online for some ways to detect when a mobile is used and in that case display one product per row.
Maybe try with this and make some tests
– https://codex.wordpress.org/Function_Reference/wp_is_mobile
Hello jonathan24,
Notice that our theme has the Smart Sidebar functionality as you can read in our documentation from here -> https://forum.tagdiv.com/smart-sidebar-2/ Regarding the mobile version, we do not have any such an option for smooth scroll, sorry! At the mobile version, the Sidebar does not exist.
Thanks for your understanding!
Hello
I wonder why maga menu doesn’t appear in mobile?
Would you please help me?
No need to activate the mobile theme. I tested the code again, seems to work
– https://www.screencast.com/t/jqf03wKq3BO
However it would be best to provide a link to your website so I can test there, for a more accurate solution.
Also mention if the solution would be in the right direction, or you are looking for something else.