cubecolour
Forum Replies Created
-
Forum: Plugins
In reply to: [Audio Album] Activate Audio Album but can’t insert in pages as a blockThe documentation at https://wordpress.org/plugins/audio-album/ has all the details of the shortcodes used by this plugin.
You can add the shortcodes inside a classic editor or shortcode block.
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Image under tab titleThis is possible, however it will require custom styles.
As outlined in the plugin’s documentation, customization is not within the scope of the free support that can be provided here.
Forum: Plugins
In reply to: [Tabby Responsive Tabs] WordPress 6.5?I use the plugin on my own websites and can confirm that it has been fully tested in WP 6.5 and the aim is to continue support going forward.
Forum: Plugins
In reply to: [Audio Album] Pixels scrolling left to right, no play buttonThe plugin was designed to be used with the version of jQuery included in WordPress, but it looks like a different version is loaded on your page.
If this is not the issue, please use the WordPress health Check and troubleshooting plugin: https://wordpress.org/plugins/health-check/ to see whether there is a conflict with another plugin or your theme.
There’s no available solution to this issue that I can think of, but I will add it to my list of things to look into.
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Adding latest posts to tabsThe plugin does not provide any functionality to create content for the tabs, but if you can find a plugin that allows you to output the latest posts via a shortcode, this could probably be used within the tabs.
I believe I have found the cause of, and a fix for the issue.
In the current version (2.2.7) of the plugin, line 43 of the file,
includes/templates/order-table.phphas the $ symbol hardcoded.I changed this line in my installation to
<?php echo esc_html(get_woocommerce_currency_symbol($stats['currency'])) . esc_html( $order['costs']['total'] ); ?>This appears to have fixed the problem. I have provided printful support with details of this, so I am hopeful that the fix will make it into the next update of the plugin.
Forum: Plugins
In reply to: [Nested Ordered Lists] Bullet List Nightmare!I am not sure whether you are using the nested ordered lists plugin as the functionality used when editing the lists is part of the WordPress editor, not the plugin.
Editing lists in WordPress can be frustrating when you have a specific layout in mind. Whenever making a new paragraph results inside a list item results a new list item being created, you should be able to use the editor’s code editing mode to edit the html directly to make <p> paragraph tags within a list item, or add line breaks using the <br/> tag.
Forum: Plugins
In reply to: [Audio Album] integrate audio playlist with photos sliderThis may or may not be possible.
If your slider permits any content to be included in a slide you should be able to add the shortcodes to a slide, however if it does not allow this, it probably is not possible.
How you have it currently with the audio below the slider is better from a usability point of view.
Forum: Plugins
In reply to: [Audio Album] All tracks the samePlease can you post as plain text the exact shortcodes you have used
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Problem with uneven scrolling in tabsThis scrolling behaviour is due to the active tab’s content being positioned in the browser viewport and the correct position can only be determined once the tab is open as the tab group changes height when a tab is selected in accordion mode.
i recognise that this is not ideal, and there are plans to change how this works in a future version of the plugin.
It appears that this issue is due to an update of the visualizer plugin and the developer of that plugin has acknowledged a bug: https://wordpress.org/support/topic/charts-no-longer-load-except-for-front-end-actions-links/
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Compatible with PHP 8yes
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Link in the descriptionI’m afraid I don’t understand what you are asking for. Can you provide more details?
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Have tabs on bottom as well?This feature is not available in the plugin, but should be possible with some custom code. If you would like a quote for custom work feel free to send an enquiry via the contact form on cubecolour.co.uk