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 yavasoglu,

Try to add the !important tag after none value. It is important to do that because using this rule, your value will be more precise and should work.

Hope this helps and let us know how it goes!

Thanks.

Catalin
tagDiv Staff

Hi kautsarjuhari,

.td_module_2 .td-module-thumb img {
width: inherit;
}

The result you should see here -> http://screencast.com/t/F76ulrcReWp0

Thanks for the message!

Catalin
tagDiv Staff

Hello Mpasho Support,

First of all, please ensure that you have respected our list of requirements for our product, like this -> https://forum.tagdiv.com/requirements-for-newspaper/ Also, try to update the theme to the latest version of it and also, all the required plugins which come bundled with the theme, clear all your caches and test it again. Basically, the latest Fatal error is happening due old version of Visual Composer. Try to update it and check the results.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello srampia,

You can try this code ->

.td-theme-slider .td-module-title a {
color: pink!important;
}

Thanks.

Catalin
tagDiv Staff

Hi kaidensharma,

By default, the Social Icons are only placed at the Top Bar. Unfortunately, our theme does not have any such an option that offers you a way to add all of these in the main menu, sorry! If you want to add them there, you should try to implement yourself through the code because we cannot provide custom work at the moment! Also, if you are not aware of this implementation, please consider hiring a freelancer/developer to help you!

Thanks.

Catalin
tagDiv Staff

Hello rakhwanna,

Sorry for the delay but please notice that we treat our customers from oldest to newest and if you will make any bump, your question will be put at the top of the forum and will become newer and that’s why it appears this delay.
If you want to centre the post navigation, you will have to use a bit of CSS code to do that.

The code is ->

.page-nav.page-nav-post{
margin-left:auto;
margin-right:auto;
display: table;
width: inherit;
}

Thanks.

Catalin
tagDiv Staff

Hi Jakru,

Please keep in mind that all required plugins (Visual Composer, Social Counter) come bundled with the theme and you must not buy any license for them because it comes bundled with the theme. For more information about how you can update the Visual Composer, please check here -> https://forum.tagdiv.com/how-to-update-visual-composer-plugin/

Thanks.

Catalin
tagDiv Staff

Hello hadharm,

As a hint, you can try to use the do_shortcode() method for calling that shortcode. For more information about functionalities of this method, please consult here -> https://developer.wordpress.org/reference/functions/do_shortcode/

Thanks for your message!

Catalin
tagDiv Staff

Hello argosmedia,

Unfortunately, we do not have any simple solution in this regard for changing the navigation position for smart list 1, sorry! Please notice that is not a simple task, and the smart list has a more sensible code, and this cannot be very easy modified because you can break the layout of this, sorry! If you do not like this style of smart list, you are free to change it with another one.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello jauburn,

Please consult this topic here -> https://forum.tagdiv.com/topic/how-to-create-a-google-custom-search-page/ because there you will find a tutorial made by one of our customers.

Thanks for your message!

Catalin
tagDiv Staff

Hello VittorioC93,

As for the image sizes, there is no ideal image size I can recommend. You will have to assess the containers and thumbs you plan on using on your site and the post templates as well. If you use post templates that use the full-size images like http://demo.tagdiv.com/newspaper/td-post-2015-awards-all-of-the-best-and-worst-moments-from-the-show/ then a full-width image is required. If not, you need to inspect every element, in particular on the homepage. If you use big grids, your images must be at least the size of the big grid container. Otherwise, they will not fit inside and not display correctly. Here is a list of all thumbs used in our theme:
https://forum.tagdiv.com/theme-thumbs/ also -> https://forum.tagdiv.com/thumbnails-vs-featured-image-size/

Hope this helps!

Thanks for your understanding!

Catalin
tagDiv Staff

Hello Joe,

The HTTP error is a general one and it could be generated by many causes. First of all, please ensure that your system status is increased to the higher value, according to our documentation here -> https://forum.tagdiv.com/system-status-parameters-guide/ then make sure if this error is not generated by your untested plugins. If you are using something like that in your theme, please try to disable all of them, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with the theme and rule out the conflicting plugins. Finally, if this error will persist, please try to use the Force Regenerate Thumbnail and regenerate the latest loaded image on your site and check the results because should work as properly.

Hope this helps!

Thanks for your understanding!

