Hi,
You did not use the right quotes, please copy code that I provided to you in Theme Panel > Custom Css: http://screencast.com/t/irm5sfVs – http://screencast.com/t/Dv8Pcxi9hx
Thanks!
Hi,
The google fonts are loaded in td_wp_booster_functions.php: http://screencast.com/t/v0bw0rFS
Thanks!
Hi,
Please comment this line if you want video featured image to not be generated: http://screencast.com/t/3ojjsrwX0q1
Thanks!
Hi,
You have to copy get_category function to module that you want to appear categories – http://screencast.com/t/o1umsNHNb and echo categories where you want to display.
Please follow this topics to show categories on modules/blocks:
https://forum.tagdiv.com/topic/category-display-info/
https://forum.tagdiv.com/topic/show-categorie-name-in-latest-articles/
Also will be added an option in Theme Panel to display categories on modules/blocks from version 5 of Newspaper.
Thanks!
Hi,
Please remove this class from comment function: http://screencast.com/t/P46qKHGO
Also if you want to hide comment icon and number please make this change: http://screencast.com/t/9jZYTgkM – http://screencast.com/t/4FlIDL1jFtw
Thanks!
Hi,
You have an option in block settings to change block title background and text color: http://screencast.com/t/2WY1ZgQ5
Thanks!
Hi,
I also checked this and did not found any issues: http://screencast.com/t/UXSos2PzaGj – http://screencast.com/t/yK0i0OwmbL
Please check this without any plugins active, leave just Visual Composer active and clear cache. Also please provide a link if you still have this issue.
Thanks!
Hi,
You can add subcategories like this: http://screencast.com/t/cwpu2KydKZA
Also here you can find more about permalink structure: http://codex.wordpress.org/Using_Permalinks#Permalink_Types also you can try to find a plugin to help you with this.
Please follow our documentation and let me know if you have any issues related to the theme – https://forum.tagdiv.com/newspaper-documentation/
Thanks!
Hi,
Jetpack plugins is recommended for Tiled Gallery and the Carousel so if you don’t use this features I suggest to not use it – https://forum.tagdiv.com/how-to-make-a-gallery/ Also the theme is already responsive so the feature mobile theme from jetpack need to be disabled: https://forum.tagdiv.com/how-to-manage-the-mobile-theme/ This plugin has a lot of features but also it affect the speed of your site.
The jetpack photon feature can cause some issues and while the theme works based on the same system – creates and serves/uses thumbnails for each uploaded image. We have some reports that the jetpack photon feature caused some issues also on Newsmag when used with the theme or other plugins.
Thanks!
Hi,
Can you provide a screenshot as I’m not sure what you mean. Do you have this issue in backend? – http://screencast.com/t/sQHeXYegHSv
Also you can check this without any plugins active, leave just Visual Composer active, also empty cache. Maybe it is a plugin conflict. Let me know!
Thanks!
Hi,
Please try this custom css for mobile device: http://screencast.com/t/cdjOmwMN4oq
@media (max-width: 767px) {
.td_block_big_grid .td-big-grid-post-0 {
height: auto;
}
}
Thanks!
Hi,
Yes, you are right you have to replace the code from that file: http://screencast.com/t/l9ijkiL5
Also if you use Speed Booster you need to remove this code from here: http://screencast.com/t/uHuUcuor
Thanks
These errors are not important, but if you want you can add style="width:272px; height:90px;" in logo.php if you use header styles that use that logo size like default header: http://screencast.com/t/uGyqewx9
Result: http://screencast.com/t/PlJW8xot7x
Also you can do this for mobile logo altering logo-mobile.php
Thanks!
Hi,
Please try this custom css: http://screencast.com/t/ivWMx3f4b9
.single_template_4 .td-post-featured-image img {
width: 100%;
}
Thanks!
Hi,
Unfortunately sidebar cannot be renamed, but you can delete it: http://screencast.com/t/gDWEPXHoj
But first you can create another custom sidebar and move your widgets into it so you will not lose them.
Thanks!
Try to target only full width post(without sidebar):
.single_template_6 .td-pb-span12.td-main-content .ad1 {
transform: translateX(-30%) !important;
}
Thanks!
Hi,
I’m not sure what you mean and what shortcode do you use there. I also tested this and the shortcode works in Ads section. For example – http://screencast.com/t/FeYd6Vw5jH – http://screencast.com/t/ZuAMqXD4qP2Y
Please provide more details about this and an example od shortcode that you add there.
Thanks!
Hi,
Sorry for inconvenience, we will add this in the documentation.
Thanks!
Hi,
This issue will be fixed in the next update. Please replace the code inside – http://screencast.com/t/hm0F7lQ36llA – with this code – http://pastebin.com/7VKde8LB
Thanks and sorry for inconvenience!
Hi,
You need custom css also for ad as you changed the post content width and the ad width is larger then content. You can try this custom css: http://screencast.com/t/On8ZyCKt737
.single_template_6 .ad1 {
transform: translateX(-30%) !important;
}
Thanks!
Hi,
Try to add width and height to the banners something like this:
<div class="td-visible-desktop">
<a href="#" target="_blank"><img src="http://demo.tagdiv.com/newsmag/wp-content/uploads/2014/08/rec728.jpg" alt="" width="728px" height="90px" /></a>
</div>
Unfortunately for logo cannot be added width and height as when you change the header style also the logo size it’s changed. You can test also our demo, it has this error.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/jKfEEAkMoJ
.td-footer-wrap .product_list_widget li ins {
background-color: rgb(53, 53, 53);
}
Thanks!
Hi,
Please try this without any plugins active, leave just Visual Composer plugin active, empty cache and check if you still have this issue. Also try this without js/css minification. Let me know!
Thanks!
Hi,
Unfortunately header style 3 (also 6) use the same logo also on mobile view. It was initially created like this but we will change this in the Newspaper 5.
Thanks!
Hi,
Yes, it will be the latest version of Visual Composer.
Thanks!