- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperThe Mobile Theme
- NewspaperModules Builder in Newspaper Theme
- NewspaperNewspaper theme documentation
- NewsmagTheme colors introduction
- NewspaperTheme Colors Introduction
- NewspaperWhat’s Included in the Newspaper Theme Package
- ApiUsing the Theme API in plugins
- NewspaperFilters and sorting for taxonomies
- NewspaperHow to Add a Logo in Newspaper
- NewspaperBig Grid Flex Settings
- NewspaperHeader Builder
- NewspapertagDiv AMP Plugin Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewsmagSmart list ads
- NewspaperBest Of Forums
- NewspaperCache plugin – install and configure
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
Hello,
Yes, you can get infinite loading on mobile but only if you add it on desktop as well and you do not use the mobile theme plugin.
There is no setting to have it exclusively on mobile devices.
Thank you!
Hello mifwebid,
If you will use the Mobile Theme, notice that you will have this opportunity from the Theme panel, like this -> https://www.screencast.com/t/cs8lUfuq0
Hope this helps!
Thanks for your understanding!
Hi,
@urdunet The theme does not support RTL direction, it is not optimized for this and there are no guides or tutorials that I could provide you with. If attempted there will most likely be issues, these could only be solved with customization and modifications on your part.
@efunny That is happening because of RTL, not that plugin. I could give you a solution to fix that issue, but others may happen caused by RTL. Enter this code in Theme panel->Custom CSS and see if the problem is fixed
#td-mobile-nav {
position: fixed;
}
Thanks
I have the Newspaper 8 mobile theme activated. I created an embedded MailChimp sign up form for my WordPress website. I cannot get the sign-in form to show on mobile phones accessing my website: https://www.vanderhoofonline.com
Please assist.
My site has been down for a few months due to malware infection. Just recently switched hosts, had the site cleaned and brought back up. Everything is working perfectly as it was on the mobile version, but on desktop I am experiencing the following issues and cannot find any way to rectify.–
1. Mega menu is not appearing in the header where it was (it appears it is all set correctly but not showing)
(In it’s place is just the plain site identity info)
2. Front page block headings have disappeared and will not return no matter what changes I attempt to make to fonts and styles.
3. Side bar headings for each widget in the sidebar are also not showing.
I have been through the Theme panel and all other areas of settings making changes to see no results no matter what changes I make. (all changes were tested after deleting the cache and then changed back to what they should be).
Could you please advise on what changes/ updates need to be made to bring the sites appearance back to what it was (and what it still appears to be set to in the theme panel). site address http://www.sevenwanderers.com/
We use responsive theme + AMP over here; no mobile specific theme.
Hello,
I’m having some “problems” with the Speed Booster plugin. I state that i’m not a newbie to this template and its plugins.
Said that, what follow is my problem: as you can see from the screenshot below, if i run the Google Page Speed for my articles, there’re two files that delay the render of the page (above-the-fold) only on the mobile version (i’m not using the dedicate mobile plugin because the theme is already mobile friendly).
I’ve added those files in my Speed Booster config file, but seems that isn’t working.
The second problem is: why the mobile pages needs 5 round trip to be loaded? (0 on desktop version)

