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?
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?
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
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
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?
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
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?
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?
I put a wrong shortcode but it works now.
My issue is resolved now. Thank you!