- NewsmagTheme colors introduction
- NewsmagSmart list ads
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagHeader ads
- NewsmagSmart sidebar
- NewsmagSharing buttons
- NewsmagCategory tag on modules/blocks
- NewsmagBackground introduction
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!
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?
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,
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,
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.
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).
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.
Hello sejpost,
Notice that the Mobile Theme has a specific Ads section which the Ads should have to be added, like this -> https://www.screencast.com/t/bNjyMrDaWjWI
Thanks for your understanding!
Hi,
If you use the optional mobile theme plugin, the mobile version will be different
– https://forum.tagdiv.com/the-mobile-theme/
This plugin is not necessary, if you deactivate it the same content you have on desktop will be displayed on mobile. So you can deactivate and there will be no problem.
Thanks
Hello Topadmin,
If you want to add an HTML into a page when you are using the Mobile Theme, you should add the code in the Mobile Editor from here -> https://www.screencast.com/t/yoeUUVseqSVV
Thanks for your understanding!
Hello.
I’m using the mobile theme plugin and I’d like to add a div to certain pages (home and posts) so I’m wondering if is it possible to edit files to achieve this.
I’m working with a child theme.
Could you point me in the right direction?
TIA
thank you for answering.
You are right.
When I deactivate the mobile theme plugin all the problems I mentioned disappear.
However, another problem arise, homepage(front page) crashed.
I don’t think it’s responsive.
If you need photos, let me know how to upload image from PC.
Hi,
Please deactivate the mobile theme plugin and the footer will be the same as for the desktop.
Without mobile theme a lot of your problem will disappear.
Thank you for your understanding.
Hi,
If you have mobile theme activate you need to create a special content for the mobile deice ( https://www.screencast.com/t/eyqyjVNW ) ).
Thank you.
Hello ghostmi,
If you want to affect the mobile version of the theme you should use the @media queries with your custom CSS code.
Check the documentation from here -> https://www.w3schools.com/cssref/css3_pr_mediaquery.asp This task involves doing such additional customizations and we cannot provide something like this at the moment, sorry!
Thanks for your understanding!
Hello espedfk2,
Unfortunately, the theme does not have any such a support for Mobile Theme customization, sorry! If you want to affect the mobile theme files, you should edit the theme core files from mobile section and if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide additional customization at the moment, sorry!
For more information about the mobile theme, please check here -> https://forum.tagdiv.com/the-mobile-theme/
Thank for the message!
Hi there:
I have been looking around about the Mobile theme customization and i could only find how to change or add categories, but I was wondering if there is anyway to change the block style of the articles shown. to be honest it would be awesome if all of post would look like the featured posts in the demo (the ones that are on the Main Grid)…any option to do this?
Hello Aleksei Kopaev,
Unfortunately, the theme does not have any such an option for this, sorry! Please notice that the mobile theme has a certain style and layout for mobile devices, which when is used, will ignore the cloud templates used on the homepage.
Thanks for your understanding!
Hi,
In order to show the top bar menu on mobile terminal please add this custom css in Newspaper>Theme panel>Custom code > Custom css
@media (max-width: 767px){
.td-header-top-menu-full {
display: block;
}
}
https://www.screencast.com/t/93rdYiiLJb
Thank you.
hello, thanks for the reply, I saw that in the path wp-content/themes/Newspaper/mobile/ there is a mobile theme …. in this folder is not present the responsive version of the theme?
I thought about this, and then I wonder if I can add a new personal area at the top of the site responsive mobile version (not the mobile plugin).
in this case I ask which page (example: wp-content/themes/Newspaper/mobile/header.php) should I change?
I hope to erremi explained well 🙂
thank you