Search Results for 'mobile theme'

Results from the Forum
nairolf
Participant
#0

Hi,
On 26 July you release the 7.3 version.
It’s been two weeks since then and I see on different days that you have updated again and again the theme without change the version / changelog.

So, keep in mind that is impossible to know which is the latest version.
For the people they are using rules on htaccess like expires headers, your changes have no effect for users who have previously visited this version in their PCs/mobiles because css/js have the same query string.

¿Is so difficult for your developer to change a simple number on the changelog?

ertha013
Participant
#0

We used to run our website in Newspaper Theme of yours, we were satisfied with theme but also looking for improvement so we decided to buy this theme as it suits our site better.

However, I have noticed that even I uploaded the same set of images as before, the quality for those just uploaded after new theme installed are not as good as those from the first theme.

Here’s the recently uploaded image after new theme
http://www.smefrog.com/%E0%B8%AD%E0%B8%B2%E0%B8%8A%E0%B8%B5%E0%B8%9E%E0%B9%80%E0%B8%AA%E0%B8%A3%E0%B8%B4%E0%B8%A1-%E0%B8%AA%E0%B8%A5%E0%B8%B1%E0%B8%94%E0%B9%82%E0%B8%A3%E0%B8%A5/

Here’s the one uploaded before the new theme
http://www.smefrog.com/%E0%B8%AA%E0%B8%B9%E0%B8%95%E0%B8%A3%E0%B8%82%E0%B8%99%E0%B8%A1%E0%B9%82%E0%B8%95%E0%B9%80%E0%B8%81%E0%B8%B5%E0%B8%A2%E0%B8%A7/
http://www.smefrog.com/%E0%B8%82%E0%B8%B2%E0%B8%A2%E0%B8%AD%E0%B8%B0%E0%B9%84%E0%B8%A3%E0%B8%94%E0%B8%B5/

Obviously it’s much blurry than those before, and they are worst in the mobile or smaller size? I don’t know why the quality is so different betwee newspaper and newsmag

However, my site will stick to this size of image as it’s all customized, so I think there’s way to fix this and determine our featured images size

Ing Geek
Participant
#0

Hi everybody. Im actually in Newspaper 6.7.2 JAJAJa i dont update theme since Newspaper 7 has launched and now on Newspaper 7.3 i saw a lot of problems but im thinking to update my site to latest theme. 🙂 and i have a question to everyone whit Mobile Theme Plugin…. Really works? I mean, we can have more visitors thanks to having activated mobile theme?

Anyone has notice some changue in visits from Newspaper 7 from date?

Regards

Catalin
tagDiv Staff

Hello Thomas,

Unfortunately, the mobile theme has not been designed to recognize all the Visual Composer shortcode because this concept has been thought to have very basic structure, clear, fast and use for using. Please notice that mobile theme is an optional plugin which can be used or not. If you are unhappy with it, you can simply disable the mobile plugin and the theme will be switched to the general mobile mode.

Thanks for your understanding!

lethow
tagDiv Member

Thanks Catlin!

We had added the code but its working on desktop only…please note that we had mobile theme activated but adding the same code in mobile theme custom code is not working…

miguelTheme
tagDiv Member

the problem was tagDiv Mobile Theme, dont worry thank you

miguelTheme
Participant
#0

Good afternoon, I have a problem with the plugin, NEWSPAPER, and downloaded the theme Default Demo, and all is right in the desktop version but on mobile devices is an incomplete version, no video, no post, no solicales networks, not it seems almost nothing that is in the demo, and I want to leave my sample problem: http://www.exitorevelado.com/ here this intalado the theme Default demo, but if you are on a cell phone everything looks incomplete only a few post and nothing else,? I want to know if I have to activate a function or this happening? in intaladoen a clean, version of WordPress

Thomas
tagDiv Member

4 days ago, by FTP we erase all folders for theme and plugin Mobile and reintall all.
So all elements a good.
In fact I prefer the version with no mobile. A lot of essential elements are now visibles on phones.
Regards

Catalin
tagDiv Staff

Hello stanisci,

The footer in the mobile theme cannot be removed from the Theme panel, but only if you use a bit of CSS code. For an accurate code, please notice that your website is needed to provide so I can inspect it closer.

Thanks.

Catalin
tagDiv Staff

Hello lethow,

Unfortunately, our theme does not have such an option for the mobile ad. If you want to do that, you will have to make some changes in core file in order to achieve as you wish and these involve custom work and we cannot provide this type of services, sorry! If you want to display more leaves in our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you!

Thanks.

stanisci
Participant
#0

I can not remove the footer of the mobile theme . Another thing : when I go on my site for firefox in, it understands that it is the mobile site . Can anyone help

Alin [tagDiv]
tagDiv Staff

Hi

You can set a size for each ad that you use, for different devices – http://screencast.com/t/FC4poaG5fYZX
If you use the mobile theme plugin, please note that it has its own ads spots where you can paste the adsense code – http://screencast.com/t/xSLtzzquyCn Please read the mobile theme plugin tutorial – https://forum.tagdiv.com/the-mobile-theme/ and please note that it is an optional plugin.

