Search Results for 'mobile'

Results from the Forum
naimed
Participant
#0

Hi,

I have added the element Homepage Post to my frontpage, it scales the featured image to max screenwidth on desktop,
however, it does not scale properly when using a tablet or mobile device, so some text on the featured image isn’t visible.
I could not find the class where to add some custom css to scale this (background) image. Please advice.

Kind regards,
naimed

perfectbodymate
Participant
#0

Hello, when I go to my website on mobile, i see a /# at the end of the URL (ex. website.com/#)
How do I fix this?

jdodd4s
tagDiv Member

Sorry, I do have FTP access and the icon I want to use is included in the set.

I’m just not sure where to change/specify that one specific icon.

<b>mobile</b> menu icons

jdodd4s
tagDiv Member

Also, do we need to have the mobile theme plugin installed? Is that available with this version?

Thanks!

DG
Participant
#0

Je voudrais charger le plugin mobile
Newspaper-tf \ plugins \ td-mobile-plugin.zip
Je ne vois pas où l’on télécharge…!?

nucreation
Participant
#0

Dear TagDiv Support,

I have 2 main issues with the theme Newspaper 9.

First:
When loading, the font switches for a very short time to another font, which wasn‘t set by me. I use only one font for the whole website (Acumin Pro), but still a serif font pops up just for a sec. Which is very startling, because the whole website kinda makes a slight shift and it is unpleasant for the eye.

Second:
When looking at the Mobile settings on TagDiv Composer everything is fine. But when looking on the Mobile Phone directly, the settings are different, just like the default settings for Mobile.

What is possibly the problem?

Thank you very much

Best Regards
Natalie

NickDeBaerdemaeker
tagDiv Member

For those with the same issue, you can overcome this problem by adding this code to the functions

function custom_posts_per_page($query) {
if (wp_is_mobile()) {
$query->set('posts_per_page', 15);
} //endif
} //function

//this adds the function above to the 'pre_get_posts' action
add_action('pre_get_posts', 'custom_posts_per_page');

Calin
tagDiv Staff

Hi NickDeBaerdemaeker,

Unfortunately you can’t use TD Composer for mobile theme, but you can use flex block and set different layout in function of device :

On desktop: https://www.screencast.com/t/6HKNJjl35i
On mobile: https://www.screencast.com/t/Ik42eacS3DgK
Also you can read this topic: https://forum.tagdiv.com/topic/set-different-post-number-for-web-landscape-portrait-tablet-mobile/

Thanks.

  • This reply was modified 7 years by Calin.
NickDeBaerdemaeker
tagDiv Member

Is there a way to edit the mobile theme then so it does look a bit more like the full web site ?

For instance would it be an option to install a second copy of the newspaper theme but adjust it to our specific mobile needs, and make the site use that theme when it detects mobile devices ?

Calin
tagDiv Staff

Hi,

