dimned
Forum Replies Created
-
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] complianz integration?Hi @nicmare,
Thanks for your question. We did not get similar requests yet however, we will review it once we have a possibility. Thanks.Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] How to show CPT Taxonomy in CPT Blocks TemplateHi admincami,
Unfortunately the tags block can display the tag of the Posts only. There is no block for custom taxonomies to disaply them as meta data of the post type.Forum: Plugins
In reply to: [Restaurant Menu and Food Ordering] Each menu item can be viewed as a pageHi @clivesmith,
You may try to add this code to functions.php of your themefunction mp_menu_items_adjust_cpt( $args, $post_type ) { if ( 'mp_menu_item' !== $post_type ) { return $args; } $args = array( 'has_archive' => false, ); return array_merge( $args ); } add_filter( 'register_post_type_args', 'mp_menu_items_adjust_cpt', 10, 2 );Forum: Plugins
In reply to: [MotoPress Hotel Booking] Cannot set season for ratesHi @axiomweb,
Thanks for contacting us. It is not a typical problem. Make sure that seasons are public and pulished. Also, check if you have a PHP version from 5.6 to 7.3. You can check the current PHP version at Tools > Site Health.
And finally, you may disable all third-party plugins to find out if the issue is caused by conflict of one of the third-party plugins.Forum: Plugins
In reply to: [NSFW] [MotoPress Hotel Booking] Change Booking Id orderHi @umarjahangir90,
Thanks, look forward to hearing back from you.Hi @kartheekb, At the moment, you may generate needed shortcodes on of the draft pages and then paste each shortcode to the proper accordion item.
Hi @v0van,
Thanks for contacting us. We have tested the block locally and could not replicate the issue you have described. Probably there is some conflict caused by one of the third-party plugins installed on your WordPress site. Could you try disabling the plugins and test tabs block to see if it works correctly?Forum: Plugins
In reply to: [NSFW] [MotoPress Hotel Booking] Change Booking Id orderHi @umarjahangir90,
Thanks for your question. Unfortunately, there is not such a possibility yet.Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] How to show CPT Taxonomy in CPT Blocks TemplateHi @admincami,
Thanks for contacting us. Could you clarify the case providing some screenshots and page examples so we will be able to check it at the front-end?Forum: Plugins
In reply to: [Restaurant Menu and Food Ordering] Each menu item can be viewed as a pageHi @clivesmith,
This is a default archive page. You may disable it via the code or by enabling a redirection.Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Load More/Infinite ScrollHi
Thanks for your feedback. We will keep this in mind. Meanwhile, I’ve tested this plugin and it worked for the custom post type block https://wordpress.org/plugins/ajax-load-more-anything/
Load More Button Wrapper
.wp-block-getwid-custom-post-type__wrapperLoad More Div
.wp-block-getwid-custom-post-type__postForum: Plugins
In reply to: [Stratum Widgets for Elementor] advanced slider for many slide not workingHi @nali1401,
Thanks for your reply. It would be much appreciated if you rate the plugin here https://wordpress.org/support/plugin/stratum/reviews/Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Toggle/Accordion with anchorsHi @checksumdk,
At the moment there are no IDs used in the titles of accordion/toggle items so it is not possible to add a direct anchor linkHi @aarvarkc,
Thanks for your feedback.Hi @atoon,
Thanks for your question. At the moment the Table of Contents block works for standard headings from h2 to h6.