Search Results for 'mobile theme'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

This is highly unusual, it seems the page used as homepage is not found on mobile, despite being the same page.

First try to re-save the permalinks in WordPress settings
https://www.screencast.com/t/J2iFZcJGUJA
Then check if this solves the issue. If there is still a problem, deactivate all plugins as a quick test, leave only theme plugins active. Clear caching and CDN if used. Check if this has any effect. Let us know the results.

Thanks

Simion C.
tagDiv Staff

Hi,

Indeed, the Newsmag theme has a 10px padding on mobile, the Newspaper has 20px. Between the themes there are similarities but there are also differences, these are 2 different themes after all.

I could give you a code to reduce the padding to the same as Newsmag, you can make tests with it and see if there are no layout problems caused by it (it will apply on posts only)
https://www.screencast.com/t/sZ0g1dli

@media (max-width: 767px) {
.single .td-container, .tdc-row {
padding-left: 10px;
padding-right: 10px;
}}

Thanks

ctoweett
Participant
#0

Hi. Now that Google is planning to roll out the “mobile first” feature gradually, what direction does tagdiv plan to take with regard to the theme and “mobile first” feature?

Justin Werner
tagDiv Member

That first link you posted worked. I deactivated all plugins, installed mobile theme and fixed. Thanks!

Tezo
tagDiv Member

I use the theme here https://www.temizlikevi.net and now see that İt’s not mobile friendly theme http://prntscr.com/ituhe4

Simion C.
tagDiv Staff

Hi,

Might be the same issue from these topics
https://forum.tagdiv.com/topic/unable-to-install-tagdiv-mobile-theme/
https://forum.tagdiv.com/topic/mobile-theme-activation-error/
Try as suggested and let us know if there still is a problem.

Thank you!

Catalin
tagDiv Staff

Hello dartsworld,

I saw that you are using the Mobile Theme and the menu for this element has not been set up. Please check the Theme panel and make the changes from here -> https://www.screencast.com/t/lzfpZrYdze5

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

The WP Super Cache is recommended to be used with the theme, other plugins or configurations can cause issues. To test page speed it is always recommended to first remove ads if possible, and deactivate all non-theme plugins. It also depends on the hosting provider.
The autooptimize plugin could cause issues with the mobile plugin, try disabling it and test again.
There are many guides you can follow here in the forum regarding page speed, provided by theme users who achieved great results. Some of theme here
https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/

Thanks

broinfo
Participant
#0

Hi, can you guys please give me a basic code that can use as header banner (size 728*90).
i used following code but its not responsive in the mobile version.please help.

<iframe src=”%asset%” height=”90″ frameborder=”0″ style=”border:none;”></iframe>

broinfo
Participant
#0

Hi,
i used below code for create a HTML Banner ad using newspaper theme panel ad.
Its a header Ad (728*90). works fine in desktop but its not resposive in mobile.
please help.

<div class=”td-visible-desktop”>
<iframe src=”URL” width=”728″ height=”90″ frameborder=”0″ style=”border:0″></iframe> </div>

Bogdan B.
tagDiv Staff

Hello,

There is no trick. You simply post one question and wait for the answer. We answer from oldest to newest. If you post multiple replies in the same topic it will be moved to fresher posts and delay the answer.
Unfortunately there is no simple way of making the mobile menu kick in earlier. You can try a search and replace through the thee files and replace the 767 px which is the trigger for the mobile theme and change it with a bigger value, but you will have to be careful for each case in particular to not break the code.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please try to disable all plugins besides the tagdiv composer and the mobile theme and restore any optimization/customization. Then test again. There could be a plugin preventing google from grabbing the correct info. It seems the css is not being grabbed properly in the test.

Thank you!

Catalin
tagDiv Staff

Hello great1212,

1)Your logo has black color and that’s why on mobile devices this is not visible because the very top banner is black. Try the code below and place it in Theme panel -> Custom CSS area.

The code is ->

@media (max-width: 767px){
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: white !important
}
@media (max-width: 767px){
#td-top-mobile-toggle i{
color:black!important;
}
@media (max-width: 767px){
.header-search-wrap .td-icon-search {
color: black !important;
}

The result is here -> https://www.screencast.com/t/RyyPOmOE

2)The footer uses the logo in full width and that’s why you bring different results. Try to change the footer template.

3)Please check the following the topic from here -> https://forum.tagdiv.com/topic/social-counter-and-instagram-problem/

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hello,

