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

Hi,
unfortunately there is no widget that accepts php. I’m afraid it can only be done by hard-coding it.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Unfortunately the widget does not work on my side so I cannot provide a solution. Please use http://www.pastebin.com to insert the code as the forum tends to corrupt long pieces of code.
Thank you

Bogdan B.
tagDiv Staff

Hello,
You can set up your page in visual composer and filter the blocks you set by a specific category. Please check this link for block settings: https://forum.tagdiv.com/block-settings-tutorial/
You can also use this tutorial on how to use visual composer: https://www.youtube.com/watch?v=ss-BEobegAw
I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please use this code:
.home .td-post-views, .home .td-post-comments{
display:none!important;
}

Thanks.

Bogdan B.
tagDiv Staff

Hello,
We do not recommend removing any parts of the folder structure as it may affect other parts of the website. In any case, the whole woocommerce folder contains just 2 php files and they have a total size of 5kb. That’s not even worth the effort it would take to delete it.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately we have no solution we can offer as we have no idea of the plugin functionality. The plugin is not tested with our theme so we cannot provide an answer referring to plugins we have not tested. Sorry.
Thank you for your message.

Bogdan B.
tagDiv Staff

Try this one:
.td-category-description p{
font-style: initial!important;
}

Bogdan B.
tagDiv Staff

Hello,

This is the main reason why the images do not appear on your website: http://screencast.com/t/KvxvZgfttR
You have JS errors in your console. Probably a plugin conflict. Please disable all your plugins except visual composer and check your site again. One of them is conflicting with the theme. The lazyload animation is causing this error because it is the first to break on js errors. If you remove this option your images will reappear but there might be other parts of your website affected as well. Best to find the root of the problem.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
unfortunately this can only be solved from the hosting service:
https://www.gavick.com/documentation/wordpress/resource-limit-is-reached-fix
Please contact your hosting provider!

Bogdan B.
tagDiv Staff

Hello,

Please provide a link to your website so we can inspect the blocks in question and provide the solution.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
I think you will not do much by removing a few styles you do not use from the css file. It’s a bit of an overkill for insignificant improvements. In order to reduce the size of the css, you will have to remove quite a big amount of code and in the process you will risk removing parts of it that may be needed on your website.
Thank you!

Bogdan B.
tagDiv Staff

Let us know if you still have problems afterwards.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately we cannot say for sure as we have no idea of how the CTP was created or the plugin functionality. Please provide an example of how your post type displays and how you want it to display.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
There truly is no option in the theme to select each of these weights. You will have to add the font from the theme panel and add the weight in css. Please provide a link to your website so we can inspect this issue.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
I assume you use the category style 6. There is no option for this in the theme but you can do it with a bit of css. You will first need the category id so we can target just one cat. at a time. You can get the category id like so: http://screencast.com/t/c8iyl0MFKvos
Then you can use the id as a css class and add your background image via an URL like so:
.category-199 .td-category-title-holder{
background-image: url("http://i.huffpost.com/gen/2125210/images/o-EYES-facebook.jpg");
background-size: 100%;
background-position-y: -90px;
}

Result: http://screencast.com/t/JrCL5Y9fIT
If you want to use this method on another category simply change the category id and the image
I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

As i understand it, you want to move the related articles in the sidebar. You can do it like so:
Copy this part of the code from the loop files: http://screencast.com/t/W4EqWWOw6YJ8 and place it below the sidebar in the single files: http://screencast.com/t/WdJkyKUlJr
You can do this for every template you use on your posts. Every file number coresponds to the template you select on your post edit.
If yopu want to have the more from author first, you can switch their position here: http://screencast.com/t/Itd4Ql6HKxJ

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
It can be hidden with css but we will need more details than a picture. Please provide a link to your website so we can inspect it or specify what block you use on your homepage so we can provide the correct code.
Thank you!

Bogdan B.
tagDiv Staff

Hello Mario,
Unfortunately we have not tested new versions of the plugin with the old version of our website. You will have to test it on your won with a bit of trial and error. The best thing to do is update your theme as soon as possible so you can benefit from the updated content and compatibility.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
If you create a redirect from one to another there should be no problems at all. If this is the same exact site and not a totally different project, it should be OK by the licence.
Thank you!

Bogdan B.
tagDiv Staff

Hi,

Unfortunately this is the default behavior when using a featured video. You will need to manually set your own featured image.
If you want to prevent the theme from grabbing the featured image from a video you can comment out or delete this part: http://screencast.com/t/3AxyKous6oi and then you can simply set your image as you please without the theme overriding it.

Thank you!

Bogdan B.
tagDiv Staff

Hi,
Please use this css:

.td-category-description p{
margin-top:0!important;
}

Thanks!

Bogdan B.
tagDiv Staff

Hello,

As you can see our demo site also has errors when checked with the validator:
https://validator.w3.org/nu/?doc=http%3A%2F%2Fdemo.tagdiv.com%2Fnewspaper%2F
Almost all big themes have similar errors on W3C validator and this errors are not related especially to your website. The most common error as style inside div error appear, any custom css added in Theme Panel > Custom CSS will provide this error in w3c. You should ignore these errors, they are not important and will not affect your website in any way.

Thanks!

Bogdan B.
tagDiv Staff

Hello,
Please provide a link to your website and activate wp super cache so we can inspect it.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
In newspaper 6 there is an option to show the footer or not: http://screencast.com/t/KPxfIaGn
As for the “side”, I’m not quite sure which side you are referring to. Please provide more details to what you want to hide.
Thank you!

Bogdan B.
tagDiv Staff

@cersheib
Please follow my tutorial on page 1 and follow each step carefully. If the counter does not display you can try to switch the id’s to something other than your own and save it. Allow it a minute or 2 and then enter your id again.
If the problem persists, then you can send us an email at contact@tagdiv.com.
Thank you!

Viewing 25 posts - 19,276 through 19,300 (of 22,378 total)