- 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
- TutorialsFrom WPBakery to tagDiv Composer
- NewsmagSmart list ads
- NewspaperNewspaper theme documentation
- NewspaperBest Of Forums
- NewspaperCache plugin – install and configure
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagHeader ads
- NewsmagSmart sidebar
- NewsmagSharing buttons
- NewsmagCategory tag on modules/blocks
Of course. I know that. But the Footer ad, Smart list ad, Loop ad, Article bottom in mobile are not working
Hi,
Please be notice that if you are using mobile theme you need to add the ads in mobile ads ( https://www.screencast.com/t/vdxXdsmtGf ).
Thank you for your understanding.
Hello,
If you want to remove the top header container for mobile devices, you need to use the code below and place it in Theme panel -> Custom CSS Area.
@media(max-width:767px){
.td-header-menu-wrap-full{
display:none;
}
}
The result is here -> https://www.screencast.com/t/CHUijlH4
Thanks for your understanding!
thanks alot
but if I need only to convert top grid style
https://prnt.sc/l77rcd
you told me:
just select those grids with 3 boxes in the td composer and experiment with them by selecting the mobile tab of the element (see http://prntscr.com/l78250).
Would you please explain more what do you mean by select with 3 boxes, how I can do that?
Hi Catalin,
I’m using a child theme with custom functions.php where the following was added in order to show 3 products per row + sidebar on desktop instead of the default 4:
function new_loop_shop_per_page( $cols ) {
// $cols contains the current number of products per page based on the value stored on Options -> Reading
// Return the number of products you wanna show per page.
$cols = 15;
return $cols;
}
// Change number or products per row to 3
add_filter(‘loop_shop_columns’, ‘loop_columns’);
if (!function_exists(‘loop_columns’)) {
function loop_columns() {
return 3; // 3 products per row
}
}
The thing is – the number of products per page on mobile also changed to 15 and so the last row on every category page contains only one product.
Hi,
Actually no blocks or page builder elements will appear on mobile if you use the mobile plugin.
What is most important to remember when using the optional mobile theme, is that you will have to create two versions of each page
– https://www.screencast.com/t/lpTRoKszPO
For example a page you build in the tagDiv composer will be empty on mobile, unless you add content in the mobile editor
– https://www.screencast.com/t/NwNZmgZbnPC
There you can enter simple content to display on mobile.
If you do not want this, and want to display the same content from desktop on mobile, deactivate the optional mobile theme.
Please let us know if you have more questions.
Thanks
Hi.
First of all, I wonder if I can add comments count to one module (#6).
If you could help me with the css, I’d also prefer the comments count appear only when there is one or more (show nothing when there is 0 comments).
And one last question: Is it possible to add comments counts to latest articles list of Mobile Theme?
Hello DaveS,
At the moment, if you will check our demo preview with Woocommerce template, on mobile will be displayed two images on the row, which looks great, as you can see here -> https://www.screencast.com/t/PeKK67UjCO7j Notice that template was custom made. Provide your website URL so I can take a closer look at it on the mobile version.
Thanks.
Thank you. With the suggested plugin I solved part of the problem. Still have a problem. I don’t know why but the Footer ad, Smart list ad, Loop ad, Article bottom ad are not working on mobile. Just the top ones
I want to tell you that when I added category called featured with post on it
the mobile page is not like desktop one why??
For example: On desktop I had 4 products per row (I think that’s by default) and was able to successfully change it to 3 products per row using the suggested code in functions.php. I changed the total number of products per page to 15 (3×5).
But on mobile, there are 2 products per row by default. After changing the total number of products per page, on mobile there’s 1 product on the last row of each page. This doesn’t look nice.
Any ideas how to change the total number of products per page on mobile or how to switch from 2 products per row to 1 product/row on mobile? Both are possible solutions.
Thanks!
This solution works only for desktop: https://wordpress.org/plugins/woocommerce-products-per-page/
How about changing the number of products per page on mobile?
ok but in mobile theme alot of blocks in page disappear so u tell me that
just select those grids with 3 boxes in the td composer and experiment with them by selecting the mobile tab of the element (see http://prntscr.com/l78250).
would you please explain more what do you mean by select with 3 boxes, how I can do that?
Hi,
Please see the screenshot from mobile screen. The footer background is appearing in white colour. However, I have set it to dark grey.
http://www.screencast.com/t/bbapzBFH
also the bottom footer desktop screen is also appearing in white colour.
Please help fix this issue.
Thanks
Hi,
Seems there is an issue with the share and like button and the mobile theme. When the share buttons are disabled in the theme panel, the like button is also disabled. I have added the issue on our list and it will be fixed.
I can give you a solution, it will require you to remove all the code from this file
– https://www.screencast.com/t/zZksNQmO
With this one – https://pastebin.com/0GYLPrtV
I have made some tests and it the result is as expected
– https://www.screencast.com/t/Ms6cI1CuM
Sorry for the inconvenience, the issue will be fixed as soon as possible.
Thanks
I need to put mor than one add at top into mobile theme. Because a with a gif I cannot make the frame linable, can I use the sider revolution to do that? What code can I write into the add space?
I am using mobile theme plugin
but still not appear
Hi,
I have an Element wich i want to be visible one desktop view, but disable at mobile.
I saw that it is possible to set the display to hidden with TagDiv Composer, but that leaves me with a blank area wich is unwanted, i don’t want it to be hidden, i want to set it to none.
This way you could show different elements to different device.
Could i change this myself or is it possible to make this a feature request.
Hi,
Your mobile menu will appear only after full load of web page, and if you have a slow connection on internet will take some time.
Please try with mobile theme https://forum.tagdiv.com/the-mobile-theme/
Thank you for your understanding.
Thank you for your understanding.
Hi,
I don’t quite understand the problem you are referring to.
If you refer to menu please make sure that you have set the same menu for desktop and mobile ( https://www.screencast.com/t/d8JEepvxTyW ).
If you refer to pagination ( https://www.screencast.com/t/3cI4foanvsRc )
Thank you for your understanding.
Ads is not displaying on pc
But only displaying on mobile
What is the problem?
Note: i did not disable it on the theme.
My site https://gossipfresh.com
That screenshot is using the mobile theme https://forum.tagdiv.com/the-mobile-theme/. If you don’t want to use the mobile plugin, just select those grids with 3 boxes in the td composer and experiment with them by selecting the mobile tab of the element (see http://prntscr.com/l78250).
Hello
I want to ask you
how I can make mobile like image?
https://prnt.sc/l77rcd
I mean as in image above each post in row, is that possible?
this is my website:
https://www.khatwh-le7lmk.me
Hello, I would like to know why with TagDiv Mobile in my site http://www.ecomesifa.it, the Facebook Like icon does not appear at the beginning and end of the article as on desktop. I have enabled only Facebook like and not share.
For mobile version of theme, menu bar takes some time to open the page. It’s been issue since I buy the theme. Is there any change do I need to perform to get instant access to menu bar.