Here’s my speed booster code for CSS and JS (not complete for security reasons):
function css_mover() {
//if ($this->td_theme_name == 'Newspaper') { }
// wp 011 - Newspaper 6
$this->move_style_to_footer_queue('bbp-default-bbpress'); //bbpress old
$this->move_style_to_footer_queue('bbp-default'); // bbpress
$this->move_style_to_footer_queue('contact-form-7');
$this->move_style_to_footer_queue('cookie-notice-front');
$this->move_style_to_footer_queue('ewww-image-optimizer');
$this->move_style_to_footer_queue('disqus-comment-system');
$this->move_style_to_footer_queue('yoast-seo-adminbar');
$this->move_style_to_footer_queue('rs-plugin-settings');
$this->move_style_to_footer_queue('td-mobile');
$this->move_style_to_footer_queue('td-theme');
$this->move_style_to_footer_queue('td-theme-child');
$this->move_style_to_footer_queue('td-theme-woo');
$this->move_style_to_footer_queue('td-theme-demo-style');
$this->move_style_to_footer_queue('td_live_css_frontend');
$this->move_style_to_footer_queue('td-theme-bbpress');
$this->move_style_to_footer_queue('font-awesome-four');
$this->move_style_to_footer_queue('cookie-consent');
if ($this->is_ie === false) {
// move style.css theme style
$this->move_style_to_footer_queue('js_composer_front');
$this->move_style_to_footer_queue('td-mobile');
$this->move_style_to_footer_queue('td-theme');
$this->move_style_to_footer_queue('td-theme-child');
$this->move_style_to_footer_queue('td-theme-woo');
$this->move_style_to_footer_queue('td-theme-demo-style');
$this->move_style_to_footer_queue('td_live_css_frontend');
$this->move_style_to_footer_queue('td-theme-bbpress');
$this->move_style_to_footer_queue('font-awesome-four');
}
//@todo test on newsmag
$this->move_style_to_footer_queue('woocommerce_prettyPhoto_css'); //on product page
$this->move_style_to_footer_queue('woocommerce_frontend_styles'); //old woocommerce?
$this->move_style_to_footer_queue('woocommerce-layout');
$this->move_style_to_footer_queue('woocommerce-smallscreen');
$this->move_style_to_footer_queue('woocommerce-general');
//$this->move_style_to_footer_queue('bp-legacy-css');
//google fonts
$this->move_style_to_footer_queue('google-fonts-style');
$this->move_style_to_footer_queue('google_font_open_sans');
$this->move_style_to_footer_queue('google_font_roboto');
$this->move_style_to_footer_queue('google_font_roboto_cond');
$this->move_style_to_footer_queue('google-fonts-style');
$this->move_style_to_footer_queue('google-font-ubuntu');
//move revolution slider css
$this->move_style_to_footer_queue('rs-plugin-settings');
$this->move_style_to_footer_queue('genericons'); //still rev slider
//$this->move_style_to_footer_queue('js_composer_front');
}
/**
* move javascript to footer
*/
$this->move_js_to_footer('themepunchtools');
$this->move_js_to_footer('revmin');
$this->move_js_to_footer('vc_woocommerce-add-to-cart-js');
$this->move_js_to_footer('contact-form-7');
$this->move_js_to_footer('cookie-notice-front');
$this->move_js_to_footer('disqus-comment-system');
$this->move_js_to_footer('ewww-image-optimizer');
$this->move_js_to_footer('revmin');
$this->move_js_to_footer('tp-tools');
$this->move_js_to_footer('jquery');
$this->move_js_to_footer('comment-reply');
$this->move_js_to_footer('js_files_for_plugin_live_css');
$this->move_js_to_footer('js_files_for_live_css');
$this->move_js_to_footer('js_files_for_ace_ext');
$this->move_js_to_footer('js_files_for_ace');
$this->move_js_to_footer('td-site-min');
$this->move_js_to_footer('td-site');
$this->move_js_to_footer('cookie-consent');
//print_r($wp_scripts);
// replace comment-reply.min.js with inline version
}
(I don’t work here). The mobile plugin can be problematic sometimes. Most of the problems I encountered with it were due to plugin conflicts. Disable all plugins except those from tagdiv and then activate the mobile theme. Clear your cache and test with your mobile phone. If it works, then you can activate each plugin one by one while testing to see what might be causing the problem.
The top social sharing buttons are hidden in Firefox by default and you must click a “+” symbol for them to appear.
Once you click the “+” symbol, the sharing icons appear and then you also have a “-” icon…clicking the “-” icon causes the just minus icon to disappear but not re-hide the icons themselves that were just revealed by clicking the + icon.
I do not want the icon to be able to be hidden in any capacity, I want them “open” and visbile without the ability to hide them.
This behavior does not happen in Chrome only in Firefox (tested on three machines.)
In Mobile Chrome & Safari the issue persists but has a different behavior
The facebook icon appears along with a + symbol. Clicking the + symbol then shows all the icons
and then clicking the – symbol makes only the – symbol dissapear but does not hide the icons.
I have tried changing the icon style to every setting in the theme panel yet the behavior continues.
I have no caching plugin enabled.
This behavior started after upgrade to 8.6
Newspaper 8.6
Wordpress 4.9.4
Local News template
images:



