Search Results for 'mobile'

Results from the Forum
dblewett
Participant
#0

Hello – how do I hide the sidebar on mobile only? It looks terrible just stacking all of it at the bottom.

Also, in the footer it says “Popular Category” – it should be plural – “Popular Categories” – how can I change that setting?

Meriou
tagDiv Member

Also is there a way to make the header image display on the mobile theme?

Jose
Participant
#0

Hello,

I have been working for a long time on the optimization of my web pages, trying new things, looking at every corner, installing and uninstalling….

Finally, I got a good optimization, thanks to my work and the help of the tagDiv team (I made many queries here).

I have created a complete tutorial, explained step by step, so that all of you can optimize your web pages too (FREE TUTORIAL).

It’s written in Spanish, but if you’re interested, you can use the Chrome browser to read it in English. The Chrome browser automatically translates texts (right click – translate).

I’ve invested a lot of time in this. I hope you like it.

https://beseomyfriend.com/optimizar-newspaper-pagespeed/

Newspaper theme optimization helps to have a higher loading speed, mainly on mobile devices.

This is very good for improving the user experience and reducing the percentage of rebound. Speed is a key factor in SEO, because Google values it more and more.

Here I also leave an example of optimization, even using Adsense blocks:

Do you Want to see your current score? Use Google PageSpeed Insights (free)

https://developers.google.com/speed/pagespeed/insights/?hl=es

ctoweett
Participant
#0

Hi. The post sharing buttons on my site seem to be disappearing in my single posts in the latest version of the theme when viewed on mobile. Not sure why and the problem appears on chrome and firefox.

mrsky28
Participant
#0

Not sure why, but saw a notification that Mobile Theme wasn’t compatible with the 9.2 version, have to remove the current one I have (from 9.1) and update it using the one included on the 9.2 package.

ladotg
tagDiv Member

I have same problem with horizontal scale, I put code above into addition css for mobile but problem is still there.
Screenshot: http://lado.com.hr/tcBigGrid1.png
I don’t need slide left or right. Can I see only post under first one?

Like this: https://ibb.co/nFxLme

Thanks!

ctoweett
tagDiv Member

Make sure you have updated the theme to the latest version 9.2. Then go to Newspaper>Plugins section in your WP dashboard and update the mobile plugin (and other td plugins) from there.

Meriou
Participant
#0

Hi,

I’ve got a problem with my mobile theme. When you click on the menu, it doesn’t display anything (instead it just has the text “click here to use the wp menu builder”). Also the theme doesn’t look the way it does when I customise the page- the featured and latest posts are shown like intended, but the other content from the sidebar (which should be at the bottom?) aren’t there at all. When I customise the page and look at the mobile view, they are there. Thanks.

pcservis
tagDiv Member

You can check Sarajke.com and I have to add, its working well on desktop, mobile is problem

staticman
Participant
#0

Hi,

If we wanted to have any sub menu items showing by default in the mobile view (so the

    list appears expanded), what would be the best / cleanest way of achieving this in a child theme?

    Thanks!

    P.S it would be nice if this could be an option within Theme Panel…for smaller sites it would be great.

Vickydhumale
tagDiv Member

Hello Sir,

Thanks for the response. But here I am talking about mobile menu speed. After pressing menu bar, theme style sheet gets contract and then menu appears. There is some delay. Please give me solution.

echospace
tagDiv Member
  1. Download from Envato new version of Newspaper;
  2. Extract from archive file td-mobile-plugin.zip;
  3. Go to WP Plugins panel and delete tagDiv Mobile Theme;
  4. Upload and install new version of plugin extracted eariler.
macksix
tagDiv Member

There are no errors in the console Catalin. If a post has say, a lot of youtube videos or something, it is more likely to cause the images in the related articles and more article images in the footer to fail. Still no console errors though. They are more likely to fail on mobile for me. Seems like a slower loading page do to mobile device is more likely to cause it. Even on the same wifi.

  • This reply was modified 7 years by macksix.
  • This reply was modified 7 years by macksix.
