Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
StefvE
tagDiv Member

+1

StefvE
tagDiv Member

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

StefvE
tagDiv Member

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.

StefvE
tagDiv Member

It’s only on the new post type that I made. Both plugins are turned on.

StefvE
tagDiv Member

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

StefvE
tagDiv Member

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

StefvE
tagDiv Member
StefvE
tagDiv Member

Strange, the like button doesn’t have any overflow right now…

StefvE
tagDiv Member

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.

StefvE
tagDiv Member

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?

StefvE
tagDiv Member

Hey,
I sorry but I can’t find the explanation of Custom Post Types with the Cloud Library..?

StefvE
tagDiv Member

Please note it high haha. It’s a piece of customer experience thats missing!

StefvE
tagDiv Member

I sent the url to the email above. But is there any way to disable the like button?

StefvE
tagDiv Member

But that’s weird. The first post automatically has stick.

StefvE
tagDiv Member

Can I send the url in a private reply?

StefvE
tagDiv Member

It worked haha. Thanks!

StefvE
tagDiv Member

Got the same problem! The mobile theme with AMP doesn’t load any shortcodes anymore…

StefvE
tagDiv Member

It was not the cache, I’m developing on the homepage but it didn’t appear.

StefvE
tagDiv Member

Ahh yes I found it. There was a button placed from there! But why did it only get included on the category page?

StefvE
tagDiv Member

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>

  • This reply was modified 7 years by StefvE.
  • This reply was modified 7 years by StefvE.
StefvE
tagDiv Member

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.

StefvE
tagDiv Member

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.

StefvE
tagDiv Member

Thank you! It works! 🙂

StefvE
tagDiv Member

How do we add the shortcodes?

StefvE
tagDiv Member

Any update on this? I also want to add shortcodes to my website…

Viewing 25 posts - 1 through 25 (of 25 total)