- ApiPractical example – How to add a new Block and Module
- Apitd_api_block::delete
- Apitd_api_block::update_key
- Apitd_api_block::update
- Apitd_api_block::add
- ApiAPI – Blocks – Introduction
- Apitd_api_thumb::update_key
- Apitd_api_thumb::update
- Apitd_api_thumb::add
- ApiAPI – Thumbnail – Introduction
- Apitd_api_category_top_posts_style::update_key
- Apitd_api_category_top_posts_style::update
- Apitd_api_category_top_posts_style::add
- ApiAPI – Category top section style – Introduction
- Apitd_api_module::update_key
- Apitd_api_module::update
- Apitd_api_module::add
- ApiAPI – Modules – Introduction
- ApiUsing the Theme API in plugins
- ApiThe Theme API
just added it, but is not working… this is all my cusom code just in case
.td-blog-beauty .td-post-template-default
.td-crumb-container {
display: block;
}
.td-header-sp-logo { background-color: #ffffff; }
.td-left-smart-list {
font-size: 20px; color: #658ae1
}
.td-right-smart-list {
font-size: 20px; color: #658ae1
}
.td-sml-current-item-nr {
background-color: #658ae1;
}
.td_smart_list_2 .td-sml2-description p{
font-size: 17px; }
.td-smart-list-button {
background-color: #ffffff;
}
.td-left-smart-list, .td-right-smart-list {
background-color: white;}
.td-left-smart-list:hover, .td-right-smart-list:hover {
background-color: white;}
.td-sml3-bottom-controls {
display: inline-block;
padding: 8px 0;
width: 100%;
z-index: 9;
border-top: 2px dashed #f1f1f1;
border-bottom: 2px dashed #f1f1f1;
font-size: 17px;
font-weight: normal;
line-height: 24px;
margin-bottom: 20px;
}
.td-left-smart-list {
cursor: pointer;
padding: 12px 25px 2px 10px;
left: 0;
text-transform: uppercase;
float: left;
position: relative;
font-size: 17px;
color: #598AFF;
font-style: normal;
right: 0px !important;
width: 100px;
}
.td-right-smart-list{
cursor: pointer;
right: 0;
padding: 2px 10px 2px 10px;
text-transform: uppercase;
float: right;
position: relative;
margin: 8px 12px 8px 2px;
font-size: 17px;
color: #598AFF;
font-style: normal;
}
.td-controls {
display: none;
}
.td-adspot-title {display: none;
}
.block-title {display: none;
}
.@media(max-width:767px){
.td_smart_list_3 .td-sml-figure {
float: none;
margin-left: auto;
margin-right: auto;
}
Hello,
Yes, we do plan on moving over to our own builder. We plan on adding many more features to it so it will become a very powerful tool. Visual composer is no longer a required plugin and it will no longer receive any new features. On each update the new features (page blocks, grids, modules) added will be exclusively for the tagdiv composer.
Thank you!
Are you saying that my site has any issues?
Which?
This is my custom css:
.td-icon-search{
display:none!important;
}
.td-page-title{
display:none!important;
}
.td_block_social_counter .td_social_info,
.td_block_social_counter .td_social_info_name {
display: none!important;
}
.widget_wysija .block-title > span{
background-color:#FF8C00!important;
}
.widget_wysija .block-title{
border-color:#FF8C00!important;
}
.widget input.wysija-submit {
background:#FFF!important;
border: 1px solid #ccc!important;
color: #000!important;
}
.single .td-social-pinterest {
display: none!important;
}
.td-sub-footer-copy{
width: 100%!important;
text-align:center!important;
}
.td-header-style-8 .td-header-sp-logo {
margin-left: 60px!important;
margin-bottom: 0px!important;
margin-top: 0px!important;
}
.category .td_block_trending_now {
margin: -38px 0 24px!important;
}
.td-trending-now-wrapper .td-next-prev-wrap {
display: none!important;
}
.category .td-category-grid .td_block_wrap {
padding-bottom: 0px!important;
}
ADVANCED CSS
Desktop:
.td-trending-now-wrapper {
padding-left: 25px!important;
}
.category .td-trending-now-wrapper {
padding-left: 25px!important;
}
iPad landscape:
.td-trending-now-wrapper {
padding-left: 20px!important;
}
.category .td-trending-now-wrapper {
padding-left: 20px!important;
}
Ipad portrait:
.td-trending-now-wrapper {
padding-left: 14px!important;
}
.category .td-trending-now-wrapper {
padding-left: 14px!important;
}
.category .td_block_trending_now {
margin: -34px 0 24px!important;
}
Iphones:
.category .td_block_trending_now {
margin: -39px 0px 11px!important;
}
-
This reply was modified 9 years by
Ginfox.
Hello ansontya,
Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
@media (max-width: 767px){
.td-scroll-up {
display: block!important;
}
}
Thanks.
Hello there,
Loving this theme so far, one of my best pennies ever sent.
However Im facing a weird problen with Newsmag.
in WordPress/Widget only these default widgets show content inside such as custom block and so on.
But on my custom widget, it shows blank but when I check the live page the content is there.
Thank you
Hi,
If you are using the mobile theme a scroll to top is displayed. If you do not use it, you could activate it with a code like this – https://www.screencast.com/t/kmewhpua
You just need to enter it in Theme panel->Custom Css section
@media (max-width: 767px) {
.td-scroll-up {
display: block;
}}
Thanks
Hi,
If you mean something like this – https://www.screencast.com/t/XUPwNwlE
You can do it with this code
.td_block_slide .td-module-title {
background-color: black;
}
.td-slide-meta {
width: auto!important;
}
Thanks
Hmm I kinda thought that new composer is ment to replace old one and majority of blocks/grids are present. Tagdiv just forgot this one I suppose…
Hi,
It would be very helpful if you could provide a link to your website to see the problem, for a more accurate solution. This probably happens becasue of the modification you made to the background of the post title. You could try this code and change the color of the title when the module is hovered (you can change the color accordingly)
.td_block_big_grid_fl_2
.td_module_mx19:hover
.td-module-title a {
color: yellow!important;
}
The code must be entered in Theme Panel->Custom Css section.
Thanks
Hi,
I did a fresh install of the version 8.0 theme by following your documentations and now the pagination part of the blocks are not working it returns klgadgetguy.com/#. The background still does not have a link even when i have done the way you have told me to do. I am sorry to rush you on this but its taking too long to solve this issues as you guys are taking too long to reply, and now there is a new issue which is the pagination. I need a solution ASAP as this is damaging to my website in terms of the happiness of my client. Please reply me..
Thanks
Hello polys_a,
Notice that all the Block Settings which was available on Visual Composer were been added in our page builder, like this -> https://www.screencast.com/t/AAZDZ1vq79 For more information about how you can use the TD Composer, please check here -> https://forum.tagdiv.com/tagdiv-composer-tutorial/
Thanks for your understanding!
Hi
We’re using your template with great success, but we need a little help. Our url is http://www.bttlobo.com
Our front page is static, and we’re using the template’s right ad blocks (5 at total) only for the front page.
On the categories pages and other pages , we’re using the widgets for the right ad blocks (also 5 at total).
The problem is that we have the Ad Injection plugin installed to rotate ads in the last right ad block (bottom), and it only works as a widget.
So we would like to ask you if there’s any way we can add it as a widget to the front page right ad block?
Thanks
Helllo!
@ problems I see .
1.If I insert video playlist and enter the code of youtube “IE: 4GZqxSpiEJ8,”
Page stay blank not pulling the video.
Second also about video.
If I use a p[ost with video and enter the full URL of video in Feature video my site go dead
until I removed that post
Hi Simion,
thank you for help,
those words are not present in any block of my page,
or there are not in option displayed to me…
(if you want have a look
Code for old & correct row:
<div data-vc-full-width="true" data-vc-full-width-init="false" data-vc-stretch-content="true" data-vc-parallax="1.5" class="vc_row wpb_row td-pb-row td-travel-header vc_custom_1491083979151 vc_row-has-fill vc_row-no-padding vc_row-o-content-middle vc_row-flex vc_general vc_parallax vc_parallax-content-moving"> <div class="wpb_column vc_column_container td-pb-span12"> <div class="vc_column-inner "> <div class="wpb_wrapper"> <div class="wpb_single_image wpb_content_element vc_align_center"> <figure class="wpb_wrapper vc_figure"> <div class="vc_single_image-wrapper vc_box_border_grey"></div> </figure> </div> <h2 style="font-size: 40px;color: #194878;text-align: center;font-family:Vollkorn;font-weight:400;font-style:normal" class="vc_custom_heading wpb_animate_when_almost_visible wpb_fadeIn fadeIn" >ROYALDELUX: Wellness Vacations for Women in Spain.</h2> </div></div> </div></div>
Code for the same row after updating & rolling back theme version:
<div id="td_uid_3_59259d4ea8fc9" class="tdc-row stretch_row_content_no_spaces">
<div class="vc_row vc_custom_1492079823877 td_uid_33_59259d4ea904b_rand wpb_row td-pb-row" >
<style scoped>
/* tdc_composer_block - inline css att */
.vc_custom_1492079823877{margin-top: -48px !important;background-color: #f9f4eb !important;}
</style>
<div class="vc_column td_uid_34_59259d4ea94b9_rand wpb_column vc_column_container td-pb-span12">
<div class="wpb_wrapper">
<div class="wpb_wrapper td_block_empty_space td_block_wrap vc_empty_space td_uid_35_59259d4ea98de_rand " style="height: 50px">
</div>
<div class="wpb_wrapper td_block_single_image td_block_wrap vc_single_image td_uid_36_59259d4ea9a45_rand td-single-image-">
</div>
<h2 style="font-size: 36px;color: #194878;text-align: center;font-family:Vollkorn;font-weight:400;font-style:normal" class="vc_custom_heading mycustomH2 wpb_animate_when_almost_visible wpb_fadeIn fadeIn" >ROYALDELUX: Wellness Vacations for Women in Spain.</h2>
<div class="wpb_wrapper td_block_empty_space td_block_wrap vc_empty_space td_uid_37_59259d4eab42b_rand " style="height: 50px">
</div>
</div>
</div>
</div></div>
-
This reply was modified 9 years by
chart.
Hi,
I suggested that you simply deactivate the plugins, then make a test post to see if the thumbnail is generated properly. Something is wrong with the thumbnail on your website, they are not created as it should. As shown in my test with one of your images, this is how the thumbnail should look – https://www.screencast.com/t/6rQghyAtNhc
Maybe a plugin is interfering with this, that is why I suggested to test while having only the mentioned plugins active.
Also maybe you could try this tool to regenerate the thumbnails again
– https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
If you cannot manage to solve this issue, please send us an email at contact@tagdiv.com and provide admin login information so we can take a look. Also paste a link to this topic so we can identify you.
Thanks
1) I have tested the smart sidebar again and it works as expected. Make sure you add the class on the sidebar row like so:
https://www.screencast.com/t/8newXb7CyWe
2) sorry but our blocks and grids cannot have separate category for each post. The block sorting option is filtered as a whole, not as separate posts in the grid.
Thank you!
Understood but in the future will you provide alternative codes I can use to replace the codes I have on the posts?
[vc_row][vc_column][td_block_ad_box spot_id="custom_ad_2"][vc_column_text]
this is the type of code I added manually.
Thanks!
They introduced their own composer, in the past it was WPBakery Visual Composer, now they added TD Composer.
I did clean theme update too, but now if i disable WPBakery plugin, some blocks doesnt work. I checked TD Composer, and indeed i didnt found Tabs block in the new page builder, thats why it is crashing.
Other than that is working ok for me
Here are u referring to re-generate with default word press setup… Then we missout the sizes required for template naa for each block ??
When i disabled WPBakery plugin i got some elements not working: https://gyazo.com/5ea5e493b13873a19ac2d9a8aaa12b6c
Tabs are gone, and Call To Action block does not work anymore
Yes, it works like a charm. But i just used VC only with blog style and the featured post grid block
-
This reply was modified 9 years by
AndroidKosmos.
Hello I have updated lifenewscy.com to the latest Newspaper 8 and used the TD Composer.
Some problems:
1) Smart side bar is not working on homepage created with TD Composer.
2) I need to use Big Grid 7 (you can see it in the middle of the home page) but each block to display individual category. Is this possible?
Regards
Hi,
You click on row and column settings and not on blocks.
If you need block settings please click on block – https://www.screencast.com/t/u5R868e2
If you refer only to the Row/Column settings, those are all the options. TagDiv Composer was designed and more important it works only with tagdiv elements. In case you use Visual Composer elements on your pages, you need to use Visual Composer.
Another thing we don’t recommend to combine both pagebuilder plugins(save a page with one and then edit and save with the other one). If you start using one please use only that one.
Thanks!
Manual activation not work, when you click on the link “Activate” nothing happens.
.td-main-page-wrap{
padding-top: 25px!important;
}
Not good, first loaded site with the spacing and then disappears.
On the back is OK: https://prnt.sc/fbis9k
-
This reply was modified 9 years by
Mijaz.
</div>
</figure>
</div>
<h2 style="font-size: 40px;color: #194878;text-align: center;font-family:Vollkorn;font-weight:400;font-style:normal" class="vc_custom_heading wpb_animate_when_almost_visible wpb_fadeIn fadeIn" >ROYALDELUX: Wellness Vacations for Women in Spain.</h2>
</div></div>
</div></div>