Search Results for 'mobile'

Results from the Forum
jaume
tagDiv Member

Here screenshot of the desktop view of the cloud template:
https://tinyurl.com/y7c3zuce

Here same but in the mobile view .. you see that the header banner spot has dissapeared:
https://tinyurl.com/ydxlv8ym

If I add the header banner spot again on the mobile view, it still doesn’t work in mobile view ( no banner), but it appears duplicated in the desktop view:
https://tinyurl.com/yaod8ovz

https://tinyurl.com/yb9ghk6h

My website is https://www.goles.net

ttz
Participant
#0

Hi,
How can I make the mobile header sticky on mobile theme+amp?
Thank you for your help!

turma99
tagDiv Member

Mobile version of some posts appears on desktop only when ‘Mobile + AMP’ is set under AMP options. The WP Super Cache plugin is set as the instructions in the link. Should I re-index the original urls or amp urls? Any advice on how to do that properly?

Also, do my posts have the ‘rel=”amphtml”‘ tag in them?

I see my amp indexed pages number lowering day after day and I can’t figure out what’s going on… https://nimb.ws/rvaUZb

ttz
Participant
#0

Hi,
How can I disable the comments on post and disable to show comment count and post views on mobile theme+amp? I am using the newspaper theme without the Standard Pack plugin and can not find these settings.
Thank you for your help!

BattleGrind
tagDiv Member

Hi Vlad,

Thank you for your answers. I have broken down my follow up questions separately for ease of understanding.

1 and 2. In my WordPress dashboard, I went to Pages > Home — Front Page > tagDiv Composer
But I cannot access the top menu, there’s no option for me to click and edit it. Where do I go to access and edit the top menu? https://imgur.com/dnezh3n

3. A) So if I have the mobile theme installed then the top menu and footer is black by default no matter which demo theme I install?

3. B) If I have the mobile theme installed then my website will run much faster compared to not having it installed?

3. C) To clarify my understanding, if I have the mobile theme installed then I cannot do much editing or customization to the mobile design?

4. To clarify, you would recommend that I should only do edits and customization through the tagDiv Composer, and not do them through the Theme panel?

5. A) In Appearance > Menus, How do I change the name of the menu buttons? For example, if I want to change “Tech” to “Money”. Is there a way to change it without touching the code? https://imgur.com/lQIW7ut

5. B) How do I change the menu icons in the Menu section? And where can I find other icons that are available to choose from? https://imgur.com/Gbmg7mv

6. Thank you – done

7. Instead of providing links to images, how can I embed images on these forum threads like how you did for answer 3 above?

Thank you for your help!

Vlad S
tagDiv Staff

Hello !

The Mobile theme was specially designed for optimization on mobile devices. Unfortunately on mobile theme you cannot do much changes of design. If you want to have the same design as on desktop mode you can achieve that by simply disabling the mobile theme.

You will have to recreate your pages into the Mobile editor or completely disable the mobile theme. The mobile editor will not render shortcodes !

Also you can disable mobile theme on certain pages or posts by following this setting:

Please take a look here: https://forum.tagdiv.com/the-mobile-theme/

Mobile theme plugin can be disabled from Newspaper Plugins as you can see here: https://www.screencast.com/t/LnkZCEVC

Also please make sure that you clear your cache!

Thank you !

Vlad S
tagDiv Staff

Hello !

The Mobile theme was specially designed for optimization on mobile devices. Unfortunately on mobile theme you cannot do much changes of design. If you want to have the same design as on desktop mode you can achieve that by simply disabling the mobile theme.

You will have to recreate your pages into the Mobile editor or completely disable the mobile theme. The mobile editor will not render shortcodes !

Also you can disable mobile theme on certain pages or posts by following this setting:

Please take a look here: https://forum.tagdiv.com/the-mobile-theme/

Mobile theme plugin can be disabled from Newspaper Plugins as you can see here: https://www.screencast.com/t/LnkZCEVC

Also please make sure that you clear your cache!