Catalin
tagDiv Staff

Hello biretta,

Please notice that the order is not very important. You can add as you like but please notice that you should be very careful to have no syntax errors. The CSS system will load the code in cascade, hence the name -> Cascading Style Sheet.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello VittorioC93,

If you want to change the font for Excerpts, please notice that you can do that from the Theme panel, like this -> http://screencast.com/t/X1UEL6V88 and if you want to change the length of Excerpts, you can do that from here -> http://screencast.com/t/LaQnOeb5 For more information, check here -> https://forum.tagdiv.com/excerpts-introduction/

Thanks.

Catalin
tagDiv Staff

Hello aberniz,

All the functionalities for Smart Sidebar are made in JavaScript.

Thanks for the message!

Catalin
tagDiv Staff

Hi srampia,

Try the code below ->

.home .td-module-title a {
color: pink!important;
}

Thanks.

Catalin
tagDiv Staff

Hello Mpampirina,

If you want to add the meta info and for Big Grid 7, please notice that you should edit the td_module_mx12.php and td_module_mx6.php core files and add some code, like this -> http://screencast.com/t/8yZHzaEb and here -> http://screencast.com/t/PkruhglF13 and then, for bring a good design you can use a bit of CSS code, like below ->

The code is ->

.td_module_mx6 .td-module-meta-info{
margin-left:0;
}

The result you should see here -> http://screencast.com/t/XdbzKGND4UjR

Thanks.

Catalin
tagDiv Staff

Hi MarcinHinz,

Try the code below and place it in Theme panel->Custom CSS area.

@media(max-width:767px){
.td-container .block-title span, .td-footer-description{
display:none;
}
}

Thanks.

Catalin
tagDiv Staff

Hello Jboesh,

I have inspected your website, and I noticed that your URL is not valid /author/huisje/gezondvoorstel.tumblr.com You should try to investigate your Google Crawler Option and see where this error come.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello TCPaul,

Please try the method which is explained in the following topic here -> https://wordimpress.com/how-to-load-woocommerce-scripts-and-styles-only-in-shop/ Also, if it will be useful for you, you can check and here -> https://github.com/woothemes/woocommerce/issues/7777 https://docs.woocommerce.com/document/conditional-tags/ You will have to do it yourself all these implementations because we cannot provide custom services at the moment, sorry! Please notice that we only guide you in the right direction.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello Aldemi,

Thanks for your reaching us. So, if you want to edit the structure of category page, please notice that you should edit the category top posts styles according to what type of style you are using on your side. For example, if you are using the Style 1, in td_category_top_posts_style_1.php you should inject your table content or through using the do_shoertcode method, you can add the shortcode of your plugin or everything else from Visual Composer elements. look here -> http://screencast.com/t/fngB2iCKOhhi

Hope this helps!

Thanks for your understanding!

Catalin
tagDiv Staff

Hello howtoditys,

Most likely, this type of issue comes from an error occurred from WordPress. Please try again to install the WordPress and then the latest version of the theme, via FTP because this is the surest method in this regard, according to our documentation here -> https://forum.tagdiv.com/install-via-ftp/

Thanks for your understanding!

Catalin
tagDiv Staff

Hello kibiribi,

You should not worry because this is not a value malware, it is just a false warning. Please keep in mind that some validation tools interpret some snippets of the code to be infected but it is not true. You will have to ignore this message and in the future, you can try to avoid this type of software because not always validate an accurate result.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello aberniz,

Pfff, too many plugins. Please notice that all of these can interfere with our Smar Sidebar and that’s why it will not work as accurately. The Smar Sidebar is created in JavaSCript, like this -> http://screencast.com/t/OD0w4vugVz As you can see, this is not a simple task and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work.

Thanks.

Catalin
tagDiv Staff

Hi cinematographe,

Unfortunately, our theme does not have such an option that offers you a way to create a different menu on a single page, sorry! Notice that is not a simple task and if you are not aware of it implementation, please consider hiring a freelancer/developer to help you because we cannot provide custom work. Also, another alternative for your would be to find some plugins which have this functionality and see how it will work for you. We cannot make any recommendation in this regard because we do not test ant plugin in this regard.

Thanks for your understanding!

Viewing 25 posts - 17,001 through 17,025 (of 23,298 total)