rose18
Forum Replies Created
-
Forum: Plugins
In reply to: [ACF: Better Search] Plugin impacts the search functionality in the dashboardHi @mateuszgbiorczyk ,
Thank you for getting back to me, but from the thread that you’ve sent it only have ‘The Events Calendar’ plugin installed. I have both ‘The Events Calendar’ + ‘The Events Calendar Pro’ installed.
I did contact the Event Calendar Support Team about this and they were having the same issue. It returns zero results while this plugin is enabled. When it’s disabled the search works correctly. I can sent you the event calendar pro plugin (.zip file) to test it.
Let me know how I can provide you the plugin folder.
Thanks!
Forum: Alpha/Beta/RC
In reply to: Synced Pattern Override: Not displaying value properly on front-end@willie087 – Still doesn’t fix the issue if deactivating other plugins, update the theme and WordPress to the latest versions. The ‘Cost’ isn’t displaying correctly and some numbers are missing on the front-end.
The numbers should be (https://snipboard.io/msHvN3.jpg):
-$49
-$149
-$259However on the front-end it’s displaying (https://snipboard.io/7uBQiW.jpg):
-blank
-9
-9I believe the reason why the numbers are missing is because of the ‘$’ (dollar sign) in front.
Is there a way to fix it?
Thank you @threadi? for providing the alpha/beta forum
@threadi – Version 6.5.4 doesn’t have the ‘Synced Pattern Override’ functionality, WordPress 6.6 introduces this functionality.
Forum: Developing with WordPress
In reply to: Extending the Query Loop block – Using patternsCan anyone help me with this?
Forum: Developing with WordPress
In reply to: Using Site editor to create patterns and assign block TypesThanks @gswebdev , but I don’t think using register_block_pattern_category() will help. I’m using the site editor to create patterns:
I’m able to add a NAME and assign block pattern CATEGORIES, but not BLOCK TYPES, such as ‘core/query’, ‘core/post-content’.
If registering a pattern using php, assigning block types is possible, like below. But I want to assign block types if patterns are created from the site editorForum: Developing with WordPress
In reply to: Use block patterns in WP_Query phpWOW! Thank you @joa-kim! It works!
thanks @thread!
@threadi – I want to build something a bit more advanced that using the query loop can’t achieve, but would still like to use the block editor to create the loop template. Is there a way to do that? thx!
Forum: Plugins
In reply to: [Attributes for Blocks] Adding custom attributes with dynamic valuesUsing shortcode in the the value field actually works.
I just noticed that I had a typo in my attribute, I have it has ‘arial-xxx’, instead of ‘aria-xxx’. That’s why it was showing the shortcode as plain text
thank you for helping!
Forum: Plugins
In reply to: [Attributes for Blocks] Adding custom attributes with dynamic valuesThank you @websevendev ! Your way works!
I did try to create a custom shortcode to display the post title and added the shortcode to the value field to see if that will work. Unfortunately, it didn’t. It will also be great if we can do that.Forum: Plugins
In reply to: [Elementor Addon Elements] Modal Popup not displaying some ACF Field TypesSame problem for me! For now, is there an alternate solution which doesn’t involve purchasing another plugin?
Forum: Plugins
In reply to: [Jetpack VideoPress] Play jetpack videopress video when enter viewportthank you @bizanimesh ! I was planning to use GASP to detect if users has scrolled to the start point (when the video enter viewport), if so, then it will execute a function to start the video, but does VideoPress support using postMessage to start / pause videos?
Forum: Plugins
In reply to: [Jetpack VideoPress] Play jetpack videopress video when enter viewportI’m using my test site for testing and I have installed the ‘Jetpack VideoPress’ plugin. I have uploaded a test video and created a page with that video (using the VideoPress block).
https://sc.thedev.ca/roseelementor/wp-block-page/
I want the video to auto play/start once it enters the viewport (when user scrolls down to the video). When it leaves the viewport, the video will pause.
Does using postMessage achieve that functionality??
Thank you!
Forum: Developing with WordPress
In reply to: Adobe font not loading in block editorHi @macmanx ,
I also did try not using the plugin and add/enqueue it in the functions.php file, it still doesn’t load the adobe font in the block editor, so it should be a WordPress issue.