Hello danimian,
Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td_social_type :nth-child(2){
display:none!important;
}
The result -> http://screencast.com/t/UNT4JhJI
Thanks.
Hello nomadhermit,
If you want to add the widget to the bottom of individual posts, you have to use the Widgetised Sidebar and place it with do_shortcode method where you want in the posts. First of all, you have to create the code with the desired widget from your Visual Composer editor, like this -> http://screencast.com/t/maoAeYKaIFo -> http://screencast.com/t/pXvfBOVQgU (example for td_demo_category_widget) and then, this snippet of the code <?php echo do_shortcode('[vc_widget_sidebar sidebar_id="td-td_demo_category"]'); ?> you have to place in the post template used by you in the bottom of the page, like this -> http://screencast.com/t/kXiU748n (this is just an example for post template 1). Also, please notice that you can set your widgets from Widgets area section, like this -> http://screencast.com/t/LoSeuujRP0
Hope this helps!
Thanks.
Hello Albert,
The offset is used to avoid the duplicity of the posts and with other words to be unique for your homepage. The number of the posts you can set for each from each block settings, above the offset field, like this -> http://screencast.com/t/mQsT4qmcN For more information about block settings you can find in our documentation here -> https://forum.tagdiv.com/block-settings-tutorial/ All of these settings are tested and seems to work as expected.
Please try to implement yourself because we cannot provide customization services at the moment, we only can guide you to the right direction.
Thank you for your understanding!
Hello rodmvin,
If you want to hide the post views counter for a certain post, you have to use a bit of CSS to hide it by a certain post ID, like this -> http://screencast.com/t/DqmlZAgvI
The code is ->
.postid-146 .td-post-views {
display:none;
}
Thanks.
Hello rodmvin,
I have checked your website and you page source and I noticed that you have a lot of untested plugins which could cause this kind of error. Please try to disable all the active plugins, clear all cache and install only the plugins that come bundled with our theme and rule out the conflicting plugins. Please check the result without these kinds of plugins and if your problem persists, please let us know.
Thank you for the message!
Hello @lineaprimero and @pedropapito,
Please try to disable all the active plugins, leave just Visual Composer to active, clear all cache and install only the plugins that come bundled with our theme and rule out the conflicting plugins. I suspect this issue come from untested plugins which can interfere with the new latest updated and which could cause some js errors in the theme and get these issues.
Hope this helps and let us know how it goes!
Thank you for the message!
Hello AngelBR,
Please provide your website URL and please provide more details about what kind of white strip you are referring to for I can understand what you want to achieve. I need your website so I can further inspect it closer and so I will be able to provide a more accurate te code.
Thanks.
Hello srampia,
If you want to get rid the border-bottom for each block title, you have to use a bit of CSS code. Please try the code below and lace it in Theme panel->Custom CSS area.
The code is ->
.block-title {
border-bottom: 0;
}
If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response.
Thanks.
Hello Irreverent Gent,
Please notice that the Seo Yoast is a tested plugin with our theme and works fine. I have tested again on my side and work fine, as you can see here -> http://screencast.com/t/s3IR7hNG9EM Maybe you have cache and because of this the settings from the plugin it not be loaded. Please try to clear all your cache and test it again.
Thank you for the message!
Hello janamtrup,
Please try the code below and decrease the padding-bottom with a bit of CSS code.
The code is ->
.td_block_9 .block-title {
margin-bottom: 0px;
}
The result you should see here -> http://screencast.com/t/EnYF1nmf8H
If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response. Also, you can provide me more useful screenshots for a good understanding.
Thanks.
Hello svsanchez,
If you want to add to your header logo an image you have to use a bit of CSS to implement this. To achieve as you want, please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-header-sp-logo {
background-image: url('http://wowslider.com/sliders/demo-5/data/images/saarschleife.jpg');
background-repeat: no-repeat;
background-size: 1903px 130px;;
}
The result you should see here -> http://screencast.com/t/3oREeh8QcbR
For more information about background-image property in CSS, please check this link here -> http://www.w3schools.com/cssref/pr_background-image.asp
Thank you for the message!
Hello imrantareen26,
If you want to add the Gallery on your posts, you can use our tag div slider gallery when editing each post, like this -> http://screencast.com/t/S7N9FTunZb
For more information about this feature, please consult our documentation here -> https://forum.tagdiv.com/gallery-2/
Hope this helps!
If is not what you mean, please provide more details bout what you want to achieve so I will be able to provide a more accurate response.
Thank you!
Hello danimian,
Please ensure that you do not have any syntax errors and make sure that you have exactly followed the above steps which I presented you above. I have tested on my side and works fine.
http://screencast.com/t/Iw8Cb8U7vj9 -> http://screencast.com/t/9v2YpiNOvuwf
Thank you for your understanding!
Hello kosashi777,
I suppose that you want to make some changes in our theme and to accomplish that, please notice that is necessary to edit or add some code in the core files from the theme. If you want to add the custom code for your page you have to edit the following files -> page.php, page-pagebuilder-latest.php or page-pagebuilder-title.php, depending on what kind of page template you are using in the theme -> http://screencast.com/t/xlVYMprJWA
Thank you for your understanding!
Hello danimian,
As I explained you above, this is not a simple task that involves custom work. Below I gave you an example on how could you change the size of the Slider but please notice that you need some additional customizations in order to achieve best results, it is just a hint.
The code is ->
.td_module_slide {
width:580px!important;
height: 580px!important;
}
.td-theme-slider {
width:580px!important;
}
If you want to change the size of the Slider for each device, you have to use @media queries and set the size of the code for each one. For more information about this attribute, please consult here -> http://www.w3schools.com/cssref/css3_pr_mediaquery.asp As a hint, after you finished your changes you should use the Thumbnails Regeneration to regenerate your thumbnails.
If you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thank you for the message!
Hello danimian,
I do not understand very good on what you want to achieve. The code above has the role hiding the info from the social counter and if you want to add some test in the social counter I have you presented above how can be done through code.
Please provide more details about what you want to achieve so I will be able to provide a more accurate response.
Thank you.
Hello Diceman,
As part of its core, WordPress includes a handler file called “admin-ajax.php” to facilitate all things AJAX. This file will allow you to use jQuery to call PHP functions much like an API. Please notice that this is a link between php and javascript and the theme uses this library when making various changes in the panel.
Thanks.
Hello aragon,
Please try to use the custom ad fields from Theme panel and there you have to use the different image for your ads. For more information about ads section, please consult our documentation here -> https://forum.tagdiv.com/custom-ad-spots/
Thank you for the message!
Hello res,
Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-related-right {
display:none!important;
}
Thanks.
Hello danimian,
Unfortunately, our theme does not have such an option to change the Slider from Visual Composer and we do not recommend to decrease the width of this because you can damage the layout of this element. If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response. Also, you can provide me some useful screenshot for a good understanding.
Thank you for the message!
Hello DonLuigi,
I have checked your website URL and I saw the color switching in your header and also, I saw that you have speed booster to the active mode that moves the js and stylesheet file in the footer, process that could cause this flash. Please notice that the CSS working in cascade and the first time take the code from style.css that is black and then take the color that you have changed from Theme panel that is green and practically this flash is generated by this cause. As a workaround, you have to check your style.css and try to add directly in this file your desired value of color, like this -> http://screencast.com/t/Sx4ULlT0mzB
Hope this helps!
Thank you for the message!
Hello abitang,
I suppose that you are referring to the structure of the search template. If you want to change the template for your search page results you have to set it from Theme panel, like this -> http://screencast.com/t/MO5eeyx3
If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response.
Thank you for the message!
Hello Diceman,
Please notice that his type of file admin-ajax.php is a part of the WordPress AJAX API, it does handle requests from both backend and front. For more information about this kind of file, please check this article, here -> http://www.markomedia.com.au/admin-ajax-php-high-cpu-problem-solved/ and here -> https://premium.wpmudev.org/blog/using-ajax-with-wordpress/
Thank you for your understanding!
Hello res,
As I can see in your image, that is the title of the block in Visual Composer. If you want to have on your homepage more than one, you have to add more block elements in the homepage or text with title element, like this -> http://screencast.com/t/rvVyTFHY -> http://screencast.com/t/22ZJprNBi2U For more information about how to use Visual Composer, please check this documentation here -> https://forum.tagdiv.com/how-to-use-visual-composer/
Hope this helps!
If is not what you mean, please provide more details about what you want to achieve so I will be able to provide a more accurate response in this regard.
Thank you for the message!
Hello res,
If you want to change the structure of the top bar menu, you have to do that from WP panel->Appearance->Menus, like this -> http://screencast.com/t/LLms5biNaD8S
Hope this helps!
If is not what you mean, please provide more details.
Thanks.