- ApiPractical example – How to add a new Block and Module
- ApiAPI – Smart Lists – Introduction
- ApiAPI – Category top section style – Introduction
- ApiAPI – Category top section template – Introduction
- Apitd_api_module::update
- Apitd_api_module::add
- ApiAPI – Modules – Introduction
- ApiUsing the Theme API in plugins
Hello,
Is everything ok? I’ve tested your site on Android and your icons is ok.
Thanks!
Could anyone please tell me why after the most recent update I seem to have lost my icons for the menu and search when viewing the mobile site?
address is android-advice(dot)com
Hello,
Yes, should work fine. You can use in logo you header image for destop and on retina logo you can upload a logo that will be for mobiles(retina display)
Something similar i thing you want to do.
Hello,
The space on mobile when you don’t use an ad will be fixed soon.
Thanks!
I have just purchased the Newspaper theme and am working on the full size header (style 3) rather than having a logo. I have this working fine (I think!) on my desktop computer but I have a couple of issues with both the retina display on a Mac and also on the mobile version.
Am I uploading the image correctly by having it in the top header ad section (using a size of 1170×110 for the img size) and if I do this can I still use the responsive version of the site for mobile etc?
Any assistance would be greatly appreciated!
Chris
@Octavian
you may find tools like this one fun to test your site on different devices (this one free; the pro versions are typically $20/month and more full featured);
http://www.mobilephoneemulator.com/
I’ve tested the desktop and mobile version and the posts seem to be in the same order on the homepage. I’m curious to know what might be causing the order to mess up on different devices. The PHP code pulls the recent posts in the same way on mobile and desktop, so I’m curious to see how that’s even possible.
Not saying you’re wrong, just don’t think it’s possible until Marius or you find out it’s not just some plugin messing something up.
Hello,
Please check on the footer widget the retina logo have an incorrect image link: http://lsport.nl/wp-content/themes/Newspaper/images/demo/logo-footer-retina.png
See here: http://screencast.com/t/7FZjw0bf
Thanks!
were using w3 cache / div tag speed boost and MaxCDN – 685ms load time is the result
http://postimg.org/image/pl24nqilb/
fix image sizes etc with pixlr.com – save to 80% or lossless / lossy with kraken.io and stay away from facebook plugins that load faces.
Our next step https://www.cloudflare.com/railgun
and not to brag but 98/100 mobile and 98/100 desktop
http://developers.google.com/speed/pagespeed/insights/?url=twoversion.com
-
This reply was modified 12 years by
circuitsports.
Dear @Radu
Again we ask for help with the main problem we have.
The logo on the head with an error on the mobile version:

