Search Results for 'mobile'

Results from the Forum
Afterglow
Participant
#0

Hello,

For my site http://pavlikeni.com, I had asked one of your associates to help me stretch it across the entire page as it currently is. While it looks OK on desktop, laptop and notepad devices, there is a problem on mobile devices – smart phones.

The problem is that the header logo and the header ad both do NOT center on the screen of the smart phone.

Could you please look into the custom CSS code you provided in the past and offer a solution?

Thanks,
Peter

smga
Participant
#0

Good day!
The plugin “td-mobile-plugin” is disabled and is not used by me.
Question: which file can change the background color, and other menu parameters in the mobile version in my case.
Thank you!

wilkwilk
Participant
#0

Is there a way to have the mobile menu push down the content instead of slide in from the left? Also how do I get rid of the social icons?

valkoprod
Participant
#0

On the mobile version of my website I blocks (made with visual composer) which are superimposed on each other, I disabled all plugins of my website to activate one by one without any plugin error disappears on the mobile, visual activation compose first error appears directly. I use version 7.4 which is the latest and a week ago that this error appeared.
Need your help

I do not use the mobile plugin for the responsive version is very good and I would like to remain the top

juwaini
Participant
#0

Hi guys,

Juwaini here. How to get the result as per written in my topic title?

Let me show an example here.

This is my website:

Hypelah

And this is how I want it to be, menu-wise:

Hypebeast

Is it possible?

Thanks. Have a nice day.

Regards,
Juwaini

deebee38
tagDiv Member

Okay – it would be great if you could provide a fix prior to a whole release. Surely it’s just a minor CSS correction as the bug doesn’t appear in the mobile version.

Either way, I’ll be on the lookout.

Thanks.

Dejan231
tagDiv Member

I tried the above code but it doesn’t work. The white space is still present on the mobile version. Please can you check that once again?

EDITED: I solved the above problem by using the code “.single .td-module-meta-info{ display:none; }” into the Mobile Theme > Custom code section.

Thank you very much for your effort!

  • This reply was modified 9 years by Dejan231.
Bogdan B.
tagDiv Staff

Hi,

Well I checked your site and saw that you use the mobile theme. There is a difference between the mobile theme plugin and the standard responsive version of the theme. This guide should help: https://forum.tagdiv.com/the-mobile-theme/
If you use wp super cache then you need to follow this topic: https://forum.tagdiv.com/topic/mobile-theme-problems-3/

Thank you!

Bogdan B.
tagDiv Staff

Hi,

Well, yes the mobile theme is a different theme and has custom classes as well.
Here is a code that can be used on the mobile theme to remove the white space on posts:
@media(max-width:767px){.single .td-module-meta-info{
display:none;
}}

Thank you!

Gadgetsay
Participant
#0

Just changed to another server, and the desktop theme is all setup but same theme is not appearing on Mobile theme!

How can I show the same theme format on Mobile, please open my site from desktop and again open it from mobile you will get the difference!

Thank You!

Dejan231
tagDiv Member

Great, the fix for the mobile version works. However, I can notice now that the custom css for removing the white spaces, work only on the desktop pc, while on the mobile I still have the white space especially the area of the author, date, comments. Do I need a different custom css for the mobile version?

Bogdan B.
tagDiv Staff

Hi,

It seems the breadcrumb container is still there. You can remove it with this code:
.single .td-crumb-container{
display:none;
}
.td-post-content{
margin-top: 5px!important;;
}

As for the mobile theme, this is an issue caused by the latest version of wordpres and wp super cache. The plugin was not updated to support the latest version of WP. Here is a temporary fix until they update the plugin:
https://forum.tagdiv.com/topic/mobile-theme-problems-3/

Thank you!

Catalin
tagDiv Staff

Hello Selva,

You can provide your website so I can inspect it closer but please notice that if you are installed the Mobile Theme plugin, the blocks will not be displayed on mobile mode.

Thanks for the message!

Dejan231
tagDiv Member

So, I’m talking about the area below the menu where the breadcrumps and the category tags are. After turning off the breadcrumps and the category tags, the white are is still present. Here’s an example post link: https://goo.gl/iTXXQP
Additionally question, I’m using the mobile version plugin but it’s not always loading, sometimes it loads the normal version an in such a case when I click the menu button, the menus doesn’t load, just the whole screen gets like boxed (tested on Windows Phone OS).

Catalin
tagDiv Staff

Hello Selva,

1)First of all, please keep in mind that our demo do not use the mobile theme and that’s why there will appear and on your site, not. Please notice that this is the default behaviour of this concept and for more information about mobile theme, please check here -> https://forum.tagdiv.com/the-mobile-theme/
2,3)Please notice that the mobile theme does not recognize the Visual Composer shortcode and that’s why every page which is created with VC will not be displayed in Mobile theme.
If you are unhappy with our mobile theme, you simply disable the plugin from Plugins section and the theme will be automatically switched to the general responsive mobile version.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello yvrmark,

