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
Hi,
Your header menu has a visibility hidden style property – http://screencast.com/t/D0TlW4Ti7 Try adding the code provided above. It will make the menu visible at all times, just add it in Theme Panel->Custom Css. Please let me know if it works for you.
Thanks
Hi,
You should select the recommended Post template style 5, as this post template will not display Featured Image on Single Post, like this – http://screencast.com/t/YMfWQ8Ece
Thanks
Hi,
In order to display the modal image you must use the proper link, pointing to the image – http://screencast.com/t/KZh9nsHBY The modal feature does not work with external links.
If you want the image to take you to an external site when clicked, please disable the General modal image here – http://screencast.com/t/weepNCo2QdL and edit the image you want to use as a an external link – http://screencast.com/t/EkVmW8HKf
Thanks
Hi,
To achieve a Smart list like that, you must choose Smart list style 7 – http://screencast.com/t/MCXcmLdD then insert your content like this – http://screencast.com/t/p6KRIdh2bYSi
The result – http://screencast.com/t/ZO23G30Uo2
More about Smart lists here – https://forum.tagdiv.com/smart-lists/
Thanks
Hi,
Unfortunately the Youtube playlist works only with video id’s, so each video id needs to be added manually in order to create a playlist. You cannot use a previously created playlist id in a youtube playlist element. More info here – https://forum.tagdiv.com/video-playlist-2/ You can however use a Video Player element – http://screencast.com/t/nbkpuV0eBoKc and paste a link to your youtube playlist like this – http://screencast.com/t/3Rulprqcdehc
The result is like this – http://screencast.com/t/AQ2a5hAp – http://screencast.com/t/E0jgIZoLMy
Thanks
Hi,
You can try this code for Header style 10 (for Header style 11 change the first class number to 11 in each of the lines), just enter it in Theme panel->Custom Css
.td-header-style-10 .td-header-main-menu .sf-menu > li > a:after {
height: 0;
}
.td-header-style-10 .td-header-main-menu .sf-menu > li > a {
color: black;
}
.td-header-style-10 .td-header-main-menu .sf-menu > li > a:hover {
background-color: #4db2ec;
}
.td-header-style-10 .td-header-main-menu .menu-item-first a:first-child {
background-color: #4db2ec;
}
Please let me know if this works for you
Thanks
-
This reply was modified 9 years by
Simion C..
Hi,
To disable the sidebar in your post page, go to your individual post settings and choose no sidebar – http://screencast.com/t/CEzU5g8AFN Adittionaly you can disable the sidebar on all the categories or per category in Theme Panel here – http://screencast.com/t/sig2hSLCdfq
Thanks
Hi,
1. You can add your own categories in the blocks by opening your page in Visual Composer – http://screencast.com/t/OkBlhYaAi then scroll down to Visual Composer and edit the block you want – http://screencast.com/t/zlmLP8BeL In block settings General tab you can set a new name for the block – http://screencast.com/t/kgaVmENdGv and in the Filter tab you can choose what category you want – http://screencast.com/t/ffWjAodpobS More about blocks here – https://forum.tagdiv.com/block-settings-tutorial/
2. Additionally you can remove the blocks from the page by deleting them or you can add others later on according to your needs – http://screencast.com/t/HVNuAMXtwZ
If this is not what you wanted to know please provide more details.
Thanks
Hi,
That is the way it is supposed to look in Post template 8, it uses the image as background. You should change the Post template to similar ones that do not do this, like Post template 3 for example – http://screencast.com/t/nfb2MqaNDYPO
Thanks
Hi,
The theme calculates excerpts by words or letters, go to your Theme Panel->Excerpts – http://screencast.com/t/GjH9xF9KJk7 and choose letters.
More about excerpts here – https://forum.tagdiv.com/excerpts-introduction/
Thanks
Hi,
Unfortunately there is no easy way of doing this, because it implies modifying the theme files. If you want to make changes here is the file – http://screencast.com/t/LDEesbcz Furthermore, you should consider hiring a freelancer/developer to help you achieve this, as it is not easy.
Thanks
Hi,
Glad to hear it, I wish you a Merry Christmas and a Happy New Year!
Thank you
Hi,
You can change that image by opening your page in Visual Composer editor – http://screencast.com/t/9R23UFLdNQDZ then choose to edit the first row – http://screencast.com/t/fKOPZbsk now scroll down the General tab go to Parallax and select the image you want – http://screencast.com/t/9y6SbDPrI
Thanks
Hi,
To change the font color and background color of the respective category tags, in Big Grid 3 and Block 19 please enter this code in Custom Css(Please change the fonts as you desire)
.td_block_big_grid_3 .td-post-category {
background-color: red!important;
color: blue;
}
.td_block_19 .td-editor-date .td-post-category {
background-color: red!important;
color: blue;
}
If you want to target all the category tags just use this
.td-post-category {
background-color: red!important;
color: blue;
}
Thank you, pleased to hear that you are having a great time using the theme.
Hi,
In order to stop showing latest articles on your page you must select the default template in your Page attributes, like this – http://screencast.com/t/kiIdXwhO4P
You can find additional information about the page templates here – https://forum.tagdiv.com/page-templates-2/
Thanks
Hi,
Add this code in Theme Panel->Custom Css
.td-header-gradient:before {
background: none;
}
Thanks
Hi,
Enter this code in addition to the one provided above, in the same Custom Css
@media (max-width: 767px) and (min-width: 500px) {
.td-pb-span4 .td_block_11 .td_module_10 .item-details {
padding-left: 0;
padding-right: 95px;
}
}
@media (max-width: 767px) { .td-pb-span4 .td_block_11 .td_module_10 .td-excerpt {
display: block;
margin-top: 20px;
}
}
Let me know if this works
Thanks
Hi,
Those share buttons that appear in your menu are not from the theme, you have installed a plugin probably that is adding them there. Please disable all your plugins except Visual Composer and try again then.
Thanks
Hi,
Unfortunately after further investigations it seems that when you add a Videoplayer element in a Tab in Visual Composer, it doesn’t display the iframe properly. You should think of another way of implementation. You can try this code that offers a quick fix, until you manage to make some changes in your design.Enter the code in Theme Panel->Custom Css and please let me know if this works for you
@media (min-width: 1140px) {
.wpb_wrapper iframe {
height: 360px!important;
}
}
Thanks
Hi,
You can enable or disable comment number on the blocks and modules in Theme Panel->Block Settings like this – http://screencast.com/t/a3GOcdFf1hdQ
Thanks
Hi,
This is happening because you have a height set in the iframe, overwriting the default height – http://screencast.com/t/ZXyNUMrz9XtN
You must remove it to allow the videos to be displayed normally – http://screencast.com/t/wb1WoSWub12
Thanks
Hi,
I have inspected your site and it seems that is not happening anymore. From what i can see in the screenshot provided it was the result of a plugin that you were using. Some plugins are not tested with the theme and may cause unexpected results.
Thanks