Hi,
Unfortunately the theme dose not have a feature like that, you can try to look for a plugin like this https://wordpress.org/plugins/post-expirator/ or a similar one.
Thanks
Hi,
1. You can use this css to remove the background:
.td-footer-wrap .span12 {
background: none !important;
}
Also add this one if you want to get rid of the space between the bottom footer and the page content above:
.td-footer-wrap .td-grid-wrap {
padding: 0px !important;
}
If you want to hide the footer add this:
.td-footer-wrap {
display: none;
}
This will be applied to all pages.
2. If you want the bottom footer background to be full width you have to remove the boxed layout, to do that you have to remove the background from Theme Panel > Background http://screencast.com/t/triM5Jx6 or Theme Panel > Theme Colors http://screencast.com/t/EsHzsHo1xr8
Thanks
Hi,
Sorry I forgot we added it, you can change it from here: http://screencast.com/t/CSbSxBWq
Sorry about this!
Thanks
Hi,
Please change the value for 'excerpt' => in the td_module_slide.php file if you use the normal slide and in the td_module_slide_big.php for the big slider like this: http://screencast.com/t/ykC00Jrvyfvm
Thanks
Hi,
For the non external images please use the css:
.td-post-text-content img {
float: left;
padding: 2px;
}
We have made some changes in themes style css, and this may be the reason why the pictures don’t align properly.
Also you may want to check those JavaScript errors.
Let me know if it’s working.
Thanks
Hi,
Please use this css to hide the menu items behind the drop-down menu:
@media (max-width: 1018px) and (min-width: 768px) {
.sf-menu > li > a {
z-index: 0;
}
}
Or this if you want to use smaller font:
@media (max-width: 1018px) and (min-width: 768px) {
.sf-menu > li > a {
font-size: 10px !important;
}
}
Hope this works!
Thanks
Hi,
1. We have made some changes in themes style css, and this may be the reason why the pictures don’t align properly.
2. Unfortunately the theme wasn’t build to work with custom post types, and that’s way the theme settings don’t apply for custom post types.
Thanks
Hi,
The Default Page template generated by the page.php file http://screencast.com/t/vNsK1OiI0mK
Thanks
Hi,
I have noticed it. Thanks for reporting this, will add this on our todo list.
Thanks for the message
Hi,
To remove the footer-shadow please use this CSS in Theme Panel > Custom CSS:
.td-full-layout .td-footer-wrap {
background: none;
}
To change the bottom footer backgreound you can use the Theme Panel http://screencast.com/t/kX9ULUzEdNlS
Hope this helps!
Thanks
Hi,
You can change the size of the search module images from Word press Dashboard > Media Settings http://screencast.com/t/hPs2kKoU
You need to regenerate thumbnails afterwards so please follow this steps: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Thanks
Hi,
Use this CSS:
.home .entry-crumbs {
display: none;
}
Thanks
Hi,
You can change the module used for Similar Posts from here http://screencast.com/t/j2QCMYK044c
Unfortunately these dose work only for module 2,3,4,5,6 which is’t default.
Regarding the title, if you are referring to the “Similar Articles” section, you can use this custom CSS in Theme Panel > Cusotm CSS:
.similar-articles .block-title {
display: none;
}
To hide the posts title use this CSS:
.similar-articles .td_mod_wrap .entry-title {
display: none;
}
Hope this helps!
Thanks
Hi,
It might be due to a plugin conflict, try disabling all other plugins except those the theme requires and activate the Revolution Slider plugin. Also please update the Revolution Slider plugin it’s latest version too.
Let me know if works.
Thanks
Hi,
The logo appears there because it’s like a menu-item from that list now. Please chose the “header style 2” from Theme Panel and set to hide the header only on screens with the minimum width of 768px using this code in Custom CSS > Theme Panel:
@media (min-width: 768px) {
.td-header-bg {
display: none !important;
}
}
Also remove this code:
.td-header-bg {
display: none !important;
}
and
@media (max-width: 767px) {
.td-header-bg {
display: block !important;
}
}
from Theme Panel > Custom CSS filed.
Hope this helps!
Sorry about this!
Let me know if works!
@seitenprofi Use the same method to add the logo like a menu-list item and them position it using CSS like you want it.
For the logo to be shown on mobile chose the menu style 2 and use the @media or the advanced CSS from Theme Panel http://screencast.com/t/CvwEyAOxSxb2 to hide the header from other screens or the above CSS:
@media (min-width: 768px) {
.td-header-bg {
display: none !important;
}
}
Thanks
-
This reply was modified 12 years by
Lucian.
Hi,
I’m not sure I understand what are referring to. I’ve checked your site and found nothing wrong.
Make sure you add your Google plus link like this: http://screencast.com/t/5zsPU0mZs
If this doesn’t solve it please provide more details about this issue.
Thnaks
Hi,
Unfortunately the modal window – Lightbox on post images it doesn’t support swipe gesture yet.
About the inline ads on gallery, i have searched your site to find this issue, and I couldn’t find it, can you please send me a link with this so I can inspect it?
Please let me know.
Thanks
Hi,
The next update will be available within 2 days.
Thanks
Hi,
Replied here
Sorry for the delay
Thanks for your message
Hi,
Thanks for reporting this. Can you please let me know how did you achieved this?
I see you are using a full width layout for the ad, I’m pretty sure you can’t use the theme option to add a full width ad so I’m guessing you have added it directly on the post template, in this case you may need to style it via CSS.
Thanks
Hi,
You can modify the template file and remove the “Page builder” part like this: http://screencast.com/t/i6d0tm9E8Eh
You can also create a new template without the page builder.
Thanks
Hi,
I’m not sure you can translate only that column. You can try to search and use a plugin if there is one that dose just that or if you want you can try localize WordPress.
Thanks