- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsWhat is Ajax preloading?
On mobile device, if i swipe left, the website move to the right and reveal a blank space like you see below in the image. I’ve been trying to fix this problem. Pls Help!!! Big thank
https://drive.google.com/open?id=0B8CBUkMWWZtVc2dyemtubU1zcjA
actually i have tried step by step procedure that you have mentioned. but after that i realize that my website gone more down. so thats why i was no to comment that actually i have already done. please share me some different thing how can i increase speed of my site in mobile.
hi tagdiv crew!
I’m using your mobile theme and its awesome. I just wonder that how can i show my authors list on mobile theme?
On desktop i show that list like this: http://prntscr.com/f0qr0d these
I want to show same list on my mobile theme.
I’m using last version of wp, and newspaper.
thanks
Hi,
My mobile theme is broken. This stopped working after the last update. The desktop version works fine.
http://www.thinkcybersecurity.net
How can I fix?
Darren
Hello there,
I have installed the new newspaper theme and it’s fantastic on desktop but the mobile version is completely different.
Could someone help me to resolve this problem?
Thanks
monaco-baviera.it
Hi,
I have inspected your website, but I do not see the problems you mention at the moment
– https://www.screencast.com/t/tGSchFQHi2
– https://www.screencast.com/t/FsBy6lTyl5
The website seems to be working properly, there is no issue with the menu on mobile from what I can tell.
Thanks
Hi,
I don’t understand exactly what you want to achieve in the sidebar, with the categories. There is no option to hide categories by default and the display them on hover on desktop or on mobile, this will have to be made custom or through a plugin that has these capabilities. Please correct me if I misunderstand.
Thanks
Hi
I have a problem with page in mobile, page not shown when I open from mobile menu.
Plz check below link on mobile
How to make subcategory in sidebar show up and hide when hover is on parent category or by clicking on parent category? Like it is made in main menu – hover opens submenus in desktop mode and the click opens submenus in mobile mode.
Hello,
The top menu was disabled for mobile devices. It can be activated though with css. Please add this css code in your theme panel-> custom css box:
@media (max-width: 767px){
.td-header-top-menu-full, .td-header-sp-top-menu {
display: block!important;;
}}
Thank you!
i am getting good speed score in gtmetrix for desktop view. but getting very very very low score and taking almost 30 second to load page in mobile view. this is my website futureelectro.com admin please look at my site and tell me what should i have to do for increase speed for mobile view.
Hi guys,
Can you please check my website http://www.myrecipes.ie looks like top header menu is not showing on the mobile version if i turn off “SHOW SIGN IN / JOIN” option. I have my custom links for registration in top header menu and would like to show them in the mobile resolution as well.
Hi TagDiv,
Is it possible to increase the height on Trending Now for mobile (portrait – 320*480) to show all the text when it wraps to two lines..?
Have tried increasing the .td-trending-now-display-area value but the second line of text is cropped.
Have also tried the following CSS but to no avail.
@media(max-width: 768px){
.td-trending-now-wrapper{
height: auto!important;
}
}
Many Thanks
Hello krysteleal,
Unfortunately, this block has not been yet designed to be used in the mobile theme, sorry!
Thanks for your understanding!
Hello alaid,
Most likely, you have a cache for your dedicated server and that’s why it happens on your mobile mode. I suggest you contact your hosting provider, request them to clear all the server caches from their server and check the results. We are sorry for the delay but please keep in mind that our support hours (GMT+2) are from Monday to Friday between 08:00 AM to 17:00 PM. This period is very crowded and we cannot provide unlimited support as you want, sorry!
For the other hand, if you are unhappy with our product and if you want a full refund, please contact the Envato Market and request a full refund, accessing this link here -> https://themeforest.net/refund_requests/new and we will provide your money back so you can buy another theme with unlimited support.
Thanks for your understanding!
Hello,
The mobile version of the theme only has 1 column. There are no extra columns to remove. Please provide more details to what you want to achieve.
Thank you!
Hey there,
I tried finding for the option but I realised there is no option for a scroll to top button.
The theme option specifically which I chose also shows no scroll to top button.
Is there a way I can implement it on the bottom right of the page for all platforms? (Desktop, Table, Mobile)
Hope to hear from you soon!
Hi,
That code you are using hides the default theme header, and entered in the mobile theme Custom Css will hide it on mobile only. It seems to work properly from what I can tell on your website
– https://www.screencast.com/t/ZAq9TRwPrR
– https://www.screencast.com/t/ELjKsnBJ10
If you want the code to apply in other situations, like on tablets as you mention, try entering the code in that respective section as well – https://www.screencast.com/t/pmse44nP
There is no option to remove the grid present on the pages while using the mobile theme, or replace it with something else. This grid displays posts from the featured category. If you want to achieve something like this you will have to use a plugin maybe, or make modification to the theme files. The mobile theme was designed and optimized to provide the best performance on mobile devices, and to be as minimal as possible
– https://forum.tagdiv.com/the-mobile-theme/
Thanks
Hello,
Sorry but the mobile theme does not have such settings. The homepage for the mobile theme is predefined and cannot be changed except by altering the theme code.
Thank you!
Hello,
The mobile theme is an optional plugin: https://forum.tagdiv.com/the-mobile-theme/
Thanks.
Hi,
Unfortunately the theme does not have meta data control for the mobile version in particular. These elements are enabled or disabled for all versions of the site at once.
If you need to only activate the data on mobile, you will have to enable it and then hide it on desktop and tablets using css.
Enable the date from the theme panel and then use this css in the theme panel->custom css box:
@media(min-width:767px){
.td-post-date, .td-post-author-name span{
display:none;
}}
Thank you!
I’ve got it working on mobile!!! wp-content/themes/Newspaper/mobile/parts/register.php
Here’s the entire code for that page in which two sections were altered: https://hastebin.com/ucufivazef.scala
BTW, here’s an updated snippet for wp-content/themes/Newspaper/parts/header/td-login-modal.php …
echo '
<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">' . __td('Sign in', TD_THEME_NAME) . '</div>
<div class="td-login-panel-descr">' . __td('Welcome! Log into your account', TD_THEME_NAME) . '</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>' . __td('your username', TD_THEME_NAME) . '</label></div>
<div class="td-login-inputs"><input class="td-login-input" type="password" name="login_pass" id="login_pass" value="" required><label>' . __td('your password', TD_THEME_NAME) . '</label></div>
<input type="button" name="login_button" id="login_button" class="wpb_button btn td-login-button" value="' . __td('Login', TD_THEME_NAME) . '">
<div class="td-login-info-text">' . __td('Forgot your password? Get help', TD_THEME_NAME) . '</div>
<div style="position:relative;top:6px">' . do_shortcode('[apsl-login-lite]') . '</div><div style="position:relative;bottom:27px">' . $users_can_register_link . '</div>
</div>
' . $users_can_register_form . '
<div id="td-forgot-pass-div" class="td-login-form-div td-display-none">
<div class="td-login-panel-title">' . __td('Password recovery', TD_THEME_NAME) . '</div>
<div class="td-login-panel-descr">' . __td('Recover your password', TD_THEME_NAME) . '</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>' . __td('your email', TD_THEME_NAME) . '</label></div>
<input type="button" name="forgot_button" id="forgot_button" class="wpb_button btn td-login-button" value="' . __td('Send My Password', TD_THEME_NAME) . '">
<div class="td-login-info-text">' . __td('A password will be e-mailed to you.', TD_THEME_NAME) . '</div>
</div>
</div>
</div>
';
Please let me know where the files are for the mobile version so I can start fiddling with it.
-
This reply was modified 9 years by
tomashley.
What’s the file for the mobile login? Maybe I can insert there too? I do have the mobile site thing enabled. Would be nice to know both files where the mobile login code is at.
-
This reply was modified 9 years by
tomashley.
Hello,
I use the mobile theme by tagdiv. It’s possible to show the instagram widget on the footer in mobile, like in the display mode?
Thanks!