Hozefa Saleh
Forum Replies Created
-
after disabling plugin and going to the url, it showing no results. But in case of ivory plugin search, its showing 2 result, but in actual, there are total 3 results. the latest one “img-01-003” on the page https://uniquesweb.co.in/collection/stock-image/ is not showing.
Please also mention a time line when approximately you are releasing this new 3.0 version?
Forum: Plugins
In reply to: [SVG Block] SVG icon code become nnn when saving it as patternwhere can I get your email id? I will send message mentioning hozefasmile in it.
Forum: Plugins
In reply to: [SVG Block] SVG icon code become nnn when saving it as patternI investigated and found that your plugin have conflict with “MyWP Custom Patterns” plugin https://www.ads-software.com/plugins/mywp-custom-patterns/
I have intalled this plugin because in your “Content Blocks Builder” plugin not support creating pattern by selecting multiple blocks at once. For example let suppose you select a svg icon block and a pagrapgrah block together, “Add to Block Pattern” option not shows. That works in that plugin.
Now if you install that plugin and then create pattern using that plugin. The icons not get added correctly and its show n n like words in input box
see screenshot https://prnt.sc/IZByu16M5Zyx
hummm, got it but still has one missing feature, we can’t choose in the variation the default button instead of your variations. I mean in the variation list to choose there also needed the default button choice(which we set in theme.json file)
- This reply was modified 2 years ago by Hozefa Saleh.
Hi @mr2p ,
I am not able to find out how I can utilize this new feature added by you? Where you have added the setting for replacing the block with another variation? For example in button.Great improvement in accordion, now it’s more featureful and easier to modify the design.
In my opinion, dynamic contents are completely a separate thing. We create custom post types, and can easily create templates for each post type archive and single pages in new WordPress block editor (Appearnace => Editor). There we can specify any custom field created at any place, we can even create a separate new blocks for using lazy blocks like easy to use plugins.
If you want to allow something dynamic as settings for your predefined blocks (like advanced group) then its a different case, otherwise for any dynamic fields there are many plugins already available to show them like ACF, Pods etc.
Forum: Plugins
In reply to: [Advanced Tabs Gutenberg Block] js file load on just installExcellent, now its working as expected. Thanks a lot
Hi @mr2p, I am eagerly waiting for the support of the media query sizes setting on the settings page. Are you going to implement it in your next version of the plugin?
- This reply was modified 2 years ago by Hozefa Saleh.
Thanks for this valuable information
ok got the answer, I have used esc_html() to output the value, I removed it and now it works.
Hi @nko
Here is the step by step detail
I have created a block for bootstrap tabs.
1. I have created a code editor field for adding custom attribute in the tab link
see screenshot https://prnt.sc/-drtr_EKCYb8
You can see that I have kept a code editor field “Nav Link Custom Attribute” , whos value I have kept “aria-selected=”true”
2. Now I when check the source code of the page where I used this custom block. I see this in source code , see this screenshot https://i.ibb.co/56HW50b/Image-1.png
So you can see that instead of double quote its showing converted " HTML entity.This is making the quote invalid.This is happening with single quotation mark also, It is changed to '
hummm, you are absolutely right. Its not got resolved in even Gutenberg version 14.3.1 , I have added a comment in the the issue at github https://github.com/WordPress/gutenberg/issues/44989 , let see when the got it resolved. And if this issue is already resolved in WordPress 6.1 beta version then we just have to wait for 8 days, it’s releasing on 1 Nov ??
hummm, but I checked that when I disable the Gutenberg plugin, it start working. So there some conflicting issue between Gutenberg plugin and yours plugin. As I said I am already using latest version of Gutenberg 14.3.1
- This reply was modified 2 years, 1 month ago by Hozefa Saleh.