Customize mobile version

Posted in: Newspaper
Post count: 81

Hello
I noticed that the mobile version is really fast and I congratulate you for this. I tried to activate it but I have some questions to ask you to solve some problems.

1- What are the measures of the thumbail to be activated for the mobile version? (it doesn’t let me see the images on the home page)

2- How to remove the footer logo?

3- How to remove the “about” inscription in the footer?

4- How to remove the word “follow” above the social icons in the footer?

5- How to remove the “contacts” message and the email from the footer?

6- At the end of the content can I add, after the related articles, some random articles?

I hope these changes are possible, I can’t wait to activate the version. Upload the site in less than 2 seconds, great.

Post count: 18283

Hello !

The designs do not match because you are using the mobile theme. 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.

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/

Thank you !

Post count: 81

With a simple css code is it possible to make these changes ?:

1- remove the “about us” title in the footer

2- remove the category title from the category pages

3- remove the “follow us” title from the social icons in the footer

This is enough

Post count: 81

I want to use the standard mobile theme.

What are the measures of the thumbail to be activated?

Post count: 18283

Hello !

Please provide a link to your website and we will take a look.

Thank you !

Post count: 81

At this time the mobile plugin is disabled on the site.

the site is http://www.novabbe.com

I’m making screens to better highlight problems.

Thanks

Post count: 81

Hoping to find a solution soon, I activated the plugin to better understand the problem.

Here are the errors to repair:

Css for hide title category
https://novabbe.com/wp-content/uploads/2019/11/category-title.jpg

css for hide “about us”
https://novabbe.com/wp-content/uploads/2019/11/about-us.jpg

thumb activate for image preview
https://novabbe.com/wp-content/uploads/2019/11/thumb-img.jpg

Post count: 81
Post count: 18283

Hello !

For thumbs 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.

And for the items you want to have removed please activate Mobile theme and we will take a look.

Thank you !

Post count: 81

Deactivated all plugins, emptied the cache. The problem of thumb remains.

Do I need to activate a particular measurement from here?
https://novabbe.com/wp-content/uploads/2019/11/Schermata-2019-11-21-alle-09.42.34.png

I have activated the mobile version for other changes.

Post count: 623

Hello,
To remove About us add this to custom CSS to Theme panel >> Mobile theme >> Custom Code
aside.td-footer-description {
display: none;
}

I tried visiting the category page, but it’s redirecting me to the homepage.

For thumbnails on mobile, you should enable thumbs for mobile theme.
Theme panel >> Block settings >> Thumbs on modules/blocks
enable thumb size = 265 X 198 and 741 X 486
Refer: https://prnt.sc/pzz5tt

I hope you will find this helpful.
Thank you for your understanding.

Post count: 81

Perfect, the previews image work.

I have fix it the categories, now you can see them.

The “about us” section would like to remove only the title, not the content. If it is possible.

Post count: 623

To hide About us title add remove previous code and add this

.td-footer-description .block-title {
display: none;
}

To hide category title you can use –

.td-category-header .td-page-title {
display: none;
}

Post count: 81

Perfect for css codes.

I’ve noticed that category paging doesn’t work. If I click on 2 … it always shows me the first page.

Post count: 18283

Hello !

Check for a plugin conflict first. 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.

Also provide us a link to your page in order to inspect !

Thank you !

Viewing 15 posts - 1 through 15 (of 15 total)
You must be logged in to reply to this topic.