What type of caching plugin do you use? Our recommended caching plugins is WP Super Cache. Notice that our theme has been designed to be responsive and also works as properly for any type of devices like as -> tablets, mobile, etc. Please try to clear all your caches and if you are using some untested plugins, please disable all of them and install only the plugins that come bundled with the theme and rule out any conflicting plugins.

Hope this helps and let us know how it goes!

Also, if your problem is still there, please provide your website URL so I can inspect it closer. You can target the tablet viewport using the @media queries. For more information about this, you can consult here -> http://www.w3schools.com/cssref/css3_pr_mediaquery.asp

Thanks for the message!

ragose
tagDiv Member

Hello,

How do I use the header type 5, I removed the logo mobile and mobile logo retina.
Then I added normal logo 272px and the logo retina 544px.
Now mobile is still seen blurred and also too large.

Really I do not understand because it is not good.

You step data access so that you look?

Thank you

Bogdan B.
tagDiv Staff

Hi,

Well id depends on the display. If it;s a retina display you should upload a retina logo. That needs to be double in size for it not to be blurry. For a normal display you can upload a logo as mentioned in the theme panel instructions here: http://screencast.com/t/ynedQLFhw
If you use a header style that doe not require a mobile logo, make sure you upload a retina logo in the normal header logo area here: http://screencast.com/t/WeValQvVwsM5

Thanks

Catalin
tagDiv Staff

Hello rflmedia,

Do you are using the Mobile Theme? Please notice that all the ads for the mobile theme have to be added in the Mobile Theme section from theme panel, like this -> http://screencast.com/t/C8qcpVwybQur

Hope this helps and let us know how it goes!

Thanks for the message!

Andrei L.
tagDiv Member

Hi

You can use one of theme’s blocks and add an extra class on it then use hide it on desktop using css: http://screencast.com/t/BD6Bptsy

@media(min-width: 768px){
.mobile-block{
display: none;
}
}

Thanks!

Bogdan B.
tagDiv Staff

Hello,

@Metric

But you can select the size you want for mobile as well. Please select a different ad size for mobile phones: http://screencast.com/t/oNfvQibZ
Thank you!

Bogdan B.
tagDiv Staff

Ok,

Did you insatal this version of the mobile theme? You did not specify iof you did. This fixed it for most users
http://cdn.tagdiv.com/wp-content/uploads/2016/09/td-mobile-plugin.zip
Let us know if you still have the issue after you install it.

Thanks.

Selva
Participant
#0

Hi team,

I have a couple of queries on the Newspaper 7 video theme. I couldn’t find a solution after tries. So i’m posting here…

1) Why my website in mobile theme is showing only the featured post and Latest post and not showing the footer items like Editors pick, popular post, categories, etc (I see them showing in the Newspaper 7 mobile demo theme)
Mobile theme
Is there anyway to do that?

2) I have created a Link in the MENU as “POPULAR” pointing to a page http://www.mysite.com/popular where i have added a block showing ‘All time popular’ posts. But nothing appears in the mobile version. Please help to configure this for mobile theme.

3) I’ve used Block14 with “Row Stretch” selected. But it seems like it’s not working. Any other settings need to be changed?
Block 14 Row stretch

Thank you in advance.

mikezch
tagDiv Member

Bogdan,

My provider said this:
“Hi José,

I have cross checked the issue and I could see that some files are removed from the server after they are found to be virus files by our malware scanner.
These are the files reported as malware by malware scanner.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
———– SCAN SUMMARY ———–
Scanned directories: 163
Scanned files: 1388
Ignored items: 1
Suspicious matches: 5
Viruses found: 5
Fingerprint matches: 0
Data scanned: 17.47 MB
Scan time/item: 0.026 sec
Scan time: 40.205 sec

Newspaper/functions.php’
# ClamAV detected virus = [winnow.spam.ts.miscspam.1031628.UNOFFICIAL]
Newspaper/includes/demos/wedding/pages/homepage.txt’
# ClamAV detected virus = [winnow.spam.ts.miscspam.1031628.UNOFFICIAL]
Newspaper/includes/wp_booster/wp-admin/panel/td_view_welcome.php’
# ClamAV detected virus = [winnow.spam.ts.miscspam.1031628.UNOFFICIAL]
/Newspaper/js/tagdiv_theme.js’
# ClamAV detected virus = [winnow.spam.ts.miscspam.1031628.UNOFFICIAL]
Newspaper/mobile/js/tagdiv_theme.js’
# ClamAV detected virus = [winnow.spam.ts.miscspam.1031628.UNOFFICIAL]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Can you please contact your developer and make sure that these files are not infected? Make sure that this theme is from a trusted source. ”

Could you give an answer to him, I know everything is ok with your theme, but they need the designers explanation to these files.

Regards

Edward
tagDiv Member

Деактивируйте “tagDiv Mobile Theme” в плагинах.

Viewing 25 results - 34,601 through 34,625 (of 41,416 total)