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

In order to load a custom font you either have to use it on another element of your site already or if not, you need to load it with css like so:
@font-face {
font-family: 'add your font family here';
src: url('add the source url for the font. insert the path that leads to the font') format("opentype");
font-weight: normal;
font-style: normal;
}

Then you can use the code I provided above and change the font name from verdana to the one you want

3. I’m not sure what does not work. The size or the family for products?

Bogdan B.
tagDiv Staff

No, the theme does not add anything extra. Please check the id from the counter and use this guide to set it up: https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Thank you!

Bogdan B.
tagDiv Staff

Hello,

For the first issue, you can use this code:
.home .td-main-page-wrap{
padding-top: 2px;
}

As for the latest articles you can change the page template to one that does not contain the latest articles section: https://forum.tagdiv.com/page-templates-2/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Sorry but there is no bulk edit for the post template. There is an overall post template you can set from template settings but this only applies if the posts do not have any post template set to them (the post style is left on default).

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately our theme does not work properly with that layout. Please use this guide to properly use visual composer: https://forum.tagdiv.com/how-to-use-visual-composer/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The mobile version should pick up the translation from the theme panel. Simply use this guide and load your preferred translation by pressing the load button: https://forum.tagdiv.com/loading-translations/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

This is a common wordpress issue. There are a few steps that can be taken in this regard. Here is an example:
http://www.wpbeginner.com/wp-tutorials/how-to-fix-are-you-sure-you-want-to-do-this-error-in-wordpress/

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Oh…I thought you meant this forum. If you have a bbpress forum on your site and cannot edit your posts, then please try to disable all plugins except visual composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please update your theme to the latest version as the translations should now work properly.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

1. You can use a css fix for it. Add this coed in the theme panel-> custom css box.
.td_mega_menu_sub_cats .cur-sub-cat, .td_mod_mega_menu:hover .entry-title a{
color:black!important;
}

2. Unfortunately the theme uses a sj script to hide categories under the dropdown when the screen size gets narrower. There is no simple way to prevent this functionality

3. In order to remove the image on desktop, please add this code in the custom css box:
@media (max-width:767px){
.td-footer-wrapper::before{
background-image:none!important
}}

Bogdan B.
tagDiv Staff

Hello,

I can’t say for sure what cdn settings WPEngine uses. We only recommend these settings: https://forum.tagdiv.com/cloudflare-cdn/
We tested cloudflare only. I cannot say for sure about maxcdn though. sorry

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Here are a few guides you should follow in order to properly implement ssl on your saite
http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
https://css-tricks.com/moving-to-https-on-wordpress/
https://yoast.com/dev-blog/move-website-https-ssl/

You can also check our forum for some insight on ssl:
https://forum.tagdiv.com/topic/moving-to-ssl/

Thanks.

Bogdan B.
tagDiv Staff

Sorry but we have no suggestion for any such plugin.

Bogdan B.
tagDiv Staff

Hello,

Please use this ID in the field: policescientifiqueFR and use this guide to get the app key and secret key from FB: https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately the theme api is not covered by the theme support as it represents customization. Maybe you did not create the code properly. I can’t say for sure. Try to download the pre-made plugin from here: https://forum.tagdiv.com/practical-example-how-to-add-a-new-block-and-module/ and see if the video issue is still present with our premade plugins. Please download the top one as there are 2 versions. The second one is for older theme versions. (unless you use newspaper 6.5 or older)

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please note that 7.7 is the latest version, not 7.3
Now fort the lightbox. There is no simple way to remove it and use it with external images. The lighbox needs the images to link to the image file itself, not external links. If you use external links, you should disable the general modal image from here: https://www.screencast.com/t/AoiQHZlAeBTC
You can remove the modal image from the featured image from here: https://www.screencast.com/t/tKnmIYeqd but there are places in the theme where the lightbox is hard coded like for example on smart lists or the tagdiv gallery. Unfortunately there is no easy way to remove the lightbox from these elements. sorry.

Thanks.

Bogdan B.
tagDiv Staff

Hello,

The space is because of the 200 pixels container height added to the text logo on that demo. Please provide a link to your site so I can inspect it and see how your logo will position with the new values. And also mention if you want to change the logo container height just on the homepage or for the whole site?

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately this comes from wordpress not the theme. The ‘category’ and ‘post’ or ‘page’ or ‘event’ are used in the wordpress code to describe the post type. I doubt there is any option to translate these names. If you look at the wordpress codex you will find functions used in the wordpress code like ‘is_post_type_archive’ or ‘is_page’

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The title you mention is actually the logo. It is a text logo you can remove/change from here: https://www.screencast.com/t/cfx0TIm1

Thank you!

Bogdan B.
tagDiv Staff

Hi,

Glad you solved it. Best of luck on your project!

Thank you!

Bogdan B.
tagDiv Staff

Hi,

It seems you have to reduce it again to about 110% : https://www.screencast.com/t/p8lZl3mx If you keep chanign the thumb sizes, the text will not move along with the image. If you adjust the images again, you have to adjust the margins again.

Thank you!

Bogdan B.
tagDiv Staff

Unfortunately the facebook comments description comes as a simple h3 title with no extra class for me top provide a css for. If you change the h3 tag font it will also affect the facebook comments.
Sorry but there is no css I can provide as there is no class to tie into.

As for the woocommenrce font use this code: Unfortunately die to your site protection plugin I cannot copy and paste the code from the widget: https://www.screencast.com/t/YtWTajIL you will have to type it in.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Sorry but our theme has no such element that can provide a random assortment of images. Sorry. You can search for a plugin that can maybe provide such features. Our theme blocks can only provide posts, not simple images. The image box element was created to show images with a custom link but there is no random images option. Sorry

Thank you!

Bogdan B.
tagDiv Staff

Hello,

It seems you did not add the correct instagram ID. https://www.screencast.com/t/jGEDGmiC
Let us know how it goes.

Thank you!

Bogdan B.
tagDiv Staff
Tags - reply

You can simply access the tags section of wordpress here: https://www.screencast.com/t/52m9j8y9eC

Thank you!

Viewing 25 posts - 8,976 through 9,000 (of 22,378 total)