The mobile homepage has a top grid showing the featured posts that the admin chooses. Please read this guide: https://forum.tagdiv.com/the-mobile-theme/
Unfortunately the mobile theme cannot be edited with the tagdiv composer.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

You can do it by altering the mobile theme code or by hiding them with css.
Here is an example of how yu can remove the about us and follow us sections on the mobile theme:
comment out or remove this code: https://www.screencast.com/t/Owr9dZbN

Thank you!

mmedia6587
Participant
#0

Hi,
This seems to be problem for all Newspaper theme installations that I checked via Google Mobile Friendly Test.

Once the Mobile Friendliness test is done, clicking to “Page Loading Info” says besides other loading issues:
it cannot load images

I also tested competitor websites running Newspaper theme, they show the same issue.
Check this site for example please…https://www.bestonlineforexbroker.com

Bogdan B.
tagDiv Staff

Hi,

1. The mobile menu must be made transparent from the theme colors section: https://www.screencast.com/t/2Y6lF0u4j

2.Unfortunately the sticky menu cannot affect the content. There is no simple way of having the entire content scroll under the menu. It is not a simple modification to make as the scrolling sidebar is js loaded as well as the menu. Sorry but you will have to hire a freelancer to help out with this implementation.

Thank you!

Simion C.
tagDiv Staff

Hi,

Please do not hesitate to create topics and post your questions. We and the community will try to help you as best as we can.

1. The top bar is not displayed on mobile, it is not supposed to. It could be made to appear by custom code only if required, and only when the mobile theme plugin is not used. If you want to show the top bar on mobile, please provide a link to your website and I will try to give you a solution.

2. Indeed, the widgets do not have font settings. You could use the general font settings in the theme panel
https://www.screencast.com/t/FFyN74StReO
The widgets will not receive the same font settings as in the composer, there are plans to change the widget implementation in the theme in a future update so those settings will not be needed.

3. So the problem appears only when the featured image name is not in English. Maybe the name contains some language specific characters or symbols which cause the issue. You could use some other names for the images which do not cause issues. The most common issues with image uploading would be these
http://www.wpbeginner.com/wp-tutorials/how-to-fix-image-upload-issue-in-wordpress/

Thanks

Simion C.
tagDiv Staff

Hi,

The themes are similar in core but there are differences between them as well. There were meant to be different themes after all.
There are no plans as far as I know to change how the responsive version of the big grids look like on mobile in either themes.

There are settings in the theme panel of the Newspaper theme, for the breadcrumbs
https://www.screencast.com/t/A3yu46bsyrkH
And also for the post title per post template or general
https://www.screencast.com/t/RCgYEU8iq

Thanks

devraj1986
Participant
#0

Adsense ads code not saving in your 8.7 version.
check screenshot—
http://prntscr.com/isqv6q
But in mobile section it is working perfectly.
Its still When I adding adsense code and hit save button in my theme panel its loading and loading.
PLEASE HELP ME ASAP…

Anujsharma768
Participant
#0

I am using a tag div mobile theme plugin but still, Google says your webpage is not a mobile friendly. Please help me and suggest me how to solve this issue.

Issue screenshot – https://postimg.org/image/rhj18gbrp/

Simion C.
tagDiv Staff

We have not tested tabbing through the site unfortunately, as this is not a standard user behavior. The mobile menu will be loaded but the menu is hidden from view and is not accessible otherwise.
This is how the theme functions, both menus will be loaded and each served based on device. I am sorry of this is an inconvenience for you. I will add this to our list and pass this info to our development team and maybe in the future this will change.

Simion C.
tagDiv Staff

Hi,

I don’t understand exactly what you are asking. If you are referring to the fonts and font properties the mobile theme plugin is using, this does not have any settings to change them. They are all predefined in the mobile theme stylesheet.
If this is not what you meant, please provide some more details about it.

Thanks

Simion C.
tagDiv Staff

That might be a caching issue, clear all caching installed or server provided. If the plugin is deactivated the mobile theme will not be served on mobile devices. The default responsive version will be shown instead, like the live theme demo which does not have the mobile plugin installed
https://demo.tagdiv.com/newspaper/

nathanway
Participant
#0

I like the mobile theme load speed, but I feel less on the home page, please tell me how to put the most popular news list on home page when using mobile theme.
Please make it possible

Viewing 25 results - 15,601 through 15,625 (of 22,177 total)