cubecolour
Forum Replies Created
-
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Tabby Responsive – Tabs not displaying horizontallyYes the option when checked enqueues the stylesheet. If you want to customise the stylesheet you need to copy the styles into your theme or additional css panel where they can be edited, and uncheck the option to prevent the original stylesheet from loading.
I am happy to give up my time to provide support here to get the plugin working as it is designed, however any customisation is beyond the scope of the free support I am able to provide.
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Tabby Responsive – Tabs not displaying horizontallyThis would require the tabs to use a custom set of styles. There are a couple of options available to achieve this:
1. Uncheck the option to include the default stylesheet, and copy the css rules from the tabby.css stylesheet in the plugin into your child theme’s stylesheet or the additional css section of the WordPress customizer, then edit the css as required there.
2. Alternatively use the optional Tabby responsive tabs customiser add-on to customise the tab design without needing to do any code editing.
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Tabby Responsive – Tabs not displaying horizontallytabby responsive tabs does not apply any styles to anything within the tab content area. As your body text is white that is what is displaying on the white background of the tab content area.
To change this you will need to add some custom CSS rules to target the text inside the tab content, for example:
.tabcontent { color: #252E3E; }You can add this to your theme if you are using a custom or child theme, or you can add it to the Additional CSS panel of the WordPress customizer at appearance -> customize -> Additional CSS
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Tabby Responsive – Tabs not displaying horizontallyIt looks like the tabby.css stylesheet is not loading.
In the WordPress admin go to settings -> tabby
Is the ‘Include the default tabby stylesheet’ checkbox checked? If not, select it and click [save changes] to include the stylesheet.
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Tabby Responsive – Tabs not displaying horizontallyThe health check and troubleshooting plugin has a troubleshooting mode that allows you to see your site with no plugins active. Activate tabby responsive tabs to see whether it works at that point, and if so activate the other plugins one by one, checking each time to see whether one in particular caused the problem.
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Tabby Responsive – Tabs not displaying horizontallyTry using the WordPress Health Check & Troubleshooting plugin to investigate whether another plugin is causing a conflict which prevents the tabby javascript from working.
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Tabs Not Working in Chrome now, perhaps jquery errorGreat! I’m glad it is fixed
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Tabs in disorder after 1.3.2 updateEditing the tabby.css stylesheet is not recommended as the stylesheet will always be overwritten whenever the plugin is updated – wiping out any changes made.
The add-on to make the accordion closed on page load is a fairly simple plugin but it does involve adding some css and javascript to do it properly and in a way that does not get wiped out when the plugin is updated.
I do provide free support here on the forum for anyone using the plugin as it was designed, but customisation is not within the scope of the free support I am able to provide.
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Tabs Not Working in Chrome now, perhaps jquery errorIt looks like your css & js is minified, combined and cached as I don’t see tabby.css or tabby.js referenced in the page’s source.
It might only minify, combine and cache these files when you are not logged in. If so this would explain why it is working when you are logged in.
I would suggest that the cache plugin would be the first thing to investigate. Check how it works with the cache plugin deactivated. If that looks better, clearing the cache might help, but if not, excluding files from the cache might be necessary.
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Tabs in disorder after 1.3.2 updateTo ensure that any changes made will still be in place after the plugin is updated, the solution should not involve directly editing any of the plugin files.
I would recommend to first go to the new tabby settings page in your WordPress admin at settings-> tabby and uncheck the ‘Include the default tabby stylesheet’ option. This will prevent the default tabby stylesheet from loading.
Then you would then create a simple plugin with a customized copy of the tabby.css stylesheet enqueue using the cc_tabby hook. The stylesheet can simply have the dimension parameter in the media queries changed to a very large value to force the tabs to always display as an accordion, or you could remove the non-accordion styles completely so that only the accordion styles are used.
The best way to make the all content sections of the accordion closed on initial page load is to use the ‘tabby load accordion closed’ add-on which is described on the add-ons section of the tabby settings page.
If you require a custom site-specific add-on combining the customized styles as described plus the ‘load accordion closed’ functionality this can be created for your site – see the ‘Custom styles or functionality’ section on the settings page for details of this service.
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Tabs in disorder after 1.3.2 updateYou can download previous version of the plugin from https://en-gb.ww.wp.xz.cn/plugins/tabby-responsive-tabs/advanced/
The version that you would have before yesterday’s update should be v1.2.3 – That has been the current version for several years (Ignore versions 1.3.0 and 1.3.1 they were uploaded yesterday but had issues fixed in v1.3.2).
Am I correct in understanding that before the update, the tab group on your page was shown as an accordion (not tabs) at all page widths and all content sections were closed on initial page load?
The markup of the tabs and the tabby.css stylesheet in v1.3.2 of the plugin is identical to that in v1.2.3 which is why I am thinking that changes might have been made previously to the stylesheet on your site.
Did someone else work on your site who *could* have modified the plugin – eg a developer, site integrator, or friend?
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Tabs in disorder after 1.3.2 updateThe tabs look pretty much how I would expect a set of tabs using a stock installation of tabby responsive tabs to look. Given the number of tabs on the page and the length of the tab titles, I am guessing that the way the tabs display has been customized somehow.
Had the version of the plugin’s tabby.css stylesheet on the site been previously edited to change the appearance of the tabs?
If that is the case, updating the plugin has overwritten those changes, (this will occur if any files of any plugin are edited and that plugin is updated) so you will need to get your edited version from a backup and make the stylesheet load from the theme or a custom plugin to prevent the same issue reocurring.
If this does not sound like it applies, can you describe how you were expecting the tabs to appear please?
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Plug-in clash with H5PI installed the H5P plugin and created a simple multiple choice element which I added to the page with the shortcode. I was able to see and interact with the multiple choice questions with no problems on a page that has a set of tabs made with tabby responsive tabs. As I cannot reproduct the issue I’m still not able to to suggest any solution.
I don’t know how my test site differs to your setup, so I will need to know the exact steps required to reproduce the issue.
Also if you turn on debugging: https://ww.wp.xz.cn/support/article/debugging-in-wordpress/ do you see any entries in the debug log? If so, this should give some clues as to the cause of your issue.
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Flash of unstyled content FOUCThe tabby.js script has to see the content to be turned into tabs before it can transform it into tabs. If the script runs before the html exists, we will not see any tabs, just headings and content.
This is the way the script that this plugin was created around was built. To change this it would require an extensive rebuild of the plugin as elements added to the html by javascript would need to be added by the shortcode in PHP, but also preseve backward compatibility.
If the other plugin is working better for your use-case I think its best to continue to use that one.
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Plug-in clash with H5PI don’t have any idea what might be happening so I will try to reproduce the issue on a test site