cubecolour
Forum Replies Created
-
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Is it possible to use shortcode in a tabShortcodes do work within the tabs. Can you provide more specific details about your issue?
Forum: Plugins
In reply to: [Audio Album] ok on laptop, not on phoneI can see the issue on the page. As the issue seems to be specific to your website and I have not been able to reproduce it on my live or test sites, there is possibly a script loaded by your theme or another plugin causing a conflict.
To troubleshoot this you can install the WordPress health check and troubleshooting plugin: https://ww.wp.xz.cn/plugins/health-check/ following the directions at https://make.ww.wp.xz.cn/support/handbook/appendix/troubleshooting-using-the-health-check/#troubleshooting-with-a-specific-plugin
Forum: Plugins
In reply to: [Audio Album] ok on laptop, not on phoneI have not been able to reproduce the issue. To help with troubleshooting, can you please set up and post a link to a page on the site where the issue can be seen, but with the players not inside an accordion section
Forum: Plugins
In reply to: [Audio Album] ok on laptop, not on phoneThe issue is most likely to be occuring as the audio players are set up not to output on the page when the page loads, but are instead hidden in an accordion section. Try adding the shortcodes outside of the accordion.
Forum: Plugins
In reply to: [Tabby Responsive Tabs] PDF Embedder not showing PDF when in Tabby TabsI have been able to reproduce the issue on my own test sites and there is now an add-on available for Tabby Responsive Tabs which provides a solution for this issue https://cubecolour.co.uk/downloads/tabby-pdf-embedder-fix/
Forum: Plugins
In reply to: [Tabby Responsive Tabs] PDF Embedder not showing PDF when in Tabby TabsThank you – I have had a look at the /aml-1 page (using macos firefox & chrome) and the issue did not arise for me — each PDF was visible for me once the enclosing tab was selected.
I suspect the timing of the resize event might be relevant to the issue as reported.
I do not have a copy of the premium PDF plugin so I am going to install the free version from ww.wp.xz.cn on a local test site and attempt to reproduce the issue you are seeing.
Forum: Plugins
In reply to: [Tabby Responsive Tabs] PDF Embedder not showing PDF when in Tabby TabsIn the latest version of the plugin, a resize event is already triggered from the tabby.js script when a tab is selected, so it is unlikely that adding the code you have suggested would help.
Which plugin are you using for embedding PDFs?
Are the pages edited using the visual editor or the block editor?
I really need to see the issue on a live page to be able to troubleshoot effectively, so it would help me to help you if you can post a link to a live page on your site where the issue can be seen.
- This reply was modified 3 years, 7 months ago by cubecolour.
Forum: Plugins
In reply to: [Audio Album] Auto play and loop album?The plugin does not support that.
Forum: Plugins
In reply to: [Nested Ordered Lists] Basic usage instructions please?The plugin does not change the default behaviour of the editor.
To create a new list item one level up use [enter][tab]
To Create a new list item one level down use [enter][enter]
To go multiple levels down, hit [enter] as many times as required
- This reply was modified 3 years, 8 months ago by cubecolour.
Forum: Plugins
In reply to: [Nested Ordered Lists] Basic usage instructions please?This plugin was created for a project before the block editor existed.
The best way to use lists in 2022 is to use a list block and use the indent and outdent buttons in the block controls.
Forum: Plugins
In reply to: [Alligator Popup] Continuous updatingGreat! Thank you for the update
Forum: Plugins
In reply to: [Alligator Popup] Continuous updatingI have updated the header of the plugin’s main file. Can you try updating again please?
Forum: Plugins
In reply to: [Alligator Popup] Continuous updatingI have not heard of this issue before, but if this was occurring on a site I manage I would try uninstalling the plug-in and then reinstalling it.
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Tabs not displayingThis looks like a javascript issue.
Install the Health check & Troubleshooting plugin and use it to investigate whether a script from another plugin or the theme is causing a conflict.
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Not Working with Block EditorThe plugin has been working with no issues on the sites I have tested it on using the block editor with the [tabby] & [tabbyending] shortcodes in shortcode blocks.
Thank you for including your code listing I have noticed a couple of things that might be relevant:
<!-- wp:shortcode --> <p>[tabby title="Overview"]</p> <!-- /wp:shortcode -->The tabby shortcodes should not be contained within paragraph tabs.
There appears to be a group block defined which starts after the first [tabby] shortcode, and ends after the [tabbyending] shortcode. This is likely to produce incorrectly nested html which would prevent the tabs displaying correctly. The group block should contain either the entire tabgroup or only the content of a single tab.
- This reply was modified 3 years, 10 months ago by cubecolour.