- 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
Hello,
Please show me your site URL to take a look and also send us a screenshot from your HTC to see the issue. Thanks!
“Unfortunately this can be done easily.”
Can’t be done easily?
Also I think Marius is right, putting the social buttons alongside the title is impossible on the mobile layout. Putting it underneath would make more sense (on posts).
On the excerpt version for categories and the homepage, a social bar underneath the excerpt would work on desktop and mobile, but I feel like it would’t be effective. Usually people share links after they read them and get the gist of the content, not after reading a one sentence excerpt.
But yeah like Marius said you could get this done by someone from microlancer, fiverr, elance, olance, etc. Goodluck,
-Octavian
Hello,
Unfortunately this can’t be done easily. We would have gladly made it for you but we work very hard on the updates and new features. You can always get a freelancer from sites like: http://www.microlancer.com/
Also your solution is not doable easily because what you show me there is the desktop version, but what happen on mobile and tablets where the space is limited?
Thanks for understanding!
Have a nice day!
Also once you disable the cache on your website (if it is present), delete the browser cache or refresh the desktop page using CTRL+F5. Sometimes your browser may continue to load old caches, even if the server is no longer serving them.
The idea here being that the desktop may have an older cache, and the mobile devices may be loading the new cache with a new change that prevents the recent articles from loading.
Hello,
Please give me your site URL to see the issue. Thanks
Do you use some Cache plugins. Try to empty the cache or disable to see if work.
Thanks!
What is the link to your website? I’m not part of the tagDiv team but I’m interested in this issue.
Susanne,
I’ve tested your page on Safari (iOS7) and can confirm that the titles do not show up.
I don’t know how to fix the other issues you’re having, but may I recommend that you change your logo into a .png format? Right now the mobile version of the logo shows a white background which is not consistent with the grey background behind it. A .png format would allow for transparency instead of a white background.
-Octavian
P.S. I’m not a part of the tagDiv team.
Hello,
I am trying to translate the phrase “If you’re not happy with the results, please do another search” in the theme options-translations, but if I save the changes the German translation disappears and the English phrase will be displayed again.
Another problem: The mobile version of my website does not show the titles in the slider on the front page.
Here you can find my website: http://www.mode-welt-online.de
Kind regards
Susanne
Hi there Marius,
Thanks for the tip, but unfortunately it does not work the way I want it to. On my mobile phone (HTC One using Chrome), it shows the site somewhat distorted and not as if I am opening it from my desktop. Please let me know how I can fix this.
Thanks,
Dreamsiter.
-
This reply was modified 12 years by
dreamsiter.
How can we disable the mobile swipe navigation? I am having some issues with that while using this http://codecanyon.net/item/fifty-fifty-a-visual-diff-tool/5280339
Hi there,
I got a question. I am using the Newspaper template, with module 2 on the homepage for articles of any category.
The newest post of an article is showing on my homepage (desktop version), but not on my homepage (mobile version: ipad/iphone).
The same applies to the ‘recent reactions’ widget on a post. It is refreshing on the desktop version, but it does on the mobile template.
How can this be corrected?
Thank you.
Thanks all 🙂
@christopher we will fix the usability issues on mobiles.
@ocbln please open a thread here for support. christopher is not from the support staff 🙂
Hello,
Do you want to have the non responsive version, the desktop version to be on mobile to but without big slider.
Select from Theme customizer this http://screencast.com/t/KBgzA5r1 and add this in style.css
@media (max-width: 767px) {
.home .td_block_slide_big {
display: none;
}
}
Thanks!
Hello,
Go to Theme Customizer -> Template Options and set like here: http://screencast.com/t/KBgzA5r1
Thanks for the message!
Happy New Year 2014!!!
I’m sorry, but this question still needs answering.
Thanks!
bump
Hi there guys,
I am very satisfied with this theme but would like to know one thing:
How do I properly remove the mobile version without destroying anything else? I do not like it and want my mobile users to be able to view the site as if they were on their computer, so with a background and all that good stuff.
Thanks for reading and a happy new year to all of you!
Happy New Year to you also 🙂
My hope is to be a better person for myself and others this year, revitalize my own business which took a bit of a hit the past 2 years due to economy in U.S.
My hope for this particular theme is that you continue to develop and focus on it being a newspaper/magazine theme and not a “one size fits all” theme (e.g., most magazines are not stores, so wasting a ton of time on ecommerce stuff can detract from optimization for magazine and newspaper publishing things which the theme is focused on). I’d love to see a CSS style map of post page elements to make it easy to customize some things using custom.css or append to child theme style.css etc. (e.g., Google now wants to see UX enhancements for mobile and is whining about the breadcrumb, headline, and “categories” buttons above featured photo being too close together so I now need to make the category buttons larger with more space around them so they can be “tappable” … sigh).
You’ve done a great job with this product, and here’s hoping for your continued success!
Chris
zelatech, I posted this problem on Stackoverflow and one those guys provided me with the right code:
$buffy .= '<div class="fb-comments" data-href="' . get_permalink() . '" data-colorscheme="light" data-numposts="5" data-mobile="false" data-width="700"></div>';
The problem was caused by the apostrophes (‘), as you can read here:
Marius, as far as not providing us with this simple piece of coding, it would literally have cost less time to post this code than to tell us you don’t have time to answer these kind of questions!
Hey, so I’m wondering how to achieve the following result:
I want to keep the homepage (default layout) the way it is on the desktop version, but as it goes to mobile resolution I’d like Big Slide to disappear.
Appreciate all the help!
Hello,
Can you try with this css, add it in style.css
@media (min-width: 1200px) {
.td-logo-rec-wrap .td_rec {
padding-top: 22px;
}
}
.td-logo-rec-wrap .td_rec {
padding-top: 37px !important;
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-logo-rec-wrap .td_rec {
padding-top: 27px;
}
}
@media (max-width: 767px) {
.td-logo-rec-wrap .td_rec {
padding-top: 5px;
}
.mobile-logo-wrap img {
width: 151px !important;
}
}
How do I achieve an effect like the one above, with the logo in the navigation? http://screencast.com/t/s11sORZvowF I would not like the logo to be underline when the homepage is active, also my solution doesn’t work on the mobile version 🙁
So first of all I’d like to thank you for creating an awesome theme. It really is doing its job on practically every level and so far I’ve encountered only 3 things that do not really suit me.
1. The scroll on mobiles is absolutely horrible for me (tested on Galaxy SII with android 4.1). Instead of going smoothly it’s choppy and requires me to tap the screen repeatedly to scroll up/down. Pointing out that the problem is not only on my site, same thing happens with your demo.
2. My website is in Polish so it requires usage of foreign letters (ą, ł etc.). All the letters appear just fine but when I turn on the tagDiv speed booster, the letters suddenly go lowercase arial (they’re just no longer being formatted).
3. Despite enabling the speed booster, google pagespeed is still throwing out that there is a ton of render blocking js/css (especially on mobile).
If you could help me resolve those 2 issues, I’m honestly giving 11/10 to this theme. Will immensely appreciate it!
The Slide it changes sizes of some of the photos. I did the regenerate on site day I started with it. The slider before template the heads are not cut off. I reuploaded the images and still same thing.
Also when I log into mobile Ipad or galaxy phone the front logo appears then it goes to the 16×16 Icon Logo.
@mmcmsp I will see what we can do about that
@BigN0701 sorry for the delay, I hope you solve the problem
@Marija1m1 It was not resolved 🙂 it’s a issue that is hunting us for quite some time …. it drive me crazy and it’s hard to debug because it appears just sometimes.
@sbo I will update the theme forest details page shortly.
v 2.1.3
* fixed an ugly bug with slugs that begin with span row and container
* fixed pinterest button media
* improved adsense synchronous ads
* fixed rss excerpt not respecting the wordpress option
* small code improvements
* better windows phone 8 compatibility
* better responsive videos (including dailymotion)
* Better mobile (windows phone 8 and android) expirience on our demo