- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperThe Mobile Theme
- NewspaperModules Builder in Newspaper Theme
- NewspaperNewspaper theme documentation
- NewspaperTheme Colors Introduction
- NewspaperWhat’s Included in the Newspaper Theme Package
- NewspaperFilters and sorting for taxonomies
- NewspaperHow to Add a Logo in Newspaper
- NewspaperBig Grid Flex Settings
- NewspaperHeader Builder
- NewspapertagDiv AMP Plugin Tutorial
- NewspaperBest Of Forums
- NewspaperCache plugin – install and configure
- NewspaperFont Customization
- NewspaperBackground Introduction
- NewspaperHeader ads
- NewspaperPost template ads
- NewspaperCustom ad spots
- NewspaperMain Menu
- NewspaperHow to Install Newspaper via FTP
Hi,
Started building website using Newspaper theme and found below said issue.
Header Style: Style 7 – Hybrid Menu on right with logo
STICKY MENU: Always at the top of the pages
LOGO ON STICKY MENU: Mobile Logo
I uploaded different logo under “LOGO UPLOAD” and “LOGO MOBILE”.
However, when I scroll down and up, the sticky bar still shows my Head logo not the mobile logo.
I checked in two test website and it happens the same.
Am I missing anything here?
Regards
Siraj
Hi
By default the theme doesn’t have an option to do that, but you can create a specific css class for example:
@media (max-width: 768px) {
.td-mobile-float{
width: 40%;
margin-right: 20px!important;
float: left;
}
}
This class wrap the text to the right of the image: http://screencast.com/t/fCkf7nLUNp0d but you can include any css properties, then apply the class on the image: http://screencast.com/t/F9A1C39Q
Let me know how it goes.
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,
You can use the mobile logo and the header logo location and make a condition to detect the page id and set the logo you need on it. It should look something like this: http://screencast.com/t/Psyz0CAF
Please note that this needs customization to theme’s code so you need custom work and/or coding knowledge to do it, if you don’t know how too we advise you to ask help from a developer or hire a freelancer because we cannot provide customization services at the moment. Sorry!
Thanks for the message!
Hi,
1. Unfortunately this comes from bbpress plugin as we don’t alter the plugin’s code, it supports bbpress without any custom templates. So you will have to edit the plugins file if you want to change this – http://screencast.com/t/zzHKRw2ct
You can implement popup log in/register widget using:
echo '<a class="td-login-modal-js" data-effect="mpf-td-login-effect" href="#login-form"><strong> Log in/Register</strong></a>';
2. Unfortunately the top menu was not designed for mobile devices, we will try to find a better implementation for sign in/register widgets in a future update. Until then you can try this custom css in Theme Panel > Custom Css: http://screencast.com/t/cw4mTt1hSINv
@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!
-
This reply was modified 11 years by
Alin [tagDiv].
Hey guys!
I use your theme more than year and finally decide to check the forum plugin. It fits awesome! Thanks)
I have the questions:
1) Login
– How I can highlight and activate the word “login” for new subscribers? (http://joxi.ru/nAyzx0Of6PaerZ)
– Same question for creating topics (http://joxi.ru/ZrJVYabIdjn8rj)
I’ve just need to appear the login window: http://joxi.ru/L21LzKNu1bzbmX
2) Mobile Login
How i can add the login form in Mobile version?
The top bar disappears 🙁
Screenshot: http://joxi.ru/MAj0oygS9PdRme
Thanks a lot for your help!
Sorry for too much russian symbols)
Hi Guys.
I have Newspaper the latest version V 6.3.2.
My website is http://www.faceofmalawi.com
1) My problem is that the News ticker, homepage pagination, mobile menu are not working. Here are the details of each:
News ticker: shows the first post and when i click on next icon,, nothing comes up a # is just added to the end of my url.
Homepage Navigation: I tried all 3 options of navigation (prev&next, infinity load, load more button) nothing happen when i click them on the homepage, just a # is added to the end of my url. But on category pages and others pagination works fine. Its only the homepage thats unable to work these functions.
Mobile Menu : When I click/touch on the menu icon while on mobile device the menu does not come up just a # added to the end of my url.
Being a developer I got to thinking this might be some js or jquery problem – all related, but i couldnt find what is causing it. Even tried to deactivate all plugins except Visual composer incase of a conflict but the problem still persists. What could be the issue here? please check my site as the problem is still like this url: http://www.faceofmalawi.com
2) Not sure if this is related to problem number 1 above, but when I mouse over menu items on desktop site there sub items do not display until I am directly mouse overing the specific item, Also note that when I installed theme images were not showing so I searched this forum and used the ‘opacity‘ work-around to show the images, could this also be what I need to do for these menu items. Please advise.
I like v6 of the theme, you guys did a really great job if you can help me with these minor issues I would be very grateful.
Regards
Sean
Hi,
Just paste this code in Theme Panel > Custom Css – http://screencast.com/t/MbJWkqsf
@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: #fff !important;
}
#td-top-mobile-toggle i, .header-search-wrap #td-header-search-button .td-icon-search {
color: #222 !important;
}
}
Result: http://screencast.com/t/TC2Qt7US
Thanks!
Hi k24,
I have checked your site and the issue with social icons is happening also on desktop. Please check this without any plugins active except of Visual Composer, clear cache and purge your files as I see that you use CDN, then see if you still have this issue with social counter icons.
If this doesn’t fix the issue, please try to replace elements.png and elements@2x.png files with those provided with the theme version that you use – http://screencast.com/t/NYJ6voKq
Regarding mobile menu you can use custom css the change it color: http://screencast.com/t/eu3aUxL2pm
@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: #fff !important;
}
#td-top-mobile-toggle i, .header-search-wrap #td-header-search-button .td-icon-search {
color: #222 !important;
}
}
Yes, you can use this guide to update the theme to the latest version(A-also video tutorial,B,C) – https://forum.tagdiv.com/how-to-update-the-theme-2/ and you can do this without plugins active and then update the Visual Composer and other plugins that come with the theme(if you use).
Thanks!
Hi
The theme use logo for mobile so you have to remove that too: http://screencast.com/t/NrWoc69tMr also make sure you clear all caches and purge cdn files (if you use a cdn host) then test again.
Let us know how it goes and provide your site if the problem persist.
Thanks!
Hi,
1. The sidebar content can be edited from Appearance -> Widgets – http://screencast.com/t/DZus5CK6Z
2. I’ve tested the facebook social link on my side and it works, make sure that the url is full and there are no mistakes in it’s syntax – http://screencast.com/t/eD8I7YU1xXgv
3. I suspect you’re using a “mobile theme” plugin, disable it and see if the issue is still there. It may be the mobile theme module in Jetpack – http://jetpack.me/support/mobile-theme/
Thank you, Emil G.
Another issue as well. How mobile friendly is the theme?
http://s30.postimg.org/68ek2ag1d/wp_ss_20150804_0001.png
All I get is code instead of the blocks. This issue was unexpected. Please help ASAP.
Hi
@shae101s unfortunately I can’t provide an exact answer but we consider to add in the next theme updates new post formats for Newsmag.
@nherious to hide the new grids on mobile devices you can use media queries like here:
@media (max-width: 767px){
.td_block_big_grid_7{
display:none!important;
}
}
This css hide the big grid 7 on mobile devices, just replace the grid class with the corresponding for the grid you want to hide.
Thanks!
Hi,
1. You just create the page, find the page id and copy it on the mega menu. The page content will appear in the Mega Menu.
2. You could use css to hide uber menu on mobile devices, we use this on the theme top menu. You just have to find the class used on it’s container and use media queries, ex:
@media(max-width: 767px) {
.ubermenuclass {
display: none;
}
}
If you can’t find it please provide the site url and i’ll take a look.
Thank you!
-
This reply was modified 11 years by
Emil G.
Hi,
You can change the background color on mobile devices via custom css in Theme Panel > Custom Css, please check this topic – https://forum.tagdiv.com/topic/mobile-logo-2/
Thanks!
@rshaules i’ve just check your site on pagespeed and it seem to be good with mobile and desktop,if you want this score to be better turn off that lazyload from the theme it’s causing the “Prioritize visible content” error..
PAGESPEED RESULTS
Gtmetrix results
https://gtmetrix.com/reports/www.christianholydays.com.au/1M1bkA3G
-
This reply was modified 11 years by
Steven.
Hey Tagdiv Team,
I’m trying to customize the header, but now I’m using Style 6 header menu.
I just want to Remove my Top Blue Bar in which you see Date.
I disable Top menu bar from theme menu but i can’t remove Blue Strip!!
And if i remove from editor, works fine on desktop but i can’t see mobile menu then
http://www.screencast.com/t/UhY8QBEJ
Thanks
Hi,
Unfortunately the theme doesn’t have such an option and on mobile device the sidebar is displayed after the post content including related articles, comments area – http://screencast.com/t/i2ACtGyqa The inline ad is in the post content, here you can find the code – http://screencast.com/t/IHj0aXzHbXs and the sidebar is in a different container so I don’t know how you can move the sidebar element in the post content – http://screencast.com/t/QdjC5Fri
Thanks!
Hello everyone!
I was recently running my website (www.christianholydays.com.au) using the Enfold wordpress theme and was receiving an average of 80 in the google page speed test. After deciding to try other wordpress themes that appeared to receive good reviews for speed, I changed over to Newspaper. I spent a couple weeks transitioning the site over to newspaper, and then received an incredible shot when I did a google page speed test:
http://grab.by/JhpM
http://grab.by/JhpO
35/100 on the mobile version, and 40/100 on the desktop version. When looking into the reason for the poor score, I discovered several issues. It appears that all of the images are being resized and instead of optimised files being delivered, full size images are being resized via css/html. This is affirmed through GT Metrix as well. GT Metrix gives 65/100 score, and states that several images are “resized in HTML or CSS from 845×475 to 178×100.”
Can someone please help me with this issue? I’ve tried to do several things to help the issue, but it doesn’t seem to be working.
I’ve currently got MAXCDN installed with additional zones, using the fastest hosting package through Siteground, purchased the ewww image compression functionality, have w3 caching plugin installed, and static/dynamic/MEM caching through my server. I’d hate to see what my score was with out any of the caching plugins! Perhaps it’d be better??
Any help would be greatly appreciated!
-Richard
I use a nginx server.
1Gb RAM, and KeyCDN with WP Super cache
And Newspaper theme. Speedbooster plugin is activated and these results are without Google Ads.
Please assist me, this has implication on my SEO.
What do you suggest i do.
Website is Factwide.
Please help.
Akpan Promise
hi everyone …
i have seen the page megamenu option in the manual og the new theme version. the thing is, that i do undestand how to integrate a page via it’s id into the menu. but what i do NOT understand is, what i would have to do with a page to show up the things i would like to see …
i (of course guess) that i will have to create a page 😉 … But whats next?
———————
So i have tried to install (once again) the uber menu. And i must say, that i came just a few steps more ahead than in my past unsuccessfull tests. I made it appear in my main menu. and it shows up as its configured now. that is really a success for my skill-level! 🙂
But: i do have a problem with a “double-menu” on mobile devices. i cannot find out how to unattach the uber menu from mobile devices. I have found the link to the integration manual on the uber website. but this integration is for the old version of the theme. so i cannot “simply” uncheck the uber menu for my mobile menu, as described there.
the old theme version had 4 menu locations? (header, main, footer, mobile) is that correct? and version 6 only has three of them? (header, main, footer)
so there is no more specific mobile location menu in version 6? how could i get rid off the uber menu on other devcices than desktop an tablet versions of my site?
best regards 🙂
Torsten
I get that same email also and went and fix the issues by removing the folders from my robots.txt file it was making issues with mobile devices…it seem something has change with the theme new version are google change something on there end..
These folders should not be in robots.txt file as follow..removed them A.S.A.P if you don’t want your site to get BANNED..
wp-includes
wp-plugins
-
This reply was modified 11 years by
Steven.
Hi
By default the theme changes the header background to black on mobile devices, but you can customize it as you like with custom css like here: http://screencast.com/t/kprRELdlKXF8
@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full, .td-footer-wrapper{
background-color: red!important;
}
}
Thanks!
Hi,
The theme is responsive and the same content your have on desktops screens you also have on mobile ones, just styled differently so you don’t need a mobile theme.
I also checked your site and seems to appear fine: http://screencast.com/t/FLmrmRrEQXYM
Thanks
I find the plugin very stable now, I would say it’s 5 times better than what I had available originally 8/9 months ago, when I started this as a hobbie at first. Again, I recommend a decent server, the cheapest one will require work to stay fast and deliver a pleasant user experience (like CDN, cache, optimized images, etc)
Dates are now easily set, used to be an headache. Depends what one consider “small things” I guess 🙂 everything that is standard or mainstream works very well.
Comments are not affected by the plugin (except for the labels of the input fields ofc), a comment made in a post, regardless of its content or its language, will appear in all versions (languages) of the post/page. I remember I stumbled upon an extension/plugin which allowed to show comments separated per language, I see it can be useful in some cases but it is not for mine, a least for now, so I never used/tested it. Out of the box, no option is given to the user commentating in regard of classifying a post as being in any particular language.
Menus are great, I just need to customize the theme or the plugin to show a flag in mobile, between the icons of search and slide the menu. Right now is ok but (just one click away) but I kindda like gimmicks
You can have a look at http://www.infoporto.pt but I still have some bugs and it might not be the best example because it has some customizations and custom post types and custom post fields… I just started January and I have other things not related to the site it self to deal with… The hobbie became serious but I had to focus first on one language first because, in my case, there’s a will to have some depth in the differences of the contents of each language (2 so far, soon professionals will be hired to translate a more solid number). I also had delays in releasing “final” and complete version of my site cause of constant developments, newspaper seems to support child themes and custom post types now so I need to check out that first before continuing to fine tune the custom functions I already made.