dimned
Forum Replies Created
-
Forum: Plugins
In reply to: [Timetable and Event Schedule by MotoPress] Link SettingHi
I found that to be not correct, at least on my site. Setting a custom URL for the event does NOT redirect requests to the event’s single page, nor does it remove the page from the sitemap. From what I see, setting the URL simply changes the link from the schedule, while the single page still remains accessible when requested.
– Yes, this is how it works and it should not redirect all the requests from the default event page to a custom one nor remove the default links from the sitemap
It is possible to override the post types with the hooks below. You may add them to the functions.php file of the child theme:
Eventfunction theme_edit_mp_event_post_type( $args, $post_type ) { if ( 'mp-event' === $post_type ) { $args['public'] = false; } return $args; } add_filter( 'register_post_type_args', 'theme_edit_mp_event_post_type', 10, 2 );Column
function theme_edit_mp_column_post_type( $args, $post_type ) { if ( 'mp-column' === $post_type ) { $args['public'] = false; } return $args; } add_filter( 'register_post_type_args', 'theme_edit_mp_column_post_type', 10, 2 );Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Table borders not workingHi @dumartin,
Most likely your theme styles override the styles of the Getwid plugin. I’ve added this case to our list of features. Probably we will be able to offer a better solution in one of the further updates.Forum: Plugins
In reply to: [Timetable and Event Schedule by MotoPress] Link SettingHi @ulicgn and @priskabroese, Yes you may use option Custom Event URL: to redirect to another page or you may use some redirection plugin to make it SEO friendly.
Otherwise, you would need to override the post types of events and columns to make them not public. Then the system generated pages for events and posts won’t exist.
As for SEO so you may also use robots.txt file to disallow the indexing of certain pages of your site.Forum: Plugins
In reply to: [Timetable and Event Schedule by MotoPress] Export/Import errorsHi Ulrich @ulicgn,
Thanks for reporting this. We’ll take a closer look at it and notify you if we have any news.Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Post Carousel / Post Slider TemplatesHi @dramb, I could not replicate the issue locally. The Post Templates are working correctly on the latest WordPress version. Could you run a new WordPress installation with the Getwid plugin active only and test the Post templates again?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Carousel not workingHi Helen @helen1985,
Probably there is a conflict with a third-party plugin that is installed on your site. You may try disabling them one by one and test the lightbox to see if it works correctly.Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] seeing a console error in the accordionHi @jshwlkr,
I’ve tested with Gutenberg 9.8.3 and could not see any error. Could you try to update Gutenberg and check if the errors are gone?Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Tab becomes an accordionHi @deniskorablev,
I’ve found this article though I can not see thatdisplay:noneis forbidden or bad for SEO https://developers.google.com/search/docs/advanced/guidelines/hidden-text-links Moreover, the content of the tabs/accordion blocks will be duplicated and visible on each device.
Anyway, thank you for your suggestion we will notify you if we have any news.Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] image slider block – arrow settingsHi @vallered,
Thanks for your questions. The design of the arrows was styled with custom CSS in the Getwid Base theme. You may add your own CSS styles to adjust the style of the arrows for your theme.Forum: Themes and Templates
In reply to: [Getwid Base] Instagram post do not fetchHi @jakab1996, Could you clarify the question in more detail, please? What are the steps to replicate the issue?
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Post Carousel / Post Slider TemplatesHi @dramb,
Thank you for using Getwid and for contacting us. Could you specify the theme you use when the Post templates can not be selected and are not being updated? We’ll try to test it locally. Thanks.Forum: Plugins
In reply to: [Stratum Widgets for Elementor] Carousel and sliderHi @ameliehub,
Thanks for contacting us. I’ve tested both widgets locally and both work correctly. You may try disabling the third-party plugins one by one to find if there is one that causes an issue. Could you provide a link to the page(s) of your site where I can take a look at the mentioned widgets?Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Tab becomes an accordionHi @deniskorablev,
Thanks for your idea. I’ve added it to our list of the features and we will notify you if we have any news on this. At the moment you may duplicate the Tabs block and transfer the copy of the block into Accordion. The apply custom styles to hide the accordion on desktop, laptop, tablet and hide the tabs on mobile.Let us know fi you have any further questions or concerns.
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Image slider with custom linksHi @jusch23,
Thanks for your reply. I’ve forwarded your case to our developers. We will notify you if we have any news. ThanksForum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Image Alignment – Image BoxHi @celes15,
Thanks for your reply. I’ve forwarded your case to our developers. We will notify you if we have any news. Thanks