- 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
I’ve checked your site and notice that in mobile devices Newsmag theme it’s inactive, that’s why the blocks are not displayed. Try to deactivate Jetpack mobile theme: http://screencast.com/t/EZIPMqxq, clear the cache, purge the cdn files if you’re using and test again.
Let me know how it goes.
Thanks!
Hi I am using heading style 3, which works fine on desktop, but the logo is far to high up on the screen when viewed on mobile. Is there some CSS to bring this down over the green menu?
Hello Alin
Thanks.
However, I ONLY need the connexion link not the social icon (to smalls).
Could you please give me the code forthat?
In some other theme we use, in the menu option, you have the choice to create a specific one only for mobile.
It would be a good idea to add this.
Thanks.
Hi there,
Since updating to the latest version of Newsmag, memorial site is not displaying correctly.
If you undertake a search for my site on a mobile device, and then click on the search result, the site that comes up has several problems. My slider and modules don’t show, but the code can be seen. In addition, if you go to the menu, only pages display—none of the posts are available in the menu.
At the bottom of the page, there is a link that says View Full Site, and when you click on this is takes you to the previous version of the mobile site, which displays perfectly well. However, my concern is that when people search on Google, the site that comes up in search results is the incomplete version described above.
I would regretful for you assistance, as it is of course very important for us to have a functioning mobile site when it comes up in search results.
My site is called Expat Essentials and the URL is http://www.expatessentials.net
Many thanks for your help.
Mark Angus
Hi,
Do we have a way to control number of related articles in responsive mode. In a Desktop I may like 6 related articles (two rows) whereas in a mobile its an overkill. I may just need 3 articles in responsive mode.
Regards
Siraj
Hi Alin,
Yes problem persists. (in the previous message i forget to say that mobile versione works fine )
I’m right now cloning the production environment to do some more test. If you want i can give you admin access to that test environment.
I also disable caching plugin (my hosting is siteground that have a custom cache plugin: SG Cachepress) and disabled cloudflare CDN
-
This reply was modified 10 years by
gfm1978.
Hello,
I want to add an advertising banner right under my menu, to all the pages ( this shouldn`t be displayed on mobile themes ).
How can I do that ?
Thank you,
Have a nice day
Hi,
@Mr_S As the top bar was not designed to work on mobiles some of containers are also hidden, like in your case a css is to display the top bar(.td-header-top-menu-full) and the other one to show the menu(.td-header-top-menu-full .td-header-sp-top-menu). In case that you had also the social icons widget active(Thomas case) this container also will be visible(it doesn’t have css to hide it).
@Thomas Please try this custom css, this should display sign in and social icons widgets – http://screencast.com/t/jxljko5scU8T
@media (max-width: 767px){
.td-header-top-menu-full {
display: block !important;
}
.td-header-sp-top-menu {
display: block!important;
}
.menu-top-container {
display: none !important;
}
}
We will consider another implementation, at least for sign in widget.
Thanks!
Hi,
1. Newspaper doesn’t have such an option and you will need to find/use a plugin for this. Unfortunately we did not test any plugin like this, so I cannot make any recommendations and guarantee that it will work, sorry!
I have seen that other users use Mailchip so feel free to test it and see if it helps.
2. Newspaper 6 doesn’t have whatsapp share option, you will have to add it manually in the code if you want this or use a plugin. You can find an example how to add a share button in the documentation(it is newsmag documentation, but it works also for newspaper) – https://forum.tagdiv.com/add-a-new-linkedin-button/
3. Please check this topic – https://forum.tagdiv.com/topic/how-to-remove-author-name-from-posts/
4. I have already answered to this – https://forum.tagdiv.com/topic/create-custom-page-for-category/ Maybe other users have another solution.
5. I have answered here – https://forum.tagdiv.com/topic/multi-column-mega-menu-with-just-text/ Please follow the steps provided there and provide more details what you did not understand maybe I can explain it better.
6. Unfortunately this is how the mobile menu works, we will think to another implementation when a new navigation system will be created. I already answered here – https://forum.tagdiv.com/topic/menu-scroll-issue-in-mobile-devices/
7. You can use the footer style 2 – http://screencast.com/t/FILqBSWWvb9 – http://screencast.com/t/xNSZLYMBt
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
Hello Alin
The new code works.
But I only have social icons.
Could you give me the code to ONLY have the login sentence: Se connecter/ S’enregistrer ?
It would be better to our user to connect.
But the really cool stuff will be not to have this top menu on mobile but on the right a picto to connect near the search one.
Look this site on a mobile, it is very nice:
http://www.nextinpact.com
Could you do that on newt update?
REgards
Hi,
@Mr_S Please use this custom css in Theme Panel > Custom Css, I have also customize a little your menu items to not drop down – http://screencast.com/t/U997mXqom
@media (max-width: 767px) {
.td-header-top-menu-full, .td-header-top-menu-full .td-header-sp-top-menu {
display: block !important;
}
.top-header-menu li a {
font-size: 12px !important;
margin-right: 5px;
}
}
@Thomas If you use this custom css the top-bar will be displayed also on mobile devices – http://screencast.com/t/p0m73r0br4 but it was not designed for this device so you will need additional customization or you can try to hide for example the menu – http://screencast.com/t/8EDkS2RE3
@media (max-width: 767px) {
.td-header-top-menu-full{
display: block !important;
}
}
Hope this helps!
Hi
I’ve checked your post content and added a class on the div image container and added a margin right which fixes that space issue on mobile and tablets. Replace your post content with this one: http://pastebin.com/yNuTpqdq and add this css in theme panel > custom css:
.td-image-class{
margin-right: 20px!important;
}
Regarding the block 16 you can use this custom css to obtain his normal size: http://screencast.com/t/KN35FqonM
.postid-4741 .td-post-content .td_block_16 .td_module_mx4 {
width: 200px;
}
The css will work only on this post: http://www.lakiz.com/artistas/vanda-may/
Let me know how it goes!
Thanks!
Hello,
I have installed Newspaper Theme v6.2 on my website.
URL : http://www.naukrinama.com
The google Page Speed score of my site is very low. For desktop it is 49 and for mobile it is 61.
https://developers.google.com/speed/pagespeed/insights/?url=naukrinama.com
I have enabled gzip compression and have optimized the WPSuperCache settings as well.
I have checked on console also there are no errors.
Can you tell me what else should i do so that my page speed can be improved.
Hello,
I have purchased and installed Newspaper Theme v6.2 on my website. I am facing following issues with it. Let me know how can it be resolved :
Website URL : http://www.naukrinama.com
1. I want to add a Email Subscription form onto my website. But there is no option for the same in theme. How can i get it done ?
2. The sharing options which is provided with the theme doesn’t show me option to share through whatsapp. Can you tell me how can I add whatsapp sharing option ?
3. When i try to share any of my article link onto social media the details which gets fetched from the URL also shows the Author Name. I don’t want to show Author Name in it. How can it be removed ?
4. I have a category named “States” on my website and its slug url is (http://www.naukrinama.com/states). The theme provides an option to select only fixed templates for category.
But i wanted to create a separate custom page for my category which contains some modules and blocks. For that I created a new page with URL (http://www.naukrinama.com/state-jobs). Now I want to make this page the default page of my category. How can it be done ?
Also how can I add category tags on top of a custom page which i have created like the category template page.
5. The “States” menu on my website contains 36 entries and which isn’t getting displayed onto a single screen in menu dropdown. I want to create a multi column text based mega menu in which there would be 4 columns and each would contain 9 entries. Let me know how can this be done ?
6. The menu in the mobile layout is not working fine. The menu gets scrolled with the page itself and all menu entries start moving towards top. Ideally even if the page scrolls the menu should remain fixed. I am not talking about sticky menu here. I am talking open the menu is expanded and then the page is scrolled. See the screenshots below for reference. Let me know how to resolve it.
Screenshot 1 (When open opened) : http://imgur.com/hwyEruq
Screenshot 2 (When Page scrolled) : http://imgur.com/1xLKSp5
See the scroll of the page. Ideally the page should scroll but the menu shouldn’t
7. Current my website is showing 6 sections in footer with 3 in each row. I want to remove the Editor Picks sections and then want to menu the bottom 3 section into one single section i.e. About Us, Logo and Social Links once below another and place that block in place of Editor Picks. Let me know how can that be done.
Looking forward for a revert from development team on these points.
Hi,
I have checked your site and it works fine also on mobile devices, the mobile menu is opens like it should be – http://screencast.com/t/Fosmm3ai3Dfd The # appear because it is added to the menu link – http://screencast.com/t/cYmRygQt If the href property is empty, it will refresh the page, so the # must be used (it will also scroll to the top).
Thanks!
Hi,
If you use Jetpack please disable mobile version and clear cache – https://forum.tagdiv.com/how-to-manage-the-mobile-theme/
Thanks!
Hi,
Unfortunately the top menu was not designed for mobile device and it is hidden,we will try to find a better implementation for log in widget. yYou can use this custom css to display the sign in widget on mobile – http://screencast.com/t/KOuJW9GW
@media (max-width: 767px){
.td-header-top-menu-full {
display: block !important;
}
.td-header-sp-top-menu {
display: block!important;
}
.menu-top-container {
display: none !important;
}
.td-header-sp-top-widget {
display: none !important;
}
}
Thanks!!
Ok Thanks, On the desktop: News ticker, homepage pagination seems to be working fine now, thanks a million.
But on Mobile devices. These problems are still there and mobile menu is still doing the same thing, where by it adds # to end of url. That’s when you browse the site on a mobile as I am testing on my Samsung s4 active. Can you please help fix this for the change to apply on all devices. I haven’t touched cache since you fixed it on the desktop so it should still be disabled Alin.
Kind Regards,
I forgot to ask one important thing. On my mobile phone, I can’t find nowhere this ‘Sign In/Join button.
Should I enable it somewhere or is it somehow missedout?
Might need to clear all your caching from old site; make sure you have everything installed properly. The theme is responsive and mobile friendly from the get-go. 🙂
You have a jquery error, so likely you have some plugin loading that twice when it is already being loaded by theme. Check your site in Chrome and press F12 to view error in console.
How do I make my site mobile friendly?
It was before I installed Newspaper. Now when visited on mobile it just has code as the homepage.
iecn.com
Thanks
Hi,
Unfortunately this is how the navigation system was created, I will add this on our list and when a new system will be designed the developers will take the final decision how the mobile menu will work.
Thanks!
Hi,
You can use this custom css to hide the mobile menu – http://screencast.com/t/4PI5wkcy
@media (max-width: 767px) {
.td-header-menu-wrap-full {
display: none;
}
}
Thanks!
Hi,
You can try this custom css to change the article title color for all blocks/modules – http://screencast.com/t/autiTAA0G
.td-module-title a {
color: red;
}
For share title – http://screencast.com/t/2sMyyRSUncc
.single .td-post-share-title {
color: red;
}
And for mobile menu background please check this topic – https://forum.tagdiv.com/topic/sticky-header-color/#post-62914
Thanks!
Hi,
I have checked your site and the mobile menu works properly. This is how it was designed to work, the menu is hidden and when you open it, it push the content(entire content) to the right. Also if you have the sticky menu enabled and you open the menu in the middle of the page, it automatically scrolls back to top and shows your menu items.
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].