- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsWhat is Ajax preloading?
Hello,
i have on mobile version on review box little bug.
Left and right border is white.
Top and bottom is grey.
This happens only in mobile version probably only on black version of theme.
Here is image.
Site is: http://www.rewind.sk
Thanks for help..
I tried to fix CSS and i fixed it one time but with theme update it again goes wrong.
Please fix this in update thank you.

Dear all,
I’ve read on your support forum that Mobile theme plugin doesn’t support Visual Composer due to simplicity, page loading speed etc. That also resolves in not rendered shortcodes which are registered in VC. I also tried to use WP default shortcodes, but with the same result.
Is there any way to use any shortcodes on Mobile theme? Whole point of shortcodes is to easy reuse an useful snippet anywhere on the site, in unlimited number of places.
Kindly waiting for your reply, and help 🙂
Thank you.
Cheers,
Nemanja.
This thread can help you with this: https://forum.tagdiv.com/topic/mobile-theme-problems-3/
There are some file replacement you need to do under WP Super cache plugin. Here are the details: https://github.com/Automattic/wp-super-cache/issues/132
This is must for Mobile theme to work with WP super cache but if it doesn’t work even after doing this change. Look for other things.
Thank you.
-
This reply was modified 9 years by
Nano.
Hi Bogdan, thanks so much for your thorough reply including all the screenshots. I did eventually get the ad working in the sidebar via the theme panel Ads section – I think even though I was deleting cache after each try it may have been a caching issue.
I also got it working on mobile but it did not work when I placed the script in the head tag of child theme > mobile > header.php – I had to place it in the original theme mobile header file. Oh well, it is showing up! I will re-add the code when there is an update.
One more funny thing, do you know what the empty black bar is at the top of the mobile site above the logo, menu and search header? screenshot: http://www.screencast.com/t/gjJfA0VzAe
Thanks so much. I’m loving the theme 😀
Hi, I am new to Newspaper theme. In my first post, I selected Smart List 2 to list items and its working nice. This is the post https://www.atechreview.com/news/audio/headphones/5-best-wireless-headphones-for-tv-in-2017-28 but when I see the same post from Mobile phone the photo is like this http://imgur.com/a/PYUB9 which is more look like other smart lists. How can I keep it same as Smart List 2 in mobile.
Thanks
Hi there,
I would like to report two issues to the theme editors:
1- the TagDiv Slider Gallery is not working in mobile. You can’t slide the images at all. It has been like this for quite sometime.
2- the second issue is that Firefox is showing this message when I am trying to access your site:
Reported Attack Page!
This web page at forum.tagdiv.com has been reported as an attack page and has been blocked based on your security preferences.
Attack pages try to install programs that steal private information, use your computer to attack others, or damage your system.
Some attack pages intentionally distribute harmful software, but many are compromised without the knowledge or permission of their owners.
Please see screenshot: http://imgur.com/a/YdrpI
I hope you can fix both issues as soon as you can.
Kind regards
Try disabling all other plugins, mobile theme somethimes has conflict whit other plugins
We have a high traffic site with caching via wp super cache.
We’d like to use the mobile theme but we ran into issues with the desktop theme getting cached and served to mobile visitors. Please let me know ho wi can fix this.
Thanks.
Hello,
For the mobile theme you can find the code here:
http://screencast.com/t/Y4pXW34sR
Thanks.
Hey, Yes, I want to remove it only for mobile theme and I am very well aware that it has totally different place to add codes and have different header.
So, I see http://screencast.com/t/ZIMmqfCqcdx8 but I don’t know what to do here. What do I need to do remove adds from homepage only. I can get the Page ID for homepage using Browser inspector but what to do next?
What’s the code and where do I need to add this code ( probably here: http://screencast.com/t/ZIMmqfCqcdx8)
Kindly be little more instructive 🙂 ( Sorry for being so dumb in coding )
Thank you.
Thanks Bogdan, as per that topic instructed , i just need to remove this line only from all those 4 td_top_bar_template php files –
locate_template('parts/header/td-login-modal.php', true);
from this code :
<?php if (td_util::get_option('tds_top_bar') != 'hide_top_bar') { ?>
<div class="top-bar-style-4">
<?php locate_template('parts/header/top-widget.php', true); ?>
<?php locate_template('parts/header/top-menu.php', true); ?>
</div>
<?php }
locate_template('parts/header/td-login-modal.php', true);
?>
So that final code will look like following ?
<?php if (td_util::get_option('tds_top_bar') != 'hide_top_bar') { ?>
<div class="top-bar-style-4">
<?php locate_template('parts/header/top-widget.php', true); ?>
<?php locate_template('parts/header/top-menu.php', true); ?>
</div>
<?php }
?>
will doing that also remove the login codes form the mobile theme plugin ?
I think it wud be best to remove it from mobile theme plugin too for our site …for that which files codes will i need to edit & remove ?
Thanks
Awaiting reply
Regards
Hi,
The mobile theme as you know has a different header ad than the desktop theme: http://screencast.com/t/5CyGWerl
If you only want to remove it on the mobile homepage you will have to add a condition around this code:
http://screencast.com/t/ZIMmqfCqcdx8
You will have to use is_page and use the page id number (you can see it in the browser inspector when inspecting the mobile homepage) as the is_home function will not work on the mobile theme.
Thank you!
Hello kaidensharma,
I guess that you want to change the header color background to your mobile mode, right? Please 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: red!important;
}
}
The result is here -> http://screencast.com/t/spOiDFnXxE
Hope this helps!
Thanks for the message!
I don’t want header ads to appear on the homepage when using mobile theme plugin on mobile.
How can I disable it for mobile?
Hello Alex,
Notice that it is not a simple task to simply copy and paste the code, sorry! As you can see, we have a lot of demos and each of them has own custom CSS code which can be found in the demo folder, like this -> http://screencast.com/t/ZkfERDa1vAf You will have to do some adjustments through code in order to achieve the same menu to your side. Also, if you want to change the menu for mobile, notice that the theme has not been designed to use another menu style than the existing one.
If you want to display more levels in the theme and if you are not aware of the steps which are needed to take in this regard, consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thanks for the message!
-
This reply was modified 9 years by
Emil G.
Hi,
1. Yes it really should not show the login section if it’s disabled from the theme panel http://screencast.com/t/yroFZJjOunV
Once I disabled the login on the mobile theme settings it did not show up anymore. You probably have a strong cache enabled so the option was still served from the cache. Please try again and clear cache afterwards.
If you still have issues with the sign-in/join on the m,obile theme please try to disable all plugins except visual composer, clear cache and rest cdn files. Then test again.
2. If you do not need the login at all on your site, you will have to remove those lines from the code as the theme panel only hides the options but does not remove the code for the login. Please follow this topic to see how you can remove the login tags:
https://forum.tagdiv.com/topic/how-to-remove-the-invisible-login-from-bots-view/
Thank you!
Hello,
The background for the mobile menu is in the theme panel. If you want to add a background image it can be added here: http://screencast.com/t/Dj1Rn8RW
The background colors can be added from the colors section here: http://screencast.com/t/JnLqnUpg
Thank you!
Please advise where could we copy the CSS code for the menu used in this demo, including mobile menu code http://demo.tagdiv.com/newspaper_cafe/
We would like to copy and paste this code in our css file and reupload via ftp, rather then making edits via Theme panel.
Thank you
Hi, I want to change background mobile menu but I dont find this option on Theme Panel. How can I do it??
Thanks!
Hi tagdiv,
1] After having updated theme to latest v7.5 , i installed ,activated the Mobile Theme plugin for the theme ..made the appropriate settings & disabled the “show log in” under the mobile options page of theme options..the theme still outputs the “log in menu” on visitor end on the mobile devices…
It shouldnt happen like this ? if the option is disabled it shud not show up in the visitor end ?
I have cleared cache of caching plugins too ,despite that it was showing it..
For now have disabled & removed the Mobile Theme plugin…the plugin is cool & i really want to make it work
2] Also i noticed this weird thing in my google alerts today, the mail link was one of our new tags. but the description which was showed by google below the title of our tag included these lines – “A password will be e-mailed to you.”
I visited that tag link & on checking its source code i found this code –
==============================
<div id=”login-form” class=”white-popup-block mfp-hide mfp-with-anim”>
<div class=”td-login-wrap”>
<i class=”td-icon-modal-back”></i>
<div id=”td-login-div” class=”td-login-form-div td-display-block”>
<div class=”td-login-panel-title”>Sign in</div>
<div class=”td-login-panel-descr”>Welcome! Log into your account</div>
<div class=”td_display_err”></div>
<div class=”td-login-inputs”><input class=”td-login-input” type=”text” name=”login_email” id=”login_email” value=”” required><label>your username</label></div>
<div class=”td-login-inputs”><input class=”td-login-input” type=”password” name=”login_pass” id=”login_pass” value=”” required><label>your password</label></div>
<input type=”button” name=”login_button” id=”login_button” class=”wpb_button btn td-login-button” value=”Login”>
<div class=”td-login-info-text”>Forgot your password? Get help</div>
</div>
<div id=”td-forgot-pass-div” class=”td-login-form-div td-display-none”>
<div class=”td-login-panel-title”>Password recovery</div>
<div class=”td-login-panel-descr”>Recover your password</div>
<div class=”td_display_err”></div>
<div class=”td-login-inputs”><input class=”td-login-input” type=”text” name=”forgot_email” id=”forgot_email” value=”” required><label>your email</label></div>
<input type=”button” name=”forgot_button” id=”forgot_button” class=”wpb_button btn td-login-button” value=”Send My Password”>
<div class=”td-login-info-text”>A password will be e-mailed to you.</div>
</div>
========================
As u can see that 2nd last line ,those words ..exactly what appeared in google alerts..i am wondering why ? bcoz we dont use login system for members..also in theme settings “Show sign in / join” is disabled
And that code is present in all pages, now that i carefully inspected all…
what files do i need to edit so i can totally remove those divs coz never really gonna need that log in stuff,dont wanna cause any security compromise…
Awaiting reply
Regards
Hello again,
I just noticed that the added links don’t show up when I resize my browser to app-size (I am not using the extra mobile-theme-plugin) – but only categories show up on small windows (not the ones added with Catalin’s described method) – how can I make sure they also appear on the menu of small screens?
Thanks!
Hi,
I suppose you use the Mobile Theme plugin, so please note that it comes with it’s own templates so you will need to modify also the mobile theme template(s), check the mobile folder – http://screencast.com/t/ezJbnAZY Or you can disable the Mobile Theme plugin which, by the way is optional, and use the default theme responsiveness, so the content you have on desktop should appear also on mobile devices.
Thanks!
Well if the mobile theme plugin isn’t working, that is not a css issue at all. It does not allow the mobile theme plugin to kick in and css has nothing to do with this. Just one more thing that could affect this. Did you try this method with wp super cache as it;s the only know issue regarding the mobile theme not loading: https://forum.tagdiv.com/topic/mobile-theme-problems-3/ It’s just a thought
Since this is the only report of such activity with cloudflare, we cannot say for sure if that is the actual cause or just an ‘accomplice’. We will investigate and come back with the results if we find anything unusual. We also use cloudlflare on our end but could not see any such issue yet.
Thank you!
Hi,
Thanks for the reply.
1. Some of the edits were code, some were in the theme panel and custom CSS. If I follow the standard instructions the theme panel and custom CSS customizations will be safe?
2. I tested changing the image size all the way down to 50 x 50 pixels, which looks tiny on desktop. However, it still won’t right align on mobile and looks huge despite its small size. However, it does right align on mobile landscape view and looks tiny.
Any ideas?!
Thanks
Hi,
Please try to only use these settings as we suggest here: https://forum.tagdiv.com/cloudflare-cdn/
to avoid any issue please disable the Rocked Loader
Follow the guide and set it up as the guide shows.
We will also look into it and check if there are any issues with cludflare and the mobile theme. We will reply our findings here.
Thank you!