murilogondim
Participant
#0

Please send me link to download the mobile theme for newspaper 9. I´ve updated newspaper and my website mobile version is crashed. Cannot find the download link for the plugin!

rasoolakhter
Participant
#0

after updating 9.2 version mobile plugin is disabled please help

invernessgigs
tagDiv Member

ok so now i have added it, it says ;
“PLUGINS DISABLED AUTOMATICALLY
The following plugins were disabled because they are incompatible with this version of Newspaper:
tagDiv Mobile Theme”
any advice?

Ladiesabroad
tagDiv Member

I am not sure if the problem has to do with the translation update (Swedish), but I went to the Translation section tn the theme panel. Opened some options, but did not save anything. Suddenly the feataured images came back on my desktop but not on my mobile device. This is getting more and more suspicipous.

isghari
tagDiv Member

Hi Simion,
Than’s for the reply.

1- Solution 1 with cloud library messed up all the formatting of my article ( i used smart list template 4) + the 2 ads disappeared. So I’m considering the solution 2

2- Deactivating the AMP plugin (I will redirect the ancient AMP pages with an Htaccess for google seo) , and NOT using the Mobile Theme. Does that configuration force the back/next buton to appear on both Desktop and Mobile and tablette? (using the smartlist number6)

3- How can I remove the sign “>” and “<” from the back/next button? … to show only “Next” or “Back” without the signs?

4- last question: Is there a way to remove the “back button” completely?
Sure we can hide it with css color White on White, but can we remove it all togheter?

Your code for changing the button on pages 3, 4, 5 .. is working great. Thank’s!

omrakdeniz
tagDiv Member

Hi, Simon

places are correct but the code is incorrect

.td-mobile-content a:hover {
background-color:green;
}

there must be code similar to this
actually catalin understood me

Simion C.
tagDiv Staff

Hi,

So you want to change the colors of the close icon and social icons from what I understand
https://www.screencast.com/t/nXG33E7j0GP
I could give you some CSS for that, for example
https://www.screencast.com/t/5ndKEYPQzSGL

.td-mobile-close .td-icon-close-mobile {
color: yellow;
}
#td-mobile-nav .td-social-icon-wrap i {
color: blue;
}

Change the colors as you wish, then enter the code in the Custom CSS section of the theme panel.

Thanks

Simion C.
tagDiv Staff

Hi,

There would be nothing to fix in this case. Those socials will be visible only on mobile and will launch the respective mobile apps when used
https://www.screencast.com/t/Iw2SMXM4JxHY
So on desktop they will not be visible.

Thanks

Simion C.
tagDiv Staff

Hi,

That happens because the mobile them has it’s own stylesheet and fixed values
https://www.screencast.com/t/WBGH4CAucxA
It has no font settings where this could be changed, so this could only be modified in the mobile stylesheet directly or with CSS.

There would be a solution to this, it will require a cloud template and deactivated mobile theme plugin. Using cloud post templates font sizes for the post title can be set per device, so for example
https://www.screencast.com/t/wCxG3jG9
https://www.screencast.com/t/oYMM5mnc2

Thanks

Simion C.
tagDiv Staff

Hi,

Those menu items do not link anywhere on desktop as well from what I can see, so they will not on mobile.

Try to remove those menu items and re-add them as categories this time, so they will direct to the respective category when clicked
https://www.screencast.com/t/FcViuWfgp

Thanks

Jose
tagDiv Member

Hi @Simion C,

I’ve detected another error. The text size is also not respected if you use the td-mobile plugin.

If I select content size 18px, and use the td-mobile plugin, the text size is automatically changed to 15px.

I haven’t been able to find the source of the problem. But it would be great if you can fix these small problems in the next updates.

thank you

Calin
tagDiv Staff

Hi,

Please follow the steps from this documentation: -> https://forum.tagdiv.com/the-mobile-theme/
You get the plugin from themeforest ( get the theme with all files ).

Thank you for your understanding.

Viewing 25 results - 26,351 through 26,375 (of 41,416 total)