Hi,
Do you want that only on homepage?
If yes you need to change the code a little like here: http://screencast.com/t/juHedPQjTC
$buffy .= '<div class="hide-comment">';
$buffy .= '</div>';
$buffy .= '<div class="hide-views">';
$buffy .= '</div>';
And add this CSS in theme panel -> Custom CSS
.hide-views {
display: inline-block;
}
.hide-comment {
display: inline-block;
}
.home .hide-views {
display: none;
}
Hi,
DO you want to hide the slider arrows?
Use this CSS:
.iosSlider .prevButton {
display: none !important;
}
.iosSlider .nextButton {
display: none !important;
}
Hi,
We will try to improve the export settings.
Thanks for your message!
Hi,
Thanks for the suggestion! I will add this on our todo list. We recommend to make your solution that work for you.
Thanks for the message!
Hi,
That area doesn’t support shortcode. Wjat you can do is to add a link like: <a href="you link">Review criteria</a> http://screencast.com/t/wYsrptDj
And you will have: http://screencast.com/t/NermP73Oq
Then you can style that link if you want like a button: Use this CSS, add it in Theme panel -> Custom CSS
.td-review-desc > a {
background-color: #444444;
color: #FFFFFF;
display: inline-block;
font-size: 12px;
margin-bottom: 4px;
padding: 3px 9px;
}
Hi,
Where exactly? Can you show me in a screenshot? The blocks have this option: http://screencast.com/t/2Xgr1PBM
Thanks for the message!
Hi,
@jadmac is everything ok now? That plugin crop the images at the size required by each module/block. All that sizes are defined in function.php here: http://screencast.com/t/fRFBmozIS if you want to change the size to a desired aspect ratio.
Hi,
Just edit your homepage and edit the Big slider from here: http://screencast.com/t/o7d0uK0uhJg
Thanks for the message!
Hi,
Can you show me exactly where: in a screenshot or something?
Thanks for the message!
Hi,
Will be ready soon. Thanks for the message!
Hi,
Sorry but I’m lost, on our demo the favicon work as you can see on category pages, pages, homepage, everywhere.
Why for you doesn’t work? Show me your site url to see the issue.
Hi,
Do you mean when you add a new menu you got a blank page? Could be from memory limit, add this define('WP_MEMORY_LIMIT', '96M'); in wp-config.php file.
If this not work, please give me access to your WP and FTP access to test it myself. Send the details via email at contact@tagdiv.com
Thanks for the message!
Hi,
When you add a text with tile in page builder(visual compose you can switch to classic editor and copy the shortcode. You can use that shortcode in a WP text widget, here are an example: [td_text_with_title custom_title="Test block" header_color="#237f33"]
Use that shortcode.
Thanks for the message!
Hi,
No, sorry, the plugin make the list in name order, don’t have a sorting option.
Thanks for understanding!
Hi,
I can’t see the counter on your page, you have disabled?
Hi,
Strange!!!, can you give us access to your WP to see the issue? Send the details via email at contact@tagdiv.com
Thanks for the message!
Hi,
The theme have the default counter and also support that plugin WP-PostViews that works with cache plugin.
If you have installed that plugin the theme will read the count from that plugin.
If you edit a post you will have 2 custom fields that keep the views(1 is the default one and another one is from that plugin WP-PostViews)
http://screencast.com/t/NFWjdEqkKM
You can easily check you counter, go to a post, make refresh and see if the counter work, should update on each refresh.
Hi,
@madrindie can you show me a screenshot to see the issue?
Hi,
You can make this by customizing the code a little, like:
Adding a condition for each category like here: http://screencast.com/t/C3W68v7p1d1
if (is_category(1)) {
echo td_global_blocks::get_instance('td_ad_box')->render(array('spot_id' => 'custom_ad_1'));
}
This example: if category ID 1 will show the custom Ad 1 AD.
To add more custom ADs replace this files: http://www.tagdiv.com/theme/users/9-custom-ad.zip
Hope this help!
Hi,
Great! I’m glad that you have managed the issue.
Have a nice day!
Hi,
You can add this code
<div class="slide-meta">
<span class="slide-meta-cat">
<?php $cat = get_the_category($post->ID); echo $cat[0]->cat_name ?>
</span>
<span class="slide-meta-author">
<?php $this->get_date(); ?>
</span>
</div>
in module 6(Block 3 use Module 6) like here: http://screencast.com/t/nLSyTpn90pnA
and add this CSS in Theme panel -> Custom CSS
.td_mod6 .slide-meta-cat {
background-color: #444444;
color: #FFFFFF;
font-size: 12px;
padding: 3px 7px;
}
The category can’t over the image only on that module, sorry for the inconvenience. We need to change the theme structure to support that.
Result: http://screencast.com/t/IIruxXJqX
Thanks for the message!
Hi, Add a row inside and split it in 2 like here: http://screencast.com/t/mlRmQb6xf
Hi,
@dan21 can you show me your site URL to see the issue.
Hi,
@betterretailing if you modify the theme file, yes on each update you will need to pay attention of your custom modifications(to not loose your modified code, of course if in the update that file is modified)
@prose976 Do you have knowledge to make this? i can only point you in the right direction, but we can’t offer custom work, and you need to make that on AD to. That can be apply on ADS to using conditions like is_category(x) shot that AD, etc. I strongly recommend to hire a freelancer or someone to make the job done.
You can try here: http://studio.envato.com/
Thanks for understanding!