- 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,
Yes, that’s right.
Thanks
Please check my site: http://www.styzic.com/
When I click on the menubar icon on mobile, it just changes url to http://www.styzic.com/# but does not opens the menu.
Hi when I set the header style to Style 3 – (full width logo) + menu and view site on mobile (iOS in this case) the ad is not center align as per image here.
http://www.screencast.com/t/UqundJDxIRJ
Notice that the Ad seems to be left aligned.
How can I center this with Style 3 – (full width logo) + menu ?
Thank you.
Well, something which is hidden based on the viewport shouldn’t be seen when Google spiders a page looking at the “desktop” version if the second menu isn’t active. If both menus are visible on the page then both versions being followed would be an issue; a menu intended for different viewport but not visible on desktop, would not be followed by the desktop spider as it’s not part of the active DOM.
I may be thinking of how v 4.2.2 menus work, not 4.3, so pardon me if I’m entirely missing the point on the concern 😉
Having a mobile menu, and then a completely different desktop menu, is about the only way you can have a mega menu and a slide out mobile menu on same page and also have that switch on a tablet by changing orientation which doesn’t reload the page.
Before i created this thread i was triple checking that other(wordpress!) responsive website do this or just mine but seems like its only Newspaper.
Emil G. you are right, there is two menu item in the source code one for desktop and one for mobile and tablet. The main problem other responsive website don’t show the menu twice. That’s why i don’t understand whyyyy Newspaper do this?
The tool i used to check this can be found in my very first post:
http://webcache.googleusercontent.com/search?strip=1&q=cache:anywebsite-url-or-page-url
Or if you want a tool check it with Lynx web broweser
samratreddy: Algorithm which decide our rank in google, and if this is how google see our site i think it has negative impact.
If google see the same url linked twice in one page. Google gonna follow the first and ignore the second link, but at the end your onpage seo score gonna be lower.
Im sure google wont penalize you just because of this, but it can be an extra factor which makes your not rank.
Hi,
Is the swipe on mobile no longer avialble? I just notice that this is not working and that there is no option under the responsive settings section?
Hi,
It can be done using javascript, here are some discussions about this – https://forum.tagdiv.com/topic/rtl-problem-on-change-sidebar-position/#post-11707
The same approach can be used for the two header styles, you’ll have to add the code inside the header.php file. If you don’t have basic coding knowledge i suggest you hire a professional developer to build this for you.
Thank you, Emil G.
Hi,
It may be the fact that the theme uses two menus, one for desktop and tablets and one for mobiles. Please provide more details and the tool used for testing.
Thank you, Emil G.
Hi,
Just remove the div used by the respective device, for example if you don’t want the ad on mobiles remove the div that has td-visible-phone class in it.
Thank you, Emil G.
Thanks, Lucian. My logo is 600x200px for retina desktop, 300x100px for regular desktop, and then you’re saying retina on mobile will be 288x96px? Non-retina on mobile should be 144x48px?
Thanks!
Hi,
An recommended retina logo should have the height of 96px.
Please try and let me know how works.
Thanks
I happen to like the way the Header “Style 1” looks in our desktop versions, but prefer style 4 on mobile. Is there a way to specify separately for the two mobile responsive sizes – but keep it style 1 for desktop?
-Ryan
I would like to know this as well, please. Thanks!
I looked at an old version of the theme that I have on a demo site and it looked like the retina logo was showing at 340px wide on my iPhone 5.
When I made the retina mobile logo 340px wide in the theme panel, it looks too small now…
Hi,
this is my first post here at the forum, mainly because the theme has worked very well all the time.
I have come across a problem now though after updating to the latest version.
There doesn’t seem to be any options for me of choosing wether i want my site to resize and stack up when being visited from a mobile device or when resizing the current window on a computer.
How do i change this so it DOES NOT resize at all, or resizes only when being visited from a mobile device. Before i updated my site did not resize on any device and although it was a while ago, i remember having changed the fixed sizes.
In Jetpack the mobile option is disabled, i do not have a color or background image chosen in the Theme Panel.
Please help as i do not have time to re-do my site for being optimized for responsiveness.
Site is: http://filmforalla.se
Thanks.
I am haing trouble with CloudFlare. As someone mentiones before, the site becomes “not-mobile responsive” using it, altough I do see a good speed improve. Any suggestions? Is mandatory to use the payed version to resolve this issue?
Have you all a nice weekend!
Hi,
Please i have an article with tables in it. But when i post the article it doesn’t show the table after it is published. I installed table press but found out tablepress is not very responsive on mobile.
Can the TagDiv team work on an update that will make table work properly with the theme?
Link to the article with tables in it:
http://www.techcityng.com/iphone-6-and-iphone-6-plus-vs-samsung-galaxy-s5-htc-one-m8/
Hi,
It seems like a lot of people are having trouble with their mobile logos:
Could you add the suggested sizes for Mobile Logo / Retina Mobile logo to the documentation?
I’m guessing that (the normal logo sizes) 300×100 and 600×200 would be too big?
Thanks!
Thanks Lucian, I just have to add !important.
Hi,
Thanks Christopher!
@eeesirbelly
Please take a look over the settings from WordPress dashboard > Discussion and make sure you haven’t disabled them from Theme Panel > Post settings, you should have this option set like this: http://screencast.com/t/txpFm69v and also make sure you have enabled them from post editing panel, under screen options: http://screencast.com/t/KWbOWzdk
If nothing works please disable all plugins leaving only those that theme requires and check again. Should work fine, we have no issues regarding comments with latest theme updates.
Regarding the icons please point me where on your site I can find this issue. Your icons on mobile look fine: http://screencast.com/t/56mvP2JGn
Thanks
Hi,
Please use this css:
@media (max-width: 767px) {
.td-header-menu-wrap {
display: inline-block;
}
.mobile-logo-wrap img {
width: 140px;
top: 0px;
height: 100%;
}
.td-rec-hide-on-p {
display: block;
}
}
Also added the .mobile-logo-wrap img for the logo which I have noticed it’a a bit off line on mobile screens.
Should work like this: http://screencast.com/t/Et9lZRjsY
Thanks
-
This reply was modified 11 years by
Lucian.
Most annoying thing for me with BS3, is the fact with “mobile first” approach (their term, not mine), is that when pages reduced to iPad retina portrait, the presumption is “no sidebar” which I find necessary for a lot of things like, oh, a newspaper site. A lot of BS3 devs just run with that, and annoying as heck on iPad for me.
Damn, need to get back to work now 🙂
Had no idea about that issue. Come to think of it, lost my primary hard drive last week and had to install win7 64bit on my secondary and then again on the new HDD that arrived Sunday. Updates ran and IE is at 11 (Windows copy is from 2 years ago) and had no issues. I’ve yet to so much as select recommended settings for POS11, but that’s covered already.
I wouldn’t even hesitate to stop calling it “mobile first” since that’s not what it is anymore. That concept started with smartphones and has grown to include all sorts of tablets that act as much like a computer as anything but a computer can. Resolution is the issue, of course.
I’ve been blocking IE6 browsers from loading my sports site since 2008 lol The cast of Hackers called, they want their browser back.
And you know I meant to also say … really good question!!
I know lot of folks stuck on IE8 because they got that with Win7, didn’t update to IE9, and now when they try the IE10/11 upgrader/updater it crashes and they have to roll back. (ahem, my mom…. finally got her to use Chrome v37!)
But yeah, IE11 is pretty nice. But BS3 takes the “mobile first, damn the old folks” approach, which I admire, but not practical for a lot of people “yet.”
Anybody still using IE6 needs to join the future! 🙂
-
This reply was modified 11 years by
simchris.
Hi Lucian, thanks for answering.
I still cant move those scritps: http://screencast.com/t/hF3qktIfC7zV
What I have also found is that when checking posts on mobiles, there are many scripts that need to be moved yet: http://screencast.com/t/lZwsFRYrz4a
But I cannot find their IDs with the method you post in the documentation. It seems that this scripts and style sheets only exectue when entering the posts mobile.
Any suggestion?
I might have missed it somewhere in the files, but what I did find (in the bootstrap-modal.js file) is Bootstrap v2.3.1. Is that the version Newspaper uses?
I ask because Bootstrap is now at v3.0.2 with some major changes to mobile friendliness, among other differences between versions 2 and 3. I haven’t run into any problems yet with other bootstrap plugins conflicting with whatever version is in Newspaper, but as I’m about to buy a new highly updated gallery plugin from Envato, I’m concerned about the version.
So…
1. What version of Bootstrap does Newspaper v4.2.2 use?
2. If v4.2.2 uses Bootstrap v2.x, when will you upgrade to v3.x?
Thanks.
P.S. – Visual Composer is flagging my admin again for an update. Really annoying.