Thank you !

bo
Participant
#0

Hello,

my blog is tospitakimou.gr. I would like to have my desktop sidebar (default sidebar that appears on desktop posts) appearing on my mobile theme too. Is this possible?

Thanks a lot in advance.

chip303
Participant
#0

Hi, in the mobile view, the ad banners have no gaps, but are directly below each other. How can I insert a small space there?

baskamecra
tagDiv Member

plugin that doesn’t work (not activating) is “tagDiv Mobile Theme”

Vikramsinghrao
tagDiv Member

sir I know but all code unused CSS and script anything remove in my website
my website’s mobile performance is very bad.

sir your suggestion link:-
https://forum.tagdiv.com/topic/mobile-theme-and-google-testing-tools-mobile-friendly-webmastertools-pgspeed/
follow the link and all code are paste in functions.php file but sir unused CSS and script more codes are creating a problem for my website speed please guide me on how to solve mobile performance? because his effected in search engine optimization (eg.SEO, SERP)

you check my website link via page speed insight tool:-
https://shayaristar.com

Suggest me Useful Guideline…

Calin
tagDiv Staff

Hi,

Unfortunately your screenshots are not working -> https://i.imgur.com/e0BNvDR.png
Make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Then you test an amp posts/page category you can test it by setting the “/?amp” parameter in url -> https://i.imgur.com/74lOoVi.png also on google amp results will look like this -> https://i.imgur.com/Qs5itbb.png

Also the above code is present in wp-content/plugins/td-composer/mobile/header-amp.php the above code is use to get the post and execute the queries that are need on it.

Thank you!

meckshardy
Participant
#0

Hi
My website http://www.famousghana.com uses Newspaper X theme bought on themeforest.net

My problem is, any time I create a new page with the tagdiv composer, the page is not responsive with mobile although I enables AMP for the page.

Please help me out. Thanks

praveenputtur
Participant
#0

Hi sir, Using Newspaper Pulse pro theme.
I used <div class="td-visible-desktop">

</div>

this codes on c-panel ads section. tried all blocks, article bottom, article top, incline etc.
Followed every rules https://forum.tagdiv.com/using-other-ads-non-adsense-ads/

but still showing tagdiv offers ads. Not Showing my own Image ads. what was the problem?
(Mobile Theme Showing ads properly)

https://prnt.sc/som324

Calin
tagDiv Staff

Hi,

If you want a better solution will be to align the author to the right, in this way if the category size is bigger will not come over the data and in this way is no longer need to remove the author -> https://i.imgur.com/wU4cQsU.png
.home .td_block_big_grid_mob_1 .td-post-category {
position: absolute;
left: 16px;
top: 65px;
rgba(221,153,51,0.46);
}
.home .td_block_big_grid_mob_1 .td-module-meta-info{
text-align: right;
}

The button can be set only if you make changes in theme files, unfortunately these can not be set in ca child theme because are part of mobile plugin and when you’ll make a them update these changes will be lost.
The file path for search icon on mobile is this -> wp-content/plugins/td-composer/mobile/parts/search.php

Thank you!

DKF
tagDiv Member

Hi Vlad,
I tried all different kind of things. Changed my caching plugin and switched off all plugins, inclusing Autoptimize, and tried again. I’ve put this code in my mobile theme custom css to fix the alignment issue: .wp-block-image .alignright {
float:none;
margin-left: 0;
margin-right: 0;
}
On mobile it seems that the landscape images that are right-aligned on desktop are fine now. Portrait images that are right-aligned on desktop are kind of left-aligned. Can you give me a hint how to fix this?
https://www.wandelingen.info/san-sebastian-de-la-gomera-wandelen-met-columbus/

Calin
tagDiv Staff

Hi,

You can use the amp option, that mean’s that the mobile template will apply only on amp version, this should solved the problem with the amp posts/pages, but you’ll need to re-index your pages/posts on google.
When the mobile version or amp is displaying on desktop is a cache problem, we recommend to use WP Super Cache plugin, this is a free plugin an tested with our theme, also we have a guide for the settings you should do -> https://forum.tagdiv.com/cache-plugin-install-and-configure/ also if you are using other cache plugins please deactivate theme and make a test.

