Search Results for 'mobile'

Results from the Forum
thelastpoet
tagDiv Member

I have exactly the same problem, I had not noticed this before but then when I activate the mobile plugin, my posts are not clickable.

I am losing a lot of traffic and this explains the high bounce rate I have been experiencing. A huge percentage of my visitors are on mobile and if this is not resolved. I have to switch to another theme.

American
Participant
#0

I was wondering if you have any suggestions to improve my website (American Betting Site): http://americanbettingsite.com

Here is my PageSpeed Insights: https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Famericanbettingsite.com&tab=desktop

I am currently running the Speed Booster plugin that comes with the theme. I do not have the mobile theme enabled.

Thanks.

Lisborg
Participant
#0

I have just upgraded our site http://naturguide.dk to the latest version of Newsmag (from version 3 to 3.1). Now the Main Menu text suddenly is gone! Also the mobile menu does not work any longer!
I have tried to deactivate the plugins with no results. Any ideas why?

healthadviceteam
Participant
#0

Do you have a solution for the mobile plugin social counter or facebook like box for the mobile plugin and how can I implement that.
Thanks.

David
Participant
#0

Hi, when I look to our page on mobile, block 14 and block 2 stick together without any distance in between. Could you please check this scrolling down our page (home) on mobile? Link: LINK

gordianrichter
Participant
#0

Hello,
i have Newspaper 7.4 installed with Travel Blog demo without content. Everything works fine, except the mobile theme. No Slider and the columns are spelled in englisch. mobile theme installed, and set to standard settings.
On the mobile, if i switch to desktop version, and then back to mobile version, everything looks fine. after viewing some sites, the right thing is gone.
tested mobiles: android mobile with chrome installed. samsung tablet with chrome installed

thanx.

gili
tagDiv Member

OK, i fixed this. i didn’t update the mobile single.php file.

All good now 🙂

gili
Participant
#0

Hey,

I have a facebook comments plugin install, which shows on desktop >> https://postimg.org/image/b7ps00lop/

But on the mobile theme the facebook comments isn’t showing up >> https://postimg.org/image/owybkgxwj/

Why is this? And how can i show the facebook comments on mobile as well?

Thanks

gili
tagDiv Member

As i worte before, I moved some elements using Direction: rtl, instead of Float: rtl. and it seems pretty good, also on mobile.

I’ll give it a try.

Thanks

Bogdan B.
tagDiv Staff

Hello,
This is a result in you altering the theme css in order to make it rtl. The elements on the left are the mobile menu elements which are hidden by default and they should not be visible or scrollable. Please check your custom code you implemented and figure out which part of the css does this.
Thank you!

Andrei L.
tagDiv Member

Hi

We removed the install buttons because many people used to believe that it’s a required plugin and without it the the site won’t be responsive. This plugin is an optional plugin mean to sped up the site on mobile devices. The mobile theme plugin is included in Newspaper-tf/plugins folder: http://screencast.com/t/jrlkLPSuK2p and can be installed like any other plugin from wordpress dashboard. If you’re using Seo By Yoast plugin install this version of mobile theme plugin: http://cdn.tagdiv.com/wp-content/uploads/2016/09/td-mobile-plugin.zip as the one included in theme’s path create a conflict with Yoast.

Thanks!

kstockl
tagDiv Member

Sorry, 2 Code Inserts in the Forum seems not working:

So here again the Code I have changed:

Modal Login in <b>Mobile</b> View

  • This reply was modified 9 years by kstockl.
kstockl
tagDiv Member

@Catalin

Hi Catalin,
as I looked deeper now in the structure I discovered in mobile-menu.php the following Code:

<code> <!-- login section -->
        <?php if (td_util::get_option('tds_login_sign_in_widget') == 'show') { ?>
            <div class="td-menu-login-section">
                <?php
                if ( is_user_logged_in() ) {
                    locate_template('parts/logged.php', true);
                } else {
                    locate_template('parts/login.php', true);
                }
                ?>
            </div>
        <?php } ?>

I opened the File /parts/login.php an changed the code in following ways:

//if admin permits registration
$users_can_register_tab = '';

if ($users_can_register == 1) {
//add the Register tab to the modal window if
Anyone can register chec
$users_can_register_tab = ' <span></span>' . __td('Join', TD_THEME_NAME) . '';
}

echo '
<div class="td-guest-wrap">
<div class="td-menu-avatar"><div class="td-avatar-container">' . get_avatar($current_user->ID, 80) . '</div></div>
<div class="td-menu-login">' . __td('Sign in', TD_THEME_NAME) . '' . $users_can_register_tab . '</div>
</div>
';

This seems to work in Mobile View. Instead of showing now the Login Tab a Link now redirects to my own Login Page. The same with Join Tab – A unregistered User is redirected to the Register Page.

