Hello!
First of all, thank you guys for this awesome theme, great work!
I’ve been using the “Gadget” theme of the layout and trying to customize one of the page elements https://cl.ly/17c565693382. But the changes I want to implement are required to edit the HTML, CSS, and JS. Here is a quick example https://cl.ly/82066fb1eae5 but that is a small part of whole plan. So I wanted to display images of the posts, move slider buttons and change the way how sliding works (instead of loading all three posts I want to have it one by one with image magnifying).
Anyhow, there are two problems I’m stuck with:
1. I can’t find where the section layout is located (where exactly HTML files)
2. Once (hopefully, with your help) I found it, I’m not sure how to properly customize and insert it into my page.
I’ve been thrilled how nice and easy it was to get the header footer parts imported from the cloud library and easy to customize the way I want. And then I was killed by not being able to do the same with other sections of the page. Maybe I did something wrong but the only option I saw is to “create a page with the section”, but I didn’t want to create a new page I need to get that component to be able to customize it.
Please let me know!
Thank you.
Hi,
For a part of these changes is no need to edit any file, also this is a dynamic content (there are no html file) build with tagDiv Composer and cloud library.
-> https://i.imgur.com/NjxAYpa.png click on flex element and check the settings -> https://i.imgur.com/rAyEY3l.jpg the only think that con not be moved using the settings is the next prev buttons, but this can be done with some extra css, you can assign an extra class on element and use the custom css -> https://i.imgur.com/9rzqbrf.png -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Hope this will help you!
Thank you for your understanding!
Thank you for your answer. It is really helpful, but it does not fully cover all customization that I need. No issues with customizing CSS, I got that.
But, for example, these changes https://cl.ly/ef82ab315ae9 definitely required to add additional HTML code. So my question is how can I do that with “dynamic content build with tagDiv Composer”? I was hoping that you guys can point me to the way of creating custom blocks or something.
I know that I can create my own shortcode and make it work, but I want it to build it right, so that way my custom block will be native for the theme and TagDiv composer.
Tank you!
Hi,
You just need to play with tagDiv Composer and tagDiv Cloud Library (https://tagdiv.com/what-is-the-cloud-library/), there are a lot of things that you can do once that you learn how to use it, also the changes made in theme files will be lost when you’ll update the theme, because not all the files from the them can be set in a child theme.
Now I do not want to say that you can achieve everything, but you can achieve almost everything you want.
For example there are individual elements that can be adjusted in pages (is not like you’ll have an html page and you can change it in code), for example on this path you can find a part of the elements that are use in tagDiv Composer -> wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes
Thank you for your understanding!