Hi,
@debarup Unfortunately we cannot update the theme for you but you can use this guide for update(FTP method) – https://forum.tagdiv.com/how-to-update-theme/ and also update the plugins that come with the theme’s files from the /plugins folder – https://forum.tagdiv.com/how-to-update-visual-composer-plugin-wpbakery/
Thanks!
Hi,
You can use media queries to hide it mobile view:
@media (max-width: 767px) {
.td_block_big_grid {
display: none;
}
}
Just paste the code in Theme Panel > Custom Css and also if you want to hide the Big Grid only on home page please add .home class – .home .td_block_big_grid
Thanks!
Hi,
I’m not sure is this is how you want to display it – http://screencast.com/t/90row1eKP
Please try this custom css in Theme Panel > Custom Css if this is what you want:
.td-a-rec-id-custom_ad_8 .ac_adbox {
text-align: center !important;
}
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css for this: http://screencast.com/t/P2LtjFnLl – http://screencast.com/t/8eaCvPf1T
@media (min-width: 768px) and (max-width: 1023px) {
.td-stack-classic-blog .sf-menu a.sf-with-ul {
padding-right: 10px;
}
.td-stack-classic-blog .td-affix .td-logo-sticky {
display: none;
}
}
To achieve this for tablets view I had to hide the logo sticky menu.
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
The buddypress is using the theme page template so it is a normal behavior if Page Comments are enabled from Theme Panel to appear comments area on page.
Thanks!
Hi,
Unfortunately this is an iframe and take the image size from that link. Even you increase the width for the div containers the image still have it size – http://screencast.com/t/bsAZpmT8Igo
Thanks!
Hi,
A new theme version was released and we have fixed some issue with WordPress 4.2 and security update.
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css and change the font size how you wish: http://screencast.com/t/9xAbh0TBWllH
.td-header-style-10 .td-logo-text {
font-size: 50px;
}
Thanks!
Hi,
1. I guess that you use default footer template – http://screencast.com/t/pVyQ3bgDmSa so the block added there is by default and you can change the number of articles in footer 2 section you have to make this change in the code: http://screencast.com/t/0FvHJri9VYpp
If you want to add your own widgets there please use another footer template for example – http://screencast.com/t/tUhzIrRZKQ and add widgets in footer area: http://screencast.com/t/TTSSJlKmqC
2. Please provide more details about the design of main menu. You have this option for color in Theme Panel – http://screencast.com/t/Enm3lrQuV0jt and also for fonts – http://screencast.com/t/5VeQ1J7y
3. If you want to use the same sidebar on your post please create(if you want a custom sidebar) or set it from here – http://screencast.com/t/86AZ6kYcQe and add widgets to it from Appearance > Widgets section.
Also if you want to use a custom sidebar for a specific post you can add it from post backend: http://screencast.com/t/9SvRcMUJ
Hope this helps!
Hi,
We recommend to update to the latest version of the theme as you can see we fixed these security issues – http://screencast.com/t/mIrYgH5u5aUQ
Thanks!
Hi,
Unfortunately the theme doesn’t have an option for this, but you can find and try a post pagination plugin to achieve something like that or make custom modification to the function – http://screencast.com/t/O5vA8nh3W5Xy
We cannot provide any type of custom work at this moment as we work hard on development, updates, fixes and support so the time and resources don’t allow us to provide custom work.
Thanks!
Hi,
I have added this on our todo list and we will try to fix it as soon as possible.
Thanks for reporting this!
Hi,
You can add a class to the div container of the ad code, I said to not use only td-visible-desktop if you don’t use also all those divs for tablet and phone because it will be hidden on those devices. So you can use a class (replace bellow div with your class) and adjust via css: http://screencast.com/t/RijD3nlCX5
.td-a-rec-id-sidebar div {
display: table;
margin-right: auto;
margin-left: auto;
}
If it is an image you can use those divs for desktop, tablet, phone – https://forum.tagdiv.com/ads-system-full-guide/ and use different image size.
Hope this helps!
Hi,
You can try to add a background image via custom css in Theme Panel > Custom Css for a specific page, use page id: http://screencast.com/t/4hANyIu8h4UX and add this css http://screencast.com/t/NuEeHY8aff
body.page-id-xx {
background-image: url("your link");
}
Thanks!
Hi,
I’m not sure what your issue is and all custom modification that you have made.
If you made that change td_module_blog.php for content function you have to make this again.
Thanks!
Hi,
Unfortunately theme doesn’t have an option for this, but you can do it via custom css in Theme Panel > Custom Css.
Date – http://screencast.com/t/epJIMMQAnE
header .meta-info .entry-date {
color: red;
}
Tag cloud – http://screencast.com/t/ffbWxhyDQ
.widget_tag_cloud .tagcloud a {
background-color: green;
}
I’m not sure about the number of comments where you want to change the color:
-post – http://screencast.com/t/ASDa2wFaKGP5
header .entry-comments-views {
color: blue;
}
-blocks/modules – http://screencast.com/t/XTYcrRM6Lu
.td_mod_wrap .entry-comments-views {
color: blue;
}
Thanks!
Hi,
@navrajvirsingh
You can find the zip file that you need to install in Newspaper-tf folder from files that you have downloaded from themeforest, so please make sure that you unzip the downloaded file.
Also 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,
Unfortunately the theme doesn’t have an option to disable ads on specific posts, so if you want to block ads for specific posts you can do something like this – https://forum.tagdiv.com/topic/disable-inline-ads-for-categories/ but insted using category you can use is_single() function and paste post IDs in an array. You can find out more here about this function – https://codex.wordpress.org/Function_Reference/is_single
Or you can use css if you want to hide them:
.postid-xx .td-g-rec-id-content_top{
display: none;
}
.postid-xx .td-g-rec-id-content_inline{
display: none;
}
.postid-xx .td-g-rec-id-content_bottom{
display: none;
}
Here you can find post id – http://screencast.com/t/ogEeuvxCjI
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
The image need to be at least 745x483 which represents the big image thumb size and the image needs to be of that width to fill the whole container. If your featured image is smaller, please note that WordPress doesn’t enlarge images and you will need to use plugin like Thumbnail Upscale to enlarge thumbnails: https://wordpress.org/plugins/thumbnail-upscale/ For upscale use a combination of plugins Thumbnail Upscale + Force Regenerate.
Please provide a link if this is not your issue.
Thanks
Hi,
When you use homepage blank template please make sure that you set the 2/3 – 1/3 page layout add the sidebar using the widgetised page builder element or other elements set like this: http://screencast.com/t/o5iZ8HnRC
Or provide more details if this is not your issue and your site URL.
Thanks!
Hi,
I’m not sure what you mean or what are you trying to do. Please provide more details.
Deleting that class when comment icon should not be clickable anymore – http://screencast.com/t/utuPdjFFt
Please try to delete also this code and see if it works – http://screencast.com/t/9pi4ciQHj
Thanks!
Hi,
Please try Emil solution from this topic – https://forum.tagdiv.com/topic/default-featured-image/#post-44703
Thanks!
Hi,
Newspaper theme was designed in 3 columns fixed grid, so the blocks are recommended to be used 1/1 – 1/3 + 1/3 + 1/3, or 2/3 + 1/3 like you can also see in backend when you split the row(are colored blue): http://screencast.com/t/0y8y1bJwl8vy You can also split row like you like, but not all blocks will work fine.
Please take a look at our demo how the blocks are used:http://demo.tagdiv.com/newspaper/block-1-2/
Thanks!
Hi,
We know about this and it is on our todo list, but I cannot tell you exactly when will be changed as we will design a new menu system and then we will find a better solution touch devices.
Thanks!
Hi,
I have talked with the developers and that is used for woocommerce to display the number of products per column.
Thanks!