I have never been able to use the mobile theme since inception. I get a white screen and it is posted saying “The mobile theme path couldn’t be set. Please check if you already have another mobile theme plugin active and disable it (ex. jetpack Mobile Theme or similar) If you use a cache plugin clear it before checking the results.”
I don’t have jetpack installed or any other mobile theme. I have WP Rocket and have cleared the cache numerous times.
Appreciate some help with this one. I would actually like to start using the mobile theme and speed things up.
Website: http://www.observerxtra.com
Hi Dr.Varun,
thank you very much first for helping, there is still one error reporting which I cant get rid of when I tried to update same picture.
I found in ThemePanel-Background two places where to upload/update picture and that removed two errors but one still remained.
Then for test I replaced that picture on both places in Background with new picture so I will be able to see difference, if that old is still somewhere in wordpress.
Please see screenshot: new picture is applied in Background to two places for Mobile
https://drive.google.com/open?id=14Y8Oo5ogOhZePMhn0fn59CiJn_lNdzjS
https://drive.google.com/open?id=1B0KohBxrkQRQlvUjNWxAN496UwRszAar
While now still that test result shows that old picture is somewhere and needs to get updated also. So I assume that I updated/loaded new succesfully on 2 places as 2 errors dissapeared:
“An image with an insecure url of “http://www.digitalfuturetimes.com/wp-content/uploads/2018/02/14-300×199.jpg” was loaded on line: 891 of https://www.digitalfuturetimes.com/.”
I dont know where to find that last error- where is an option to exchange that picture-or update it?
Thank you so much in advance
D.S.
On mobile the category tag is displayed like this
– https://www.screencast.com/t/oBD3DLNgzF
The caption is not visible until you use the code provided in the same topic
– https://www.screencast.com/t/boGJ1fVS
Make modifications to it if you want to, then enter it in Theme panel->Custom CSS
.td-feat-image-caption {
color: #ffffff;
margin-top: 10px;
margin-left: -5px;
padding: 10px;
}
Thanks
It would be possible to center the logo with custom code, I would need to know the header style you are using, or a link to your website would me most helpful.
The menu in that website has an entirely different functionality then the mobile menu in the theme. The theme mobile menu opens in a modal window, not as a drop down like there.
You could do maybe something like this – https://www.screencast.com/t/GwxZrEULR9w
And reduce the modal widow width, but it will require more customization to make it look and work properly. This is the code for reducing the width and making the menu fixed when scrolling
.td-menu-mob-open-menu #td-mobile-nav,
.td-menu-mob-open-menu .td-menu-background {
width:20%;
position:fixed;
}
Use the browser inspector to identify the elements used and make modifications to them
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Hello,
The scroll to top button has been hidden on mobile devices by default.
If you want to enable it you must use this custom css in the theme panel-> custom css box:
@media (max-width: 767px) {
.td-scroll-up {
display: block;
}}
Thanks.
Hi,
If you have installed the mobile plugin, then this will display a different version of the website, not what you see on desktop
– https://forum.tagdiv.com/the-mobile-theme/
This plugin is optional, you can deactivate it and display the same content from desktop.
The recommended caching plugin to be used is the WP Super Cache
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
This will work properly with the mobile plugin, other caching plugins could cause issues. Or you could make further tests with the rocket plugin configuration settings, we could not say which should be used, this plugin was not tested with the theme and mobile plugin.
Thanks
Hello pawmeal,
Ensure that your logo for mobile has been added from Theme panel, from here -> https://www.screencast.com/t/UBTe8BYmpo8 Clear all the caches and check the results. Also, if the problem is still there, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect it closer your setup page. Provide there the link to this topic so we can quickly identify you.
Thanks for the message!
Never mind. Found the problem. The Jetpack mobile theme was activated on the site that was no loaded. I disabled that and the site is not loading fine on mobile.
When I try to access my web site on an iPhone 8, the display comes with just codes:
[vc_row][vc_column][/vc_column][/vc_row][vc_row full_width="stretch_row_content td-stretch-content"][vc_column][td_block_big_grid_4][/vc_column][/vc_row][vc_row full_width="stretch_row_content td-stretch-content"][vc_column][/vc_column][/vc_row][vc_row][vc_column el_class="layout" width="2/3"][td_block_22 category_id=”18″ custom_title=”CHB Opinion by Doug Thompson” limit=”1″ offset=” “][td_block_6 limit="2" block_template_id="" category_id="4" custom_title="Topping the News..."][td_block_12 limit=”1″ category_id=”4″ offset=”2″][td_block_17 category_id=”4″ offset=”3″][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="td-opinion"][/vc_column][/vc_row]
That is how the site display when you used the url:
http://www.capitolhillblue.com
However, if you access another web site on the same server with the same software: http://www.blueridgemuse.com, the site comes up fine.
Both sites use the same plug-ins.
Any idea why this is hapening?
Goodmorning,
i have some trouble with my website.
I have enabled your tagdiv theme and it feature on top bar wich allows users to sign up.
I allowed users to sign up on my wordpress.
When user try to sign up on desktop, everything seems just fine.
So there is no problem with WP.
But, when they try to sign up on mobile (clicking on the link in the hamburger menu), they don’t get the automatic email with the link containing their password.
I tried myself with several emails account and I can confirm that I didn’t get the mail, not even in the spam folder.
Any help?
Hello Juusuhako,
Please notice that footer template style/layout cannot be identical on the mobile footer, sorry! The looks are different because the width is different. If you want to have the same elements on desktop and mobile you should not use the Mobile Theme.
Thanks.
Hi,
Unless you use the mobile theme plugin, then the same menu from desktop will be displayed on mobile.
Only when the mobile plugin is active you can set a different menu for mobile devices
– https://forum.tagdiv.com/the-mobile-theme/
Thanks
Thanks a ton @simion . I was finally able to code the redirect after a lot of hit and trials. The following code has functionality to redirect users trying to access only bbPress Pages to Wp-Login page, and once they login using id or social profile, they will be redirected to the page they were trying to access.
Note: Make sure to paste the below code to Theme Functions.php , both main and mobile functions.php to make it work on desktop and mobile devices.
/**
* Redirect bbPress pages to registration page
*/
function redirect_login_page() {
$refer=urlencode($_SERVER["REQUEST_URI"]);
$isItExt = strpos(strtok($_SERVER["REQUEST_URI"],'?'), 'external');
if ( ! is_user_logged_in() && is_bbpress()) {
wp_redirect( 'https://medicforyou.in/wp-login.php' . '?redirect_to=' . $refer );
exit();
}
}
add_action( 'template_redirect', 'redirect_login_page' );
function redirect_after_login() {
global $redirect_to;
if (!isset($_GET['redirect_to'])) {
$redirect_to = get_option('siteurl');
}
}
add_action('login_form', 'redirect_after_login');
function redirect_login(){
wp_redirect( 'https://medicforyou.in/wp-login.php' );
exit();
}
add_action('wp_logout','redirect_login');
-
This reply was modified 8 years by
drvarun5179.
The background color can be set in the theme panel for the mobile menu
– https://www.screencast.com/t/CC8BN4Wy
Also the icons color can be changed there
– https://www.screencast.com/t/QBGNWp23
So there is no need for custom code to change the mobile menu and icons colors.
Thanks
Hi again, I basically wanted the footer on desktop to be identical on mobile, I didn’t know they had separate settings, but I can get that to work, thanks.
In regards to the first issue my colleague responds to me that the problem is that no widgets are showing on mobile. Even the weather one (which comes with the theme) doesn’t show up. Its as if widgets has been disabled for mobile, which is a problem.
Salutare,
Multumim pentru apreciere, incercam sa facem tot posibilul pentru a oferi un produs de calitate.
1. Da se poate, in setarile WordPress
– https://www.screencast.com/t/Tn9BGdFs
– https://www.screencast.com/t/16HPVEfDyrto
– https://codex.wordpress.org/Formatting_Date_and_Time
2. In author box trebuie introdus ID-ul userului
– http://www.wpbeginner.com/beginners-guide/how-to-find-post-category-tag-comments-or-user-id-in-wordpress/
– https://www.screencast.com/t/VZJKCy6TOg
Vor aparea inforamntii preluate din profilul user-ului
– https://www.screencast.com/t/xFmhvLsoA
3. Icoanele de share vor fi ascunse automat, doar cand nu este destul spatiu disponibil
– https://www.screencast.com/t/oEPEJBgMOxOT
– https://www.screencast.com/t/h6YzT7qaE6
Sunt multe stiluri disponibile pentru icoane in theme panel
– https://www.screencast.com/t/25ub7K9b5
4. Acele tag-uri post fi customizate doar cu CSS, la momentul acesta. Nu este o setare pentru a personalize culoarea acestora. Poate va fi disponibila dupa un update viitor, nu as putea spune sigur.
Deci se poate folosi CSS in aceasta privinta
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
5. Sectiunea de latest (si sidebar aferent) va fi afisata cand este selectat acest page template
– https://www.screencast.com/t/ytNJMKHQmw4
Se poate customiza, sunt optiuni pentru aceasta sectiune. Sau se poate selecta un page template diferit.
6. Acele elemente din footer sunt predefinite. Unele footer templates contin elemente predefinite, altele sunt goale
– https://forum.tagdiv.com/footer-templates/
Elementele predefinite nu pot fi modificate. Se pot adauga widgets in footer configurate dupa preferinta
– https://www.screencast.com/t/G1gd1co9WdMv
7. Acela este un post template (post template 11). Sunt multe modele din care se poate selecta, indiferent de demo instalat
– https://forum.tagdiv.com/post-templates-2/
Pentru featured video posts se recomanda a fi folosite doar unele post templates
– https://forum.tagdiv.com/featured-image-or-video/
8. Se poate customiza in theme panel cu setarile disponibile
– https://forum.tagdiv.com/more-articles-box/
#Sugestii
1. Se poate selecta sa se incarce mobile logo can meniul e sticky, in theme panel
– https://www.screencast.com/t/HrQYiiKkHVqQ
2. Multumim pentru sugestie, o sa adaug acesta propunere pe lista noastra.
Multumesc!