Phi Phan
Forum Replies Created
-
Hi @mlr4948,
Thank you for reporting this issue. Based on my multiple tests on your site, I did not see this issue. It is really hard to fix it if I cannot reproduce it on my end. Could you please take the time to reproduce it and share the steps with me? From a technical aspect, this block triggers the play event with JavaScript, so I suspect that in some page loads, there is a JS error preventing the play button from being triggered. When you see the error, please open the console in your browser and check for any JS errors.
Best, Phi.
You’re welcome.
Hi @spoofkz,
I’ve just released a new version that fixes this issue. You can get the fix in the latest version 1.1.1.
Best, Phi.
@spoofkz There is a conflict in the CSS with your theme. Here is the CSS to fix the issue:
.wp-block-boldblocks-youtube-block .yb-btn-play {min-width:0;padding:0;border-radius:0;}
I’ll fix it to the next version, for now you can fix it by adding above CSS to your site.
Phi.
Hi @spoofkz,
Could you please provide me with an URL to your site? It looks like a conflict CSS issue with your theme or other plugins?
Phi.
Hi @cosm44,
You can remove this button by using this code:
add_filter( "cbb_has_pattern_inserter", "__return_false" );
Best, Phi.
Forum: Reviews
In reply to: [Breadcrumb Block] Highly cistomizable@sergek-1 Thank you for your review and rating!
Best, Phi.
@captnjay, have you sorted it out yet? If you still need further assistance, please feel free to contact me.
Phi.
Could you provide me with a link to your site? What is your theme? And what is your WordPress version?
You should place the block inside a group block and then set a content width for the group as shown below:
This way, you can make the video as small as you expected.
Phi.
Hi @captnjay,
You can embed short videos. There is a setting in the sidebar named “Aspect Ratio.” To embed short videos, you should input the value 9/16.
Best regards,
PhiThank you for the details, and for giving it a try. If you decide to give it another try in the future, please don’t hesitate to reach out.
Have a nice day!
Hello @annaise,
Do you have any update on this? I think the Hummingbird plugin has changed some part of the carousel script, which is why it does not run on the page. Could you please exclude the carousel script from the Hummingbird plugin? The path to the carousel script is
wp-content/plugins/content-blocks-builder/build/carousel-frontend.js
. If you need further assistance, feel free to contact me.Best, Phi.
Forum: Plugins
In reply to: [Meta Field Block] Checkout Field Editor for WooCommerceHi @maxstub,
I’m not familiar with that plugin, so I’m not sure if it works or not. As I mentioned in the plugin description, this block uses the core APIs such as
get_post_meta
,get_term_meta
, andget_user_meta
under the hood to display custom fields. If those custom fields are not supported by those APIs, then you can’t display them with it.Best, Phi.
Thank you so much @roxann01.
Phi.