Search Results for 'mobile'

Results from the Forum
Simion C.
tagDiv Staff

The footer looks like this for me on desktop
https://www.screencast.com/t/9HVk6TSz82
And like this on mobile
https://www.screencast.com/t/vn4tMJYx
I see no problem with the footer and the popular category widget.

Bogdan B.
tagDiv Staff

Hello,

That is the mobile theme of jetpack. Please disable the mobile theme from jetpack.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The top menu cannot show on mobile devices. It was never designed to. You can place it at the top in the mobile version as well if needed. You can try this css:
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}
.td-header-sp-top-menu {
display:block!important;
}
.td-header-style-12 .top-header-menu > li, .td-header-style-12 .td-header-sp-top-menu, .td-header-style-12 .td-header-sp-top-widget{
line-height:30px;
}
#menu-secondary-navi-menu{
text-align:center;
}
}

Thank you!

Simion C.
tagDiv Staff

That is a category page, sub-categories will be displayed on a category page
https://demo.tagdiv.com/newspaper/category/tagdiv-fashion/
One way of not displaying specific categories on a category page is to hide theme with this option
https://www.screencast.com/t/JaWZC1da
Or you could remove them with CSS for mobile theme only, with such a code in Theme panel->Mobile theme->Custom CSS

.category .td-category-siblings {
display: none;
}

dommi11
Participant
#0

Good day,

Is there a way to hide the sidebar on all posts for the mobile version? I haven’t installed the mobile plugin for the theme as the look gives doesn’t suit my client.

I look forward to hearing from you,

Many thanks,

Dom

dysch
tagDiv Member

Thanks for the reply.
Here is the link – please check the footer on desktop and mobile.
https://smartbusinessman.de/

junaidhaider
Participant
#0

Whenever I put my anchor ad on, its floods my website(www.crictik.com) with google ads up to 6 ads per page.Which is very annoying.So i have to turn off my anchor ad(auto ad).Please guide me.

commandeleven
Participant
#0

The site was running fine and today, this is what I see.

https://www.dropbox.com/s/j1y1b2boqny9we2/IMG_9285.PNG?dl=0

I’ve turned off the mobile site plugin because we want the mobile site to look the same on the laptop.

kamoe
tagDiv Member

Thank you Bogodan, I removed the social/weather and fixed the rest with the CSS. I see that this secondary menu don’t show on mobile. We do not use the seperate mobile theme. How do we display the secondary menu on mobile using the standard theme on mobile too?

jmisenti
Participant
#0

Sub-categories are currently displaying on mobile device. These aren’t categories that are selected to be displayed. Is there a way to remove this through the theme? http://cld.publisherdesk.com/2a250v2n1K2L

GadgetViper
tagDiv Member

All of my posts have the [vc_row] shortcode to create a 50/50 split. Even though I had VC disabled for posts, I manually used the shortcode which I’m guessing means I sort of did use it, even though it was not active on the backend.

After I updated to 8.7 everything worked except for these areas of the post. When I changed the span6 CSS in my child theme from 50% width to 34% it restored the appearance. I’ve since deactivated VC and I’m now using TagDiv composer on pages which I think is absolutely awesome.

I think what I need to do now is find a suitable solution to replace the VC shortcode on posts so that I can restore the span6 style back to 50%.

I’m not sure where else this span6 style is used, but the site seems to appear ok with it set to 34%

Maybe I can use .CSS to create 2 floating div’s that have min-widths to cause them to fall beneath one another when viewed on a mobile.

jcmlny
Participant
#0

Hi is there any way I can disable completely the header on mobile view? so when someone open the post only shows the feature image on top, no menu, no header, no search, … Thank you

Simion C.
tagDiv Staff

If you use that code the mobile menu modal will look like this
https://www.screencast.com/t/onS68oHa
Instead of like this
https://www.screencast.com/t/5aov8aLsENM
Again I should mention, I see no problem with your website. The menu background is not seen on desktop in our tests.

Simion C.
tagDiv Staff

Hi,

It should work properly, in this example I am hiding the column in which the widgetised sidebar is placed, on mobile devices
https://www.screencast.com/t/LS9yb7ksxXK
https://www.screencast.com/t/VccfPKnt
So that columns will not appear on mobile anymore.

Thanks

Catalin
tagDiv Staff

Hello mnuuti86,

1)Notice that the Mobile Theme is composed of two section. The first three posts come from the Featured category and the second comes from the latest. Our mobile theme does not have any offset, sorry! Notice that if your Featured category is removed from your backend page you will bring some twice posts.
2)What kind of Top Bar on the mobile theme you are referring because this menu does not appear on the front end. -> https://www.screencast.com/t/yY5IyBtQNDv

