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,

From what I can tell you want to show a custom post type in a standard category. A custom post type has a custom taxonomy as well.. Only posts with a post type of ‘post’ can show under the taxonomy called a ‘category’
The plugin you use is not tested so i cannot say for sure if the plugin will work properly with our theme or not.

The only tested and recommended plugins to use with our theme are these ones:

WP Super Cache- caching plugin
Contact form 7- used to make contact forms
bbPress- forum plugin
BuddyPress- social network plugin
Font Awesome 4 Menus- icon pack, supported in the theme menus
Jetpack- plugin with lots of features *it may slow down your site
WooCommerce- eCommerce solution
WordPress (Yoast) SEO- SEO plugin
Wp User Avatar- Change users avatars
WPML – multilingual plugin

Anything beyond this list is not tested and I cannot say for sure if it will work or not.

Thank you for your understanding.

Bogdan B.
tagDiv Staff

Hi,

If you already had a conversation via email, then please use the email until the issue is resolved. The email address is not tied to this forum so having to go back and forth between forum and email is not preferable.
The slide on your homepage works fine.

Thank you!

Bogdan B.
tagDiv Staff

Hi,

Sorry but we have not tested a print plugin but there are many free ones available in the WordPress repository to choose from. We have not tested any so I cannot make a precise suggestion on which one to use though. Try a few of them out and see how they work.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The latest articles are being populated on the page template by calling the loop.php file. Here is the code: https://www.screencast.com/t/41eUsvQSOvV
If you modify the loop file, it will affect category pages, and the blog page as well. (the latest posts page from wordpress)

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The modification is made on the module. A block is made out of 1 or more modules. Please check this list: https://forum.tagdiv.com/theme-blocks-modules/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The category order can only be changed using plugins. We have not made any changes to the category order.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

You can replicate it with the exact html element you mention. That is a custom html element where you can add your html code to replicate the call to action./ You can use a table generator maybe to create the html tables needed for the design. You will require basic html and css skills.
When placing any code in the element and not leaving it empty, the mentioned text will disappear.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
The white space does not come from the trending now block if set to display none. Here is the code needed to remove the trending now element:
@media(max-width:767px){
.td_block_trending_now{
display:none!important;
}
}

The white space comes from the page margin. Every page has this top margin which can be removed with this code:
@media (max-width: 767px){
.td-main-page-wrap {
padding-top: 0px!important;
}}

Thanks

Bogdan B.
tagDiv Staff

Hello,

There are multiple ways to avoid duplication in our themes depending on the sorting options you choose for your blocks. The easier one is to simply activate this option: https://forum.tagdiv.com/unique-articles/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The theme uses the exact same user roles and capabilities of WordPress. We did not change anything. Please also test the contributor’s abilities on a WP default theme.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Why do people think we are forcing anyone to do anything? If you want to use visual composer…keep using visual composer by all means and disable the tagdiv composer. It is not mandatory plugin by any means. We kept the visual composer compatibility and visual composer will still receive updates so you can use it just as before.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please provide more details why you are reluctant to update your theme? Why fear updating your theme when this is recommended for the proper functionality of the theme with the current version of WP and plugins.

Please let us know about your concerns.

Thanks.

Bogdan B.
tagDiv Staff

Hello,

The browser already provides a print button or by simply pressing ctrl+p
We did not see the need to add this in our theme since the web browser already allows users to print the content they see. If you need extra functionality besides what the browser provides, then you will need to use a plugin as the theme does not offer any printing features.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Each block is made out of modules. Big grids included. Here is a list of which module is used on which block/grid: https://forum.tagdiv.com/theme-blocks-modules/
The module files can be found under the main theme folder/includes/modules

Thank you!

Bogdan B.
tagDiv Staff

Thank you for sharing!

Bogdan B.
tagDiv Staff

Hello,

The footer logo is different in size depending on the footer style that you use. Each footer style has a different footer logo size.

As for the meta information, please comment out or delete these lines of code: https://www.screencast.com/t/Mq10t2lDuXqd

Thank you!

Bogdan B.
tagDiv Staff

Hi,

You can increase the height of the container if your image supports it:
.td-post-template-7 .td-post-header{
height:900px;
}

Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please check these methods of implementing other networks into the post sharing:
https://forum.tagdiv.com/topic/how-to-add-a-vk-sharing-button-on-your-posts/
or
https://forum.tagdiv.com/topic/add-linkedin-sharing-button/
Thanks

Bogdan B.
tagDiv Staff

hello,
The post font size is not the same one on blocks and grids. the post title is the post title, separate from the post title that shows up on blocks, separate from the post title that shows up on grids. They are all separate elements and each one has to be adapted and treated as such. The fonts section of the thee panel provides settings for each case: https://www.screencast.com/t/NjoVYzJ4O

Thank you!

Bogdan B.
tagDiv Staff

Hi,

As a temporary solution until we update the theme, please comment out or delete this part of the code:
https://www.screencast.com/t/CivdsolWPp

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please make sure when you create the external url, to add it’s full path including the http:// or https:// part.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

You mean the thumbnail for the block. You will get 3 images on a split row when a sidebar is used. We added the 3 posts per row as a content with sidebar is the most popular layout used. Split your row in a 2/3 + 1/3 layout and there will be only 3 images in the main content.

Thank you!

Bogdan B.
tagDiv Staff

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.

Thank you!
Bogdan B

Bogdan B.
tagDiv Staff

Hello,

In order to split the row in 3 you only need to edit your page in the tagdiv composer and split the row like so: https://www.screencast.com/t/9HzoFiD6

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Sorry it’s taking a bit of time but this turns out to be a very complex issue. We are still looking into a solution in this regard and we will come back to provide it when found.

Sorry for the inconvenience and thank you for your patience.

Viewing 25 posts - 5,351 through 5,375 (of 22,378 total)