Search Results for 'mobile'

Results from the Forum
Anamaria
tagDiv Staff

Hello,

I checked the line code where you get that notification https://i.imgur.com/S3tLgCw.png and this seems to be related to mobile CSS from the mobile theme plugin.
We’ll like to take a look to your website if this is possible, for this please make a full backup and contact us via email at contact@tagdiv.com provide wp-admin and cPanel. Also include the link of this topic. My teammates will inspect the website to see what can be the problem.

Thank you!

tvalmeyer
tagDiv Member

thx and I had my developer do that and nothing stood out as it kept happening… now what? here is a list of all my pluigins if this helps…
Akismet Anti-Spam
Classic Editor,
Google XML Sitemaps,
Inline Related Posts PRO,
Insert Headers and Footers,
LuckyWP Table of Contents,
Loginizer,
MonsterInsights Pro,
Newsletter – Addons Manager,
Newsletter,
Recent Posts Widget With Thumbnails,
Revive old post,
seo press,
SG Optimizer,
ShortPixel Image Optimizer,
Structured Content,
tagDiv Composer,
tagDiv Mobile Theme
tagDiv Social Counter,
tagDiv Standard Pack
Title and Nofollow For Links

Bettina
tagDiv Staff

Hello!

I checked your website and it seems on the post it appear mobile theme version.
This issue has been already discussed here: https://forum.tagdiv.com/topic/website-look-is-different-in-mobile-browser/
Let me know about your results!

Thank you!

Bettina
tagDiv Staff

Hello!

If you have set up a mobile page you can easily shift or select no mobile pages. But if you delete it, then the mobile page is already there but blank. So, in this case you need to assign another mobile page, and then to select no mobile pages without deleting the previous one. After selecting no mobile pages, you can delete also the mobile pages which you created.
In conclusion, don’t delete first so you will don’t have any issues.

Thank you!

Vlad S
tagDiv Staff

Hello !

You can use this css code as you can see here #td-top-mobile-toggle {
display:none;
}
But Your website doesn’t seem to work with responsive method, that is a strange behaviour.

This may be a plugin conflict. You will have to first start looking for a plugin conflict. please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Also you can try and remove and re-install the tagDiv Composer plugin and please send us a link to your website in order to take a look.

Let us know the results.

Thank you !

Topfgartenwelt
Participant
#0

Where in the style.css for the mobile theme I can increase the space between the top social buttons and the info text for the ads like -advertisement- for the top ad?

Thank you very much!

Greetings Kathrin

dgucunski
Participant
#0

Dear Newspaper support team,
We are having an issue on the following website:
https://ugons.com

The front-end is not loading properly in certain moments, both on Google chrome and Safari, and mobile phone browsers. We couldn’t distinguish what causes this error, as these issues appear to happen randomly from time to time.
We have seen a few scenarios:
– Page not responding at all
– Blank page
– Page loading very slow
– Page displayed in broken layout

Please let us know what could be causing this problem and how we can solve it.

Best regards,
Dragan Gucunski

dgucunski
Participant
#0

Dear Newspaper support team,
We are having an issue on the following website:
https://zeleneprice.info

The front-end is not loading properly in certain moments, both on Google chrome and Safari, and mobile devices. We couldn’t distinguish what causes this error, as these issues appear to happen randomly from time to time.
We have seen a few scenarios:
– Page not responding at all
– Blank page
– Page loading very slow
– Page displayed in broken layout

Please let us know what could be causing this problem and how we can solve it.

Best regards,
Dragan Gucunski

V3N0M
Participant
#0

Hi,

How to edit the footer of the mobile theme? We see here below 2 texts “About us” and “follow us” which we cannot edit. Likewise, the category listing is not in our interest, but cannot be edited via the TagDiv composer.

Where can changes be made here?

https://prnt.sc/x4ndga

Vlad S
tagDiv Staff

Hello !

Yes, Your aspect will remain the same. Simply install AMP and select AMP Only option. DO NOT SELECT AMP + MOBILE.

Thank you !

Anamaria
tagDiv Staff

Hello,

For Android, the author name looked fine => https://www.screencast.com/t/R7x7FjCo6V7D
Is possible that accent color from Theme Panel -> Mobile Theme -> Theme Colors to be set to white => https://www.screencast.com/t/PQEntMkI3jKB
If you want to change the color link for the author name, you can try this custom CSS

header .td-module-meta-info .td-post-author-name a {
color: green;
}

To add the code, you need to go in Theme Panel -> Mobile Theme -> Custom Code -> Custom CSS => https://www.screencast.com/t/WfVOQkaGJwwm

Let me know about your results!

Thank you!

bottom line showing exit mobile version

Calin
tagDiv Staff