Thanks!

lethow
tagDiv Member

Please ignore the below msg and see the corrected one here:

The above CSS is generated by you theme when we enter the responsive code to the ads section in theme panel: So we want that please advice how to increase height for device >768px.

2nd, adsense ads showing on desktop but not showing on mobile but when we deactivate the mobile theme plugin….it start showing on mobile also….so mobile theme active means no adsense ads on mobile and deactivate means adsense ads on mobile…please advice how to solve it…

Bogdan B.
tagDiv Staff

Hi,

The dash is there because you removed the post date with css maybe but did not remove the dash. If you remove post date from the theme panel then the dash will also be removed. Please use this css for the dash:
.td-author-line{
display:none!important;
}

This will remove the dash on desktop as well so if you want to target only mobile devices you ned to use media queries:
@media(max-width:767px){
.td-author-line{
display:none!important;
}}

As for the views, you can customize them to position left with this code:

.td-post-comments, .td-post-views{
float:left!important;
}
.td-post-comments{
margin-right:8px;
}

and again if you want it only on mobile:
@media(max-width:767px){
.td-post-comments, .td-post-views{
float:left!important;
}
.td-post-comments{
margin-right:8px;
}}

However I have only tested this css on the default post template. Different post templates can have different results so you will have to target each post template with it;s unique class in order to get the css right on all of them.

Thanks.

Bogdan B.
tagDiv Staff

Hello,

There was a glitch in the previous update regarding this mobile theme issue. Please download the theme package again from envato as the fix was implemented in the new version. (it is still 7.3) You can use this guide to update your theme: https://forum.tagdiv.com/how-to-update-the-theme-2/ (the automatic update will not work this time as the version is not changed.)

Sorry for the inconvenience.
Thank you!

Catalin
tagDiv Staff

Hello lethow,

If you are using the Mobile Theme, please notice that the Always Sticky menu not working. For an accurate code regarding on your background color, please provide your website URL so I can inspect it closer and also, the user/password, so I can access it.

Thanks for your understanding!

lethow
tagDiv Member

I want to show the google ads on post only but not on the pages & 404 error….also not want to redirect….

In the old them what we do…we usually create an header-noADS files & footer-noADS files which are identical as footer.php and header.php and then we define in page.php & 404.php to stop showing ads on pages & 404 pages….

but i want to know if mobile theme is activated then we have to do it in mobile folder also..??

Bogdan B.
tagDiv Staff

Hello,

Sorry for the inconvenience. There seems to be a css issue in the new update on the mobile theme. Please use this css code in the mobile theme’s custom code box:

.td-post-author-name div { display:inline; }

Thank you for your understanding!

lethow
Participant
#0

Please note when mobile theme plugin is activated then the author name is not coming…below screenshot will help to understand.

https://s9.postimg.org/skfb1ud7z/Image_1.png

But when we disable the mobile theme plugin then it works fine but few issue that we need to address…

https://s10.postimg.org/917osrz09/Image_2.png

First, there a small dash is coming after author name. How to remove it..?

Second, views are coming on right corner how to shift it to near author name>

PkChris
Participant
#0

Is there a way to prevent scroll to top when clicking on the mobile menu button? I’m assuming it’s by design and somewhere in the tagdiv_theme.js?

emalgumlugardomundo
tagDiv Member

Hey Bogdan, I am not using the mobile theme, I am using the responsive. I putted this code on CSS Custom and it didn´t worked.

Catalin
tagDiv Staff

Hello Thomas,

Please ensure that you are using the latest version of the theme. Please try to download again the theme from the Theme Forest because we have fixed the issue regarding on Mobile theme (not showing the featured image) but the version of it has not been changed…it is still 7.3 version. Also, please notice that we recommend the FTP method because this is the surest one in this regard. -> https://forum.tagdiv.com/install-via-ftp/ Please check your result after this update and let us know how it goes. Your issue, it is possible to be from this case.

Thanks.

Catalin
tagDiv Staff

Hello Thomas,

Please try the mobile theme without any untested plugins. Leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with our theme and rule out the conflicting plugins.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello Cybergh0sT,

Unfortunately, our theme does not have such an option regarding on non-responsiveness for mobile mode, it has just the mobile theme or general responsiveness mode. If you want to display more levels in our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!

Thanks for your understanding!

Andrei L.
tagDiv Member

HI

Unfortunately the theme does not have an option to not load the background image for mobile devices. To achieve that are required many customizations and tests in theme’s core files and a possible solution would be using this class: http://mobiledetect.net/ For the moment I can’t provide a solution bet I’ve added this on our todo list and developers will consider it for future updates. This may take some time because we have a long implementation list and we take them one by one.

Thanks!

Viewing 25 results - 19,726 through 19,750 (of 22,177 total)