Home User profile
tagDiv Staff
Passionate for gaming, mountain biking and traveling. I face every task as a new challenge to bring my skills to the next level.
Bogdan B.
tagDiv Staff

Hello,

The social counter plugin is not a live count. It will make just a few request per day to keep server load to a minimum. it is also affected by cache so it took a while before the cache got released.
Please let us know if you still have trouble with it.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Then test the login again. It could be a plugin conflict affecting the login widget. You can also increase your system status parameters as this guide suggests: https://forum.tagdiv.com/system-status-parameters-guide/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately we have not tested any pinterest plugin so we are not certain of it’s functionality. I cannot say for sure if the plugin you use will be compatible with our theme. You may have to replace it with another one.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The animation cannot be changed unfortunately. The rest can be done through css.
Font change:

.td-subcat-filter .td-subcat-link{
font-family: 'verdana'!important;
}

Unfortunately if you force capitalize on this section the css will break: http://screencast.com/t/UkG4Z8rFpUM

You can change the color like so:
.td-subcat-filter .td-subcat-link{
font-family: 'verdana'!important;
color:red!important
}

I hope this helps.
Thanks

Bogdan B.
tagDiv Staff

Hello,
Those values from the wp area depend on the image size you add. They are not fixed. Each image has a different thumb for large and medium sizes depending on the image aspect ratio and size. If you use any image optimization plugins such as photon from jetpack, please disable it.
in fact please disable all plugins except visual composer. clear cache and reset cdn files then test images again.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
If you provide a link to your post i will be able to provide the proper code. Please provide a link and specify exactly which ad you want to hide.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

For comments you have to also enable them from the post settings like so: http://screencast.com/t/ci0PJRG2T1i If you can;t find this part on post edit, please check the screen option at the top of the screen and make sure everything is checked there.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

This is the default implementation of the mobile theme. You cannot activate the grids on it at the moment. Please read this guide: https://forum.tagdiv.com/the-mobile-theme/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately our theme has no such spots in the header. It will have to be done through code if you have the proper knowledge. the header file is found here: http://screencast.com/t/BLo6DiUUMNi

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The user specified he solved the issue, that is why we did not intervene. The sidebar ad title can be set from the widgets area like so: http://screencast.com/t/hUsaZxiNMZ
Please provide a link to your site so we can inspect the issue if you still have trouble with it.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
Are you maybe using the mobile theme plugin? https://forum.tagdiv.com/the-mobile-theme/ If you use this plugin then any custom code you add in the theme panel custom code section will not work. you have to add css here:
http://screencast.com/t/nfBW3yhc0Dvy Please read this guide for more details on the mobile theme: https://forum.tagdiv.com/the-mobile-theme/
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please try to disable all plugins except visual composer, clear cache and reset cdn files if you use it. Then try the facebook share again and see if the site loads
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Our theme does not have such an option unfortunately. You can hide all of the content with css but the code needs to be added differently if you use the mobile theme. Please provide a link to your site so i can inspect it and provide the proper code for this. (reply in this topic do not create a new one)
Thank you!

Bogdan B.
tagDiv Staff

Hello,

You can use different quotation styles in our theme not just the default quotebox. You can select the text and mark it as a quote from the formats dropdown from the mce editor. Here are a few styles you can choose:
http://screencast.com/t/aNYy9FLjNyV
I think this option is closer to your request: http://screencast.com/t/wEQRDMRNS

Thank you!

Bogdan B.
tagDiv Staff

Hello,

You will have to check with the plugin documentation and see their official implementation method. Usually there is a shortcode you can add simply paste in a text widget like so: http://screencast.com/t/wTLeCGs80ksD
Sometimes plugins create widgets by themselves so you can simply drag the widget in the designated spot.

Thank you!

Bogdan B.
tagDiv Staff

Direct link for ease of access: https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
(thumbs-up emoji)
Thanks.

Bogdan B.
tagDiv Staff

Hello,

There is a default padding on pages seen especially if you use big grids. You can remove it with a bit of css like so:
.td-main-page-wrap{
padding-top:15px!important;
}

However if you use a trending now element or different elements, this padding will be required.
You can target specific pages using the unique page id like so:
.page-id-90 .td-main-page-wrap{
padding-top:15px!important;
}

http://screencast.com/t/PJTVhsEE

As for the sidebar you will have to provide a link to your site so I can inspect this element

Thank you !

Bogdan B.
tagDiv Staff

Hello,
Our theme us fully compatible with WordPress 4.6.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately custom taxonomy implementation is still limited in our theme. We have not found a viable solution for adding more options to custom taxonomies as they are different and they require different implementation for each custom taxonomy. Unfortunately I cannot provide a quick solution for it. Sorry!

Thank you!

Bogdan B.
tagDiv Staff

Hello,

I will add this request to our list and hopefully we will be able to implement it in a future version of the theme.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

This is how that part looks commented: http://screencast.com/t/pitB5GxR1h or you can simply delete that part starting from under function __construct() { all the way down to the second secolon but do not delete the add_action below.
After this you can use it with your own plugins and you can use this guide to find the ID’s for the css and js and add them to the proper code inside the speedbooster plugin: https://forum.tagdiv.com/how-to-make-the-site-faster/
However this is for advanced users so you have to be carefu lwith the code where you place it and how. Please do it exactly as the guide suggests.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Our grids already have the gradient so you can read the content:
default: http://screencast.com/t/n3R4DpUKfCY no gradient: http://screencast.com/t/z9Q3O94TXkW
You can increase this gradient if you want it stronger with this css code:
.td-module-thumb a:last-child:before{
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 1) 100%)!important;
}

As for the meta info, you can select the meta you want for modules and blocks as well as the category tag from the theme panel . You can remove these elements if you do not want them:
http://screencast.com/t/SozRBtvzLAt and http://screencast.com/t/Pl9YedX3V

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The date and time is grabbed from your server. There is no global time widget for a user to see their local time.
As for the weather widget, users can change the location based on theirs if you add it as a widget or a visual composer element, not the one from the top bar: http://screencast.com/t/SotGjDjIduhg
The widget on the top bar does not have this functionality.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
Our theme is compatible with woocommerce. It is a free plugin you can install from the wp dashboard: http://screencast.com/t/aRVhzxsb
Thank you!

Bogdan B.
tagDiv Staff

Hello,

1) Unfortunately our theme does not have dynamic switchable blocks and modules. They can be set form the back-end but cannot be changed live or switched between them. Sorry.

2) Sorry but it will not work that way. This sorting option must be added custom. It will involve substantial coding knowledge so we suggest hiring a developer to help with this.

Thank you!

Viewing 25 posts - 13,376 through 13,400 (of 22,378 total)