Skip Navigation

[Resolved] Background slider with a view

This support ticket is created 3 years, 11 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: Africa/Casablanca (GMT+01:00)

This topic contains 8 replies, has 2 voices.

Last updated by avansisI-2 3 years, 11 months ago.

Assisted by: Jamal.

Author
Posts
#1957839
imagen_prueba.jpg

Good Morning

I need to put a changing background in a view. Attach a screenshot. I need that only change background not view search

How could I do this?

#1958541

Hello and thank you for contacting the Toolset support.

I don't think this is possible without custom Javascript code. But let me have more details and I'll suggest a way to do it.

- I assume that you are using the Blocks Editor to build this page or content template, right?
- How would you want to change this background? Or what is the logic that you want for changing the background?
- How long should a background remain before changing it?
- Can you share the URL of this page so I can analyze it a little?

#1960693

Thanks Jamal,

If I am using the block editor.

I would need to be able to put 3 different images, the time could be 3 seconds. I would like one image to be changed for another like the revolution slider plugin for example.

The address is contractclm.com but you need credentials. If you enable me...

thanks

#1961191

I understand that you want to choose these 3 images, they won't be pulled dynamically, right?
In this case, I'll suggest using a specialized plugin(RevSlider or SmartSlider3).

If you need to pull the images dynamically, from a view of posts, or from a repeatable image field, it would make sense to use Toolset. But, you will have to implement the background slider using custom code or a 3rd party plugin. Check the following tutorial and example jQuery plugins:
- hidden link
- hidden link
- hidden link

#1962319

Hi Jamal,

The images do not have to be dynamic, but I need the search engine to be in the slider as in the image. How do I do that with rev.slider?

#1962467

You can put the view's filters inside any place using a shortcode. You can use the View's button on the classic editor or on a Fields&Text button to generate the shortcode. hidden link
Or you can add the shortcode manually. Example:

[wpv-form-view name="the-name-or-slug-of-the-view" target_id="self"]

Read more about the shortcode here https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#vf-1496531

#1962951

Thanks Jamal,
I installed the revolution slider, but when I put the shortcode, I can't remove filters with css or modify it via css. Is there any other option?

#1962957

I don't understand what do you mean. Can you elaborate more?
Can I see the slider on the frontend?
Can you explain more about these custom CSS?

#1964125

I put a wrong shortcode but it works now.

My issue is resolved now. Thank you!