Thanks for your understanding!

Simion C.
tagDiv Staff

That is not a bug, the mobile theme will not display the same content from desktop. It will not display pages built with the composer, content for mobile pages can only be entered through the mobile editor
https://www.screencast.com/t/6Z2evNxsXE
This mobile plugin is optional, if you want to display the same content form desktop simply deactivate it. More about the plugin here
https://forum.tagdiv.com/the-mobile-theme/


@stanisci
There seems to be some theme design missing, that is why the author name looks broken. Enter this code in Theme panel->Mobile theme->Custom CSS

header .td-module-meta-info .td-post-author-name div {
display: inline-block;
margin-right: 2px;
}

https://www.screencast.com/t/hQDjRVK1F7

nick1968
Participant
#0

Hello,

I have encountered some issues regarding the Newspaper theme.

1. The download link in Themeforest.net points to version 8.6. The same applies to the bundle download which also contains previous versions of the TagDiv plugins. I downloaded the bundle file and installed the Multi Purpose plugin just to find out that I installed version 2.0 instead of a version higher than 2.10 which was already installed. As a result, I get an error message when loading the website. Also, after uploading the Newspaper folder from the said link, in system status I see that I have version 8.6 installed and that version 8.7.2 is available. Clicking on the link I am transferred to Themeforest.net

2. When trying to load our website through a mobile browser I get an error message regarding the Multi Purpose plugin (that was happening even with Multi Purpose v. 2.10)

3. When loading our website in a tablet and a drop down menu opens in front of another menu item, this menu item appears inside the drop down menu. Please see screenshot here: http://lwstaff.com/menu_pic.jpg

4. Top menu does not show as a burger menu in tablets and mobiles.

5. Thumbnails of posts created after the installation of Newspaper theme appear in low resolution but thumbnails of older posts before Newspaper appear normally. Retina option is enabled in all types of images.

I need your attention please.

Thank you,

Nick

Simion C.
tagDiv Staff

Hi,

That code you mention will work as long as the mobile theme plugin is not active. There is a mistake in it, it is missing one of the ending accolades. Try it like this

@media(max-width:767px){
.td-menu-login-section{
display:none;
}}

There will be no more login displayed on mobile
https://www.screencast.com/t/0wKDfgkmUsvG

Simion C.
tagDiv Staff

That would be the mobile menu, this is loaded as well when on desktop. Maybe that is what you are referring to and would answer your question
https://www.screencast.com/t/1qaMaUVUeWw

Bogdan B.
tagDiv Staff

Hi,

If you use the mobile theme plugin though, then you have to change it from the mobile theme settings at the bottom of the theme panel.

Thank you!

Bogdan B.
tagDiv Staff

The space comes from the weather and the social icons. They fall on another line when the menu falls on 2 lines. Each of theme have their own margins and padding.
You can remove them from the theme panel but not for mobile devices in particular.
If you want to further decrease the spacing, you cna do it with the line height on the menu items. This is set from the theme panel but it will affect the desktop as well. If you do not want to affect the desktop version you can use this code:

@media (min-width:767px) and (max-width:1040px){
.td-header-style-12 .top-header-menu>li, .td-header-style-12 .td-header-sp-top-menu, .td-header-style-12 .td-header-sp-top-widget{
line-height: 28px;
}}

Thanks.

dommi11
Participant
#0

Hi there,

I would like to hide the widgetised side bar off mobile devices. I am using the defualt template and have inserted the sidebar in the column. I have marked to hide on mobile device but it isnt working. Is there another way?

Looking forward to hearing from you.

Many thanks,

Dom de Gouveia

Simion C.
tagDiv Staff

Hi,

The main theme and also mobile theme will only display ads if you enter ad codes in the locations you want. Removing them is easy, remove the codes from the locations you don’t want ads to appear.

From what I see the ads are not displaying on your website at the moment, I checked in a post page, there are some ad related errors
https://www.screencast.com/t/s2JaQaeJ
Maybe double check the implementation of the ads, if everything is set properly. The error seems to mention you have more than one enable page level ads inserted in the page. I believe those only have to be inserted in the header.php file of the theme between teh head tags, that would be enough.

Rumail Abbas
Participant
#0

Hi.
I have changed color of theme. And having an issue with the default color (blue?) showing for a second on mobile while my post/page is loading (before turning into my actual color).
I really appreciate your help.

Site: tutur.id

thebackbenchers
tagDiv Member

1 more problem I encountered recently, its desktop main menu button click scroll is working perfectly, but it’s moble and tablet menu click scroll is malfunctioning. on mobile and tablets it scrolls and stops on different area please help me in this too

Viewing 25 results - 29,001 through 29,025 (of 41,416 total)