I managed to replicate the situation already, however I was providing a workaround that would allow you to generate the slider without a view.
But the HTML texts for the slider requires some specific wrappers as well as shortcodes for it to work. Without these the slider won't render as it is using the flexsider javascript.
This means we are essentially stuck using views unless we can have a Text Editor block that has formatting similar to elementor.
Also I must apologise for the delays as the forums are extremely busy and we have a few supporters on vacation at the moment.
You never need apologise, grateful for the help when it's available 🙂
Ok, not sure I understand what you are saying, a little beyond me.
However, if you are saying you need to add specific code to the Modal, which house the Toolset View.
The way to do this on Oxygen is to add a Code Block to the same element as the one that requires additional code.
So as in pic attached, click top left + Add > in search type code block.
With your Toolset View selected in the Structure panel, click add code block.
It'll appear like in my pic. Here you add any HTML, CSS and JS.
I rarely use this however on the odd occasion I do for CSS.
If this can't be resolved I need to bin either Toolset or Oxygen.
I'm thinking it may need to be Toolset as it's creating way to many restrictions on what we need to do moving forward. This would be a shame however we started trying to sort this over a week ago now and need to move forward.
Ref your suggestion using Flexslider? Never heard of it and the link you sent is to this page.
Happy to try anything however never having tried anything else I wonder if it's complicated, will it be something I can actually do.
I would certainly appreciate this being escalated.
I won't need to escalate this one because the problem here is a conflict with gutenburg and the oxygen builder. It would appear on their site that they are compatible with gutenburg but there is something strange that I can't quite put my finger on.
However I would recommend that you open a ticket with the oxygen team for them to investigate the issue as to why the item won't show up until you inspect the element.
Without changing your view I went ahead and setup the repeatable fields using the classic views output and the flexslider and it loads fine. This is a good indication that the issue is between Gutenburg and Oxygen and not views and oxygen. If you take a look at the page now you will see that the images load when you click on the button. versteckter Link
Secondly here is the view versteckter Link
Where you can see what was added. Also for additional display options for the flexslider you can have a look at their documentation below. versteckter Link
Goodness. Ok, I opened a ticket with Oxygen over the weekend summerising your comments and the issues I and we were having.
I can further add your comments.
Looking at what you've done....this works...yes!
I'm not bothered if there is an issue with there system if this works.
Is there an issue with using this moving forward? In other words is it stable enough to use?
Certainly hope so.
Finally if we can use this is there a way we can get rid of the indicator dots at the bottom and make the arrows appear permanently?
Again, I really apprentice your time on this, I do feel, if this is a compatibility issue on their side...you have gone above and beyond what could be expected.
Why is the gallery not using the image gallery from each listing?
I checked the filters on the view and saw that there isn't a filter that will restrict the view to display only for the current post being viewed. To resolve this you will need to add the Post ID query filter to your view and then set it to "Posts with IDs set by the View shortcode attribute".
Currently it defaults to the attribute ids, this is what you will use to pass the current post id into the view.
Example
[wpv-view name='my-view' ids='[wpv-post-id]']
Using the [wpv-post-id] shortcode, you can pass the current post id into the view to let the view filter for only the current post.
How do we stop the auto sliding? This we don't want.
However if we did, how would we speed this up?
This can actually be done by adding the attribute "slideshow: false," to the JS script that was added on the view in the JS section.
Example
Sorry Shane, I missed something and only just discovered an issue I mentioned earlier.
I asked: Why is the gallery not using the image gallery from each listing?
You said...
I checked the filters on the view and saw that there isn't a filter that will restrict the view to display only for the current post being viewed. To resolve this you will need to add the Post ID query filter to your view and then set it to "Posts with IDs set by the View shortcode attribute".
Currently it defaults to the attribute ids, this is what you will use to pass the current post id into the view.
Example
1
[wpv-view name='my-view' ids='[wpv-post-id]']
Using the [wpv-post-id] shortcode, you can pass the current post id into the view to let the view filter for only the current post.
---ok
I don't understand this. I'm not using a shortcode I'm using a dynamic widget by Oxygen. Are you saying I need to replace the widget with a shortcode for this to work?
Sorry, I don't understand what I need to to ref the above?