This 'nearly' what I would like to create however it's not putting what I need in a slider.
I would like to create a slider like this, from one of our sites in Elementor: hidden link
I have Toolset Custom Post Types, these have Custom Fields and one is called 'images', see image attached.
Is there away of using the method in the video to create a View that can be placed in each Custom Post Type, Like this: hidden link
...which dynamically pulls the images from each 'images' custom field?
Really hoping to keep this all in Toolset rather than messing with other systems.
From your screenshot I see that you are using an image field that allows for multiple images to be uploaded. In a case like this I would recommend using the Image Slider block. https://toolset.com/block-item/image-slider/
It will allow you to automatically setup a slider for your multiple images with hassle. Just add the block and select your image field as the dynamic source for the block.
If I look into this, does it do what I hope which is a view, that when placed in a template, will use the image field (gallery of images) of the custom post type it refers too?
For example this is a listing: hidden link
Just like hundreds of others: hidden link
These all use Toolset Custom Fields and each have all the info you see displayed.
Currently the slider at the top right, is the very gallery of images I showed in the prev message.
If I look into this, does it do what I hope which is a view, that when placed in a template, will use the image field (gallery of images) of the custom post type it refers too?
Given that you are not using the block builder for this, you will need to manually create a view to do this, then use the block editor in the view to add the image slider block.
Then on the view settings you will need to add a query filter for the Post ID . See Screenshot
Also ensure that the "Don't include current page in query result" option is not selected.
From my screenshot you see that i've set my view to filter by a shortcode attribute ids.
With this you can insert the view into your template and pass the id of the current page into it, so it will list only the images for only the current post being view.
Example of the shortcode for the view would be
[wpv-view name='my-view' ids='[wpv-post-id]']
Where my-view is the slug of my view. This should serve as a suitable workaround for you given that you aren't using the gutenburg block editor.
See images below. In builder, if I click on the area the shortcode is added which is:
[wpv-view name='slider-main-1' ids='[wpv-post-id]
It opens a popup with the gallery.
Now I really like this, the reason...I can add a button on the listing for a popup gallery so the listing should load faster as the gallery is hidden.
My question, how do I make this, so in a template the popup gallery is activated?
No idea how this has happened, just need to make it work correctly.
My question, how do I make this, so in a template the popup gallery is activated?
Shouldn't it already activate the image in a popup when you add the view to a template? I'm not sure what you mean can you clarify for me as well as let me know what currently happens when you view the gallery on the frontend in the template.
What I would like is, when we click a button, 'blue' on this test page: hidden link
It opens the slider (gallery) in a popup. Is this possible?
Basically would like a link, that I can place in a button on a template to make the slider (gallery) appear.
We will have some challenges with this, mainly because the slider is contained within a view. In order to have the slider in a popup you will need to add the entire view's shortcode within the popup. Which will in turn load the initial slider and then once you click an image it will open another popup with the images.
Ok I have added the Slider View which you see in the image attached.
This looks and works perfectly in the backend, builder.
I have added the View, which is easy to do, into a popup (modal). Click the blue button 'click to see more image'. hidden link
The popup opens and works however I can't get the setting right to make this visible.
No matter where I put this view, on a page...anywhere it wont display.
Views do work because the list just above the button, this is a View.
Any idea why the Slider isn't showing? Like I said I put the slider together just going through the steps in the builder. It works and is visible in the builder only.
I must say that Oxygen builder is one of the least intuitive builders i've ever had the chance to interact with. I can see where the view isn't loading correct.
However i'm not sure how to add WYSIWYG editor to the oxygen template. Given that we are using HTML mixed with Shortcodes we need an editor on the template.
If there is a component like this then we can proceed with this workaround while I investigate why the view isn't loading in the builder.
Thanks for your email. Yup, Oxygen takes some getting used to, for me about 2 months...and still learning.
However I'm not as experienced as you, that said I know many dev's that find it a challenge.
Are you asking how to edit the template for the Portfolios?
If so...
Oxygen > Templates > Property Listing Main.
On the page click the 'Edit with Oxygen'.
The Structure button at the top opens all the sections.