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 :)
Catalin
tagDiv Staff

Hello Arafat,

Use the Inspector browser and change the font-size for your post titles. Check here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ and create your own custom Code.

Thanks.

Catalin
tagDiv Staff

Hello mixaverros88,

There’s no problem with the license if it will be used only for a project. Normally, the Envato policy allows using a theme only on one install. You can, however, use the theme on a sub-domain if you plan on creating a testing site, but if we are talking about totally different sites with different content, then only one theme per install is legally allowed. I suggest you make a full backup to your database to avoid losing all of your data.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello Antoine,

If you want to have the same color you should use the code below ->

.td-header-gradient:before{
background:none;
}

The result is here -> https://www.screencast.com/t/KeUjRsxl9P

Thanks.

Catalin
tagDiv Staff

Hello AntoineVerdier,

I said one per general that it is an extra customization that involves doing such custom work and we cannot provide custom work at the moment, sorry! As a hint, you should use the Inspector Browser and create your own custom CSS code, according to the following useful guide from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ Also, if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you!

Thanks for your understanding!

Catalin
tagDiv Staff

Hello Arafat,

Here is talking about our Gadgets demo which has own style for each element used in it. So, the simplest way is to install that demo if you like it and then, you will have the similar style with the demo. Another alternative for you would be to use such a custom CSS code for that element which you want to add to your sidebar section. Here is talking about block 9 which uses the module 8. Try to add the following code and place it in Theme panel -> Custom CSS area, clear all the caches and check the results.

The code is ->

.td_module_8 {
padding: 0 0 0 15px;
border-bottom: 1px solid #eaeaea;
margin-bottom: 6px;
}
.td_module_8 .entry-title a {
color: #888 !important;
}
.td_module_8 .entry-title a:hover {
color: #000 !important;
}
.td_module_8 .entry-title a:before {
content: '';
width: 5px;
height: 5px;
background-color: #f45511;
position: absolute;
left: 0;
top: 7px;
}
.td_module_8 .td-module-comments {
display: none;
}
.td_module_8 .td-module-meta-info {
display: none;
}

The result is here ->https://www.screencast.com/t/4w6lJQhqa7j

Thanks for your understanding!

Catalin
tagDiv Staff

Hello designr,

You can try using the following code from here -> https://www.screencast.com/t/gCKDXPjy

Thanks.

Catalin
tagDiv Staff

Hello Vsculac,

Please try to make a new clean install to another subdomain for testing via FTP way, clear all the caches and check the results. Increase the system status parameters to be according to our documentation from here -> https://forum.tagdiv.com/system-status-parameters-guide/
If the problem is still there after you have made this, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) and Cpanel access so we can investigate it closer your setup page.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello swamplingman,

Try to add the important tag after the code.

.vc_separator {
font-size:50px!important;
}

The result is here -> https://www.screencast.com/t/ArDCAaFfRYx

Thanks.

Catalin
tagDiv Staff

Hello all,

Please try to update the theme to the latest version of it because the Instagram was fixed in that version. Clear all the caches and check the results.

Thanks.

Catalin
tagDiv Staff

Hello itpeek,

Provide your website so I can inspect it and provide a more accurate code.

Thanks.

Catalin
tagDiv Staff

Hello Arafat,

Here is talking about a simple list create in Text with Title element. Check the Widgets area and select from there this element and try to create it yourself. You can provide the link from where did you see this for an accurate response.

Thanks.

Catalin
tagDiv Staff

Hello Antoine,

Yes, notice that each modification you want to make should have to be overwritten in Child Theme if you want to avoid losing customization to a possible new update. Please check here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thanks.

Catalin
tagDiv Staff

Hello AntoineVerdier,

Provide your website URL so I can take a closer look at it. Also, you should provide some useful screenshots with the problem.

Thanks.

Catalin
tagDiv Staff

Hello AntoineVerdier,

Notice that the only option to change the Category Tag Color from Theme panel is here -> https://www.screencast.com/t/K6cnOCjmgF If you want to have other options you should do it yourself through the code or custom CSS code because we cannot provide custom work at the moment, sorry!

Thanks for the message!

Catalin
tagDiv Staff

Hello rumunaptra,

Please provide your website URL so we can check it with Webmaster Tool.

Thanks.

Catalin
tagDiv Staff

Hello marcel-2,

Provide your website URL so I can take a closer look at it and also, so I will be able to provide a more accurate response/code.

Thanks.

Catalin
tagDiv Staff

Hello sn,

Provide some useful screenshots with your desired changes so I will be able to provide a more accurate response or code. Also, you can provide your website URL.

Thanks.

Catalin
tagDiv Staff

Hello azarmi2kht,

Update the theme to the latest version of it which is NP 8.7.3, clear all the caches and check the results.

Hope this helps and let us know how it goes!

Thanks for your understanding!

Catalin
tagDiv Staff

Hello igrubio,

Update the theme to the latest version of it which is NP 8.7.3, clear all the caches and check the results.

Thanks.

Catalin
tagDiv Staff

Hello brue,

Sorry but please notice that here -> https://www.screencast.com/t/0HFVLP5Is you will find all the available options for block pagination. If you need to change the this, you should implement it yourself through the code because we cannot provide additional customizations at the moment, sorry!

Thanks.

Catalin
tagDiv Staff

Hello cccadmin,

The Google Analytics code needs to be added to the script tags, like this -> https://www.screencast.com/t/0AnmyGNB

The example is below ->

<script>
your analytics code
</script>

Thanks.

Catalin
tagDiv Staff

Hello intelweb,

Please keep in mind that the above code which I gave you only hide the Post Views from the front-end and it does not disable the main functionality of it, only if you disable it from the panel. Clear all the caches and check the results.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello mparadis,

1)If you want to change the background video you should edit the ROW using the TD Composer from here -> https://www.screencast.com/t/qk7O3HtZY and if you need to add an image as a background instead of that video, change it from here -> https://www.screencast.com/t/oncSvtMcFS
2)If you want to add the Instagram to the footer section, you should enable the option from Theme panel, from here -> https://www.screencast.com/t/dOwumsZu7hz
3)What kind of background image do you want to change? Provide some useful screenshots with your desired changes so I will be able to provide a more accurate response.

Thanks.

Catalin
tagDiv Staff

Hello cccadmin,

The Google Analytics code needs to be added to the script tags, like this -> https://www.screencast.com/t/0AnmyGNB

The example is below ->

<script>
your analytics code
</script>

Thanks.

Viewing 25 posts - 6,251 through 6,275 (of 23,298 total)