Can't use tagDiv composer on Child Theme

Posted in: Newspaper
Post count: 66

As the title says, is this not possible for now? The page disappears once i try to edit it.

Is there a fix for this?

Post count: 22421

Hello,

Maybe there are customizations in your child theme that affect the tagdiv composer, or your child theme is not created properly. Please use this guide to properly create a child theme and mind the customization you add:
https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thanks

Post count: 66

thanks! turns out its one of my ad codes in the header.

follow-up questions.

1. how do i make the sidebar sticky in the tagdiv composer?
2. is it possible to show the back to top button in mobile devices?

  • This reply was modified 9 years by hoops.
Post count: 22421

Hello,

Please read the documentation:
https://forum.tagdiv.com/smart-sidebar-2/
The scroll to top button can be activated using this code in the theme panel-> custom css box:
@media (max-width: 767px) {
.td-scroll-up {
display: block;
}}

Thanks.

Post count: 66

thank you Bogdan! appreciate the support here very very much!

keep up the good work!

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.