Thank you!

SeaBlueHK
Participant
#0

1) How can I add margin space at the left and right side? All product images stick to the edge now.

2) Where can I move the “Discount” badge to the right on Mobile screen? (They are on the right corner when viewing on desktop), also where can I change the badge color?

3) Where can I change the “Add to Cart” button color?

Thank you!

Vlad S
tagDiv Staff

Hello !

1. This has to be done with using TagDiv Composer: https://www.screencast.com/t/I0ZdWGIhZ4Pv

2. That can be done using tagDiv Composer as you can see here: https://www.screencast.com/t/P8F3ctg3T

3. The Mobile theme was specially designed for optimization on mobile devices. Unfortunately on mobile theme you cannot do much changes of design. If you want to have the same design as on desktop mode you can achieve that by simply disabling the mobile theme.

You will have to recreate your pages into the Mobile editor or completely disable the mobile theme. The mobile editor will not render shortcodes !

Also you can disable mobile theme on certain pages or posts by following this setting:

Please take a look here: https://forum.tagdiv.com/the-mobile-theme/

Mobile theme plugin can be disabled from Newspaper Plugins as you can see here: https://www.screencast.com/t/LnkZCEVC

4. A big part of the changes should be live in tagDiv Composer; Please make sure that you have accomplished all the system requirements as in our documentation here: https://forum.tagdiv.com/requirements-for-newspaper/

Please make sure that you do not have 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.

5. That can be done by editing the menu in Appearance – Menus.

6. That is done in gutenberg or classic editor when creating the text.

Please note that at the moment the Support team is not 24/7 available. Please note that we answer the topics from Latest to Newest Monday – Friday from 08:00AM to 05:00PM GMT+2

Thank you !

Calin
tagDiv Staff

Hi,

For this you can use the mobile theme plugin with amp plugin and choose the option how you want to use the mobile theme (mobile + amp or only amp -> https://i.imgur.com/m9udZNy.png), after that the ads that you set in theme panel> mobile theme > mobile ads will be display on amp too -> https://i.imgur.com/TitkAaL.png also there is a section for auto amp ads too -> https://i.imgur.com/IiUFQ36.png

Hope this will help you!

Calin
tagDiv Staff

Hi,

Unfortunately for the moment our theme use the WhatsApp only on mobiles, but if you want to have it on desktop to, you can use this custom css:
.td-social-whatsapp{
display: inline-block;
}

The code need to be set in theme panel> custom code> custom css.
Please note that this will only display the WhatsApp share button on desktop, it will not work as WhatsApp Web app.

Thank you!

Calin
tagDiv Staff

Hi,

If you are using the mobile theme plugin your mobile version will be faster, but it will look different from desktop version, also the page content need to be made in mobile editor without using any builders, also the mobile theme plugin can be customize using the settings from theme panel> mobile theme, there you can set the mobile ads too -> https://i.imgur.com/UXg9o6g.png

Hope this will help you!
Thank you!

daveslc
tagDiv Member

Do you have a demo that shows how the mobile category pages should work? With pagination?
When I looked through your demos, none of them show pagination on mobile categories.
Thanks,
Dave

rtyom
Participant
#0

Is it possible to change the orders of the blocks for mobile version?
http://prntscr.com/soe9hz

I need to show this announce block first.

Anonymous
Inactive
#0

Hi Team,

i am using black version pro on my website i need to know how can i add hamburger menu in mobile version of this theme, please help here .

it is causing a lot of issue for me as menu is not at all accesible in mobile version also how can i integrate the mailchilp with newsletter there are no option in this black version theme .

can you please help me on this over remote i have so many issues with is confusing since after migration today to this newspaper theme

Viewing 25 results - 18,401 through 18,425 (of 41,416 total)