- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperThe Mobile Theme
- NewspaperMain Menu
- NewspaperHow to Add a Logo in Newspaper
- NewspaperBig Grid Flex Settings
- NewspaperHeader Builder
- NewspaperFont Customization
- NewspaperTheme Colors Introduction
- NewspaperBackground Introduction
- NewspaperHow to Install Newspaper via FTP
- NewspaperHow to Install Newspaper via WordPress
Hello,
You can use a different logo as your header logo is blue on white, but on the menu it;s blue on blue. You can create another logo and upload it as a mobile logo and then set the sticky menu to show the mobile logo like so: http://screencast.com/t/Zz8u6CWQjIT9
Thank you!
Hello,
You can use a different logo as your header logo is blue on white, but on the menu it;s blue on blue. You can create another logo and upload it as a mobile logo and then set the sticky menu to show the mobile logo like so: http://screencast.com/t/Zz8u6CWQjIT9
Thank you!
Hi,
I can’t see the contentof a page in mobile theme. My homepage looks well in mobile, but if I go to a sub-menu page, the modules of that sub-page not show the content inside the modules.
What’s the solution for that issue?
Thanks
Hello,
Your menu items are not categories but custom links set to link to ‘#’
This particular set-up renders the mobile menu null. It will only be a list with no links attached to it. Please set your menu items with a working link and if you want sub-categories, add a few sub-categories to the main category.
Thank you!
Bogdan B
Hi,
I have created parent and sub category —> under POST
Than Added some post’s under each relevant sub category and have created the MEGA MENU to display the main post Category which displays the SUB Categories Menu on the left Side and Its related post on the right side of the MEGA MENU.
MY QUESTION IS.. is it possible to disable the SUB CATEGORY MENU on the left of the MEGA MENU so that you can only choose the main post from the right which takes you directly to the post page?
My problem is that for the Mobile Responsive Menu for a post which i want the sub menu to take directy to the post page it goes forst to the category page and than post.. 2 stepts instead of 1 .. is there more control for this?
Reviewing the problem of someone else in the forum, I found the solution to a problem.
Site logo has black background #000000 (on the site for computers and solve it), I’m using the style header 5 (black header), but the color is not the same as it has the logo, reviewing the forum I found this code:
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-top-menu-full, body .td-header-wrap .td-header-main-menu {
background-color: #000000!important;
}
And I worked alone in the post, but in HOME and all looks the same category. In post everything perfect but in all categories and not turned Header.
*In the footer of all categories HOME and the same thing happens(in mobile), the logo has black color, but the color of footer is not #000000
Hi there,
now we are using the mobile theme on our websites and are using wp super cache and all recommend settings. But for some reasons sometimes the mobile theme doesn’t load. Instead the mobile version of the Newspaper theme appears. Could you please review the site what is the reason for this failure.
We need to load the mobile theme reliable due to different ads spaces and menus.
Thank all in advance…
Hi,
Need some help on the following please:
1) Sidebar on the homepage pushes down the other block categories:
http://smallcaps.com.au
How can I have it be a normal looking sidebar?
And for mobile to have the sidebar load in-between the end of the content and before the footer?
Here is an image of it pushing down content leaving a big white space:
http://smallcaps.com.au/wp-content/uploads/2016/08/Sidebar-pushing-content-down-on-homepage.jpg
2) How do I remove the submenu that is the same as the main menu?
http://smallcaps.com.au/wp-content/uploads/2016/08/Remove-submenu-identical-to-main-menu.jpg
3) How can I reduce the gap in the footer between the social media icons/free newsletter and the copyright section?
http://smallcaps.com.au/wp-content/uploads/2016/08/Reduce-gap-in-footer.jpg
There is a bit too much black space.
4) In the sidebar the “Follow us on Facebook” part of the widget shows up black. How can I make the heading text white to match the others?
http://smallcaps.com.au/wp-content/uploads/2016/08/Sidebar-Facebook-text-to-be-white.jpg
Thanks in advance
Hi,
I’d like to add a custom button just beside the search button(I’m using Newspaper Black edition) How can I customize? Currently I’m editing in my child theme the file header-menu-h1.php
this is my code
<div id="td-header-menu" role="navigation">
<div id="td-top-mobile-toggle"><i class="td-icon-font td-icon-mobile"></i></div>
<div class="td-main-menu-logo td-logo-in-menu">
<?php
if (td_util::get_option('tds_logo_menu_upload') == '') {
locate_template('parts/header/logo-h1.php', true, false);
} else {
locate_template('parts/header/logo-mobile-h1.php', true, false);
}?>
</div>
<?php
wp_nav_menu(array(
'theme_location' => 'header-menu',
'menu_class'=> 'sf-menu',
'fallback_cb' => 'td_wp_page_menu',
'walker' => new td_tagdiv_walker_nav_menu()
));
//if no menu
function td_wp_page_menu() {
//this is the default menu
echo '<ul class="sf-menu">';
echo '<li class="menu-item-first">Click here - to select or create a menu';
echo '';
}
?>
</div>
<div class="">
<?php $posts = get_posts('orderby=rand&numberposts=5'); foreach($posts as $post) { ?>
" title="<?php the_title(); ?>"><i class="fa fa-random" aria-hidden="true"></i>
<?php } ?>
</div>
<div class="td-search-wrapper">
<div id="td-top-search">
<!-- Search -->
<div class="header-search-wrap">
<div class="dropdown header-search">
<i class="td-icon-search"></i>
<i class="td-icon-search"></i>
</div>
</div>
</div>
</div>
<div class="header-search-wrap">
<div class="dropdown header-search">
<div class="td-drop-down-search" aria-labelledby="td-header-search-button">
<form method="get" class="td-search-form" action="<?php echo esc_url(home_url( '/' )); ?>">
<div role="search" class="td-head-form-search-wrap">
<input id="td-header-search" type="text" value="<?php echo get_search_query(); ?>" name="s" autocomplete="off" /><input class="wpb_button wpb_btn-inverse btn" type="submit" id="td-header-search-top" value="<?php _etd('Search', TD_THEME_NAME)?>" />
</div>
</form>
<div id="td-aj-search"></div>
</div>
</div>
</div>
Notice the div before td-search-wrapper div class.
I’m trying to add a random article button beside the search button. But my template is broken after I add a class to the div like this: “td-random-article-wrapper” should I register that class first? I can’t seem to find the documentation for templates?
Thanks
Exactly how do you comment out code? Is this it? Please don’t screenshot – send me something I can copy and paste. Thanks.
<?php // the_content(Continue Reading…); ?>
private $allowed_plugins = array(
‘bbpress/bbpress.php’,
‘contact-form-7/wp-contact-form-7.php’,
‘jetpack/jetpack.php’,
‘js_composer/js_composer.php’,
‘td-speed-booster/td-speed-booster.php’,
‘font-awesome-4-menus/n9m-font-awesome-4.php’,
‘wordpress-seo/wp-seo.php’,
‘wp-user-avatar/wp-user-avatar.php’,
‘td-social-counter/td-social-counter.php’,
‘wp-super-cache/wp-cache.php’,
‘woocommerce/woocommerce.php’,
‘td-mobile-plugin/td-mobile-plugin.php’,
);
Hello,
The mega-menu sub-categories will appear in the mobile menu as sub-menus. We added compatibility between the mega menu and the mobile theme but page menus will not show up on mobile. Sorry. We have no solution to provide for a page menu in the mobile menu. You can have a different mobile menu if you use the mobile theme plugin and create your own mobile version of the menu: http://screencast.com/t/Piq3zPra
As for the other content, please read this guide: https://forum.tagdiv.com/search/mobile+theme/
Thank you!
Ok Thank you.
Another question..
If i disable the Mobile version and on main MENU i use SUB MENU as PAGE ID than i wont be able to see the Sub Menus on Mobile version properly unless i also add the sub menu under parent menu.. tho in this case i will have two SUBMENUS displayed on DEsktop version.. is there a way i can display proper SUB menu on mobile responsive version ?? and have PAGE ID For SUB MENU in mega menu for desktop?
Also Is there a way to predefine other content for mobile version.. ??
Hello jan,
The menu items are positioned based on the header style that you use. Please choose another header style that has a centered menu if this is what you are after: https://forum.tagdiv.com/header-styles/
If you want to hide the logo, then simply do not add any instead of adding a logo and removing it with css: http://screencast.com/t/UbSeTh81lB8p The sticky menu can use the mobile logo: http://screencast.com/t/8U08kDtW
Thank you!
Hello, I love the theme and know that it will greatly help our site.
I have a couple of questions however.
One.
I am trying to change the block quote but it won’t let me through custom css. I got it to change a little bit but for some reason I can’t seem to get it to do anything else such as position and location. Here is the code I am using:
blockquote {
font-family: Times;
font-size: 16px;
font-style: normal;
width: 100%;
line-height: .5;
position: left;
color: #000000;
border-left:1px dashed #c1c1c1;
border-right:1px dashed #c1c1c1;
border-top:1px dashed #c1c1c1;
border-bottom:1px dashed #c1c1c1;
background:#e8e8e8;
margin-top: 3px;
margin-left: 3px;
margin-right: 3px;
margin-bottom: 3px;
}
blockquote cite {
color: #000000;
font-size: 16px;
display: block;
margin-top: 5px;
}
blockquote cite:before {
content: “\2014 \2009”;
}
Two.
We use both Paid Memberships Pro and Theme Your profile.
How can I load shortcodes using the mobile theme?
The login page doesn’t load anything, nor does the sign up or check out page, profile, page, none of it.
I need those pages to work because we have viewers that purchase memberships to our site.
Thank you for your help!
The theme so far is amazing and each update you guys do brings more awesomeness!
Hello,
1) Please follow this guide to set up your facebook counter properly: https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/ and please clear all caches afterwards from the plugin, browser or cdn server if you use it.
Let us know if you still have trouble with it.
2) For the mobile theme you must also assign menus from the menus area of wordpress: http://screencast.com/t/k6dmaQ9CXJ
Thank you!
Hi
The top bar was not intent to be deployed on mobile devices, that’s why the menu is hidden. This is defult theme’s implementation and to change it are required some code customization.
This is a complex task which involve many customization in order to be achieved.
We can’t offer speed customization services at the moment so if really need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks!
Hi…I can’t figure out how to get the top menu items in top menu to appear in the Mobile site. They appear fine on desktop. Any help anyone ? Thanks.
1. I have updated the social counter plug in but it shows my Facebook fans as 0 even though I have several fans on my Facebook. URL is correct and checked. http://www.financialthing.com
2. Using the Mobile theme plug in, I tested on my phone and when I click on navigation bar on right side, it says “Click here to use the wp menu builder”. There’s no way to navigate the mobile site? When I click on that message I get a 404 Not Found page
Hello,
1) Stretching the logo is a bad idea as it will loose lots of it;s quality .if you want a bigger logo, you will have to create a bigger logo in your photo editor. The theme cannot stretch it and prevent quality loss.
Here is an example of such a logo: http://demo.tagdiv.com/newspaper_cars/
Here is the size of your logo: http://themidfieldgeneral.com/wp-content/uploads/2016/08/Untitled-design-10.png and here is the size of the cars logo: http://demo.tagdiv.com/newspaper_cars/wp-content/uploads/2015/08/header-red-contrast.jpg
Here is an example of what happens if I try to stretch the logo: http://screencast.com/t/TKNCnSgWEeV
2) For mobile you are using the mobile theme plugin so there is a special footer location for the m,obile footer menu and the desktop footer menu, Please access the manage locations section of the menu and select menus for each location: http://screencast.com/t/AFl9HaVgM
Thank you!
Hello,
Thank you for your reply. I Understand That You can not Develop For Each person.
I know the way to change the CSS but can you just tell me what values to change to change the size of the header logo?
@media (max-width: 767px) {
.td-header-style-5 .td-main-menu-logo img {
max-height: 70px! important;
}
.td-main-menu-logo img {
max-width: 185px;
}}
I would like the logo to be a little bigger on the site for office. Mobile view can stay like that.
Thanks again.
hello, an error in the menu of the mobile version makes navigation impossible, not even going down that page … everything one can see if the menu pops up.
I attach the image

