Home User profile
tagDiv Member
I love to drive fast cars and to play Need for Speed! I enjoy to help customers tweak their websites for high performance! I’m a proud member of the tagDiv support team!
Andrei L.
tagDiv Member

Hi

I can’t say at the moment if Pinterest will be added in Social Counter but I’ve added this on our features request list and when the time comes our developers will consider it. This may take some time because we have a long implementation list and we take them one by one.
Thanks for your suggestion, have a nice day.

Andrei L.
tagDiv Member

Hi

I am not sure I understand your issue but I assume that you ant to exclude posts published by a specific author from a block. If this is the case then you can do it in Visual Composer like here: http://screencast.com/t/PRrCekfWA For more details about block settings check this tutorial: https://forum.tagdiv.com/newsmag-block-settings-tutorial/

If this is not what you mean please provide more details about what you’re trying to do so I can duplicate the situation on my side and get back to you with a more accurate answer.

Thanks!

Andrei L.
tagDiv Member

Hi

1. The code which render the ad-spots it’s located in td_block_ad_box.php: http://screencast.com/t/PqHOTJvI

2. I assume that that you want to display different ad-spots according with the post type displayed. To achieve that you will need a condition which check what post type it’s displayed and depending by result display a specific ad. Here is an example for header ad: http://screencast.com/t/4e9sKBons This is just a basic example about how can you check what post type it’s displayed and manipulate the ads according with the result.
You can create new ad-spots following the solution offered in this topic: https://forum.tagdiv.com/topic/how-to-add-more-custom-ad-spots/ and use them in your post types.
Using do_shortcode function and some proper conditions you can display ads according by the custom post type displayed. For more details about the function’s usage check these links: https://forum.tagdiv.com/topic/different-ad-tags-for-the-category-templates-vs-the-homepage/
https://forum.tagdiv.com/topic/sub-page-no-standard-top/https://forum.tagdiv.com/topic/header-ad-on-top-of-menu/

I hope this help but if you need additional informations please provide more specific details about what you’re trying to do and maybe I can help.

Thanks!

Andrei L.
tagDiv Member

Hi

In order to have posts from from custom taxonomies on a page you need to a add these taxonomies to your new query using tax_query parameter. For more details about how to add custom taxonomies to query check these links: https://codex.wordpress.org/Class_Reference/WP_Queryhttp://www.codeinwp.com/blog/getting-posts-wp_query-class/

Thanks!

Andrei L.
tagDiv Member

Hi

Unfortunately the plugin is not tested to work with the theme and we cannot guarantee it will work 100%. We have not tested this plugin and we have no idea of the plugin functionality in order to provide an answer.
I’ve checked you’re the posts that you provided as examples and noticed that if you’re using a feature image then the plugin does not generate any content. I suppose that there is a condition in plugin’s code which cheek if the post have or not a featured image and depending by result display its output.
Unfortunately time does not allow us to provide plugin implementation support. If you really want to use this plugin we suggest you hire a freelancer to help you with implementation. You can hire one from studio.envato.com

Thank you for your understanding.

Andrei L.
tagDiv Member

Hi

You can’t target a post with css depending by its categories tags, it can be done only by the post id like in this example:

.postid-129 .td-post-date{
display: none;
}

This code will hide the post date for the post with id 129 but is not the best way to achieve that because if you have many posts from which you want to hide the date there will be lot of code.

This can also be done using a php condition in file corresponding with post template used: http://screencast.com/t/pNPy4Yfnur

if (!in_category('category-slug')){
echo $td_mod_single->get_date(false);
}

Note that this code will remove the post date from post html source, not only hit it.

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi

Please check this link, I have posted a solution here: https://forum.tagdiv.com/topic/can-i-remove-url-field-on-comment-form/

Thanks!

Andrei L.
tagDiv Member

Hi

You can use theme’s custom javascript field to add your code in the theme. That filed add automatically the <script> tag so you don’t have to use it in your code.

