Skip Navigation

[Resolved] can I use a responsive framework

This support ticket is created 5 years, 2 months ago. 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.

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

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 3 replies, has 3 voices.

Last updated by Waqar 5 years, 1 month ago.

Assisted by: Waqar.

Author
Posts
#1369925

Hi I'd like to use this hidden link - with Toolset/Wordpress is this possible or do you have a similar responsive framework that you'd recommend.
Thanks
David

#1370113

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Hi David

There's no reason not to use it, if you are comfortable with HTML.

If you are creating a View, for example, then the Loop Editor handles what markup is generated for each iteration of the loop (i.e. for each result of the query).

There's not a lot to say except that in the case of a View it is the part inside the wpv-loop tags which is repeated for every iteration. If you need something adding just once (e.g. a container div with some class) then you can open and close that div immediately outside the wpv-loop tags.

What you would be looking to do is to simply recreate the markup structure (including the classnames) which the framework expects.

You would also need to enqueue the CSS assets appropriately, too (https://developer.wordpress.org/themes/basics/including-css-javascript/).

Or use the Bootstrap grid, which is responsive, and which is included with Toolset (check the settings at Toolset > Settings): hidden link

Some themes, including Divi, are not compatible with Bootstrap, in which case you would need to consider an alternative, but in all cases, the principle is the same: the framework expects a particular pattern of markup and classes, and you need to generate the same dynamically with your Views, or manually if creating a template.

#1370351

Hi Nigel, Thanks for this. I don't have any experience with responsive frameworks. I'm working on a website using Toolset , what do you suggest is the simplest path for me to take to make it responsive? I'm comfortable with html and css - not Sass mixins, but happy to learn.
Thanks for your help

#1371377

Hi David,

Thanks for writing back.

Nigel is on vacation and will be back tomorrow, so I'll be following up on this ticket.

The simplest path to get started would be to keep using the Bootstrap library for the responsive elements, which is supported by Toolset plugins, out-of-the-box.

The Bootstrap CSS and script library is considered an industry-wide standard and since you're already comfortable with HTML and CSS, you'll find it fairly straight-forward.
( link to its documentation that Nigel shared earlier: hidden link )

Here is a useful guide on using Bootstrap's responsive grid with Toolset:
https://toolset.com/documentation/user-guides/displaying-content-using-grids/

If you come across any specific question or difficulty around using it with Toolset plugins, please do let us know.

regards,
Waqar