Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hello,
I have an issue with the carousel widget, it was working fine so far, until I added a new entry. Now on the slider, an entry is displayed inside another entry, resulting in having them stack together.
When looking at the code, the image and content get added to the other entry. Very weird.
You can see the problem on this page, under History section:
I tried to delete the entry but then it is the next entry to gets inside the previous.
Hello!
I have found the bug myself; In one of the entry, in the content area, in the html view, I entered a “”th”” tags, and this is what made the carousel break. Removing it fixed it.
Thanks
In my previous answer, the html tag doesn’t show correctly, here again is the culprit:
Aaaah sorry for whoever is reading this, the html got rendered again instead of staying as text.
The culprit tag is the ‘sup’ tag.
Hi Lucas
Thanks for reaching out. Glad to hear you’re making progress.
Is the carousel under the Our History heading? If so, I’m not sure that’s a SiteOrigin authored widget.
Hi Andrew,
Oh maybe I am confused, I am not familiar with SiteOrigin really, but from what I understood in the dashboard, the page is using a widget for the carousel.
The div has these classes: so-widget-js-core-posts-carousel so-widget-js-core-posts-carousel-default-d75171398898
Thanks.
Page Builder allows for all available WordPress widgets to be inserted. The SiteOrigin Widgets Bundle also allows other authors to build widgets on the Widgets Bundle framework. At the moment, we author two carousel widgets with classes as follows:
Post Carousel:
widget_sow-post-carousel
Anything Carousel:
so-widget-sow-anything-carousel
If you go to PluginsSiteOrigin Widgets and search “carousel”, how many carousel widgets are there?
In the dashboard, under Plugins >> SiteOrigin Widgets, I can see only one carousel, the Post Carousel;
Post Carousel | Gives you a widget to display your posts as a carousel.
By SiteOrigin
Thanks for checking.
Your carousel widget is either added by your theme or by a plugin (not using the Widgets Bundle framework). A quick way to check would be to temporarily switch to a default theme like Twenty Nineteen and then edit the page in question. Does the carousel show as missing?