Thanks!

  • This reply was modified 10 years by Andrei L..
Andrei L.
tagDiv Member

Hi

Please check if the browser zoom it’s set to default value, because otherwise appear some issues with the layout http://screencast.com/t/o7zGWqA4aVW This is valid for all browsers. You can set the zoom at default value using CTRL+0 command.
If the problem persist please provide your site url so I can inspect this closer.

Thanks!

Andrei L.
tagDiv Member

Hi

Please check if the browser zoom it’s set to default value, because otherwise appear some issues with the layout http://screencast.com/t/o7zGWqA4aVW This is valid for all browsers. You can set the zoom at default value using CTRL+0 command.
If the problem persist please provide your site url so I can inspect this closer.

Thanks!

Andrei L.
tagDiv Member

Hi

You can achieve by adding the exclude argument in get_categories() function like here: http://screencast.com/t/RCAIqi5TLpOi Just replace the indicated numbers with the ids for the categories that you want to exclude. To get the category id follow this link: http://screencast.com/t/GfyIJar78

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi

I gave you only the code for sub-footer because according with this screen https://www.dropbox.com/s/6rh6brqk2ycuqeh/Screen%20Shot%202016-03-05%20at%202.53.07%20AM.png?dl=0 the error appeared in footer.phph file, so there was the wrong code.
I can’t provide the code for footer as I don’t know what footer template you’re using. However you can follow this screen and add the indicated conditions in the file corresponding with the footer template used: http://screencast.com/t/9O3A21aRpve9
For example if in theme panel you have set the footer template 3 the required file is td_footer_template_3.php

Thanks!

Andrei L.
tagDiv Member

Hi

We certainly plan to extend the theme flexibility in the future updates. I’ve added your suggestion on our list and when the time comes our developers will consider it. This may take some time because we have a long implementation list and we take them one by one. Thanks for your suggestion, have a nice day.

Meanwhile you can use the indicated code in functions.php file. The code should work fine even if you’re using a plugin to add the new widget.

Thanks!

Andrei L.
tagDiv Member

Hi

Please provide your site url and more details about the category from where you want to hide the date so I can inspect and get back to you with a proper solution.

Thanks!

Andrei L.
tagDiv Member

HI

I am not sure what you mean as on header style 6 the header ad it’s already displayed on right side: http://screencast.com/t/ousSlnXdZ
Please provide your site url and more details about what you’re trying to do so I can inspect this closer and get back to you with a more accurate answer.

Thanks!

Andrei L.
tagDiv Member

Hi

Unfortunately the block title field does not accept html/css code at the moment. This code is required to apply a different font for a specific word from block’s title. You will need a code like this one for example to insert two different styles inside same title:

<h2 style="display: inline-block">Title </h2> <h2 style="font-weight: 900;display: inline;"> two fonts </h2> <h2 style="display: inline"> on the same row </h2>

Here you can see how the code works in for block’s title and how works when it’s used as normal html: http://screencast.com/t/tna6q4Ah
To make the required filed support html/css code are required many custoizations and unfortunately I can’t provide a solution now. If you need this and you’re not aware of the steps you need to take in this regard my advice is to hire a developer to do this for you as we cannot offer custom services at the moment.

Thanks!

Andrei L.
tagDiv Member

Hi

You can customize block 7 to achieve a similar layout with block 16: http://screencast.com/t/78WoSHFWPdM9 To obtain this layout you need to edit td_module_5.php file like here: http://screencast.com/t/VttkbKNd
This is just a basic example. Our blocks can be customized in many different ways but this requires custom modifications in theme’s files. Also you can register a new block with your specific layout using theme API: https://forum.tagdiv.com/td_api_blockadd/https://forum.tagdiv.com/practical-example-how-to-add-a-new-block-and-module/
Note that any customization require good coding skills in order to be accomplished so if you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you as we can’t offer customization services at the moment.

