- 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
Hello,
The mobile theme plugin is already included in the theme package you download from envato: https://www.screencast.com/t/qnH713I5aYA (you must download the full theme package, not just the install zip)
Thank you!
Hello slider1990,
Furthermore investigation, I notice that you are using a background image for your search page on mobile theme which is not loaded on https, like this -> https://www.screencast.com/t/yJWri3J3 This image can be loaded from Theme panel->Mobile theme, like this -> https://www.screencast.com/t/9tr4LwR9 You should change the image with another one which has https and the problem should disappear.
Thanks for the message!
Hello,
The mobile theme footer can only be handled through css. It is a predefined style and it has no settings fort it.
If you want to remove the about us and social widget, please use this custom css in the mobile theme settings custom code section:
.td-mobile-footer-wrap{
display:none;
}
Thanks.
Hello Sebastian Escobar,
Do you want to show the author box in mobile mode? Try to use the code below and place it in Theme panel
-> Custom CSS area.
The code is ->
@media(max-width:767px){
.author-box-wrap.Maricel7{
display:block!important;
}
}
If is not what you mean, provide more details.
Thanks for the message!
Thank you Simion,
it took me only a small change in the child theme!
1. added register_nav_menus in functions.php
2. changed ‘theme_location’ from ‘header-menu’ to ‘header-menu-mobile’ in /parts/menu-mobile.php
This is really one of the best themes,
Thank you!
Hi,
The mobile theme can be activated for all the website or not at all. In order to have a different main menu you have to activate the mobile theme. You cannot have only the alternative menu active. If this plugin is not active, the same content from desktop will be displayed on all devices including the menu, adapted for the smaller screen size.
This is where the menu that is used for mobile, without the mobile theme active is defined
– https://www.screencast.com/t/wNuyrr32uoD
Thanks
Hello,
If you use the mobile theme plugin, then you need to also add the css in the mobile theme section of the theme panel: https://www.screencast.com/t/BLP5QVX91v4s
Thank you!
Hi Team,
I am using AMP plugin on newspaper theme.in this plugin I have a designing option for mobile version can I use it or else there will be any conflict with your mobile plugin, please suggest
Hi do you have link to download the mobile theme plugin?
1. is it possible to display my Text Logo and Text Logo Tagline on my Mobile Theme-above Latest Articles? I can’t find this address in Documentation. I search Forums but all I see is several on How To delete it..
Thanks
Nice, I didn’t know of the Mobile Theme plugin!
I just tried it: would it be hard for me to modify it in order to just let me use the mobile menu feature and not all the other features? Because I like how the Newspaper theme adapts to mobile, and I’d like to keep it like that… I just need a separate menu for the mobile
I’ll look into it, any hint will be appreciated!
Ps. Please note that I’m also using the free polylang plugin, so I’ll actually have 2 mobile menus (ita – eng).
Maybe the easiest thing would be just creating a new menu position for when Newspaper is loaded on a small screen?
Thank you!
Hi,
Now you just have to select that menu in Theme panel->Mobile Theme
– https://www.screencast.com/t/TUB7mNjQh0
You can find more information about the mobile theme here – https://forum.tagdiv.com/the-mobile-theme/
Thanks
Hi,
What I meant to say was that the mobile theme is using it’s own predefined template for the elements displayed, including the footer section. There will always be the same footer displayed, regardless of what you have on desktop, where you can customize the footer content or have predefined content in some footer templates. This is meant to make the mobile theme as light as possible and with good performance.
Please try this code to hide that text, just enter it in Theme panel->Mobile theme->Custom Css
.td-footer-description .block-title {
display: none;
}
Thanks
Thank= you, Catalin. I changed all the /no-thumb images to be a dark blue color but they are still not appearing on the mobile version of the site using the mobile theme. See this pic:
http://media.altimac.com.s3.amazonaws.com/images/obits-mobile3.png
I think I am confused because since I am using this CSS:
@media(max-width:767px){
.category-obituaries .entry-thumb{
display:none;
}}
that should hide the thumbs or their placeholders no matter what, correct? I am not understanding why the first three posts are showing with the narrow gradient (which I do want to have there), but the rest of them below that are not the “top three” have no placeholder at all. Logically, wouldn’t each of them have a tiny gradient there also? Is the gradient generated by CSS, so that it it not actually an image? Sorry to be a pain, I am just trying to make this view optimal for obituaries. For the other categories and the featured page, it really doesn’t matter so much, but we can’t show pictures of dead people with their faces cut off ;-(
Thanks for the reply, the code snip above actually worked a bit, I placed it in the mobile theme functions and everything works as far as I can tell, the only thing I can’t figure out is how to get it on the front page.
Thanks for the reply though! I hope you guys keep updating that mobile theme as it is fantastic!
Nate
Hi,
Unfortunately this is no easy task and there is no easy solution I can provide to make the mobile theme support custom post types. Maybe this feature will be added in future theme updates, but I could not say for sure when this will happen. If you would like to implement something like this, it would require proper coding knowledge and probably a lot of work.
Thanks
> If you are using the mobile theme you can create a menu and use it only for mobile devices
So you say that I can have menu_A for the desktop users and menu_B for the mobile users?
That would be a solution.. But I can’t really find how to do it… I just created the new menu.. now what?
Thank you!
Hello Sebastian Escobar,
Please keep in mind that you can do this only if you will use the mobile theme. In the panel you will have the option from where you can choose what type of menu you want to be displayed in your mobile mode, like this -> https://www.screencast.com/t/Wmcs3dUlVv
Thanks for your understanding!
Hi,
When using a smart list on mobile, you can only have one ad for the smart list
– https://www.screencast.com/t/R6o9lvbXP
If you would like to display the article ads, maybe this topic will give you the information needed
– https://forum.tagdiv.com/topic/article-bottom-ad-not-working-on-smart-lists/
There you will find what file from the mobile theme needs to be modified and how.
Thanks
Hi. Well i don’t think this is the best approach to solving this issue, because when I bought the theme, there was mobile theme included with it, so I assume it supposed to work properly with all footer templates.
This is how it looks with footer template Style 2 on mobile theme: https://ibb.co/e19fd5
There is only the logo, no popular categories and no popular articles. The text under the footer logo means ABOUT US. And it is the ABOUT US string from translations page.
1) This string does NOT appear on desktop version, so I assume this STyle 2 should not show this string in a mobile theme version either.
2) I switched to Style 1, and now I can see the same string on desktop as well, but no text – the text is added at FOOTER TEXT field.
I think this should be somehow merged together, or so, as there is no point of including the string ABOUT US if there is no text in FOOTER TEXT field. Just an idea.
Could you please provide a solution of removing this from mobile theme? Thanks!
Also I think I will open another topic about the problem with Cache and mobile phone theme, as it keeps changing to desktop version for some reason… I like consistency 🙂
Cheers
-
This reply was modified 9 years by
MamasLT.
I put this code into the Custom CSS area of Theme Panel:
a {
color: #1896f4;
}
It’s changing the link color on desktop, but not on mobile. I cleared website data from my iPhone when I checked. Do I need to add custom CSS just for mobile link color, too?
Thanks in advance.
Hello I am in need of some assistance, I have the mobile theme plugin installed which I greatly like but I need all of my custom post types to display on it as well.
I have added this line to the mobile theme’s functions but no luck:
//post query
function my_post_queries( $query ) {
// not an admin page and is the main query
if (!is_admin() && $query->is_main_query()){
// query the home page
if(is_home()){
$query->set(‘post_type’, array(‘post’, ‘yt’, ‘wft’, ‘radio’));
}
}
}
add_action( ‘pre_get_posts’, ‘my_post_queries’ );
//add to theme cpt
function namespace_add_custom_types( $query ) {
if( is_category() || is_tag() && empty( $query->query_vars[‘suppress_filters’] ) ) {
$query->set( ‘post_type’, array(
‘post’, ‘nav_menu_item’, ‘post’, ‘yt’, ‘wft’, ‘podcast’, ‘external’, ‘radio’
));
return $query;
}
}
add_filter( ‘pre_get_posts’, ‘namespace_add_custom_types’ );
//add custom post types to main blog
add_action( ‘pre_get_posts’, ‘add_my_post_types_to_query’ );
function add_my_post_types_to_query( $query ) {
if ( is_home() && $query->is_main_query() )
$query->set( ‘post_type’, array( ‘post’, ‘yt’, ‘wft’, ‘podcast’, ‘external’, ‘radio’ ) );
return $query;
}
I hope someone can help!
That worked perfectly, I have another issue on my mobile the content seem to be at left side and there is small gap at the right side https://www.screencast.com/t/U1yOVfsexr2
About the header I was asking was That I am using uber menu to create that navigation bar will newspaper default theme menu able to provide like ubermenu ?
Thank you. Bogdan. that did the trick. It does make me concerned though that since this is a newspaper theme, and newspapers often contain hundreds of pictures of faces in every edition, are there any plans to allow for a more standard 4:3 aspect for these images? I understand that you are trying to make everything lighter in terms of data transmitted and load time, but if we have to completely disable the images because they are only showing the tops of people’s heads, that kind of defeats the purpose of why the theme is rendering the images that way in the first place. In any case, replacing the images with the gray gradient shown in
http://media.altimac.com.s3.amazonaws.com/images/obits-mobile2.png
is working. Is there any way to insert the same kind of gradient placeholder for the remainder of list of posts? I have inserted one in that screen grab as a model. Again, thank you and I realize this is beyond the scope of your support, so I trulyy appreciate your assistance.
Hello! Thanks for perfect theme! I love it!
I have 2 questions:
1) When I see footer text, I see some text which I am not written. Please, see picture. I is like a bag. https://yadi.sk/i/olnLsA9_3H6qoR
2) I installed a menu in the mobile theme. But when I go to the mobile page with reviews, what I have created, it is empty (http://psiholog.help/otzivi/), and the main menu items are not clickable (there is no transition to these pages), although everything is good in the desktop version. What am I doing wrong? Can you check my site thought mobile?
Thanks for help!
Best regards, Natalia