+1
The cloud library plugin is still activated. I removed this code:
<?php echo $td_mod_single->get_content();?>
And replaced it with:
$my_postid = get_the_ID();
$content_post = get_post($my_postid);
$content = $content_post->post_content;
$content = apply_filters('the_content', $content);
$content = str_replace(']]>', ']]>', $content);
echo $content;
And it works… So something in your get_content function is malfunctioning
I see that the options are saved but not used on the new post
What kind of information do you want? Can’t you recreate the problem? I just created a CPT but the default position of the sidebar is incorrect.
It’s only on the new post type that I made. Both plugins are turned on.
But what about the error I get on the templates.
td_api_base::mark_used_on_page : a component with the ID: tdb_template_27 is not set.
[ROOT_FOLDER]/wp-content/themes/Newspaper/includes/wp_booster/td_api.php
Now I need to use a php file (template) to change the layout of the post type. I even get an error of wp_booster on the page with the next error:
td_api_base::mark_used_on_page : a component with the ID: tdb_template_27 is not set.
[ROOT_FOLDER]/wp-content/themes/Newspaper/includes/wp_booster/td_api.php
Thanks!
Strange, the like button doesn’t have any overflow right now…
But why isn’t a CPT able to use TD-composer for the template? Because it’s now using a simple template that isn’t editable.
Hey,
Thanks for your reply, it may looks a little weird that the first row had a sticky column and the infinite loaded don’t. The infinite loaded posts should be the same as the first post, right?
Hey,
I sorry but I can’t find the explanation of Custom Post Types with the Cloud Library..?
Please note it high haha. It’s a piece of customer experience thats missing!
I sent the url to the email above. But is there any way to disable the like button?
But that’s weird. The first post automatically has stick.
Can I send the url in a private reply?
It worked haha. Thanks!
Got the same problem! The mobile theme with AMP doesn’t load any shortcodes anymore…
It was not the cache, I’m developing on the homepage but it didn’t appear.
Ahh yes I found it. There was a button placed from there! But why did it only get included on the category page?
It can’t be a plugin since it has classes of TD composer. This is a copy of the button
<div class="tdm-header-menu-btns">
<div class="tdm_block td_block_wrap tdm_block_button td_uid_1_5c86bfa98ed1c_rand tdm-block-button-inline tdm-content-horiz-left td-pb-border-top tdm-menu-btn1 td_block_template_1 tdc-no-posts" data-td-block-uid="td_uid_1_5c86bfa98ed1c">
<style>
body .td_uid_2_5c86bfa98fc23 {
background: -webkit-linear-gradient(-60deg,#4db2ec,#5188f7);background: linear-gradient(-60deg,#4db2ec,#5188f7);
}
.td_uid_1_5c86bfa98ed1c_rand {
z-index: 1;
}
body .td_uid_2_5c86bfa98fc23:before {
background-color: #000;
}
.td_uid_2_5c86bfa98fc23:hover:before {
transform: translate(-50%,-50%) scale(1.1);
-webkit-transform: translate(-50%,-50%) scale(1.1);
}
.td_uid_2_5c86bfa98fc23 .tdm-btn-text,
.td_uid_2_5c86bfa98fc23 i {
color: #fff;
}
.td_uid_2_5c86bfa98fc23,
.td_uid_2_5c86bfa98fc23:before {
border-radius: 4px;
}
.td_uid_2_5c86bfa98fc23 {
box-shadow: 0px 2px 16px 0px rgba(77,178,236,0.8);
}
.td_uid_2_5c86bfa98fc23:hover {
box-shadow: 0px 4px 26px 0px rgba(0,0,0,0.3);
}
.td_uid_2_5c86bfa98fc23:hover {
transform: scale(1.1);
-webkit-transform: scale(1.1);
}
.td_uid_1_5c86bfa98ed1c_rand:hover {
z-index: 999;
}
</style><div class="tds-button td-fix-index"><span class="tdm-btn-text">123</span></div></div> </div>
Click on the element in the editor and add a number (in pixels) to the margin under the style tab. Margin is the most outer layer of an element.
Hey, thanks for your reply. I can edit the basic header but I want to edit the fixed header. It’s different when I load the page but I can’t find it.
Thank you! It works! 🙂
How do we add the shortcodes?
Any update on this? I also want to add shortcodes to my website…