Hi,
Do you refer to the author comments? – http://screencast.com/t/jSt01W0oJl If you do there is no option to hide this from Theme Panel, you will have to use custom css in Theme Panel > Custom Css – http://screencast.com/t/WduvbckcW5
.author .td-author-comments-count {
display: none;
}
Thanks!
Hi,
1. Please check this without any plugins active except Visual Composer and clear your cache and purge your files if you use CDN.
2. Theme supports bbpress without any custom modifications that’s why the bbpress template doesn’t exist anymore. If you want to add content to your forum page, please edit the page change the template to default and use shortcodes – http://screencast.com/t/l3qDftKrgH Here is plugin documentation – https://codex.bbpress.org/
Thanks!
Hi,
This issue will be fixed in the next update, sorry for inconvenience! Please check this topic for a quick fix – https://forum.tagdiv.com/topic/urgent-title-changues-newspaper-6-2-bug/
Thanks!
Hi,
Please check system status and see if all values are set ok(green) – http://screencast.com/t/5pVg8FxyrY07 you should not have any issues. Also you can contact your host seems to be related to the server configuration. Let me know how it goes.
Thanks!
Hi,
Sorry for delay we don’t work for weekends!
Replied here – https://forum.tagdiv.com/topic/editing-of-templates-for-posts/
Thanks!
Hi,
I also cheeked this on my side and did not found any issued on IE 9 (windows 8) – http://screencast.com/t/bdmubaMDw
Please provide more details if you still have this issue.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
If you need more custom ads you have to edit td_config.php and add it like this: http://screencast.com/t/LjL18ZfbL Then just make add it in td_panel_ads.php file – http://screencast.com/t/UB3dwNgI68
Now you can add your code in Theme Panel > Ads – http://screencast.com/t/z3ROmJFEL and display it in your page – http://screencast.com/t/aNBwX5azB
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
You can create and use a custom sidebar from Theme Panel > Template Settings – http://screencast.com/t/cTHtkfwQCOEb Once a sidebar is created you will see it in the widget area – http://screencast.com/t/ztnTPBFOOf0
Thanks!
Hi,
I’m not sure what the issue is, as I have checked author box and author page and it looks the same – http://screencast.com/t/aecT607qp3h6 – http://screencast.com/t/nOMCHH8puKW Try to re-add author description like you wish to look using html – http://screencast.com/t/YL1s3yho7y
Thanks!
Hi,
Please try to remove this code to disable lightbox for tagdiv galleries – http://screencast.com/t/OLjyKBFL
Thanks!
Hi,
What device do you use? I have checked your site again(on mozzila) and did not found any issue with it. Please check also our demo and see if you still have this issue – http://demo.tagdiv.com/newspaper/
Thanks!
Hi,
Not sure what you mean, the header ad is not added using visual composer plugin. The header ad is displayed automatically when you paste the code in header ad area from Theme Panel – http://screencast.com/t/sShfSt2B5r If you want to block it on specific pages you can add a condition in header template that you use – http://screencast.com/t/6po3ngg40g5
The theme doesn’t have an option to place ads in the page content, like there is on posts(top, inline,bottom), if this is what you mean and you will have to use Ad box block from Visual Composer.
Thanks!
Hi,
Unfortunately this file will be overwritten when you will update the theme. A solution is to use child theme as style.css file can be overwritten by child theme files. You can find the child theme, if you want to install it, in /code folder from package that you downloaded from themeforest – https://forum.tagdiv.com/whats-included/
Thanks!
Hi,
Did you solved this issue? As I have checked your site and did not found any issues with block pagination, it’s working fine – http://screencast.com/t/pYxiYrKwXaZ2 – http://screencast.com/t/jkHge5HMw please clear cache and check again if you still have this issue.
Thanks!
Hi,
Unfortunately this is not so easy using Newspaper 6, but you can start using this solution maybe it will help – https://forum.tagdiv.com/topic/cant-create-fake-full-width-top-menus-by-coloring-the-outer-wrappers-in-6-1/
Thanks!
Hi,
Yes, can add add xing social network to appear to your profile like I suggested above, also install Font Awesome 4 Menus plugin and use this custom css – http://screencast.com/t/qdyVUMxI
.td-icon-xing:before {
font-family: FontAwesome;
content: "\f168";
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
I have checked again your site and found that your banners from sidebar are not adsense and I think that you are referring to this issue – http://screencast.com/t/bMQPl3Rt8WT Please note that the theme ad system was designed to work with adsense code and the theme will make it responsive and the ad will fill the available space. Unfortunately for non-adsense code you need to have a specific size fore each device as the theme will not handle it, please check documentation(for version 4 of the theme) – https://forum.tagdiv.com/ads/ you will have to find a similar solution like those divs. Also you can try to use your code directly in a text block/widget it should make it responsive – http://screencast.com/t/henULUWZczTX
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css to hide author on homepage:
.home .td-module-meta-info .td-post-author-name {
display: none !important;
}
Thanks!
Hi,
You can edit each post template that you need from the root of the theme. For example on default post style you will have to edit loop-single.php and single.php depending what you want to change – http://screencast.com/t/bN6QynoEP
Also theme has an option to place a ad in the post content after x paragraph – https://forum.tagdiv.com/article-ads/
If you want to add a banner in the content on a specific article you can take the shortcode from a page – http://screencast.com/t/RitEkigqVT1 – http://screencast.com/t/FDMOdveZPdyG and paste it in the post content – http://screencast.com/t/ueTkbitj5e
Result: http://screencast.com/t/K2AVhXiaU5
Thanks!
Hi,
Please check documentation, the theme ad system was designed to work with adsense code and the theme will make it responsive and the ad will fill the available space. For non-adsense code you will need to have a specific size fore each device as the theme will not handle it – https://forum.tagdiv.com/header-ad/ or you can try to use a plugin AdRotate or Simple Ads Manager that are used by many users especially for ad rotate.
Thanks!
Hi,
In 6.2 version of the theme we have added an option to enable modal for all post images – http://screencast.com/t/L0m2UAl0Mum
Thanks!
Hi,
Please try to use !important tag for hover color – http://screencast.com/t/lBl7ubgkOZ6x
.td-subfooter-menu li a:hover {
color: #334FDD !important;
}
Thanks!
Hi,
If you still have this issue, please send an email at contact@tagdiv.com and provide ftp and wp-access, also paste a link to this topic so we can know who you are.
Thanks!
Hi,
I have checked you site, please note that theme ad system was designed for adsense code so the options(disable specific device, size) from Theme Panel > Ads section will work only when this type of code is used. For non-adsense code we recommend to use these divs, please check documentation – https://forum.tagdiv.com/header-ad/
Thanks!
Hi,
Module 14 was used to create block 13, but it is also used on block 20. A solution is to set excerpt length to 1 in Theme Panel >Excerpt section – http://screencast.com/t/6EcGizLx – http://screencast.com/t/W32hBdcq but this will be applied also on block 20.
You can hide excerpt only for block 13 via custom css in Theme Panel > Custom Css – http://screencast.com/t/jl03pSLICX
.td_block_13 .td-excerpt {
display: none;
}
Thanks!