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

Please make sure you updated the theme according to our guide: https://forum.tagdiv.com/how-to-update-theme/ Also you can try to clear all caches, browser cache too, purge cdn files if you’re using, deactivate all plugins except Visual Composer and test again.

Let me know how it goes!

Thanks!

Andrei L.
tagDiv Member

Hi

The Visual Composer plugin provided with the theme is this one: http://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431 I was referring at this carousel block from it: http://screencast.com/t/BSUVvnWr3N We didn’t tested the plugin you indicated here: http://codecanyon.net/item/carousel-anything-for-visual-composer/8621711 with the theme so I cannot said how will work.
You can check the browser’s console if there are some errors and try to fix them, also try this with a default WordPress theme and see how it works.

Thanks!

Andrei L.
tagDiv Member

Hi

To change the width of the site it need a lot of work on modules, blocks and any other elements that appear on the page. The entire layout will be affected and that involve a lot of custom work. Unfortunately we can’t provide any type of custom work at this moment, but can look for a freelancer from sites like: http://studio.envato.com/ to do it for you.

Thanks for the message!

Andrei L.
tagDiv Member

Hi

Please check this topic, Emil posted an answer regarding this question here: https://forum.tagdiv.com/topic/custom-taxonomy-support-for-blocks/

Thanks!

Andrei L.
tagDiv Member

Hi

The theme doesn’t have an option to hide the item’s number from smart lists but you can use custom css in theme panel > custom css. For smart list 2 the css could be like this: http://screencast.com/t/hkhBxgKn

.td-sml2-current-item-nr{
display: none!important;
}

If you’re using another smart list just replace the number 2 with your smart list number.

Let me know how it goes.

Thanks!

Andrei L.
tagDiv Member

Hi

Paste the code below in theme’s ad spot like here: http://screencast.com/t/bKuExlqRJw- http://screencast.com/t/mGR3eUjbY

<div class="td-visible-desktop">
 <a href="http://www.soccerbox.com/" target="_blank"><img src="http://acmilannewsnow.com/wp-content/uploads/2015/08/hämtning2.png" alt=""></a>
</div>
<div class="td-visible-tablet-portrait">
 <a href="http://www.soccerbox.com/" target="_blank"><img src="http://acmilannewsnow.com/wp-content/uploads/2015/08/hämtning2.png" alt=""></a>
</div>
<div class="td-visible-phone">
 <a href="http://www.soccerbox.com/" target="_blank"><img src="http://acmilannewsnow.com/wp-content/uploads/2015/08/hämtning2.png" alt=""></a>
</div>

Regarding the adblock question please check this topic: https://forum.tagdiv.com/topic/anti-adblock-script-to-my-wordpress-plugin/

Thanks!

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

Hi

To put a border around the thumbs from homepage you can use custom css and target their specific classes. The css must be added in theme panel > custom css: http://screencast.com/t/WFIzbqIp6yfF

.home .td-module-thumb img{
border: 1px solid #3214e0;
}

For images from post content the css could be like this:

.td-post-content img{
border: 1px solid #3214e0;
}

This css add a 1px border around every image from post content, if you want the border only for a specific image must add a css class in post editor like here: http://screencast.com/t/nKmySTvEMc3http://screencast.com/t/5TMgSeeE

Let me know how it goes and provide more details if you still need assistance on this.

Thanks!

Andrei L.
tagDiv Member

Hi

The theme does’t have a scroll down bar for widgets, you will need custom modification to achieve that. Unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support, but you can look for a freelancer from sites like: http://studio.envato.com/ to do it for you.

Thanks for the message!

Andrei L.
tagDiv Member

Hi

By default the theme doesn’t have an option to display the date only for pages, but you can add a condition in td_module.php to achieve that: http://screencast.com/t/zdWcNXcFNUk4http://screencast.com/t/uuq0V4a3

if (is_single()) {
return;
}

Thanks!

Andrei L.
tagDiv Member

Hi

To achieve that functionality it’s need to understand the way Facebook plugin count the comments, then add that value inside the get_comments() function. This is a complex task and I cannot provide a quick solution now. If you need this implementation my advice is to look for a freelancer from sites like http://studio.envato.com/ to do it for you as we cannot offer any type of custom work at the moment.

Thanks!

