Search Results for 'mobile'

Results from the Forum
joeydekoning
Participant
#0

I’m looking to reduce the whitespace surrounding the Header Ad in the mobile theme.

I want to reduce the top and bottom padding, but I’m not sure where in the css to make this change.

How can I do this?

stuartmasson
tagDiv Member

Hi Catalin. I wasn’t providing a negative report on the design – i like it. What was confusing me was that it doesn’t work on single columns on a desktop display, but it does on a mobile (in terms of the large text behind the title text). This was confusing me and we couldn’t work out why it wasn’t displaying as expected.

Our designer decided that he preferred Block 10 anyway, so we changed to that one and are very happy!

Gil Poulsen
tagDiv Member

Thank you, Bogdan and I do have some CSS in that field already, but my problem is I can’t seem to figure out what template is used to render that post loop page when using the mobile theme. I’ve had no problem determining which template does what for desktop, but there seem to be a lot of things in the mobile theme that refer back to grids and templates and CSS rules in the primary theme directory, as well as the mobile theme directory. That’s why I am confused, unless I am totally mistaken about how the mobile theme works. And again, I am not asking you to write the modifications for me, I just need a pointer to in which section of the CSS are the rules that would need to be altered so that only the mobile post loop is affected. When I use Firebug to determine the CSS selectors, they seem to be in numerous places.

Sebastian Escobar
tagDiv Member

No, no
This is the same style I wrote above.
I don’t want to show the administrator box on the mobile.

So I took the same CSS that you sent me and I put display: none; instead of display:block!important;

But it’s still showing in mobile, and I want to hide it.
Thanks!

abgraphics84
Participant
#0

Hi, on my site I noticed a strange abnormality in the menu seen in the responsibe version (menu-mobile).
On the home page if I click on the mobile menu, everything works perfectly, but if within a category of my site or within an article and clicking on the menu, the screen shrinks (as it is set in the effect Of the template) but no menus appear.

My site has installed the Total Cache w3 plugin and I noticed that by disabling the plugin the menu is working properly in all functions.
As I set javascript load in footer and javascript minify, maybe that might be the problem. What is the javascript file that is loaded for the mobile menu? To exclude it from minify and asynchronous load.

Thanks so much

Bogdan B.
tagDiv Staff

Hello,

The code you posted removes the category description for category pages, not the menu sharing buttons. If you want to disable the mobile menu sharing opotions you can use this code:
@media(max-width:767px){
.td-menu-socials{
display:none;
}}

Thank you!

thejadedraver
Participant
#0

When setting the post templates to style 4 and viewing the website on an iPhone the featured image doesn’t appear to be resizing properly and is showing a thick dark grey line at the bottom. (See http://thejadedraver.com/news/the-prophet-wakes-man-up-from-coma/ )

The issue only appears to occur for style 4 on mobile with all other styles I have tried appearing to work fine. If I make the featured image taller then it will fill the box out however I’d prefer to keep it the current dimensions so as to not take up excessive screen space.

Do you have a workaround you could suggest and direct me on to fix this issue such as changing div height of the featured image for that style by any chance?

Bogdan B.
tagDiv Staff

Hello,

Sorry but we have not tested the AMP plugin so I cannot say for sure. We do know it works with the standard theme but we do not know if it will work properly with the mobile theme or not. Some users claim it works without issues. We have not tested this ourselves though.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Sorry but our theme does not have any ad refresh option. I’m not sure what slideshow you are referring to.
As for the more articles box, you can enable it for mobile phones using thsi css code:
@media (max-width: 767px){
.td-more-articles-box {
display: block!important;
}}

Thank you!

Simion C.
tagDiv Staff

Hi,

I have tested the code before providing it and now also, and it is working as intended
https://www.screencast.com/t/1tx5Y0Ftk
https://www.screencast.com/t/L3nIFzn5
https://www.screencast.com/t/RslZJIlTCKq6
Try clearing your cache after inserting the code, maybe this is why the code does not apply.
Also for the mobile theme not working properly, you could try the solution provided in this topic
https://forum.tagdiv.com/topic/mobile-theme-issues-5/

Thanks

Bogdan B.
tagDiv Staff

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!

Catalin
tagDiv Staff

Hello @jeongs and @altasov,

Please keep in mind that at the moment does not exist any such an option for using social login button for the the mobile login form, sorry! If you want, you can try the above method for this implementing.

Thanks for the message!

Catalin
tagDiv Staff

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!

Bogdan B.
tagDiv Staff

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.

Catalin
tagDiv Staff

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!

yun05842
tagDiv Member

Hi I have a question.
I want to remove mobile menu sharing button.
So I tried this code in mobile custom css


@media
(max-width:767px){
.td-category-description{
display:none!important;
}}

But It is not operated.

Amit
tagDiv Member

You won’t loose settings of the mobile plugin.

alpaca
tagDiv Member

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!

Catalin
tagDiv Staff

Hello dalemccune,

Unfortunately, there is no easy option that allows you to change the menu position for mobile mode, sorry! This task involve to do some customizations and notice that we cannot provide custom work at the moment, sorry! If you want to change the default style of this section you should do it yourself or if you are not aware, please consider hiring a freelancer/developer to help you.

Thanks for the message!

Simion C.
tagDiv Staff

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

Bogdan B.
tagDiv Staff

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!

ahmedyakub
Participant
#0

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

sapven
Participant
#0

Hi – I’m trying to have the google adsense ads that are in the sidebar and content of my posts to refresh on slideshows when clicking the next button. How do I do this? currently it’s only on the 1st slide, then it disappears.

Also, is it possible to have the “more articles” popup on mobile?

dalemccune
Participant
#0

This is for a Category. For some reason, the “Recent Posts” has no padding , and it has made the first Recent Post title not aligned. When I test this on my browser and shrink it down to Mobile size, it looks fine but it doesn’t look fine on my iPhone. The Recent Posts is a Side Bar Widget http://www.pghsportsforum.com/pghnat

How do I get this back to normal?

Image and video hosting by TinyPic

dalemccune
tagDiv Member

Thank you for that Link. I got the Icon changed to what I wanted.

So what are the steps to getting the mobile menu icon centered under the Logo?

Thank You

Viewing 25 results - 32,326 through 32,350 (of 41,416 total)