- ApiUsing the Theme API in plugins
- ApiPractical example – How to add a new Block and Module
- ApiAPI – Smart Lists – Introduction
- ApiAPI – Category top section style – Introduction
- ApiAPI – Category top section template – Introduction
- Apitd_api_module::update
- Apitd_api_module::add
- ApiAPI – Modules – Introduction
Hi,
That + should appear only when there are too many icons to be displayed in a single row, or there is not screen space to display them all This will also be depending on style chosen in the theme panel, if a style with text is selected there would be this result
– https://www.screencast.com/t/GkrYJdIy1w
Or just icons with this result
– https://www.screencast.com/t/foM1fWv9Ear
If you select mobile sharing socials drag and place them last in the list, they will not show on desktop only on mobile.
Thanks
Hi,
If the mobile theme plugin is active, pages built with the composer will not be displayed. Content for mobile pages has to be entered through the mobile editor
– https://www.screencast.com/t/j4yYFxvQq46D
Note that the mobile theme is not a required plugin, it is meant for users that want to display a different lighter version of the website on mobile. It is built for improved performance, composers cannot be used on mobile pages.
If you want to show the same content from desktop on mobile, simply deactivate it. There will be no problem, the main theme is fully responsive and it will adapt for each device.
Here you can find more about the mobile theme functionality
– https://forum.tagdiv.com/the-mobile-theme/
Thanks
Hi,
I have mobile theme installed. I just realised that while the posts are fine, my pages does not load any content, only the title (terms of service, refunds policy, etc. – you can find it in the footer). The page loads fine in the laptop browser, but not in mobile.
Please let me know how to rectify this. Thanks.
eg.
https://ecomism.com/terms-of-service
https://ecomism.com/affiliate-disclaimer
Hi,
That is how columns are set to display responsively, they will drop one below the other. On mobile they will likely not look properly in such a small space. If absolutely required there could be a way. First set a custom class for the row containing the elements
– https://www.screencast.com/t/6yw6ZJkQ
Then based on that custom class manipulate how the columns display on mobile, with a custom code like
– https://www.screencast.com/t/DdF0U56x
This is the code used in the example, it will work on rows split in 4 like you are using
.myclass .td-pb-span3 {
width: 25%;
float:left;
}
It should be entered in Theme panel->Advanced CSS in the phones section, if you should consider this a solution.
Thanks
Hello,
The top grid only shows 3 featured posts. If you wan to change this implementation you can only do so by altering the theme code. Please check this topic:
https://forum.tagdiv.com/topic/mobile-theme-featured-posts/
Thank you!
Note: I was able to show the page by disabling the TD-Mobile plugin from the WP Plugins page. I was not able to activate the plugin from my theme’s plugin subcategory (using the Newspaper theme)
Hello, I hate to revive an inactive topic, but what is the code to remove the padding under the black bar on mobile for your Newspaper theme?
Thank you.
-
This reply was modified 8 years by
nigelryans.
Hi,
That is unusual, the mobile version will display exactly the same content as desktop, the filtering will not be changed in any way. Unless you use the mobile theme, then a different version will be displayed on mobile
– https://forum.tagdiv.com/the-mobile-theme/
There will be a top grid showing three posts from the Featured category, and a latest articles section below. Also there will be predefined templates for the post pages, category pages etc.
If you are not using the mobile theme, and there is a filtering problem, please provide a link to your website so we can inspect it.
Thanks
edit single.php under themes/Newspaper/mobile/
*note this fix cannot be done in a child-theme, if youre using a child theme, edit the single.php thats in the actual theme
this is what i did, see below
<div class="td-module-meta-info">
<?php
if ( function_exists( 'coauthors_posts_links' ) )
?>
<div class="td-post-author-name"><div class="td-author-by">By
<?php coauthors_posts_links(); ?>
</div></div>
<?php //echo $td_mod_single->get_author();?>
<?php echo $td_mod_single->get_date(false);?>
<?php echo $td_mod_single->get_comments();?>
<?php echo $td_mod_single->get_views();?>
</div>
Recientemente instalé el plugin tagDiv Mobile Theme en mi web site (diariocibao.com) en el tema Newspapers 8.1, pero resulta que las entradas publicadas en la sección últimas entradas, también aparecen automáticamente en la sección cuadrícula superior:que muestra 3 publicaciones incluídas en la categoría destacado. Cómo puedo configurar el plugin para que las entradas individuales de la sección de categoría destacada, no aparezcan en la sección últimas entradas.? En qué parte de la documentación del plugin (https://forum.tagdiv.com/the-mobile-theme/) se explica como se puede corregir esto)
Ingles
Recently I installed the plugin tagDiv Mobile theme in my web site (diariocibao.com) in the topic Newspapers 8.1, but it turns out that the entries published in the section last entries, also appear automatically in the section top grid: Showing 3 Publications included in the highlighted category. How can I set up the plugin so that the individual entries in the highlighted category section do not appear in the last Entries section.? In which part of the plugin documentation (https://forum.tagdiv.com/the-mobile-theme/) is explained as you can correct this)
By the way, just saw it doesn’t display on mobile theme. Is there an easy fix for that?
Hey,
I use Newspaper in my site, when I install Mobile theme plugin.. Mobile theme also show in PC.. how can i fix that.
Its show 1,2,3 now on mobile now. But would like to increase the number. like 1,2,3,4,5
Hi.
I was purchased the (themeforest-9512331-newsmag-news-magazine-newspaper) theme via Tehemeforest. My Zip files size is 32.7 MB.
When i extract this file, i see only “Newsmag-tf” folder. It does not contian the “Newspaper-tf” folder. I want use the “Mobile Plugin” on my site but it does not contain this files.
Where will i find this
I’ve set up some filters on grids by using the “Multiple categories filter”.
When viewing the site on the desktop it works great, but when viewing on mobile the categories are still being shown.
My filter settings look like this: https://i.imgur.com/5s90jCh.png
I’m using the latest version (8.6) and I’m also using the “tagDiv Mobile Theme” plugin as well.
Any suggestions to what I’m doing wrong or is this a bug?
Hello,
I’m receiving an error after activating td-mobile-theme. When checked it with previous version of Theme ‘It worked Fine’.
The error is showing just above Share buttons.
AS,
” wp booster error:
td_api_base::mark_used_on_page : a component with the ID: style2 is not set.
/home/content/a2pewpnaspod05_data06/74/41542874/html/wp-content/themes/Newspaper/includes/wp_booster/td_api.php
wp booster error:
td_api_base::get_key : a component with the ID: style2 Key: wrap_classes is not set.
/home/content/a2pewpnaspod05_data06/74/41542874/html/wp-content/themes/Newspaper/includes/wp_booster/td_api.php ”
Please help,
Bharat Deo Sharma
Hello,
@independentngr, Unfortunately, I cannot access your website because this can’t be reached.
@prismss, I have seen that you are using the Mobile Theme and also, your pages on the desktop are created with Visual Composer or TD Composer. Notice that the Mobile Plugin does not recognize the shortcodes of the page builders and that’s why your pages on mobile devices are blank. For more information about mobile theme, please check here -> https://forum.tagdiv.com/the-mobile-theme/
Thanks for your understanding!
Is it possible to somehow hide the sidebar on mobile devices without using the special mobile theme?
Currently, it falls down beneath the main content.
Hi Tagdiv!
I really love Newspaper Theme. But I noticed the featured images of our posts on the mobile homepage appears to be quite blur. May I know whether is it possible to resolve this issue? Any recommended Featured Image size so that it doesn’t appear so blur on the homepage? Thank you!
Hi,
Mobile theme folder files cannot be modified through the child theme, at the moment. If you want to make modifications to these files you will have to make them directly in the main files.
For custom CSS there is a section in the theme panel specifically for the mobile theme
– https://www.screencast.com/t/slgS78vtc2L
Thanks
Hello prismss,
I have inspected your website on mobile and the Menu items seem to work as expected, without any problems. More than that, I have inspected your source page and I saw that you have a lot of warnings and errors which can break this functionality at a certain time, as you can see here -> https://www.screencast.com/t/BWW0Uplyp Also, I have seen that you are using an old theme version and that’s why might appears some unknown issues as you can see here -> https://www.screencast.com/t/4itC7r7O Update your theme via FTP way because this is the surest method in this case -> https://forum.tagdiv.com/install-via-ftp/.
Thanks for your understanding!
Hi,
The mobile theme is not supposed to display blocks and other page builder elements. The plugin is optional, either activate it and display a simpler version of the website on mobile, or do not activate it and the same content from desktop will be displayed.
More about the mobile theme functionality in this guide
– https://forum.tagdiv.com/the-mobile-theme/
There are plans to improve the mobile theme in coming updates, more options will be added.
Thanks
Hi there!
Does mobile theme working through the child theme? Not responsive variant but mobile theme of installed mobile plugin. I’ve made the same structure in child theme as in basic Newspaper variant: Newspaper-child – mobile – style.css, changed some style there but any changes in reality. Mobile theme in virtual device (Google Chrome: F12 – Ctrl/Shift+M) uses style.css from basic Newspaper theme (in real device the same situation).
Thanks for answer!
Hello – We are having an issue where the Big Grid Style #2 is not breaking up correctly when showing on mobile. We have installed the latest update of the theme and it did not resolve the problem.
Hi Catalin,
After investigating, I solved most of the problems.
1. The problem number one was the plugin Speed Booster, doing strange effects on mobile version.
2. The second problem was the custom css. By default, the theme loads the css at the end, and that was the problem of the strange effects at loading. What I did is install a Custom CSS plugin that allows me to load the css at the beggining, and then the problem disappears.
3. The third problem, and I have not solved it yet, is visual composer. When you choose full width for a row, the row loads less width and after a second it turns to full width, producing an ugly effect. Why? This is probably a theme bug, because I checked other websites made with Newspaper and EVERYBODY has the same problem using full width rows with visual composer.
So my questions are:
1. Can you propose a new setting for the next update that allows you to chose if you want to load the css at the beggining or at the end?
2. By now, and to avoid installing a plugin for custom css, there is any code that I can use to load the css at the beggining?
3. Is there any way to solve the problem with visual composer and full width rows?
—
I want to say that most of the problems are theme bugs. Speed Booster is a plugin made by TagDiv, and it produces errors. The theme loads custom css at the end by default and you can’t change it. Finally, there is a problem with visual composer and the theme, loading late full width rows made with VC.
I would appreciate that this time you can help me finding solutions to my problems, at least at the visual composer bug.
Thank you.
Bernat