web site http://www.cinefilos.it
any help is appreciated,
thank you so much
Hi, it also didn´t help. Here si my Custom CSS:
@media(max-width:767px){
.td_block_13 .td_block_inner:after {
clear: both;
display: table;
content: “”;
line-height: 0;
}}
@media (max-width:767px){ .td-pb-span4 .td_block_15{ float:none!important; }
@media (max-width: 767px){
.td-menu-mob-open-menu .td-mobile-nav-wrap {
z-index: 1;
}
}
.td-md-is-firefox {
.td-main-page-wrap {
padding-top:0!important;
}
}
Hey! When I use the mobile site and click on the menu, 3 of the navigation links dont work. The URL is YoungConstituents.com – any idea why? The links that don’t work are News, Entertainment & Opinion.
howdy
I must to tell that apart your wonderful theme you have also an excellent client support
Everything I ask you worked as I want it. Thanks a lot.
I have an observation about on mobile site. The structure of the main page on Visual composer start with a main block with sidebar with widgets (issue link, socials etc) and then follow another 2 block with news without sidebar.
On the mobiles site I would like to send the sidebar widget after the second block of news or at the end of the page.
Also other observation about the main menu, the second line of category doesn’t fill up as are just 3, and I would like to align centered if is possible.
Thanks in advance for your support
Best Regards Fabien D
Hi,
I would like to report that this Header Menu is not clickable via mobile (iPad Safari browser), click and nothing happens.
Work only in desktop and mobile phones, tablets not.