Thanks!

Andrei L.
tagDiv Member

Hi

You can achieve that by aiding this code in td_module_9.php file like here: http://screencast.com/t/F2u5ccT1http://screencast.com/t/YNrGZadl5yGo

  <div class="td-excerpt">
                    <?php echo $this->get_excerpt(10);?>
                </div>

Let me know how it goes.
Thanks!

  • This reply was modified 10 years by Andrei L..
Andrei L.
tagDiv Member

Hi

Please check our documentation regarding the Social; Counter plugin: https://forum.tagdiv.com/newsmag-tagdiv-social-counter-tutorial/ and also we have a tutorial for youtube playlists here: https://forum.tagdiv.com/newsmag-video-playlist/ You just need to edit the page Using Visual Composer plugin and add your modification as you need: https://forum.tagdiv.com/newsmag-homepage-how-to-build-and-set-it/https://forum.tagdiv.com/newsmag-how-to-use-visual-composer/

Let me know how it goes and if you need further assistance please provide more details so I can get back to you with a more accurate answer.

thanks!

Andrei L.
tagDiv Member

Hi

Please provide yo site url so I can inspect this closer.
Thanks!

Andrei L.
tagDiv Member

Hi

This can be achieved by modifying the td_templates_settings.php file like here: http://screencast.com/t/Bx3ZfPjShttp://screencast.com/t/LJO0uJJ8wcu
First step is to add your new post type to the indicated array then add the required post type on the excluded list as I did in the indicated screen.
Note that the post settings weren’t designed to work on custom post types and I can’t grantee that these options will work fine with others post types then post. In order to have them working properly on specif post types you may need some customizations in theme files.
If you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you as we can’t offer customization services at the moment.

Thanks!

Andrei L.
tagDiv Member

Hi

We’re sorry for for this inconveniences but indeed we have some missing information in our documentation. We will try to update it in shortest time possible meanwhile follow the steps below to solve this.
As a new registered block to appear in Widgets section it’s need to be registered in td_page_builder_widgets.php like here: http://screencast.com/t/lGsS5MDc
In my case I’ve registered the block named: td_block_111 and the result can be seen here: http://screencast.com/t/ix5QK3mR

class td_block111_widget extends td_block_widget {
    var $td_block_id = 'td_block_111'; // change only the block id, the rest is autogenerated
}
add_action('widgets_init', create_function('', 'return register_widget("td_block111_widget");'));

I hope this help.
Thanks!

  • This reply was modified 10 years by Andrei L..
Andrei L.
tagDiv Member

Hi

Please address us via email at contact@tagdiv.com including a link to this conversation and also give us wp-access so we can have a closer look at this and we will get back to your as soon as possible.

Thanks!

Andrei L.
tagDiv Member

Hi

Please address us via email at contact@tagdiv.com including a link to this conversation and also give us wp-access so we can have a closer look at this and we will get back to your as soon as possible.

Thanks!

Andrei L.
tagDiv Member

Hi

The solution I provided works only with shortcodes from Visual Composer so you have to use a video player like here in order to work: http://screencast.com/t/INPzaKOP4Thttp://screencast.com/t/dx0Z4dKrMV

This is an example code which will work with do_shortcode function:
<?php echo do_shortcode('[vc_row][vc_column][vc_video link="https://www.youtube.com/watch?v=qkeZA6JU3Zw"][/vc_column][/vc_row]'); ?>

The featured video don’t generate shortcode now and you will need a custom implementation to achieve that. You can take a look here for more details about how shortcodes works: https://codex.wordpress.org/Shortcode_APIhttps://codex.wordpress.org/Function_Reference/add_shortcode and evantualy try to create a new shortcode for the featured video.

Hope this help.
Thanks!

  • This reply was modified 10 years by Andrei L..
Viewing 25 posts - 3,601 through 3,625 (of 6,511 total)