Hi,
I just asked one of our developers about this, and he answered was that in order to work that option on amp as on mobile, there must be set a different JavaScript code and this mean a new implementation of code. Unfortunately, I do not have enough knowledge to can help with this, sorry!
Thank you for your understanding!

Calin
tagDiv Staff

Hi CT Lab, if you use the mobile theme plugin, then the mobile layout and the settings will be different, also the mobile page content must be set using only mobile editor https://i.imgur.com/RN1qaoo.png , or use the responsive version https://i.imgur.com/2EeAD1p.png
When you disabled the mobile theme plugin, then you use the responsive version of theme.
Thank you!

Snowwhite7
Participant
#0

Hello,

I am trying to add a category to the side menu on mobile, but don’t know how. Can you please give me the steps to do this as I am missing the family category.Ottawa Mommy Club

AEGISAlliance
Participant
#0

Hello. The category custom post type archives display on Desktop, but not on the mobile newspaper theme.

I’m using the very popular CPT UI plugin to create the custom post types.

I have the following code in functions.php so CPT displays in category and tag archives.
// Display AEGIS custom post types in Category and Tags archives
function my_cptui_add_post_types_to_archives( $query ) {
// We do not want unintended consequences.
if ( is_admin() || ! $query->is_main_query() ) {
return;
}

if ( is_category() || is_tag() && empty( $query->query_vars['suppress_filters'] ) ) {
$cptui_post_types = cptui_get_post_type_slugs();

$query->set(
'post_type',
array_merge(
array( 'post' ),
$cptui_post_types
)
);
}
}

Surely there’s code to add to make it compatible with Android, iOS, Tablets, etc? Custom post types are a good feature on TheAEGISAlliance.com, and I’d like its category and tags archives to work properly on mobile. Please help. Thank you.

regio-online
Participant
#0

Site: https://regioonline.nl

Hi there,

I’m working on our newssite with cloud templates, so tagdiv Standard Pack is disabled. That works fine. Our homepage has a Fast News header template with a main menu for regional news with one menuitem linking to a sport page. I use this sport page with a duplicate of the header cloud template Fast news and called it Fast news sport. I added a different logo to the header and a different main menu. All other sport sections will have this header. So far so good. But there are a few things not working fine:

Using manager in composer mode I can’t edit the mobile view. Do I need the special Mobile pages plugin for this to work?

When editing an page in composer mode I only get the desktop view and not the tablet, laptop and mobile view. They all show desktop view. Before this worked fine, but with cloud templates it looks like an issue. Any ideas about this?

Finaly: the two different logo’s a showing fine in desktop mode, but when viewing on my mobile I get the logo set in Theme Panel Header. When I delete this image, I see no logo at all in mobile view on the sport page(s).

Can you give me some hints on how to handle this? The answer in the manual doesn’t work as discribed.

Thanks a lot!

INDRAPURNAMA.ID
Participant
#0

https://indrapurnama.id/

The above page is getting displayed in desktop version with theme covid italy pro. When I enable mobile version+AMP of the theme, the homepage is not getting displayed covid italy pro.

i followed this tutorial but it doesn’t work
https://tagdiv.com/amp-newspaper-theme/
https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/

Kindly guide me how to enable this in mobile version+AMP also.

Thanks

indra

Manuele
Participant
#0

I wanted to remove the post sharing buttons of the mobile version, I followed your article https://forum.tagdiv.com/design-post-pages-using-default-templates/ Sharing buttons section, and this actually allows me to change the type of social network, but when I deselect everything, no change occurs, the previous choice remains on the page and the flag reappears in the settings.
I also found a discussion in the forum, but it doesn’t seem to have been fixed: https://forum.tagdiv.com/topic/removing-the-social-share-buttons-at-the-start-of-posts/

August Ag
Participant
#0

How to change the position for News Ticker in Mobile View?

Vijila
tagDiv Member

Temporarily, I’ve enabled mobile theme only for AMP version, so that the issue is resolved for now.

Thanks

Vijila
Participant
#0

When the homepage (homenaturalcures.com) is opened in desktop, it is opening up with the mobile/AMP version.

How to make it open ONLY in desktop version?

Thanks

media24 bv
Participant
#0

Hello, I love the mobile theme and the speed of it. Would it be possible to include the ‘latest articles’ that appear on the homepage also under a post instead of the related articles that now appear under a post?

donmcleman
Participant
#0

Is it possible to disable the mobile menu toggle? I would like to make it perform the same as on a sub-domain (which does not use Newspaper) – on that site I have created a button that opens a simple menu.

This is the site url, but clearly you will need to access it on a mobile to see the toggle button: https://www.staging5.natureholdsthekey.com/

dimitriff
Participant
#0

Hello
Does the official infolinks plugin work with the mobile theme? Now it’s not working for me

My site http://www.ivenezuela.travel

Thanks

Viewing 25 results - 14,826 through 14,850 (of 41,416 total)