Skip Navigation

[Gelöst] Frame fitting text box's size

This support ticket is created vor 8 Jahre, 2 Monate. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 4 Antworten, has 2 Stimmen.

Last updated by Oniromancer vor 8 Jahre, 2 Monate.

Assisted by: Shane.

Author
Artikel
#333674

I am trying to:
Have a png frame that will adapt to the size of a text box (via CSS fix the repeat value of the bottom and top while repeating the sides frame.)
How do I set this done with Views.
Best

#333700

Shane
Supporter

Languages: Englisch (English )

Timezone: America/Jamaica (GMT-05:00)

Hello,

Thank you for contacting our support forum.

Our views loop output allows you add html classes to any html tag that you generate.

So you should be able to just add the css class to the html tags that are in your view loop output.

Thanks,
Shane

#337059

Hi

can you please be more specific about that?

thanks

#337605

Shane
Supporter

Languages: Englisch (English )

Timezone: America/Jamaica (GMT-05:00)

Hello,

Do you have any html code setup to do this ?

If so then you can provide it to me and I can explain to you how it is done in view.

But to be a bit more specific our Views plugin can handle html and css.

Meaning in the loop output you can add this.

<div class= "my-container">
<p>Some Text</p>
</div>

Then in the css editor you can add.

.my-container{
background-color: red;
}

This will allow the my-container div to have a background color of red.

Please let me know if this was able to help you.

Thanks,
Shane

#337663

Hi Shane, ok I got it.
I see there is a JS space, is it possible to create accordions, tabs, etc in this way?
Also is there a library of precoded stuff for the most common things here, like in the loop wizards I see a grid for example.
thanks

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.