Hi,
The theme is responsive, designed different for mobiles and the content is the same for mobiles as it is for desktop screens so when using post template 3 the 1074px wide thumbnail is used which on mobile is set to fit to the whole width of the viewport therefore the image thumb is compressed on mobiles.
Unfortunately that’s how this works when using post template 3. Sorry for the inconvenience!
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
Yes @Steven, we are aware of the new update.
According to their updatelog the new version has several new options, features and fixes: http://screencast.com/t/YSkaH26MyY
We will test it and include it in the next update.
Thanks
Hi,
Get the latest theme version available on themeforest now. The theme has been update yesterday but as it was just a minor change we haven’t announced it as an update is usually notified. You can check the theme’s product page, you’ll notice there that the last update is today: http://screencast.com/t/m4fWhIsdF0jX – http://themeforest.net/item/newspaper/5489609
Thanks
Hi,
Replace all code from this file: http://screencast.com/t/CEwcrJj11tT with this one: http://pastebin.com/9ySVNP7L
This will allow access to theme’s meta boxes just for super admin and accounts: https://codex.wordpress.org/Roles_and_Capabilities#Capability_vs._Role_Table
Thanks
Hi,
Please give us wp-access so we can have a closer look at this. Send your admin login details via email at contact@tagdiv.com and also include a link to this tread in your message or provide your issues details.
Thanks
Hi,
Please send us an email at contact@tagdiv.com and provide wp-admin and FTP access so we can have a look at this. Also include a link to this tread in your message or provide your issues details.
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
@blogatrompa
Send an email at contact@tagdiv.com with an request for it and we’ll send it to you. Please also include a link to this topic so we can know who you are.
To update the theme please follow the institutions provided in the guide I’ve pasted below and use the FTP method to overwrite the theme files.
Also make sure that you backup your current theme and WordPress installation so you can revert if something goes wrong: https://codex.wordpress.org/WordPress_Backups
Update guide: https://forum.tagdiv.com/how-to-update-theme/
Thanks
Hi,
Here is a guide and recommendations for pagination which can help you with this: http://moz.com/ugc/seo-guide-to-google-webmaster-recommendations-for-pagination
According to this article Yoast plugin already handles this: http://screencast.com/t/wUIkajHyl1ng – https://yoast.com/rel-next-prev-paginated-archives/ and this is the solution from google: http://googlewebmastercentral.blogspot.ro/2011/09/pagination-with-relnext-and-relprev.html
The theme uses this pagination function: http://screencast.com/t/JfclCbIZpUob which is different from WordPress’s so you could try to change it then use Yoast and see if the solution to not index pagination links works, try this: https://forum.tagdiv.com/topic/how-just-make-next-and-prev-next-on-pagination/
Thanks
Hi,
That menu is built in the theme and it’s disabled for deploy version, you can set this line to “true” to enable it: http://screencast.com/t/HMJC8F923oL
You can change the links from here: http://screencast.com/t/CVEM0sFvRMoL
Thanks
Hi,
I’ve tested your site noticed that it’s working well now without any animation and you’ve disable the animation on safari changing animation name via css.
Let me know if this solves your issue.
Thanks
Hi,
We’ll try to approach this from several points of view and see if we can manage to solve it.
We’ll get back to you when we have an update on this.
Thanks
Hi,
Unfortunately the theme doesn’t have an option to use or add a custom link for the login widget, you can adjust it yourself if you want from here: http://screencast.com/t/V7qpPztwdLk
You can also replace the theme’s login widget with a custom buddypress link: http://screencast.com/t/tyXLdtUq and add the profile link which will link to user’s buddypress profile page: http://screencast.com/t/0cRa4KYXL
Thanks
Hi Chris,
We will consider it for future update, meanwhile you can use the css code from below to disable the animation:
.td_module_trending_now {
-webkit-animation-name: aa;
animation-name: aa;
}
Thanks
Hi,
Please use this custom css to fix the ticker alignment issue:
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
.td_block_trending_now {
padding: 14px 20px 14px 20px;
}
}
And to disable the animation use this css:
.td_module_trending_now {
-webkit-animation-name: aa;
animation-name: aa;
}
Thanks
Hi,
You’re right I did misunderstood you. I tooth you refer to the fact that when you add line breaks into the comments, like this: http://screencast.com/t/U3OtfG8BLh you expect that those spaces/line breaks should not be removed when the comment is posted, however it dose: http://screencast.com/t/Qc7W3HWO and this is how WordPress’s comments system works.
I understand now, sorry for misunderstanding you!
The theme dose add style to the posted comments which is changing the space between comment line by removing this margin present in the default WordPress’s themes: http://screencast.com/t/pWrGsm1F
To fix this just use this custom css code in your custom ccs section in theme panel and adjust the margin value as you like it: http://screencast.com/t/w7gKOhr0TBQQ
.comment-list .comment-content p {
margin: 30px 0px;
}
Sorry for the inconvenience!
Thanks
Hi,
Still can’t see it: http://screencast.com/t/NdfDdBF74xj – you can alter this using custom css: http://screencast.com/t/Go5fRgV3 and try the one from below:
.td-block-color-style-2 .td-module-comments a:after {
border-color: #FFFFFF transparent transparent transparent !important;
}
The trending now block animation has changed in the latest version, I’ll add this on our todo list for further testing and we’ll focus on this in the next theme version.
Thanks
Hi,
Not sure as I’ve tested your site and this post: http://overpress.it/2015/04/26/terremoto-nepal-2000-morti-nuova-scossa-e-altra-valanga-everest/ on various iOS devices like iPhone 5s, iPad and found nothing wrong, can’t see that black line.
Please provide more details about this, like on what model of iPhone have you noticed it and also try to test our demo and check some posts to see if you can find the same issue there: http://demo.tagdiv.com/newsmag/
Thanks
Replied!
Thanks
Hi,
Please also try this: https://forum.tagdiv.com/topic/cpu-resources-with-hostgator/#post-42606
Thanks
Hi,
You need the same method and the style sheets id’s to move them to the footer using the speed booster plugin.
All used scripts are registered and the td_inspect_scripts() function returns a list of registered css and js from your site however some plugins may load after it and that’s why it doesn’t return all js.
You could try to play with the priority, if it doesn’t return all js – http://screencast.com/t/7fhfjttAT8 –
http://codex.wordpress.org/Function_Reference/add_action
This is recommended for advanced users only so if you don’t have php knowledge I suggest you get someone to help you with this.
Thanks
Hi,
The image are enlarged due to this custom css: http://screencast.com/t/A3BO1hLk
I suggest your remove it and use images at least 700×405 dimensions to have them fit the slider container: http://screencast.com/t/2n6VyeRrv
I’m not sure how this page: http://beta.copperberg.com/events/ – which I believe you’re referring to is built as it hasn’t been designed using theme’s blocks or modules so I’m not aware of the available settings for this.
Thanks
Hi,
Please also try without using any plugins, leave just theme’s Visual Composer plugin active and test again, also make sure you empty all caches.
If it’s still not working please provide your admin login details via email (contact@tagdiv.com) so we can also check this and also provide a link to this tread.
Thanks
Hi,
A test on our demo shows that its mobile friendly and doesn’t have any issues: https://www.google.com/webmasters/tools/mobile-friendly/?url=http%3A%2F%2Fdemo.tagdiv.com%2Fnewspaper%2F
According to google your site appears not mobile friendly due to multiple reasons: http://screencast.com/t/082WVTNfz
I suggest you test this first without using any plugins, leave just theme’s Visual Composer plugin and also make sure that you disable all html/js compression and test again.
Also make sure that you follow their instructions on how to unblock resources and let google bot view your page correctly, all this guides/tutorials are provided by google in your test page:
– https://developers.google.com/webmasters/mobile-sites/mobile-seo/common-mistakes/blocked-resources?hl=en-US&utm_source=MFT&utm_campaign=MFT&utm_medium=incoming-link
– https://developers.google.com/webmasters/mobile-sites/references/faq?hl=en-US&utm_source=MFT&utm_campaign=MFT&utm_medium=incoming-link#whats-the-difference-between-the-pagespeed-insights-ux-score-and-the-mobile-friendly-test-results
Please also note that the mobile friendly test is a new feature from google, the mobile friendly algorithm being released by Google on April 21st so we haven’t dealed enough with it to fully understand it. You can do it yourself though and go trough their guides/documentation to learn more about it: https://developers.google.com/webmasters/mobile-sites/get-started/?hl=en-US&utm_source=MFT&utm_medium=incoming-link&utm_campaign=MFT
We will release the new version 5 of newspaper theme which will be a major update with new design and lots of new features and we will make sure that we’ll test it with this new tool from google.
Thanks
Hi,
To show your ads in the category page after the category description you need to place you ad code here: http://screencast.com/t/LuW5gQXT1Q – and add using the do_shortcode() function.
Use this method to place ads between posts in the loop: https://forum.tagdiv.com/topic/how-to-add-ads-in-category-pages/#post-21940
Thanks
Hi,
I see that constant request is made for the admin-ajax file: http://screencast.com/t/aB3cZWc3EE5 I believe this is made by the Heartbeat Control plugin which I suggest you disable and also disable the rest of them, leave just the theme’s Visual Composer and test again.
To reduce the number of request made to the admin ajax file you can also disable the ajax view counter feature if you’re using it as this is actually calling ajax file for each post view to update the counter: http://screencast.com/t/MC4wUfU8
You can also try to reduce the number of blocks/queries on your homepage. The admin ajax file is also called allot when customizing the theme and making change in the theme panel. Not sure how you could avoid that however if you still experience problems with this you could also consider changing hosts as access tot his file resources is requested by the WordPress and by the theme.
Thanks