Search Results for 'mobile'

Results from the Forum
andreasj
Participant
#0

Hi do you have link to download the mobile theme plugin?

Sebastian Escobar
tagDiv Member

Hi, for example this page: http://chilecientifico.cl/chilecientifico/2017/04/12/videos/
in mobile view, I can see admin box at below.
This don’t show in desktop, because I have the specific style:
.author-box-wrap.Maricel7{
display:none;
}
But I can see it in mobile, look a sample here (I can’t send a url of a mobile view): http://chilecientifico.cl/chilecientifico/mobile-view.jpg

mikatagahara
Participant
#0

Hello,

i have problem, my featured image doesn’t show on dekstop. but it’s fine on mobile.

my site tribratanewspoldajateng.com

thanks

mayaguez
Participant
#0

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

alpaca
tagDiv Member

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!

Simion C.
tagDiv Staff

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

Simion C.
tagDiv Staff

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

Gil Poulsen
tagDiv Member

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 ;-(

nateb2127
tagDiv Member

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

Simion C.
tagDiv Staff

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

alpaca
tagDiv Member

> 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!

Nano
tagDiv Member

Hi Catalin,

Thank you for reminding me TOS of TagDiv again.

Yes, I am aware that I should hire a freelancer/developer to give me three lines of code that Bogdan has already given me above. Previously, I had forgotten to ask for the mobile version, so he couldn’t provide me the code.

Anyways, I understand. You must have already warned Bogdan as well not to continue helping like this by going beyond the normal work standard as it provokes users to ask for more. Yes, I do understand.

Thank you

Catalin
tagDiv Staff

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!

Catalin
tagDiv Staff

Hello Natalia,

Here is talking about About Us section. If you want to remove it, you should use a bit of CSS code.

The code is ->

.td-mobile-footer-wrap .block-title{
display:none;
}

I have inspected your website and I did not saw any problems with your main menu on mobile devices. Provide some useful screenshots so I will be able to provide a more accurate response.

Thanks for the message!

Simion C.
tagDiv Staff

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

MamasLT
tagDiv Member

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.
travisnw
Participant
#0

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.

nateb2127
Participant
#0

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!

Sebastian Escobar
tagDiv Member

No, this don’t work.
I also tried with the last author box, because I hide the admin author’s box with:

.author-box-wrap.AdminName{
display:none;
}

and now with


@media
(max-width:767px){
.author-box-wrap.AdminName{
display:none!important;
}
}

It does not work either.
I still see the admin author box in mobile.

suprim
tagDiv Member

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 ?

Sebastian Escobar
tagDiv Member

Well, I was thinking if I duplicate the main menu and assign the new main menu to mobile…is this possible? Where can I assign a new custom menu as main menu to mobile?
I ask this because I think the solution would be to create a drop-down menu to my first item menu “Areas” with the subcategories in sub-items in drop-down.
In this way the user of mobile could access to subcategories in a clean way
I hope your help.

Sebastian Escobar
tagDiv Member

Thanks you very much. I will see the css, this is a great help.

I know now the mobile editor is only for pages and can edit widgets or other elements only without visual composer, and copying the code from backend editor. This is not explained.

Thanks you for all!

pablojmelian
tagDiv Member

ok now is working but if we active the pluging contact form 7 dosnt work the menu in mobile

http://www.brandtenders.news

Gil Poulsen
tagDiv Member

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.

Raduisebya
Participant
#0

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

Viewing 25 results - 32,351 through 32,375 (of 41,416 total)