Development version of Tabs & Accordions for...

Search
Other Pre-Sale questions
Forum

Development version of Tabs & Accordions for Joomla 4

Peter van Westen's Avatar Peter van Westen ADMIN
Correct. The old and outdated syntax will not be supported by Tabs & Accordions.

You could use DB Replacer Pro to do some bulk replacements using Regular Expressions.
\{tab=(.*?)}
{tab title="\1"}
Please post a rating at the Joomla! Extensions Directory
Igor's Avatar Igor
Dear Peter, first of all, thank you for the great tools!
I tested this plugin. Looks great.
I use accordions on my web site.

I found some issue. When i use smart search and searcing with word "title" i recieve output with corrupted layout.
Unfortunatly i did not found how to fix this problem. Example:
Confidential information:
(hidden)

I apologize for the Cyrillic page.
It is j4 web site with latest updates and with default template Cassiopea (with several very small CSS changes about colors and menu)

may be it will be useful for developing your product.

Thank you!
Liam Hanks's Avatar Liam Hanks
Hi Peter,
just responding to your reply to my last question:
It's definitely a conflict with another plugin. I've set up a little rereplacer to remove the extra styles for now until I can come up with a better solution. Thanks
Peter van Westen's Avatar Peter van Westen ADMIN
Let me know if you need me to look into this...
Please post a rating at the Joomla! Extensions Directory
jerry jensen's Avatar jerry jensen
I'm not a coder, but I've used sliders in the past with success.

With accordions, I can not seem to get them to work. If this is just my lack of skill, I can wait until the plugin is complete and documentation is available. But in case its a bug, I thought I would mention it.

The first accordion opens upon page load, and once clicked to close it, all freeze up.
The second and later accordions do not work at all.

Sample at cedarbrook-center.org
Peter van Westen's Avatar Peter van Westen ADMIN
Seems to work fine for me on your site...
Please post a rating at the Joomla! Extensions Directory
jerry jensen's Avatar jerry jensen
Thanks, Peter. It seems to have been a caching problem with Chrome. All is well.
Marc's Avatar Marc
Hi Peter,

I was bold enough to use the Tabs & Accordions on a live site.
Was working fine but now I discover that the website is down (yeah, I am also bold enough to autoupdate all RegularLabs extensions 😁 So I guess there was an update these last days)

here is the error message :
Too few arguments to function RegularLabs\Library\Document::removeStyleTag(), 2 passed in /public_html/plugins/system/tabsaccordions/src/Document.php on line 37 and exactly 3 expected
Peter van Westen's Avatar Peter van Westen ADMIN
Please try the latest development version from:
regularlabs.com/development-releases
Please post a rating at the Joomla! Extensions Directory
Marc's Avatar Marc
Txs Peter, solves the issue! 🙂
Have a nice halloween 😉
DSCI's Avatar DSCI
Hi,
When I update the extensionmanager-v8.2.2, the update of Regular Labs Library updates to v22.10.22793 and occurs the error "Too few arguments to function RegularLabs\Library\Document::removeStyleTag(), 2 passed in".

When I update the TabsAccordion to the last dev release (TabsAccordions-v0.1.0-dev2478475-PRO), solves this problem.
In this update, occurs the update of Regular Labs Library to v22.11.6445.

But, now, when I try to edit an Article, I'm getting this error:
media.js?0dae10fe68a79d07a9ddb2d7bab3a7cf:2 Uncaught ReferenceError: jQuery is not defined
Peter van Westen's Avatar Peter van Westen ADMIN
Should be fixed in latest dev version:
regularlabs.com/development-releases
Please post a rating at the Joomla! Extensions Directory
DSCI's Avatar DSCI
Tks, now works fine!
Alex Chartier's Avatar Alex Chartier
Hi Peter, for some reason I am getting horizontal scroll bars on my tab content. The markup is like this:

{tab name="social"}
<div class="col-md-6">
...my tab content first column
</div>
<div class="col-md-6">
...my tab content second column
</div>
{/tabs}

I note your code wraps the tab content in a <div class="row"> so my columns should fit correctly, but I get these scroll bars.


I note this is also the case on the J3 version of tabs.
Peter van Westen's Avatar Peter van Westen ADMIN
And if you place your own <div class="row"> inside the tab content?
Please post a rating at the Joomla! Extensions Directory
Alex Chartier's Avatar Alex Chartier
No luck, same result. Here is what my markup looks like:
{tab name="social"}
  <div class="row">
     <div class="col-md-6">
        ...tab content for column 1
     </div>
     <div class="col-md-6">
        ...tab content for column 2
     </div>
  </div>
{/tabs}

The markup that is generated by tabs/accordions is:
<div class="row">
  <div class="row">
     <div class="col-md-6">
        ...tab content for column 1
     </div>
     <div class="col-md-6">
        ...tab content for column 2
     </div>
  </div>
</div>

So basically tabs/accordions is wrapping my markup in a row div.
Peter van Westen's Avatar Peter van Westen ADMIN
Tabs & Accordions does NOT wrap the content in a <div class="row">.
So must be down to something on your setup.
Also the styling (scrollbar) is probably down to your own (template's) CSS styling.
Please post a rating at the Joomla! Extensions Directory
Alex Chartier's Avatar Alex Chartier
I retested and now I see that T&A is not inserting another row div. Using the markup as shown above, on both Helix Ultimate and Cassiopeia I am getting the scroll bars. I checked that I have no caching turned on and clear my browser cache between template switches.

Any other thoughts?
Marc's Avatar Marc
Hi @alexchartier,

I have just copied/pasted your proposed HTML on a test website.
See the result on subform.joomlacustomfields.org/tabs-accordions

But I have no horizontal scrollbar as you can see (even when I make the text longer than 1 row)
So you must have something special.
Just paste a link otherwise nobody can guess what special case you have on your site.
You can only post on this forum if you log in