Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Alin [tagDiv]
tagDiv Staff

Hi,

Please try to use http to you link:

<div class="td-all-devices"><a href="http://www.test.com"><img src="http://test.com/wp-content/uploads/2015/08/WTSYB300x250.jpg" /></a></div>

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can use current user capability to display post settings only for admin, but you have to do this change in the main theme – http://screencast.com/t/QWUfFVauwh
Please check – https://codex.wordpress.org/Function_Reference/current_user_canhttps://codex.wordpress.org/Roles_and_Capabilities
Or you can use a plugin for this, like Chris suggested.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that you update the Visual Composer plugin, delete the old version and update it from here – http://screencast.com/t/ExBJy1AK Then check the version – http://screencast.com/t/BprEF4AjdqH

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can try to remove this condition from booster functions – http://screencast.com/t/fhBlRO6R but I also asked the developer about this and it is recommended by Visual Composer developers to have this function in the code.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please send an email at contact@tagdiv.com provide wp and ftp access so we can take a look. Also paste a link to this topic so we can know who you are and what your issue is.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and it seems to work fine.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Not sure what you mean, please reformulate, some images will also help.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The present smart list is a slider, it doesn’t actually have multiple pages. We will add a new smart list in one of the next updates which will include a real pagination(each list item will load in a separate page).

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

This issue appears when there is a blank space before the XML declaration. Try to disable the plugins and see if the issue is still there. If is gone, enable the plugins one by one until you find the one which caused this.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

For less use – http://winless.org/ To minify javascript use the following tool – https://closure-compiler.appspot.com/home and also for css – http://cssminifier.com/
We know about this issue and we will fix it as soon as possible, please add this code – http://screencast.com/t/1ubq37tleuj0

'-- Select an ad spot --' => '',

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you want to add a custom code to your posts, you will have to edit the post template that you use(or all style where you want to appear) like Chris suggested, please check – http://screencast.com/t/LNG4CyUKz

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please disable all plugins except of Visual Composer, clear cache and purge your files if you use CDN as I have checked your site and you have some js in the console – http://screencast.com/t/Af7FfMVJAxxr that may cause this. Let me know how it goes!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Using Homepage blank you can use a block to display articles from a specific category, but numeric pagination won’t work on blocks, only Next/Prev, Load more, Infinite load pagination work on them.
The only way to have a similar look like category template on a static page is to use Homepage with articles list template(you don’t have to use pagebuilder), like already Marius suggested, set the category and the module to display articles.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and seems that your thumbs are not created for Slider (it use the full image) – http://screencast.com/t/xJQF4fzFGG Every time you add a new article on your site and use featured image, it will be cropped to the specific size for all modules, so I’m not sure why the thumbs for slider are not created. Regenerating the thumbnails should fix it.
Regarding Revolution Slider, you can create a slider using this plugin to display posts from a specific category, so if you want to display featured articles you can set this category – http://screencast.com/t/s6FYZGFe Please also check this – http://revolution.themepunch.com/documentation/#post_based_slider

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Only tagdiv blocks have an option to set header color, unfortunately wordpress default widgets don’t have a similar option, but we have an option in Theme Panel > Theme Colors to set a general color for all blocks/widgetstitles – http://screencast.com/t/PUo9oX2EBA5http://screencast.com/t/4JSLNzJXt

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@k24
Please make sure that you don’t use an older version of IE as I have checked you site again and it looks fine. I can see it like in your screenshots only if I use IE 7 – http://screencast.com/t/y8tPpVZ53wi The theme was tested from version 8 of IE so it looks fine also on this version – http://screencast.com/t/89ogz3b0

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please add a background color from Theme Panel > Theme Colors – http://screencast.com/t/9OGLTLOsV2 as the site will automatically switch to boxed version when background color (or image) is used so it will not matter what header style you use.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Ok, thanks! I will add also this and we will take a look and see if we can do something to fix it. If not we will open a ticket to Visual Composer.

Thank you!

Alin [tagDiv]
tagDiv Staff

Salut,

Ai nevoie de modificari pentru template-ul care il folosesti de exemplu pentru stilul default trebuie sa muti comentariile din single.php in loop-single.phphttp://screencast.com/t/2M04k2d0Pchttp://screencast.com/t/hKnzspTMVh

Rezultat: http://screencast.com/t/dLxpCPoTIg

Mersi!

Alin [tagDiv]
tagDiv Staff

Replied via email!

Alin [tagDiv]
tagDiv Staff

Replied via email!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately if we cannot inspect this, we don’t know exactly what the ad change. You can try to use browser inspector to find out if the width is changed in one of the theme containers. You can also try to use this custom css in Theme Panel > Custom Css and see if it works:

@media (min-width: 1141px) {
.td-boxed-layout #td-outer-wrap {
width: 1164px !important;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I see that you use version 4 of the theme. Unfortunately there is not a header style to look like this, but you can achieve this if you edit header.php file and make this change for case 3(header style 3 that you use) – http://screencast.com/t/cfk3fuLzSz

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the theme doesn’t have an option for this, it supports only youtube and vimeo videos. You will need custom modifications to work also vk video as featured video and it is not an easy task, here you can find the code – http://screencast.com/t/An4lrdKWng8 I suggest to hire a freelancer to do this for you as we cannot provide any type of custom work at this time, sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi Steven,

Glad that it works! Maybe the css doesn’t apply on widows 10, I’m not sure as we tested the theme(and we still use) Windows 8. The zoom effect is disable on IE or Safari because these browsers do not support some effects like this very well and may not look fine. If you want zoom effect also on IE(for your users) please remove this code from style.css file – http://screencast.com/t/2HcnpZSprS8 or remove it only for IE 11 – http://screencast.com/t/Upq5DfQc

Thanks!

Viewing 25 posts - 3,176 through 3,200 (of 7,871 total)