Embed dynamic ppt slides on dynamic page

I have a dynamic page on my website and I want to put dynamic slides on that page with some text. Kindly help me here, How can I put dynamic slides on my page?

Hello Haris,

well first of all, my question is, how far are you familiar with CORVID?
When i read your text (issue) it sound some kind strange.

What do you mean, when you say “dynamic-slides” ?
I have just normal slider-selections in my options-list.

So i assume you want to put some slider onto your dynamic page, which shall work dynamically right?

Are these your “dynamic-sliders” ?

If so, then just put the amount of sliders onto your dynamic page, create a dataset-connection between your data-collection and your dynamic page.
Write some little code and your dynamic slider should do his work. :wink:

Sliders mostly use the boolean-value!
So you have to create a reference in your data-collection and define it as “boolean”.

But since I don’t know anything detailed of your project, it’s just a blind suggestion, how to solve your problem.

Thank you for your response @russian-dima. I have mentioned in my question that these are PPT slides (Slides presentation). There is a title and some description for each slide. Now, I know how to represent dynamic title and description but how can I use dynamic PPT slides on my page. This is the problem.

Did you use sliders from Wix-App?
Some pic of your project available?

Hi Haris :raised_hand_with_fingers_splayed:

Welcome to the Corvid Forum.
You can create a field in your collection as a “Gallery”, then put a slider gallery on your dynamic page, and connect it to that field through the dataset.

Hope this helps~!
Ahmad

I think you didn’t understand the questions properly. I don’t want to use slider gallery because I am not working with images. I have ppt slide presntations.

To know how to help you, it is required to understand which elemnts you are using.
So for me it is a little bit difficult to understand your issue, because i do not know this “PPT-Slide” element. Where did you get it?

  • own custom element ?

  • html / iframe embeded element ?

  • from one of the wix-apps ?

Do you can show a pic of this element, or where you did get it from ?

As you can see, i am not the only one who tries to understand your issue.

You can take a look at this article from Microsoft Support on how to export your presentation to embed it on your website.

After you export the file as a code, create a regular text field in your database to store these codes you get when you export the PPT file, then put an HTML component on your dynamic page and post the code to it.

You can find an example on how to post a message to your HTML component here .