Search Results for 'mobile theme'

Results from the Forum
jmr
tagDiv Member

For a little more detail. I’m in the theme javascript and I’ve set

isMobileDevice:true and isPhoneScreen : true but there must be more that needs to be adjusted because this alone didn’t make a difference. My thought was to “hardcode” that it’s always mobile and let the theme take care of the rest, but clearly I’ve missed something.

ANM
tagDiv Member

This is brilliant – many thanks!

Sorry for one more question – I’ve tried setting the mobile main menu background like this:


@media
(max-width: 767px) {
.td-header-main-menu {
background-color: #fff !important;
}
}

but it’s being overriden with a !important in the theme code here:

@media
(max-width: 767px)
style.css?ver=4.9.4:1593
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: #222 !important;
height: 54px !important;
}

Is it possible to override that override without hacking theme files? I’m using a child theme if that helps.

Thanks!

ctoweett
tagDiv Member

True. Also wanted to hide page views on posts and change the featured posts to popular posts but the mobile theme comes with predefined styles. That’s why I am not using it.

Simion C.
tagDiv Staff

That is not happening in any of our tests. Regardless of multi-purpose plugin state, the mobile theme counter is not affected. Try reinstalling the multi-purpose plugin from the latest theme package and test again.

Deactivate all other plugins except theme plugins as a test. Clear all caching and CDN cache if used. If you use a child theme switch to the main theme.
We can take a look if these suggestions have no effect, please provide a link to your website so we can inspect the issues.

Simion C.
tagDiv Staff

Hi,


@adatkabel
Indeed there were no changes to the functionality of the mobile theme plugin. The top grid will display posts included in the Featured category, the latest articles will display latest articles.
If the latest posts are also included in the featured category then they will appear in the top grid and the below latest section.

There are solutions to make modifications to this functionality if required
https://forum.tagdiv.com/topic/how-to-set-offset-post-for-latest-post-module-on-mobile-theme-plugin/
https://forum.tagdiv.com/topic/mobile-theme-featured-posts/
https://forum.tagdiv.com/topic/mobile-theme-categories-are-the-same/

Thanks

BernieHolmes
Participant
#0

Hello,

I’d like to use the official Accelerated Mobile Pages Plugin with newspaper 8.5
I understand TagDiv’s mobile theme does similar things in terms of load times, but if i’m not mistaken, without AMP my news site will not appear in google’s carousel search view? It’s quite important for me to have that ability (i don’t care about Facebook instant articles).

Does anyone use the AMP plugin? do you use it INSTEAD of the mobile theme? or can they work together?
I’m just starting a build so i can’t really test yet but i’d like to know in advance of future hiccups.

I’d appreciate any help or to be pointed to another forum post regarding this (i looked but couldn’t find)

Thank you

unit45host
Participant
#0

Hi,

From the very begining I started use this theme, I tried to set a same look on every device.
My client does not want the mobile theme – but as I read multiple times the Newspaper optimised for phones as well – however it does NOT provide the same look…
It is different on iPhone (safari or chrome), and differ in Android – even not the same on Samsung Galaxy / OnePlus 3 ( chrome/firefox/opera)

After I donwloaded from Google Font font-family: AF2-cantata one-regular-webfont; to maybe that will make a change
But still the issue – the “subtitle” (the text above the article picture, under H1 title ).

On iphone its dark black – can not read – because the letters “float-together” or too fat weight..?
On OnePlus 3 (android ) – light grey – can not see it properly – on a white background…

On desktop – perfect !

Our site visitors 83% mobile / 3% tablet / 1% tv, etc / 13% only desktop/laptop downloads..

So, its a high-request to fix it asap.

Could you give me idea where to start?

On desktop I can use the developer tools in chrome or firefox — but never used on mobilephones, nor in emulator softwares — but the on desktop browser debugging not show the same…

Thank you, Zoltan
https://www.1000wordsmagazine.com/

ctoweett
tagDiv Member
WilRC
tagDiv Member

Thanks, Simion, I just wanted to report that by activating the Multi-purpose plugin the views count on the mobile theme stopped working but on the normal theme not! And there is a bug with the sharing-styles!

  • This reply was modified 8 years by WilRC.
Simion C.
tagDiv Staff

That is the footer logo, I could give you a code to remove it on mobile
https://www.screencast.com/t/IOcV4NjPa
Enter it in the same mobile theme custom code section

.td-footer-logo {
display: none;
}

Simion C.
tagDiv Staff

Hi,

Indeed there is no option to import the views from a different theme. I see you managed to achieve it. On mobile theme the same view count of the post should be diusaplyed and the count will increase further. That is not a different counter
https://www.screencast.com/t/NHHn0U5LcH
https://www.screencast.com/t/qNdxTaTDb4lu
The same function is used – https://www.screencast.com/t/790gbzlx84T

