- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperThe Mobile Theme
- NewspaperModules Builder in Newspaper Theme
- 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
- NewspaperNewspaper theme documentation
- NewspaperBest Of Forums
- NewspaperCache plugin – install and configure
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagHeader ads
- NewsmagSmart sidebar
- NewsmagSharing buttons
- NewsmagCategory tag on modules/blocks
Hi,
What theme version do you use? Please make sure that you use the latest version 4.6.3.
Also I have checked your site and not only mobile menu doesn’t work, also ajax pagination. I found these errors in the console – http://screencast.com/t/XImhK1sVFL so please make sure that you deactivate all plugins leave only Visual Composer active, also clear cache and purge your files if you use CDN and see if you still have this issue. Also please remove any js/css minification. Let me know!
Thanks!
Hi,
Unfortunately we haven’t tested the the with those plugins so we aren’t aware of their coding therefore we can’t provide any exact answer on this or what could be the issue here but if you could provide your wp-admin login details we would gladly take a look at this and see if we can find the reason of why the theme’s page mega menu ins’t working with those plugins and if we can find a solution for this.
We haven’t deleted any messages but due to the large numbers of comments this tread has the is has become paginated so I guess you refer to the replies from the first page: http://screencast.com/t/ocR3JQyMhxu
Turn on the ubermenu so we can look into this also and give us wp-access.
Related to the comments link issue on mobiles please note that we are aware of it and we have it on our attention and it will be fixed as soon as possible.
Please write us an email and send your admin login details at contact@tagdiv.com and also include a link to this tread so we can know who you are or provide your issue’s details.
Thanks
Hi alin!
I tired on my laptops but it’s not functioning the way it was supposed to be… I tested on chrome and mozzila it has issue but on safari it works… I tried on different laptops and issue is there…
Two addon questions.
1. How can remove the square blue button in bottom right.
2. How can I change the font size for H5 (Heading 5) for mobile devices to smaller size
THanks!
Hi,
You have already an answer here – https://forum.tagdiv.com/topic/issue-report/#post-44407
I checked again your site and smart snap -(mobile) is working properly:
*on mobile when you scroll down the menu is hiding and when you scroll up appears sticky menu
*on desktop the menu is always sticky.
Please provide more details about your sharing plugin and what is the issue as I don’t know what you mean ” it automatically starts to work on desktop/laptop “. It should work only on mobiles? You can also address to plugin’s support.
Thanks!
Hi,
i tried both, binary and ASCII but nothing seems to work. There is even still the problem with the not working menu on a mobile website.
Hi…
I have a huge problem now with the Smart snap – (mobile) option in header.
Correct me if I am wrong… Smart snap – (mobile) option is used to show the sticky navigation header menu only if the user scrolls the page up… and it is only supposed to work for Mobile devices.
In my case when I activate the Smart snap – (mobile) option, the navigation hides on desktop/laptop as well which i fell it should function in that way? Right??
I tested the site on Mac as well as windows on (Chrome and Mozilla) browsers and faced the same issue.
Apart from that…
If i am installing any plugin which is supposed to work only on responsive layout such as social sharing plugins sometimes it automatically starts to work on desktop/laptop.
I tried few different plugins and i had the same issues with them.
this is my website URL http://www.magscroll.com
I really to fix the issue asap… I will appreciate your help.
TQ!
Hi team Tag Div,
I’ve choosen the style 2 title for post and personalized it (font size 40 px), but it is too big on mobile !!! With the default post title it’s good but not with style 2, how can i decrease font size on mobile ?
Thank you !!
Hi at all,
I installed this theme on an existing small website (http://www.kesenangan.com). For most of my questions I find solutions after longer searching but there are still two problems:
1a. In my main menu both the home-symbol and the arrow symbols are not displayed. I already cleaned the cache but nothing happens.
1b. As I visit my website via my mobile the menu is not working at all. The menu symbol is given but without function.
2. The three boxes on the right are not styled correctly. The headlines are insert to the left (or the images to the right). I not use a custom stylesheet even it is not displayed in the editor.
Maybe someone has a hint or solution for at least one of this problems.
Thanks in advance!
Hey,
I would like to add a custom ad (300X250) that would show only on mobile.
The position should be like Article Bottom Ad (whice i already use), so i need to add another ad code to Custom Ad 1. But how can i use that code? Via short code? And if so, what short code do i need to use?
Thanks!
Additionally, the comments button is NOT auto scrolling down to my comments on the mobile version.
Is IS working on desktop, but not mobile. For Newspaper theme I would implement the #respond and #comments code to the Disqus plugin to make it work, but now it seems like those don’t matter.
What can I do to make sure the comments logo, or count, allows the reader to auto go to my comments once clicked on?
Thanks,
I add a page number to the menu, like this: http://www.screencast.com/t/peXY90pQd
Then it results in a dropdown that becomes messed up (with Ultimate Social Deux and Awesome Navigator, like this: http://www.screencast.com/t/peXY90pQd
Also, it doesn’t allow Theia Post slider to actually slide to next page: http://www.screencast.com/t/nNtTynjcF27
The menu works FINE on non-post pages, but completely clashes with post pages due to those three plugins: Ultimate Social Deux, Theia Post Slider and Awesome Navigator.
If I cannot get this solved, I’ll need to get those directions back on how to implement UberMenu. It looks like you guys deleted the earlier messages. The issue I’m referring to is the one where when UberMenu is implemented, it creates 2 mobile menus instead of the normal one. ***1 Flyout, and 1 on the Main page under menu bar….ONLY on mobile, under responsive break point.
Thanks,
Hi,
Please add also .sf-menu class to the above code so this it will not be applied on mobile menu – http://screencast.com/t/4Sng0HIl – http://screencast.com/t/wjLdZd2Dw
The border for active item should not be affected like you can see in the screenshot.
.sf-menu .menu-item-8070 {
background: #222222;
}
.sf-menu .menu-item-8070 a {
color: #ffffff !important;
}
Thanks!
It doesn’t work that well because this menu item now has problems with working on mobile devices and the object overlays the blue line.
Hi,
On mobile the module 10 thumb(this module is used on block 11) is resized via custom css, but you can try this custom css and it will look like module 6(block 7) on mobile – http://screencast.com/t/7X1CTzL9
@media (max-width: 767px){
.td_module_10 .td-module-thumb .entry-thumb {
width: 100px !important;
height: 75px !important;
}
.td_module_10 .td-module-thumb {
float: left !important;
}
.td_module_10 .td-excerpt, .td_module_10 .meta-info .td-module-comments, .td_module_10 .td-post-category {
display: none !important;
}
.td_module_10 .item-details{
margin-left: 120px;
margin-bottom: 0px !important;
min-height: 100px;
}
.td_module_10 .entry-title {
font-size: 12px !important;
}
}
Please paste this code in Theme Panel > Custom Css and use !important tag if some values doesn’t apply.
Thanks!
Hello
i have tried everything , my site is on dedicated server with 32gb ram , but server is responding in 2.2 seconds , is their ant htaccess technique to load page faster or is their any problem with theme .
thanks
hi, i wanted to know if there’s a possibility of changing a block’s display view. meaning: i really like block 11 for desktop, but for mobile, i would like article list to display block 7
Hi,
Unfortunately the theme doesn’t have an option to display only 2 posts on mobile. All 4 post appear together and are only rearranged, they aren’t separated. What you can do is to hide using custom css on mobiles but they will not appear when you click to show next.
So you can use Lucian’s code to show last 2 post on 100% width or hide last 2 posts – http://screencast.com/t/jm1nfRN3c6
@media (max-width: 767px){
.td-big-grid-post-2, .td-big-grid-post-3 {
display: none;
}
}
Thanks!
Hi,
Not sure what the issue is as every site makes these connections per IP so please ask your host provider to give you more specific informations related to this so we can check and give you a more accurate answer on this.
For the sharing system image issues please make sure that you install and use the WordPress SEO by Yoast plugin which automatically adds open graph meta tags to your featured image, used by the fb sharer to determine which image to grab. Make sure you use it then check your posts using this fb debugger tool to fetch new scrap info and test again: https://developers.facebook.com/tools/debug/
Let us know on this also and provide your site’s URL next time.
Mobile ads are enabled as soon as you add ads on your site so they should show up. Please provide more details on this.
Thanks
Hi,
Unfortunately you will need custom modifications to disable mobile version as the Newspaper theme was designed with an fixed grid layout, responsive as it is fluid and style for desktop/tables/mobile screens. As Christopher wrote you can edit the style.css file and try to remove the @media query’s for phone.
Thanks!
***I figured it out.
When I attach a PAGE to the MENU (so it shows on the dropdown like I was looking for), that’s when it brings up conflicts to many other plugins.
Ultimate Social Deux, Theia Post Slider and Awesome Navigator all have conflicts when I attach a page to the menu for a dropdown (which is something I definitely need).
You guys might want to look into that conflict. What can be done? As soon as I “UNCONNECTED” the Page ID from the Menu, all the plugins worked fine.
If I can’t use these pages as dropdowns in the menu, then I’m gonna want to move to UberMenu or MegaMenu Plugin. But then that brings me to my original issue of the Mobile Menu duplicating.
Thanks,

I need help with the following issue stated by my hosting agency:
You site code seems to generate a lot of connections per IP, as a result with 1 person visiting and clicking around it uses resources as though a number of people are visiting the site.
Kindly assist.
Also why is it that when I share my posts to facebook it previews a totally random pcture.
And how can I enable mobile ads?
Thanks for your quick reply.
Hi,
Unfortunately the top menu was not designed for mobiles and that’s why it is hidden, you can add this custom css to display it also on mobiles but you may need some additional customizations for menu items that may drop on more rows – http://screencast.com/t/rHnQKiUT a solution will be to hide the menu items and display only Log in/Register widget – http://screencast.com/t/GUicjaLKq5Ze
@media (max-width: 767px){
.td-header-menu-wrap {
display: block !important;
}
.td-header-menu-wrap .span9 {
display: none;
}
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Alin,
Have you tried on a mobile phone ? The mobile menu works fine on desktop when resized but not on mobile (iOS Safari)
Cheers,