Andrei L.
tagDiv Member

Hi

Assuming that you added the linkedin button according to this tutorial indication: https://forum.tagdiv.com/add-a-new-linkedin-button/ you could modify the css added in theme panel to obtain a different layout.

If this is not what you mean please provide more details and your site url so I can inspect this.

Thanks!

Andrei L.
tagDiv Member

Hi

We plan to release a new update in the next weeks, I don’t know yet how long will take until then. My advice is to update the theme now. to have the new features: https://forum.tagdiv.com/how-to-update-theme/

Thanks!

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

Hi

To add a padding beside the facebook comments you can use this classes like here: http://screencast.com/t/qC8GBwB1http://screencast.com/t/yAPaPTtcQWuo

<div class="td-post-content td-pb-padding-side">
<?php echo do_shortcode('[fbcomments]'); ?>
</div>

Thanks!

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

Hi

It works fine on my side so please make sure you added the code like here: http://screencast.com/t/V67YTTFzln0Dhttp://screencast.com/t/NwMQOXx5SjJ also clear all caches and test again.

Let me know how it goes!

Thanks!

Andrei L.
tagDiv Member

Hi

Check the browser console while saving the settings to see if there are some errors. If you have some html/js raw on the page make sure that the code inside them it’s correct otherwise could create issues with Visual Composer and make that you’re using plugin’s version from Newsmag-tf > Plugins patch that you downloaded from themeforest. Also you can try to edit another page and see if the problem appears in that case too, clear all caches, deactivate the plugins except Visual Composer purge the cdn files and test again.

Let me know how it goes and if the problem persist please send an email at contact@tagdiv.com with your site’s login details and we will inspect this issue, also include a link to this topic.

Thanks!

Andrei L.
tagDiv Member

Hi

Please provide the code that you tried via http://pastebin.com/ so I can inspect it.

Thanks!

Andrei L.
tagDiv Member

Hi @AWAY FROM LIFE

Try to clear the cache, browser cache also, deactivate all plugins and test again. Also you can make a new post, view it a few times in the browser, with the cache plugin deactivated, then compare the result with the ones from Google Analytics.

Let us know how it goes.

Thanks!

Andrei L.
tagDiv Member

Hi

The theme have one main css file: style.css which it’s included in Newsmag-tf > Newsmag.zip > Newsmag package that you downloaded from themeforest. Please make sure you updated the theme according with our guide: https://forum.tagdiv.com/how-to-update-theme/ or redo the update and test again.

Let me know how it goes!

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked your site and the logo have 500x150px size: http://screencast.com/t/zk6xglpSXcS I am not sure what the problem is, so if you still have it please provide more details.

Thanks!

Andrei L.
tagDiv Member

Hi

I am not sure what you mean so please provide more specific details about this issue.
Regarding your question about a new option in block’s filter this involve custom work and unfortunately we cannot offer it as we work hard on the development, updates, fixes and support. If you want that my advice is to look for a freelancer from sites like: http://studio.envato.com/ to do it for you.

Thanks!

Andrei L.
tagDiv Member

Hi


@Jill
try to clear the cache, browser cache also, deactivate all plugins except Visual Composer and test again. If the problem persist try update the theme again and make sure you follow our update guide: https://forum.tagdiv.com/how-to-update-theme/


@jerome
try the above suggestion and if the problem persist please provide a link so I can inspect it.

Let me know how it goes!

Thanks!

Andrei L.
tagDiv Member

Hi

Not sure what you mean, please provide more details, also an image will be helpful too.

Thanks!

Andrei L.
tagDiv Member

Hi

To modify the excerpt length just modify the value from the get_excerpt() function as you like: http://screencast.com/t/kreLW7fL

<?php echo $this->get_excerpt(3); ?>

Thanks!

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

Hi

You can chose the blog template from them panel > template settings: http://screencast.com/t/cTIboWzCk

Thanks!

Andrei L.
tagDiv Member

Hi

The tabs are built in blocks from Visual Composer and can’t be added in sidebar area, but you can use a 2/3+1/3 layout in VC for a similar layout: http://screencast.com/t/wEhf1TvARv0http://screencast.com/t/gLLl6HVIpG

Thanks!

Viewing 25 posts - 5,701 through 5,725 (of 6,511 total)