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,

Please check the css tab for any margins you want for the element https://www.screencast.com/t/X7u655Gf.
As for colors, the text color can be changed from the general tab like so: https://www.screencast.com/t/6JoMYO6uZqiL

Thanks.

Bogdan B.
tagDiv Staff

Hello,

Because whatsapp and viber are mobile only apps. Once you access your site from a mobile device you will see 7

Thank you!

Bogdan B.
tagDiv Staff

Hello,

ALL theme plugins must be updated after a theme update. Please delete ALL theme plugins and install them again.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
Sorry but our theme does not have any such ad spot. IT can only be done by altering the php code for the post templates. You can use a do_shortcode function: https://developer.wordpress.org/reference/functions/do_shortcode/ like so:
<?php echo do_shortcode ('[td_block_ad_box spot_id="custom_ad_1"]'); ?>
You have to place yur ad code in the custom ad 1 spot and it will show up where you place the do_shortcode function in the theme template files.

Thanks.

Bogdan B.
tagDiv Staff

Hello,

It depends where you test the modal image. On smart lists and galleries, the modal image was always set to on by default.It cannot be disabled from those templates.
If you want to simply disable it for all the website at once, please add this code in your custom css section of the theme panel:

<script type=”text/javascript”>
jQuery(document).ready(function ($) {var magnificPopupEnabled = false;$.extend(true, $.magnificPopup.defaults, {disableOn: function() {return false;}});});
</script>

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please deactivate and delete the theme plugins (the ones with td- in front) you currently have active on your site and then install them again from the latest theme package. The plugins need to be updated as well, not just the theme

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Sorry but our theme does not offer such functionality. You can only sort the blocks based on the published date. The theme has no updated date functionality.
It can only be done custom but you will need coding skills to do as there is no simple way top create a new sort option. If you do not have the necessary skills to do it, we recommend hiring a freelancer to help out with the code.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
What filtering are you using for your block? Do you have sticky posts? Do you use a random sort order? There are many things to consider for the load more pagination. Please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation so we can identify you.

Thanks.

Bogdan B.
tagDiv Staff

Hello,

I can no longer see any category tags on your mobile version.
You cannot load the complete desktop version in our theme unfortunately as there is no option to disable the responsiveness.\
You cannot have left and right bars on mobiles as there is only 1 column available on mobile devices. You cannot use 3 columns. Sorry.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

If it still will not work, please contact us on our email address at contact@tagdiv.com and provide a link to your site, purchase code and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation so we can identify you.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

If the screen options do not activate the post settings. then you should check plugins. We have seen plugins deactivate the options before.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

1. The block does not have any setting to alter the colors of the article title. It can only be done by adding an extra class to the block and then using css to cahange the color based on the extra class added to the blocks.
example:
.mycustomclass .td-module-title a{
color:red;
}

2. The same code from above will also target the related articles

3. .td-author-name a, .td-author-description, .author-box-wrap .td-social-icon-wrap .td-icon-font{
color:red;
}

4. .td-post-sub-title{
color:Red
}

5..td_block_template_1 .td-related-title .td-cur-simple-item{
color:Red
}

There are no setting sin the theme panel to change these colors. sorry.

Thanks.

Bogdan B.
tagDiv Staff

Hello Jay,

If you want to replace the newspaper live search with a standard WordPress search widget, you can first hide the search: https://www.screencast.com/t/8NL6SfvxKHQK
and then find a custom implementation to get a search in the main menu such as https://wordpress.stackexchange.com/questions/205657/how-do-i-add-a-search-box-to-the-nav-menu

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Sorry but we have not tested that plugin so we cannot say for sure if it will work or not with our theme. The tested and recommended plugins list can be found in the theme plugins section. Any plugin that is not on that list is not tested and should be used with caution.

Thanks.

Bogdan B.
tagDiv Staff

Hello,

Please contact us via email at contact@tagdiv.com and provide wp-admin so we can login and investigate why this happens.

Thank you!
Bogdan B

Bogdan B.
tagDiv Staff

Hello,

It could be a plugin or it could be a custom code you added that breaks the js. You will have to test disabling all plugins, not “various plugins” as you mentioned above. Disable all of theme and clear all caching. Then see if the js is still broken, if yes, that means the error is not plugin related. Check any custom code in your theme panel custom code section or even the ads. Sometimes ad codes can provide js errors as well.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Sorry but the theme width is fixed and cannot be changed. There is no simple way to alter the theme width as all of the theme elements will have to be adapted to the new width in order for the theme layout not to break.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately our theme does not offer any settings to decrease the height of the sliders.
You can use a custom css in the theme panel to adjust the height

.td_module_slide{
height: 500px!important;
}

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Sorry but we have not tested this auto ads in our theme or in the amp plugin so I cannot guarantee they will work properly. If you want to give them a try, you can find the head section here: https://www.screencast.com/t/AcWyt0np1

Thank you!

Bogdan B.
tagDiv Staff

Hello,

We did not yet release a new theme update for the GDPR implementation. We will release it as soon as possible.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

This can be done in the tagdiv composer as each element can have separate settings based on the device by using these icons: https://www.screencast.com/t/gaiXmLLbcUTQ

Thanks.

Bogdan B.
tagDiv Staff

Hello,

This can be done in the tagdiv composer as each element can have separate settings based on the device by using these icons: https://www.screencast.com/t/gaiXmLLbcUTQ

Thanks.

Bogdan B.
tagDiv Staff

Hello,

This can only be done with custom css and an extra class added to each of the blocks. They cannot be targeted individually otherwise. https://www.screencast.com/t/QuCG7j1BXQ

.mycustomclass .td_module_mx2 .item-details .td-module-title a{
color:red;
}

You can replace the .mycustomclass with the particualr class you add to each of the 3 blocks and create 3 instances of the code with the different colors you want for the block like for example:

.mycustomclass_1 .td_module_mx2 .item-details .td-module-title a{
color:red;
}
.mycustomclass_2 .td_module_mx2 .item-details .td-module-title a{
color:green;
}
.mycustomclass_3 .td_module_mx2 .item-details .td-module-title a{
color:blue;
}

You can place the code in the theme panel-> custom code section.

Thanks.

Bogdan B.
tagDiv Staff

Hello,

The social icons in the mobile menu can be removed with this code:
.td-menu-socials .td-social-icon-wrap a{
display:none;
}

You can add the code in the theme panel under the custom code section.
As for the mobile background, please check the theme panel here: https://www.screencast.com/t/FytfelaBF

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Sorry but there is no tutorial at the moment for landing pages. You have to use the multi-purpose elements from the tagdiv composer.
First, you can use a blank page template: https://www.screencast.com/t/vhw5VqKcp so your page will not show the header or footer. Then you can start building your page with the tagdiv. These few videos should help:

Thanks.

Viewing 25 posts - 2,076 through 2,100 (of 22,378 total)