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,

Unfortunately, at the moment the theme does not have an option to customize the mobile version. The desktop version is just adjusted to display correctly on mobile. Maybe in a future version we will be able to implement such options.
If you want to hide the sidebar on mobile you can if you use CSS to customize it. At the moment, on the mobile version the sidebar moves to the bottom of the content.
You can hide it by using this code:
@media (max-width:767px){
.td-main-sidebar{
display:none!important
}
}

This applies if the sidebar is a standard sidebar from the widgets area. If you create your sidebar in visual composer when creating a page and using column layout it will have to be targeted different.
I hope this helps.
Thanks.

Bogdan B.
tagDiv Staff

Hello,
Please try to disable all other plugins and try to install just the visual composer that comes with your theme files. You can find the plugin in this window: http://screencast.com/t/mIMpFdmVDj not the WP plugins section.
Let us know how it goes.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please provide more details to how the table is implemented and how the block displays it. Blocks usually display the featured image of a post, not the post content. Please provide a link to your problem and a screenshot
Thank you!

Bogdan B.
tagDiv Staff

Hi,

Unfortunately css does not know what category it is coloring. You can only color an element. If you wish to color a particular element with a particular color you have to use a css selector that targets that particular element.
http://www.w3schools.com/cssref/css_selectors.asp
for example on this block1: http://screencast.com/t/AZEgaCl8joEN

.td_block_id_132895618 .td_module_mx5 .td-big-grid-meta>a{
background-color:red!important
}
.td_block_id_132895618 .td_module_mx11 .td-big-grid-meta>a{
background-color:green!important
}

But css does not know which category is displayed. If another category is displayed in that particular element you colored, it will also have that color you set.
Css is not dynamic like that.

