Hi,
There is no setting for this, but you can try this code, just enter it in Theme Panel->Custom Css
.footer-social-wrap .td-social-icon-wrap i:hover {
color: yellow;
}
The result – http://screencast.com/t/mX2XwxfaR6
Please let me know if this is not what you wanted or it is not working for you.
Thanks
Hi,
This could be a plugin conflict so please disable all plugins except Visual Composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Thanks
Hi,
Yes you can change the number of posts in WordPress Settings->Reading like this – http://screencast.com/t/TCentioPj
Thanks
Hi,
This must of happened due to changes in the last update, you can try this code and see if it works for you, just enter it in Theme Panel->Custom Css
.page-template-page-pagebuilder-title .wpb_text_column :last-child .block-title span{
margin-bottom: 0;
}
Alternatively you could get the same result as you are now, using a Raw HTML above your Text block like this – http://screencast.com/t/hFweuysfQ – http://screencast.com/t/BXLTO5jEQ0 This is the code for the style that goes in the Raw HTML
<h4 class="block-title" style="border-color: #595959;"><span style="margin-right: 0; background-color: #595959;">DON'T MISS</span></h4>
And this is the result – http://screencast.com/t/gNqVfbOR
Thanks
Hi,
@rafpigna From inspecting your site i can see that the counter is working properly. Also please note that there is some delay between the data synchronization from facebook and the site.
@Costea.Exari Please make sure you follow the instructions as specified in this tutorial – https://forum.tagdiv.com/tagdiv-social-counter-tutorial/ If you already did this and it’s still not working, provide a link to your site for closer inspection.
Thanks
Hi,
In order to make something like that first you need a background image of your choosing for the block title span (in this case an image of 106x34px) then use this code (this is for block 1 – you can change it if you have different blocks)
.td_block_1 .block-title span {
width: 106px;
height: 34px;
background-image: url(https://slice42.com/wp-content/themes/Slice42/assets/actus.png);
text-indent: -5000px;
background-color: transparent!important;
}
.td_block_1 .block-title {
border-bottom: none;
}
In the background-image put the url to your image(i used the image from above – you can test with it)
Result example – http://screencast.com/t/e1iuRqdH9
Let me know if this works for you
Thanks
-
This reply was modified 9 years by
Simion C..
Hi,
If you are using a child-theme this could affect the functionality so try switching to the main theme. Also disable all the plugins except Visual Composer and clear the cache. Hope this helps
Thanks
Hi,
The code seems to be valid css, maybe you have another code before this that could affect the functionality. What do you mean by nothing works, what error are you having? You could try entering the code in small pieces and reduce the search for the posible error.
Thanks
Hi,
From what i can see while inspecting your site, at the moment everything is in order both on desktop – http://screencast.com/t/GnCQah18a and mobile – http://screencast.com/t/W5aIzfJuCoRP and the sidebar is loading properly.
If you still have a problem please contact us at contact@tagdiv.com and paste a link to this topic.
Thanks
Hi,
There are social plugins that you can get for this, though they have not been tested and may not work with the theme you can try and see. The site you linked i suspect uses a plugin called AddThis.
Thanks
Hi,
Enter this code in Theme Panel->Custom Css, it will eliminate the white spaces
.td-header-style-10 .td-logo-wrap-full .td-logo {
line-height: 0;
}
.td-header-style-10 .td-logo-wrap-full {
min-height: 0;
}
The result with the code loaded – http://screencast.com/t/hU1yZeQX15sK
Thanks
Hi,
Please provide a link to your website if possible, so we can inspect it closer and see why this is happening.
Thanks
Hi,
To disable the dropdown edit the page in Visual Composer then go to the respective block you want to change and in it’s settings – http://screencast.com/t/B2yxxexNr2P choose “No drop down ajax filter”
Thanks
Hi,
@jahoffman Please provide a link if possible and more information about what and how you want to change so i can be sure to give the best solution that works for you.
Thanks
Hi,
This must be happening beccause you changed the default thumbnail size in the wordpress media settings – http://screencast.com/t/5KWiWKKuYQt Try reverting to the default size and see what happens.
Also you can use other modules for the search if you want to have a different article display view in the search page, in Template settings->Search template – http://screencast.com/t/hzEHt2Rx
Thanks
Hi,
The block used in “MAKE IT MODERN” is Block 15, take a look here at how the block looks on different layouts – http://demo.tagdiv.com/newspaper/block-15/
Thanks
Hi,
To make all your block titles look like in the first screenshot, enter this code in Theme Panel->Custom Css (you can change the color to whatever you like)
.block-title, .block-title span, .td-block-title-wrap {
background-color: #4db2ec!important;
}
.block-title {
border-bottom: none;
}
The result – http://screencast.com/t/zH1mERPtwI
As for the second screenshot, the site uses a background-image for the block titles, see here – https://slice42.com/wp-content/themes/Slice42/assets/actus.png
Thanks
Hi,
In order to remove the images, you can choose a different layout that does not display thumbs, just edit your page like this – http://screencast.com/t/Oz5KFauo5 and in post loop settings pick a custom module that does not display images(like M8 or M9)
Thanks
Hi,
Sorry for misunderstanding, try this code for the Prev/Next buttons background transparency
.td-left-smart-list, .td-right-smart-list {
background-color: transparent;
}
And only add this one if you want the buttons to be transparent on hover too
.td-left-smart-list:hover, .td-right-smart-list:hover {
background-color: transparent;
}
Please let me know if this works for you
Thanks
Hi,
Thank you, and a Happy New Year to you too!
Hi,
Even if you remove the padding it is not easy to implement a fully working full width slider, because it means a lot of work and implies modifying a lot more elements including responsiveness. You should try to find a solution that you like using the themes variety of templates and styles and if necessary, using minimal modifications to the default elements.
To answer your second question, the Envato policy allows using a theme only on one install, for a single end product(website) – https://themeforest.net/licenses/standard You can use the theme for testing purposes on sub-domains of your site but only under the condition that it’s part of the same project. If you change your domain you simply have to delete the theme from the previous one and install and activate it in the new one.
Thanks
Hi,
From inspecting your site i can see that you changed to Header style 7 and managed to achieve what you wanted, and the site looks good. The solution that i provided using float works, on a non-modified header style, but since you customized your header file i could not offer a solution not knowing what has been modified.
Thanks
Hi,
You should not modify the themes style.css file because it could lead to problems in the theme. Add all your css modifications in Theme Panel->Custom Css. You can float the logo left by adding this code in Custom Css
.td-header-style-9 .td-main-logo img {
float: left;
}
This is the result with no background set – http://screencast.com/t/iwbikZcG and with background – http://screencast.com/t/5fli1Nadu
However, you should take a look at Header Style 1 – https://forum.tagdiv.com/header-styles/ which looks like what you are trying to achieve.
Thanks
Hi,
Changing the post template from post settings in each post – http://screencast.com/t/SVWvcPsvKo should override the default post template set in Theme panel
Please provide a link so i can inspect it further.
Thanks
Hi,
The Slider element was not meant to be full width, so you have to do some custom work in order to achieve this. First you need to stretch the row containing the Slider – http://screencast.com/t/DmKqDNKXorX Then add this css in Theme Panel->Custom Css
.iosSlider-col-3 .entry-thumb {
width: 100%;
}
This is the result – http://screencast.com/t/8Apbk7Ub
As you can see the image thumb displayed in the slider is still the default size used by the slider element – http://screencast.com/t/bFCcimlnqY only stretched. To modify the thumb to a custom size so it will look better, you have to edit the td_api_thumb found here – http://screencast.com/t/iyhNuouo2PGn coresponding to the Slider on 3 columns. More about the theme API here – https://forum.tagdiv.com/api-thumbnail-introduction/
Make sure you regenerate thumbnails after you make the changes – https://forum.tagdiv.com/existing-content/
Thanks
