Hi,
Unfortunately we have worked hard to release Newspaper 6 and we had no time to find a solution in this case, but it is on our list and we try to add an option for this in Theme Panel in a future update. Sorry for inconvenience!
Thanks!
Hi,
Please provide more details about this, a link so we can take a look and also check documentation – https://forum.tagdiv.com/font-customization/
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Do you use a cache plugin? If you do, please enable also ajax view count – http://screencast.com/t/A2OTdhbKDz
Thanks!
Hi,
The theme doesn’t have an option to show the share icon on the right side, you will need custom work to move and customize them for each post template or you can try to find and use a share plugin. Unfortunately at this moment we are not available for custom work, sorry!
Thanks for the message!
Hi,
We know about this issue and we will release an update to fix this issue in 1-2 days. You can try this solution till then – https://forum.tagdiv.com/topic/big-grid-1-and-2-problems-on-newspaper-6-and-6-1/#post-55067
@flcahill Please also disable any css minification if you are trying the above solution.
Thanks!
Hi,
We fixed some issues in version 6.1 reported and also added some options demanded by clients – http://screencast.com/t/QhNBakI5c
Please check this guide to update (A. FTP, B.update via WordPress or C.) – https://forum.tagdiv.com/how-to-update-the-theme-2/
Thanks!
Hi,
Please check documentation(Requirements for Newspaper) – https://forum.tagdiv.com/requirements-for-newspaper/ and this guide How to make the site faster(please take a look at point 4 for your issue).
Also Christopher topic may help – https://forum.tagdiv.com/topic/tutorial-pagespeed-2015/
Thanks!
Hi,
Please regenerate thumbnails – https://forum.tagdiv.com/using-the-theme-with-existing-content/ and see how it goes.
Thanks!
Hi,
I have checked your site and seems that your thumbnails look fine on your Big Grid – http://screencast.com/t/CT7NINmKe also Big Grid has full content width there – http://screencast.com/t/VHcGa6CYUo5 You have only this padding added to the row by default – http://screencast.com/t/G0fs7s0s
Unfortunately the blocks don’t work using stretch row and content, you can stretch row and add parallax image to the row – http://screencast.com/t/IjMrC4sbeJm Please check this topic as reference – https://forum.tagdiv.com/topic/change-background-color-of-the-big-slide-under-nav/#post-54593
Thanks!
Hi,
Please try this custom css to add a background color to the article title on block 14 – http://screencast.com/t/xxSJ1fWLrGxj
.td_block_14 .td_module_mx1 .entry-title {
background-color: rgba(77, 178, 236, 0.7);
}
Thanks!
Hi,
Theme doesn’t have an option to change the text color of a specific category tag. You can try this custom css in Theme Panel > Custom Css and set a general color for categories – http://screencast.com/t/AqiJSvTwd
.td-category a {
color: #222222;
}
Thanks!
Hi,
1. The qoutes used shortcodes in previous version, in version 6 they were changed to html you can find them now in format – http://screencast.com/t/lG9jyFANm or center quote – http://screencast.com/t/2KDLLCgy
2. Do you refer to the social counter? It is still available just upload it from the theme files, you can find it in the /plugins folder. Just install and activate it from here – http://screencast.com/t/Nan7C5WT242
Or do you refer to the Social Icons widget? Unfortunately it is not available anymore like a widget you can add your links to Social Networks – http://screencast.com/t/pIGrTOZv and enable social icons for top menu – http://screencast.com/t/oBU33YWx and footer – http://screencast.com/t/zRyu65Nol
Result: http://screencast.com/t/jGqLT8dqVYr – http://screencast.com/t/cr2P7jGRU
Thanks!
Hi,
Unfortunately you will need custom work to move the bottom ad above the author box as it is apart of post content – http://screencast.com/t/78WC2EAv A solution to place the ad above the author box is to use a custom ad like Emil suggested above. Paste the code in a custom ad in Theme Panel > Ads > custom ad – http://screencast.com/t/JFsT6hi5o and use do_shortcode function to place the custom ad above author box – http://screencast.com/t/E1euKrXjuE – http://screencast.com/t/HrDZYbvl9rr
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
Result: http://screencast.com/t/87OS4SszJVAG
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Roboto is one of the theme default font. You can set Open Sans from Theme Fonts for each section where you want to use it – http://screencast.com/t/floUsrMi Or find and replace Roboto font in style.css file for all classes – http://screencast.com/t/Lryjoiw9 Unfortunately theme doesn’t have a general option to do this.
Thanks!
Hi,
I see that in the documentation is recommended W3 Total Cache, I have changed it also there. We tested WP Super Cache with the theme and we decided to recommend it to be used with Newpaper theme, it seems to be faster. Also we recommend to be used as default (no minify). Sorry for misunderstanding!
Thanks for reporting!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please install the theme like Christopher suggested via FTP and always make a backup before updating the theme. Please check this guide (A. FTP method) – https://forum.tagdiv.com/how-to-update-the-theme-2/
Thanks!
Hi,
Do you refer to the post content links? Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/9jC43ziY5kwK
.td-post-content a {
color: red;
}
Please provide more details if this is not what you mean.
Thanks!
Hi,
Once again you don’t use the latest version of the theme(6.1) which practically is a new theme so you cannot compare how it look new version that we have on demo with version 4.
Unfortunately in version 4 that you use the arrow are images (not fonts like in Newspaper 6) so you can replace theme with another arrows using custom css or try to add a background color to be more visible – http://screencast.com/t/3ChxBiGX
.iosSlider .prevButton, .iosSlider .nextButton {
background-color: red;
}
Thanks!
Hi,
Do you refer to the featured image? Also the featured images are cropped depending what post style you use. Here you can see thumbnails size – http://screencast.com/t/8Mt5aIotN If you want to make some changes to the thumb size(or add another size) you can find them in td_config.php file where images are cropped for different sizes to be used on modules/block/post styles – http://screencast.com/t/1vBGRyCQI and use it in post template that you want – http://screencast.com/t/SecE5ocmltdO
Also this may help – http://www.davidtan.org/wordpress-hard-crop-vs-soft-crop-difference-comparison-example/
Thanks!
Hi,
Please make sure that all elements are enabled from Visual Composer settings – http://screencast.com/t/HmkLVNzg
Thanks!
Hi,
In 6.1 version we have added an option to change background and color for all titles (blocks and widgets) – http://screencast.com/t/oTyyvKYzyeTK – http://screencast.com/t/ThDSHUjb1Bl
Also for tags, source you can try this custom css – http://screencast.com/t/ESUT2ruGc as unfortunately theme doesn’t have an option to change color also for these.
.td-post-small-box span {
background-color: red;
color: blue;
}
Thanks!
Hi,
I have checked your site on mobile and Big Grid looks fine on mobile – http://screencast.com/t/KMbi8sQIg
1. I have checked you header add and found that you use Ad rotate so the option from Theme Panel > Ads to hide it on mobile will not work as you don’t use the adsense code directly there. You can hide it via custom css: http://screencast.com/t/rMVWKxY7ILe
@media only screen and (max-width: 767px){
.td-a-rec-id-header .g-single {
display: none !important;
}
}
2. The Big Grid cannot be displayed like on desktop because of size of the screen on mobiles, so the small thumbnails of Big Grid will slide on mobile, this is not an issue Big Grid was designed like that: http://screencast.com/t/tnEjKPJF – http://screencast.com/t/TahlBJNM
3. Theme cannot change yor logo color so you can upload a different logo for mobile or change the mobile menu color using this solution – https://forum.tagdiv.com/topic/how-to-change-mobile-header-color/#post-54699 We will add an option in Theme Panel to change color of the mobile menu in a future update.
4. Not sure what you mean, I have checked and you don’t have any Big Grid above footer, please clear cache.
Thanks!
Hi,
Theme doesn’t have an option to disable more from author, but you can hide it using custom css – http://screencast.com/t/OPfLLMowFK3M
.td_block_related_posts .td-related-right {
display: none;
}
Thanks!
Hi,
This is on our list and we try to find an accurate solution to enable modal for all images. Unfortunately we have worked hard to release Newspaper 6 and we had no time to find a solution in this case, but it is on our list and we try to add an option for this in Theme Panel in a future update.
Thanks!
Hi,
Please try this solution to display top-menu on mobile – https://forum.tagdiv.com/topic/v6-template-widget-missing/#post-54650
Unfortunately the theme doesn’t have an option to sign in/register with facebook or twitter id.
Thanks!