Can you confirm that my changed Code in Theme is free from Error?

And last but not least in Mobile View there is another Link I discovered within Login. If an User is logged out and he has to be logged In to write a Comment the Login View opens in a Modal Window in Mobile View.

In which file an where to change this part of Code to get redirected to my own Login Page instead of opening a Modal Window for Login?

Thanks for your reply

Greets, Karl

Catalin
tagDiv Staff

Hi biretta,

For your first request, please notice that I need to inspect your website so I can provide a more accurate code but please notice that I cannot access your website. You can provide your credentials to our email address. For your second request, you will have to use a bit of CSS code to hide those strings on mobile.

The code is ->

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

Thanks.

Bogdan B.
tagDiv Staff

Hello,

We always recommend updating via ftp as it;s the safest method. WordPress can fail on multiple occasions. Please use this guide to update and choose the ftp method: https://forum.tagdiv.com/how-to-update-the-theme-2/
A theme update will also fix the author name on mobiles for the mobile theme.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The background color of the mobile menu can be changed from here: http://screencast.com/t/ScSJiimKnyif or if you use the mobile theme plugin: http://screencast.com/t/xb35xNWWA8u6
The 3 sections of the footer were not designed to be identical width between them. The logo container is smaller so there will be more space for the other containers. IUf you want them justified, you can use this css code:
.td-footer-wrapper .td-pb-span3, .td-footer-wrapper .td-pb-span5, .td-footer-wrapper .td-pb-span4{
width: 33.33333333%!important;
}

Thank you!

Catalin
tagDiv Staff

Hi,

If you want to change the functionality for the login widget for mobile mode, please notice that you should edit the menu-mobile.php core file from mobile directory, like this -> http://screencast.com/t/wcO4LoTWQzVG

Hope this helps!

Thanks.

Catalin
tagDiv Staff

Hi,

All the information about our Mobile Theme can be found in our documentation here -> https://forum.tagdiv.com/the-mobile-theme/

Hope this helps!

Thanks.

Bogdan B.
tagDiv Staff

Hello Dustin,

Sorry but apart from the super cache issue, we have no such reports of the mobile theme behaving like that.
We only tested our mobile theme with wp super cache so I cannot say for sure if your caching solution work with our theme or not, We can only recommend what we have tested.
You can also try to disable all plugins except visual composer, clear cache and reset cdn files in order to rule out a plugin conflict. We do not know of any other solution as we only identified wp super cache to cause this for the moment. Try your caching solution on another wp install. Create a sub-domain with the same settings as your main site and do not install the theme. Leave just a wp default theme and try the jetpack mobile theme solution. WP super cache also affected the mobile theme from jetpack, not just the one from our theme. This way you can figure out if the problem is caching related or theme related. (our mobile theme only behaved like this with wp super cache so I think it;s safe to assume it’s your caching solution causing it)

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please make sure visual composer is installed and active on your site. What version of the theme do you use? What version of visual composer? Do you use the mobile theme?
The most common case is the mobile theme plugin which provides a second editor in the back-end so you have to scroll down a bit to see the visual composer editor.
if this is not the case, please disable all plugins except visual composer. clear cache and reset cdn files if you use it.

Thank you!

ezenwa1
Participant
#0

Hello,

I have the newspaper theme version 7.4 installed on my wordpress site. I wanted to install the mobile theme however, when I go to the Plugins tab, there is no install button for the mobile theme. Please advise.

Regards,

Ezenwa

eyesandvoice
Participant
#0

Hi, I have not had the time to come up with this issue, since my last update the Mobile theme is not showing up the name of the authors of articles on my mobile site… how can I fix this please??

Secondly, with the new Theme Update, I have been trying to delete the old theme (on appearance > themes…) in order to upload the new theme… The old theme would not delete, its says: “Deletion failed: The requested theme does not exist.” – How can I fix this please??

How can I upload the new theme?

Thanks

biretta
tagDiv Member

Thanks, used css, I have a couple more questions:
1 the widget titles are not showing are white like the background
http://www.princefaster.it/wp-content/uploads/2016/09/text.jpg

2 on mobile footer how can i remove the about us and follow us text
http://www.princefaster.it/wp-content/uploads/2016/09/Screenshot_2016-09-15-21-49-13.jpeg

thanks for help

tanapol4637
Participant
#0

How to change background color on mobile menu. (I’ll change green to orange)
– (Sreenshot1)

How to fix footer title on ipad. It’s not justified.
– (Screenshot2)

Thank you.

bradkrauza
tagDiv Member

gonzookanagan.com. Thank you. 🙂 It also seems to be a bit slow on mobile as well.

Viewing 25 results - 35,026 through 35,050 (of 41,416 total)