There is an issue when trying to login from mobile devices at the moment, this will be fixed in the coming update. Sorry for the inconvenience.

Thanks

Catalin
tagDiv Staff

Hello meri,

Unfortunately, the theme does not have any such an option that allows you to customize the mobile theme page but only if you will edit the theme core files, sorry! If you want to make these changes, edit the following files from here -> https://www.screencast.com/t/CFBigDqVT6wB

Thanks.

Simion C.
tagDiv Staff

Hi,

I cannot see the code, the mobile theme is deactivated at the moment. However if it is similar to analytics code, that means it should be wrapped in script tags
https://www.screencast.com/t/ZSDPrj3whp
Code like that will not be displayed on mobile when the mobile theme is active
https://www.screencast.com/t/5qlyOsQbZuU
https://www.screencast.com/t/7etvJkgkMv
If it does not have script tags it will appear just like in your case
https://www.screencast.com/t/VRexASE6MHEU
Maybe check the code that is added in the posts to have these tags included. It should not appear if added properly.

Thanks

Simion C.
tagDiv Staff

The scroll to top issue might be caused by the same plugin. Unfortunately I could not make any plugin recommendations in the matter. You could try other plugins with this capability, or configurations, and make tests to see if they cause issues with the theme functionality.

The scroll on mobile could be removed if required with a code like this, entered in Theme panel->Mobile theme->Custom CSS

.td-scroll-up {
display: none;
}

Thanks

Catalin
tagDiv Staff

Hello pstgibson,

You should use the Multi-purpose setting from Theme panel, like this -> https://www.screencast.com/t/fti9PxUGCm and the mobile number will appear here -> https://www.screencast.com/t/vSwmTJpF

Hope this helps!

Thanks for the message!

meri
Participant
#0

Hi,

I don’t understand the benefit of having the 3 last articles on top of the mobile theme and then all the latest articles (and so the 3 same ones on top, again).

Is there a way to customise the mobile theme?
For example, would it be possible to show the 3 most popular of 7 days + latest articles?
Or other options?

Thanks

jigstuff
tagDiv Member

Hi Simion C,

Thank you for the reply. my website is http://www.thewinin.com/
Yes you are right mobile page displays it as simple post content text. my developer said API is integrate properly and problem is not there.

Please if you or tagdiv developer can help me and tell me what is the issue than i will ask me developer to look into that.

Btw any update on this news https://tagdiv.com/amp-newspaper-theme/
love to get amp support and would defnately pay extra to get it.

Anyways thanks once again

WilRC
tagDiv Member

On mobile theme, I receive this error on category post page:
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: style5 is not set.
/www/wp-content/themes/Newspaper/includes/wp_booster/td_api.php

wp booster error:
td_api_base::get_key : a component with the ID: style5 Key: wrap_classes is not set.
/www/wp-content/themes/Newspaper/includes/wp_booster/td_api.php

WilRC
tagDiv Member

I found out what was causing this problem. It is the Multi-purpose plugin. Deactivate the plugin makes the pageview count working again on mobile. Also, attempt to log in inside the mobile theme was blocked by the same Multi-purpose plugin!

WilRC
Participant
#0

Hi, I have installed the mobile plugin and activated it.
Now I set the counter key to the value of my old theme:
static $post_view_counter_key = ‘tie_views’;
The count on pageviews are working on the normal theme, on the mobile nothing is happening, it stays on 0!
What could be wrong? How to solve this.
It would nicer if there was a way to import the old views over to the newspaper theme!

Palle_66
tagDiv Member

i again Catalin, Now the menu works:) I find and install TD-mobile plugin. Thanks for great theme and support.

/Patric

Palle_66
tagDiv Member

hi again Simon,

Now I find TD-mobile. I download the right Newspaper file. You see, before I had “installable WordPressfile only” from Themeforest instead of “All files and documentation” So now I get the Mobile plugin, It,s works 🙂

Simion C.
tagDiv Staff

Hi,

If you use the mobile theme this has a scroll to top button. If the plugin is not active, the scroll icon will not show. It could be made to appear with this code if necessary
https://www.screencast.com/t/FRA3s9jKrrU
Enter it in Theme panel->Custom CSS section

@media (max-width: 767px) {
.td-scroll-up {
display: block;
}}

Thanks

dragoerny
tagDiv Member

I don’t have the mobile theme. Thats the point….

Simion C.
tagDiv Staff

Hi,

That is unusual, I can confirm all the plugins are included in the full theme package, Download the theme package again and extract it. Check in the plugins folder, all the plugin are located there
https://www.screencast.com/t/CtshvbUZ
https://www.screencast.com/t/PnQQjqE7
Please check again in the mentioned folder, the mobile plugin is there as well
https://www.screencast.com/t/b05aBUu9

Thanks

Viewing 25 results - 15,876 through 15,900 (of 22,177 total)