If I understand correctly you can not find the plugin after you install it, if is so go in Newspaper>Theme panel> Mobile theme ( https://www.screencast.com/t/P2cvJiWB0Q ).

If you want to deactivate the theme mobile go in Plugins, and search for “mobile” ( https://www.screencast.com/t/h2T3emHI91 ).

If you don’t have this plugin in download please go to Themeforest login, and download all files ( https://www.screencast.com/t/1Sw5UyUBSxTY ).

Thank you.

dennisjpitocco
Participant
#0

Apologies for such a basic question, but we’ve ready your documentation (The plugin can be found in this path:
Newspaper-tf\plugins\td-mobile-plugin.zip Go to your WordPress admin panel and open the Plugins > Add New section.Click on the Upload Plugin button and browse your local computer to find the Newspaper-tf > Plugins folder. Select the td-mobile-plugin.zip file and click the Install Now button.) and Checked the plugins available via the Theme Panel, but can’t find the Mobile Theme Plugin anywhere?

Catalin
tagDiv Staff

Hello NickDeBaerdemaeker,

Unfortunately, the theme does not have any such an option for this functionality, sorry! The theme has two ways for mobile devices. The first one is set up by default – General Responsive Mobile Theme which displays you the desktop layout in responsive mode and which can be customized from TD Composer when you edit your page, like this -> https://www.screencast.com/t/4FV0ZWPKTyAc and the second option would be to use the Mobile Theme plugin, according to our documentation from here -> https://forum.tagdiv.com/the-mobile-theme/

Thanks for your understanding!

perfectbodymate
Participant
#0

I’m trying to switch over my theme to newspaper9,
noticing featured image thumbnail isn’t showing up on my homepage on desktop.
it shows just fine on mobile or if i make the browser window smaller.
https://perfectbodymate.com/
how do i fix this?

jdodd4s
Participant
#0

Hello,

We’re running Newsmag 4.0 (child theme) and I would like to change the mobile menu from the 3×3 squares to the 3 bars.

Can someone please let me know how I can do this?

Thanks!

NickDeBaerdemaeker
Participant
#0

Hi,

currently there is no option to adjust the number of posts for web differently for mobile theme.
(this has been added to the to-do list I have been told).

However since this might be a while, I was hoping to create two different templates, one for the full site and
one for a mobile viewport.

How would I need to proceed ?
I figure I can use the wp_is mobile function built into wordpress but was wondering if anyone has tried something like this and how feasable it would be.

Calin
tagDiv Staff

Hi,

This plugin is made for mobile, in order to get the content in the faster way, if the plugin is active you need to make a special content for it, using the classic builder for in page.

You can deactivate the theme mobile plugin, and your website will be auto resize in function on devices.

Thank you for your understanding.

NickDeBaerdemaeker
tagDiv Member

that would be a great improvement indeed. the rest of the options, if possible, would come in handy too if they could be set per device.

we have built for instance an alphabetical index which we would like to show only on the full site, but not on mobile. if these rows and columns, essentially the same page could be built per device that would be awesome for many.

Alex89
Participant
#0

Hello, if I set Background> Mobile Menu / Search background, a background image then this is not displayed in the Mobile menu, have already tried everything on the colors or so it is not. Can you look at it, here’s the page: https://catrelax.de

Scott
Participant
#0

I have three pricing tables on this page: https://www.maxlaxoc.com/subscribe/. Each of the three pricing tables has a button and its own link. The buttons work fine and redirect me to the correct page if a desktop computer or laptop is used.

The buttons do not work properly on a mobile device (iphone at least). All three buttons redirect the reader back to the original page ( https://www.maxlaxoc.com/subscribe/) on a mobile device. Suggestions?

NickDeBaerdemaeker
Participant
#0

Hello,

in tagdiv it is possible to change the number of modules in the layout of the flexblock.
Web is set to 5, tablet landscape 4, portrait 3 and mobile 2.

However we also would like to set the number of posts differently per format.
Web can display 15 posts at a time, tablet 12, portrait 6 and mobile 4.

We tried setting this differently but the number changes sadly for all options to the same value.
Am I missing something here or is this not possible at the moment ?

post limit

sabarisns
tagDiv Member

Issue solved, deleted Mobile Theme plugin and now ads are showing. thank you

sabarisns
tagDiv Member

Previously I was using Mobile Theme, now I switched to responsive. On Theme Panel Header ad area added the shortcode for the Adsense and it is enabled on all devices too. But still hidden on Phone.

Calin
tagDiv Staff

Hi,

If you are using mobile theme, then you need to put the ads in Mobile theme ads ( https://www.screencast.com/t/SC88pjQJrb5 ), if you don’t use mobile theme please check your documentation about ads display: https://forum.tagdiv.com/header-ads-adsense/

Thank you for your understanding.

sabarisns
Participant
#0

Don’t know why Header ad is not showing on mobile where it displays on the desktop version. I already checked, ads are not disabled on phone.

https://techlog360.com/

Calin
tagDiv Staff

Hi,

Lets try again please read this documentation How to update the theme from here.

Also if another plugin uses the same hook to install the plugin then you will have to disable all other plugins and install the mobile theme first. Then you can install your other plugins

Thank you for your understanding.

  • This reply was modified 7 years by Calin.
Viewing 25 results - 26,951 through 26,975 (of 41,416 total)