On the other hand. You can copy over the function i showed you in a previous reply and replace it with the function from td_module.
The function to get_gategory is a big one. It starts at function get_category() { on line 177 and goes all the way to line 267 after return $buffy. You need to copy this whole code from: http://screencast.com/t/v5zSRpvR
and copy it to td_module replacing the get_category function there: http://screencast.com/t/Khkp9xlu0m
As a result you will have the color from the theme panel set to the category tag on modules but at the same time it will pick up every category the post has as parent: http://screencast.com/t/gFLrJld6

So, as a bottom line, your problem cannot be resolved by either methods as the css one is not dynamic and the php one pulls all categories to the block.
You will need custom work to get it exactly as you wish, with only one parent category and colors at the same time.

I hope this sheds light on the subject.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please provide details to your problems so we can address them. I see you created other topics so we will answer those as well.
When posting an issue please try to be as explicit as possible and add a link to your website pointing to the problem and maybe a screenshot of the issue itself so we don’t have to ask again what the problem actually is so we can help on your issue in the first reply.

Thank you for your understanding

Bogdan B.
tagDiv Staff

Hi,
Please provide an example of what HTML you are using and how you are adding it to your page so we can have an idea on how to help.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
You can check this topic here on how to embed youtube videos and you will find here a method to embed without related videos as you requested above and other options as well: https://en.support.wordpress.com/videos/youtube/
These are the embed options i was talking about in my other reply.
“To hide the related videos from appearing after the video is done:
[youtube=https://www.youtube.com/watch?v=WVbQ-oro7FQ&rel=0]”
$rel=0 is the key.
I hope this helps
Thank you!

Bogdan B.
tagDiv Staff

Hello,

You can ad a header ad to whatever size you whish if you chose any other style except the first 3 https://forum.tagdiv.com/header-styles/
The first 3 styles reduce the size of the logo so it will fit besides the logo.
The other styles support bigger ads such as this: http://screencast.com/t/xg3Fx9A12BK
Just make sure to use this method to display your ads: https://forum.tagdiv.com/using-other-ads/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The theme was built to work with adsense, but we have not tested the code through the adspeed server. A clasic adsense code will work fine. For other types of ads we recommend using this option: https://forum.tagdiv.com/using-other-ads/http://screencast.com/t/3cLXjHTa

I hope this helps
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please make sure you close all your html tags and that you type the url correctly.
Try this code and see if it works.
<div class="td-all-devices"><a href="#"><img src="#"/></a></div>
Thank you!

Bogdan B.
tagDiv Staff

Hello,

You will need to provide a link to your website so we can inspect this white space and see where it comes from. (I suspect it comes from the ads, but it is just an assumption. Check your ad code again for errors. maybe an open tag not closing correctly.)

Thank you!

Bogdan B.
tagDiv Staff

Hello,

We had reports of visual composer conflicting with the new version of seo, but they released another 3 dot revisions since then. You can try to update the plugin and check if the error is still there.
It seems that it is conflicting with version 4.7.4 of visual composer. We have no fix for it yet, until we release a new version of the theme with an update to visual composer.

Sorry for the inconvenience.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
I cannot quite figure out the problem. On your website the correct logo is displayed. Not the default one. After changing the logo from the theme panel, make sure you hit the save button so the theme can apply the changes.
Please provide more details if the problem is still there.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

I have inspected your website and saw that custom css is being applied from the theme panel:
http://screencast.com/t/NYpP7aAS the code is being rewritten with code from your theme panel: http://screencast.com/t/4mykZlG108e
As for the child theme, please follow this tutorial here: https://forum.tagdiv.com/the-child-theme-support-tutorial/ those are the only files that work from the child theme at the moment.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Te smart sidebar was coded to work with the scroll function of the browser. By using the keyboard home and end you jump from one state to another without using scroll. I will add this to our list of fixes and we will look into it for a future update.

Thank you for pointing this out.

Bogdan B.
tagDiv Staff

Hello,

It looks like the line height was decreased. Please use this custom css to adjust it:

ul.sf-menu > .td-menu-item > a{
line-height: 80px!important;
}

result:http://screencast.com/t/l7hsX4i5LC

Thank you!

Bogdan B.
tagDiv Staff

Hello,
I have checked your website and saw that i could upload some images but others not. Please check if you have GD Library installed, wordpress requires it for cropping. You can see it in your Cpanel. If not, contact your hosting provider.
Let us know how it goes.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately this kind of modification is not so easy to do. The pagination will be positioned outside the container. You will need custom work to accomplish it. Unfortunately we cannot offer any custom work at the moment. If you really need this modification you can hire a freelancer from sites like studio.envato.com.

Thank you!

Bogdan B.
tagDiv Staff

Hi,
I tried this one: http://screencast.com/t/7eByT5bNO. it works fine with but only with the jquerry option on.
You can try any redirect plugin you wish. We have not tested any of them officiualy but most of them work.
Thanks.

Bogdan B.
tagDiv Staff

Hi,
Sorry for the delay, if you write in the same topic it moves the topic to newer, and we reply from oldest to newer.
You seem to have strange problem. I tried to recreate it at my end but was not able to. It might have something to do with the errors in your console: http://screencast.com/t/FAvdJfLLF6c7
Also try it without any plugins to rule out a plugin conflict.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
We replied via email yesterday and we requested your purchase code and the envato user (themeforest). Please provide these via email so we can reset the activation count.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
The correct method to embed a video is by using the YouTube link. Just paste inside the content and it should work. If this is how you embedded the video, please try to disable all your plugins except visual composer and try again. If the problem is still there, provide a link to your website so we can inspect the problem.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Facebook seems to have troubles these days and lots of people have problems with photos and facebook sharing. Please make sure you use SEO Yoast and activate the OG tag for facebook. The problem most of the times seems to be on the first share. If you try to share the same post a second time, it works as expected. At the moment i checked your website and was able to share posts without problems.
Sorry for the inconvenience.

Bogdan B.
tagDiv Staff

Hello,
There is an option in the theme panel to change the twitter username: http://screencast.com/t/kso85WRologg
Thank you!

Bogdan B.
tagDiv Staff

Hello,

I have checked your code and saw that your iframe on

is not closed. This is probably why the mobile version does not display.

Thank you!

Viewing 25 posts - 20,826 through 20,850 (of 22,378 total)