Hi,
Please go to WordPress General Settings and at Date Format at Custom just change from “M j, Y” to “j M, Y” like this: http://screencast.com/t/8WDV6TALZ4mP
Thank you
Hi,
You can add this button next to the social sharing buttons by adding a code
to the td_module_blog.php file like this:
http://screencast.com/t/BpyIu2DzQni
You will then need to customize it to actually call up and email dialogue box or an email client when clicked, unfortunately this needs custom work and we don’t have time to do custom work, if you don’t know how to do it you can hire an professional developer.
After you added the button you can add this CSS in Teheme Panel -> Custom CSS to style it:
.td-sp-share-email {
width: 31px;
height: 31px;
background-position: -20px -1632px;
background-image: url('http://192.168.1.70/wp_demo_009/4/wp-
content/themes/008/images/header/elements-menu.png');
background-repeat: no-repeat;
display: block;
top: 2px !important;
left: 6px;
}
.td-social-email {
background-color: black;
}
@media (max-width: 767px) {
.td-sp-share-email {
top: 3px !important;
left: 3px !important;
}
}
You will get this result:
http://screencast.com/t/wnU8Ud2Lkg9U
Thank you
Hi,
Are you using Disqus plugin? If you are using the Disqus plugin the issue is that disqus disables reviews on product page created by woocommerce, it disables wordpress comments. Please check if you use thsi plugin to disable it and try to see if the issue is still there and if you are not using it then check to se if your wordpress comments are enabled.If you are using Disqus please place the following code into the disqus.php, line 151 (this file is in the root of the plugin’s directory):
//Prevent Disqus from blocking the WooCommerce Review form on product pages.
if ( ‘product’ == get_post_type() ) { return false; }
hope that works.
Hi,
To decrease the block space at the bottom you cand use this CSS in Theme Panel -> Custom CSS:
.td_block1, .td_block2, .td_block3, .td_block4, .td_block5 {
padding-bottom: 0px !important;
}
For your second question could you be more specific? Please send me a screenshot or your site’s URL so I can take a look?
Thank you
Hi,
Take a look here: https://forum.tagdiv.com/topic/need-a-100-blank-page-template-absolutely-zero-on-it-nothing-but-white/#post-13847
Thanks
Hi,
The Author Pages are generated dynamically from WordPress, and you reach to it when you click on author from post and the same thing for the Archive Page. URL to your archive page is like : http://www.yoursite.com/2014/06
Thank you
Hi,
1. Add this custom CSS in Theme Panel -> Custom CSS:
.home .td-page-wrap .span8 .block-title span {
font-size: 30px;
}
2. Have you tried to change it from Theme Panel -> Custom Typography like this: http://screencast.com/t/JCdTbFKi9
If this not works use this CSS:
.td_mod3 .entry-title a, .td_mod3 .entry-title {
font-size: 15px !important;
}
Thank you
Hi,
Unfortunately not all theme components can be modified via child theme because they are part of the theme core.
Thanks for understanding
Hi,
I have talked with the developers and they told me that they have tried to make it but without success, sorry about that.
Thanks for understanding
Hi,
You can use the small grid 980px, you can change it from here: http://screencast.com/t/3ktUmTRu
Thanks for the message
Hi,
You can use Facebook Comments plugin: https://wordpress.org/plugins/facebook-comments-plugin/
We have tested it and works fine.
Thank you
Hi,
You can move the review bar by moving one line of code in the loop-single.php file like this: http://screencast.com/t/v5Lqx7a2o and you have to paste it above the title like this: http://screencast.com/t/CQL6ARbTmf
To reduce the size vertically you need to add some custom CSS. Do you have CSS knowledge?
Thank you
Hi,
@Ljubisa B. Do you have the latest theme version?
We solved this issues in recent updates, the problem was from SEO by Yoast latest version.
Thanks for your message
Hi,
You need to inspect elements and target exactly each H that you want to change the color and font size. Use inspector from Firefox or Chrome.
Here is an example: http://screencast.com/t/h04pIe8BM
Thank you
Hi,
Please check here if you have your custom fields http://screencast.com/t/GQZeEItIpu and add it manually.
Thank you
Hi,
Please go to Appearance -> Widgets and check the top-right (social) sidebar http://screencast.com/t/tNUMZTACJ
Thank you
Hi,
Thank you for this suggestion we will take a look.
Thanks
Hi,
This requires custom work and is not an easy task if you don’t have developing skill we highly recommend you to hire a freelancer for this job.
Thank you for understanding!
Hi,
Thank you for your suggestion, I will add this to our issue tracker, but because we have over 140 feature requests we have to pick very carefully what we implement. If more people request this feature we will do it.
Thank you for your understanding
Hi,
Please send an email at contact@yahoo.com with your wp-admin username and password so I can check this issue, also please provide your site’s URL and an link to this topic or specify this problem.
Thank you
Hi,
Please make sure you have the latest version of the Visual Composer Plugin(4.2.2) and the latest theme version too.
Thank you
Hi,
I have tested the code that you sent me for the tour section and it displays fine but you have to adjust the picture settings or the text to look better:
http://screencast.com/t/gakVbqMi8
Can you test the tour section with some plain text, and see if works, in your case could be from text formatting.
Can you show me a link with this issue, I can’t replicate your bug.
Thank you
Hi,
Replied via email.
Thanks
Hi,
Plase add this Custom CSS in Theme Panel -> Custom CSS:
/* responsive monitor */
@media (min-width: 1200px) {
.search-page-search-wrap .td-widget-search-input {
width: 600px;
}
.td-widget-search-input {
width: 230px;
}
}
/* responsive tablet */
@media (min-width: 768px) and (max-width: 1200px) {
.search-page-search-wrap .td-widget-search-input {
width: 540px;
}
.td-widget-search-input {
width: 200px;
}
}
/* responsive phone */
@media (max-width: 767px) {
.search-page-search-wrap .td-widget-search-input {
width: 120px;
}
}
Thanks
Hi,
1. The subcategories in the theme menu are sorted in alphabetical order and the theme doesn’t have a solution that allows you to sort manually the subcategory in the menu.
Sorry for the inconvenience.
2. I don’t understand your question can you be more specific?
Thank you
