Search Results for 'mobile'

Results from the Forum
Zamara
Participant
#0

Hi,
My problems –> https://prnt.sc/iiqk1v
1. There is MENU button ??
2. How to change the name to be sportodiena.lt/m/
3. How to change the color of this place

https://prnt.sc/iiqlvs
1. How to turn off the footer at the bottom of the mobile version and leave it as a web version?

acwadministrator
tagDiv Member

Sorry for the confusion. The mobile theme is what I am referring to: https://demo.tagdiv.com/newspaper/mobile-theme/

Do we buy this seperately? If we buy it do we have to post twice, once to web and once to Mobile, or is it just once off set up? It is a little confusing to me how it works?

Catalin
tagDiv Staff

Hello acwadministrator,

Unfortunately, our theme does not have any extra add-on tested with it, sorry! You should use the mobile theme because this is the theme concept for mobile devices. If you want to buy some add-on for mobile, notice that you are free to do this but we cannot assure if this will work as expected, with the theme, sorry!

Thanks for the message!

Simion C.
tagDiv Staff

Hi,

For mobile the recommended logo sizes are mentioned in the same guide provided above
https://www.screencast.com/t/xKOvH5aMm

Thanks

Simion C.
tagDiv Staff

Hi,

Indeed that setting is only for desktop, on mobile you could only remove it with CSS if needed
https://www.screencast.com/t/64xok4pWhdv

.header-search-wrap {
display:none;
}

This code can be entered in Theme panel->Advanced CSS phones section when not using the mobile theme. If the mobile theme is used this is the code
https://www.screencast.com/t/ORVGCy6377K

.td-search-icon {
display:none;
}

This can be entered in The Mobile theme Custom code section in then theme panel.

Thanks

acwadministrator
tagDiv Member

Hi Catalin, I mean the mobile theme version/option you offer for an extra fee.

haqemcom
tagDiv Member

hello team tagdiv

Can i know what size for header logo for mobile/ipad view ?

Achimzwo
Participant
#0

Hello,
on Android the bookmarked Icon on Homescreen runns prefect, but the text under the icon shows “News Archive – Ak ..”.
I think thats a piece of the url or the categorys. How can i change the Text into the name of the website?

Greetings
Achim

dlr720
Participant
#0

i am using the mobile theme and in the menu all the right categories are displayed but they lad to pages with no posts. Please see noradaylive.com. On desktop the list of posts shows (no pictures) but with mobile zero posts how.

Please advise. Thanks.

ct
Participant
AMP-Form - topic
#0

Hello,

I am getting the following error :

“Search Console has identified that your site is affected by 1 new Accelerated Mobile Pages related issue. This means that Accelerated Mobile Pages may be negatively affected in Google Search results. We encourage you to fix this issue.

New issue found:

The tag ‘FORM [method=GET]’ requires including the ‘amp-form’ extension JavaScript.”

This is after I included the newsletter block on my website, after the latest theme update.

Please get back to me on this so that I can make the fix.

Thank you!

ctoweett
tagDiv Member

I figured it out. I went through my custom code one by one and found out it was this code .single .td_block_wrap that I had set to ‘hidden’ in mobile devices but I’m not sure what element of the theme I was trying to hide.

Simion C.
tagDiv Staff

Indeed the images are not displaying on mobile. Usually in similar cases this issue was caused by plugin conflicts. If it is possible try to go into the plugins section and deactivate all plugins, leave only theme plugins active. Check if this has any effect.

These conflicts cause the lazyload theme feature to not function properly, try as well to deactivate it from the theme panel
https://www.screencast.com/t/MvVuLftyD6

David
Participant
#0

Hi,

With the latest version of Newspaper there comes the function “Search Position ‘Hidden'”, unfortunately, it influences only the desktop version. It would be great if this option would be also added for mobile.

Thanks!

rnbjunk
tagDiv Member

Seems to work fine. But doesn’t appear on mobile. Could you tell me which code should I add?

bjstarmans
Participant
#0

Recently installed and configured the Newspaper theme on my site http://www.outofmytreegenealogy.com/. The desktop version seems fine, however all of the images are missing on mobile. I’ve regenerated images and even created a brand new post but the images are still missing on mobile. I haven’t tried installing the mobile plugin yet but as I understand it, the theme should still work and be responsive without it. What am I missing?

nafezhusseini
tagDiv Member

Thanks Bogdan,

What would I need to insert as the source URL for a redirect when the user clicks “register” on mobile then?

angelgallegos
Participant
#0

Good morning,

I tried to find this answer looking trough the forum but I couldn’t find anything:

– I’d like to change “Slide” height and width so I can make it full width and height in desktop and mobile (like Slider Revolution) but I can not do it with CSS. Is it possible?

Thanks.

Simion C.
tagDiv Staff

A Whatsapp share looks like this for me
https://www.screencast.com/t/Qrjg5dVllK
There is a space between the title and actual link, but I don’t know how you could edit how the share is displayed on mobile visually, through the theme.

Simion C.
tagDiv Staff

Hi,

The top menu is not displayed on mobile by default. It can be made to appear with a custom code, but only if you are not using the mobile theme plugin. If that is the case please provide a link to your website and we will try to give you a solution.

Thanks

Simion C.
tagDiv Staff

Hi,

Try removing and installing the mobile theme plugin again, while deactivating all your other plugins except the ones bundled with the theme (very important) to rule out any interference.
The mobile theme is sensible to caching plugins, we have only tested with WP Super cache, with that plugin there is no problem.

Thanks

Simion C.
tagDiv Staff

It seems there is a code which also hides the related articles on mobile, without using the mobile theme
https://www.screencast.com/t/2Yyn6MjhlbC
I couldn’t say exactly where that code is coming from, check again the custom CSS code sections, and advanced CSS section in the phones field.

mrx
Participant
#0

Dear friends,

I’ve found two bugs in the mobile theme.

1. The search functionality doesn’t work at all on iPhone 3GS (iOS 5.0.1, Safari Mobile 5.1). After touch the search icon the screen begins to move away preparing to output the search window but it never appears.

2. Like button of Facebook doesn’t want to translate in current language.

mrx
Participant
#0

Hello developers,

I would like to increase the thumbs size in mobile theme top grid. Because many of thumbs are cropped such method that image content is out of view.

I’ve done it with code:

.td_module_mob_2 .td-module-thumb {
height: 200px; }
.td_block_big_grid_mob_1 .td_module_mob_2 img {
top: -50px;
position: relative; }

And I’ve changed the cropping method in td_741x486 from array( 'center', 'top' ) to array( 'center', ‘center’ ) for the more appropriate visuality.

Everything is OK but on small devices (e. g. iPhone 5 with 320×568 screen) under the thumb images appears the gray field.

How can I slide, move or zoom thumb images with correct way? For example, scale from the center to fill out the whole space of the thumb.

Thanks.

mrx
Participant
#0

Dear team,

Why in the category top style the posts are always the same and don’t change when paging?
Another words, how to avoid duplication the posts on top in the page 2, 3, 4 etc.?
It’s very annoying to view the same posts on top when paging.
You know, it would be great to have the functionality to select the behavior of the category top post style:
1. always stick posts;
2. stick posts but change them when paginated;
3. don’t stick any posts at all on pages after the first one.

Is it too complicated task to make alternative number 2 or 3?

For example, number 3 is realized within homepage in mobile theme and it’s great.

Viewing 25 results - 29,201 through 29,225 (of 41,416 total)