Hi,
I have checked your site and did not found any issues with it, this how it looks on author page and post page – http://screencast.com/t/5c2b8mJD6 – http://screencast.com/t/VAuRUBFah
Do you have this issue displaying it on post page? Please clear cache maybe it is a cache issue or provide more details what do you mean with “NOT working on post pages”.
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css as the theme doesn’t have an option to change this color: http://screencast.com/t/iSWLhhucWse8
.td-module-comments a {
background-color: red;
}
.td-module-comments a:after {
border-color: red transparent transparent transparent;
}
Thanks!
Hi,
Please check all modules – http://screencast.com/t/5BzWIWiAXOm maybe the author is commented there as it should appear also on block 17(use module 4 and 8) – http://demo.tagdiv.com/newspaper/block-17/
On block 15 is used module mx4 and the author is not displayed there as it was not designed to display it – http://screencast.com/t/QSphMSyw You can use another block instead of block 15 or you have to customize it to display author – http://screencast.com/t/bHxGiq9jyP – http://screencast.com/t/6yXQUPel
Result: http://screencast.com/t/ZPhxPWGOYuL
The option from Post Settings to enable/disable author, date are also applied on blocks/modules – http://screencast.com/t/JhqxRVcw Also some modules display excerpt and some them don’t have it please check our demo – http://demo.tagdiv.com/newspaper/block-3/
There is an option for excerpt length for each module – http://screencast.com/t/TVG8Lcz3HK
Thanks!
Hi,
I have added this on our list to find a better implementation for comments when are disabled, till then please make a backup of your current comments.php file – http://screencast.com/t/9bvWu8sftKq0 and then replace with this content – http://pastebin.com/e7wy2ham
Hope this helps!
Hi,
The breadcrumbs and title for category page is not in category.php file because theme has a custom template for these pages, please check here – http://screencast.com/t/vvVqXMAxBip
Please provide more details if this is not what you mean.
Hope this helps!
Hi,
If you use text in the page content(not pagebuilder) you have also an option in Theme Panel > Theme Fonts > Pages – http://screencast.com/t/Z3BS2GLTyB – http://screencast.com/t/q3d9nrdo – http://screencast.com/t/JjghH4FOzq
Thanks!
Hi,
Please add also this custom css in Theme Panel > Custom Css for featured image caption: http://screencast.com/t/wZrcRlmI
.td-post-featured-image:hover .wp-caption-text {
opacity: 1 !important;
}
Thanks!
Hi,
1. You can change or remove the background color for post style 11 using this custom css – http://screencast.com/t/DSlNSv9BGCy
.td-video-template-bg {
background-color: rgba(199, 88, 88, 0.66);
}
.td-video-template-bg-small {
background-color: rgba(199, 88, 88, 0.66);
}
Also if you wnat to change the color for these elements on post style 11(breadcrumbs for all articles) – http://screencast.com/t/NVN9nhPou0es
.td-post-template-11 .td-post-title .td-post-author-name, .td-post-template-11 .td-post-title .td-post-date, .td-post-template-11 .td-post-title .td-post-comments a, .td-post-template-11 .td-post-title .td-post-views {
color: #e6e789 !important
}
.td-post-template-11 .td-post-title .td-post-author-name a {
color: #e6e789;
}
.single .entry-crumbs,.entry-crumbs a {
color: red;
}
2. If you want to remove gradient from featured image on post style 3 please check this custom css in Theme Panel > Custom Css: http://screencast.com/t/noSEG5Iw
.single_template_3 .td-image-gradient:before {
display: none;
}
Or if you don’t want to remove gradient and just to change it to a lighter color this is the default background color so you can change it:
.single_template_3 .td-image-gradient:before {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
Hope this helps!
Hi,
We have implemented for like button a plugin from facebook and it should work properly, to have the same number of likes also on facebook. Please wait a while maybe there is a Facebook error and it takes some time to update like’s number. This also is on our list and we will also check it and investigate this issue.
Thanks!
Hi,
Not sure why you have this issue, the logo image should appear also on mobile devices. Do you have any custom css? Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/HCTrAhTWKPM
@media (max-width: 767px){
.header-logo-wrap img {
display: block !important;
}
.span12.header-logo-wrap {
display: block !important;
}
}
Thanks!
Hi,
Please disable all your plugins except of Visual Composer and remove any css/js compression, clear cache and see if you still have this issue. These js errors usually are caused by plugins that conflict with theme javascript, also please make sure that you use the latest version of the theme 6.2.
Thanks!
Hi,
The code that @snowwatchGB provided to you should work if you use !important tag – http://screencast.com/t/qvooRjfLxd
@media (min-width: 1141px){
.td-header-style-1 .td-header-sp-logo {
margin: 28px 0px 9px 0px !important;
width: 340px !important;
padding: 0px !important;
}
.td-header-style-1 .td-header-sp-logo img {
right: auto !important;
}
}
Thanks!
Hi,
Do you want to add a background color to the Big Grid? Please check this topic – https://forum.tagdiv.com/topic/video-demo-background/
If this is not what you mean please provide more details.
Thanks!
Hi,
Do you want to translate next to prev? Please check Translations section from Theme Panel – http://screencast.com/t/dHDAmJPv – http://screencast.com/t/a3vcBL0t
Try this custom css to change the arrows – http://screencast.com/t/04o11NOQh
.td-icon-menu-right:before {
content: '\e80c';
}
.td-icon-menu-left:before {
content: '\e80d';
}
Thanks!
Hi,
You are right, it should be some margin bottom added to the comments paragraph – http://screencast.com/t/9dHhNAY0b1
.comment p {
margin-bottom: 10px;
}
Thanks for reporting this!
Please add an extra class to your text block – http://screencast.com/t/Me5TQvLc0 and add this custom css in Theme Panel to reduce margin bottom for your text block – http://screencast.com/t/MttminpQOn
.test {
margin-bottom: 10px;
}
Thanks!
Hi,
I have checked your site and I’m glad that you managed to make Lifestyle category as megamenu – http://screencast.com/t/3BY2k0gETu
Thanks!
Hi,
You can add Next/Prev like this – http://screencast.com/t/jU1rlgSL – http://screencast.com/t/NTbHlcTmXeW
Thanks!
Hi,
The double quotes are added there like an image if you want to change them you will have to use custom css in Theme Panel > Custom Css and replace the image – http://screencast.com/t/ZlxvPxQVK
.td-post-content .td_pull_quote p:before{
background:url("http://www.mythoughtsmywords.org/images/double-quotes.png") no-repeat scroll 0 0 !important;
background-size: 20px 20px !important;
}
.td-post-content .td_pull_quote p:after {
background:url("http://image.shutterstock.com/display_pic_with_logo/577306/235529839/stock-vector-quotation-mark-symbol-double-quotes-at-the-end-of-words-quote-sign-icon-isolated-on-white-235529839.jpg") no-repeat scroll 0 0 !important;
background-size: 20px 20px !important;
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please edit top-menu.php and add this code instead of #: http://screencast.com/t/ceFDfsjFr
' . get_author_posts_url($current_user->ID) . '
Also add this custom css to change cursor from default, in Theme Panel > Custom Css: http://screencast.com/t/Vy4rn1kjSq
.td_user_logd_in{
cursor: pointer !important;
}
Thanks!!
Hi,
Please add also text align to the above code like this – http://screencast.com/t/UwScMf9b6Io
text-align: left;
I did not tell you, but I guess that you know that using this code it will affect all other qoute formats so on your future articles you will have to use blockquote to have this effect – http://screencast.com/t/J70xQJKYglFr as using other quotes formats – http://screencast.com/t/8wz2Ty8ekA1 will be affected by this css – http://screencast.com/t/oAS2C9lcT
Thanks!
Hi,
You have to add the background color/image to the row, please check these screenshots how you can set the background – http://screencast.com/t/mkGSO32x – http://screencast.com/t/872zVyLplw
Also this topic may help – https://forum.tagdiv.com/topic/change-background-color-of-the-big-slide-under-nav/#post-54593
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
The menu icons are not available anymore in version 6, but the theme supports Font Awesome 4 Menus plugin, just install the plugin then take the icon code – http://fortawesome.github.io/Font-Awesome/icons/ and paste it in Navigation Label – http://screencast.com/t/TKqYz6oH5 – http://screencast.com/t/oR2LdrWz
Thanks!
Hi,
Unfortunately the social icons block/widget is not available in version 6 of the theme, so you will have to remove it also from that page as it doesn’t exist anymore, sorry! The socials are available only for top menu and footer so you can activate theme from Theme Panel – http://screencast.com/t/hBhE3x5xwpH – http://screencast.com/t/lUvURQQL1 and add your links here – http://screencast.com/t/LoczUtYTHiX
Thanks!
Hi,
Do you use the latest version of the theme 6.1? Also please make sure that the plugins that come with the theme files are also updated(speed booster if you use it). If you use child theme please check this also with the main theme.
Please let me know, also provide your site url.
Thanks!