What can we do?
Thank you very much for supporting
Hi there Marius,
I have done so, but the footer image is still broken. Any tips for that?
Hello,
Your site is set to be no responsive. Please go to Theme Customizer -> Template Option http://screencast.com/t/QdSUaOPMs
Thanks!
I edited the code a little more and got it working. However, i know run into the same problem as Octavian. The reviews shows up beneath the sharing buttons and comment box i inserted. Can’t we use the include() function to somehow get the get_review working? My code now looks like this:
function content_injector($content) {
global $wp_query;
$postid = $wp_query->post->ID;
if (is_single((get_post_meta($postid, 'top_ad', true) != 'off' ))) {
$top_ad = do_shortcode('[td_ad_box spot_name="Ad spot -- topad"]');
}
if (is_single((get_post_meta($postid, 'bottom_ad', true) != 'off' ))) {
$bottom_ad = do_shortcode('[td_ad_box spot_name="Ad spot -- topad"]');
}
if (is_single()) {
$custom_share = '<div id="title-deel"><h4 class="block-title"><span>DEEL</span></h4></div>' . do_shortcode('[ssba]');
$facebook_comments = '<div id="title-reageer"><h4 class="block-title"><span>REAGEER</span></h4></div>' . '<div class="fb-comments" data-href="' . get_permalink() . '" data-colorscheme="light" data-numposts="5" data-mobile="false" data-width="700"></div>';
}
$content = $top_ad . $content . $bottom_ad . $custom_share . $facebook_comments;
return $content;
}
add_filter('the_content', 'content_injector');
Oh and Octo, u might want to add the if_single code to your ads code like i did to prevent them from showing up on the homepage and other pages!
Hi there Marius, apologizes for my late reply but I had to go and purchase hosting for the site.
The site URL is: http://lsport.nl/
Screenshots from my HTC (Broken BG and footer logo mainly):
1) http://imgur.com/hHkgYh6
2) http://imgur.com/LVa03CH
Please explain me how I can show mobile users my site as if they were browsing it on the computer, and how to fix the broken footer image.
Thank you for this wonderful theme, I hope you can help me with this little issue.
Thanks.
Ocatavian, i tried to copy your code and modify it to my own likes, but i only get a blank page. The code looks a little like this
function content_injector($content) {
global $wp_query;
$postid = $wp_query->post->ID;
if (get_post_meta($postid, 'top_ad', true) != 'off' ) {
$top_ad = do_shortcode('[td_ad_box spot_name="Ad spot -- topad"]')
}
if (get_post_meta($postid, 'bottom_ad', true) != 'off' ) {
$bottom_ad = do_shortcode('[td_ad_box spot_name="Ad spot -- topad"]')
}
if (is_single()) {
$share_after_ad = <div id="title-deel"><h4 class="block-title"><span>DEEL</span></h4></div>; do_shortcode('[ssba]');
$comment_after_ad = <div id="title-reageer"><h4 class="block-title"><span>REAGEER</span></h4></div>; '<div class="fb-comments" data-href="' . get_permalink() . '" data-colorscheme="light" data-numposts="5" data-mobile="false" data-width="700"></div>';
}
$content = $top_ad . $content . $bottom_ad . $share_after_ad . $comment_after_ad;
return $content;
}
add_filter('the_content', 'content_injector');
Thanks r1kay for that mobile support 🙂
I tried that approach before, but it’s limited to being able to post the review before or after the content.
The way this function is setup now is pretty nice because it takes care of everything without having to edit the theme files (or having to edit them again when the theme gets updated).
I’m sure there’s a way to call the review into a function.
Hello,
Please disable all the plugins and see if works.
If not work please give us access to your WP ot take a look.
Send via email at contatc@tagdiv.com
Thanks!
Hello,
See here: https://forum.tagdiv.com/how-to-manage-the-mobile-theme/
Thanks!
Hello,
Please go to translate panel, translate the sentence then save the translation and check if you have the translated sentence there: http://screencast.com/t/j9DnvQpOD6
Should work, I’ve tested on our local installation.
About the slider, i guess that is revolution slider on mobile the text will be removed because of limited space.
Thanks for the message!
Thanks @octavian
I’m having a similar logo & header ad overlap issue on mobile for theweddingmagazine.net – screenshot here:

Used CSS code supplied above however it didn’t work.
**double checked now and logo is screen right? Is that where it’s supposed to be?
-
This reply was modified 12 years by
portergraph.
-
This reply was modified 12 years by
portergraph.
-
This reply was modified 12 years by
portergraph. Reason: added info
Caching: I use W3 Total Cache. I tried disabling Page Cache, Browser Cahe and Object Cache, but that gave no result. I disabled these all together, and separately.
My website is: http://www.katholiek.nl.
I use the full responsive (1170px) template. On the homepage I use a Single Image and then Block1 for all categories in default style. The sort order is ‘latest’.
This is the code:
[vc_row][vc_column width="1/1"][vc_single_image image="7499" img_link_target="_self" img_size="full"][/vc_column][/vc_row]
[vc_row][vc_column width="1/1"][td_block1 limit=”9″ header_color=”#00a287″ ajax_pagination=”load_more”][/vc_column][/vc_row]
For the homepage I used the standard template (which I like most and really want to use because of the right sidebar).
When I add a new blog post, it show on the desktop version, but not on the mobile one. What I do not understand is that When I first noticed this issue, I changed the standard template into homepage blank. Then did a refresh, and changed it back to standard template. Because the new blog post will show mobile. But doing that workaround everytime with a new post is not really doable.
With Mobile I meant ipad 1/Safari, ipad mini 2/Safari and iphone/safari. A friend of mine used Macbook Air on a very different IP and experienced the same problem and notified me in the first place.
Any solution is very welcome. Thank you very much.
Hello,
My site looks strange on mobile device even thought I activated the responsive option.
Can you take a look and let me know what I have done wrong. I have to scroll down to view full site in order to looks fine.
Site: http://www.btrendy.ca
thanks
Hello,
sorry about that 🙂
ok so delete this too. We are still experimenting with the mobile site performance.
http://screencast.com/t/zwk6W8gJU