Vrunda
Forum Replies Created
-
Hey,
Thank you for reaching us out.
Currently, we don’t have have this feature but we do have it in our to do list.
Here is the Public Roadmap – https://trello.com/b/GTy7yIQ7/ultimate-addons-for-gutenberg-public-roadmap
We appreciate your efforts to bring this to us.
Regards,
Vrunda KansaraForum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Fancy text block….Hey,
Thank you for reaching us out.
We currently, do not have such a block in Ultimate Addons for Gutenberg. But I will add this in our to do list.
Thank you once again.
Regards,
Vrunda KansaraForum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Additional image sizes not recognizedHey,
Thank you for reaching us out.
I have reported this to our team, they will very soon look at it and find a fix.
Regards,
Vrunda KansaraForum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Social Share Buttons Link IssueHey,
Thank you for bringing this to us.
I will add this in our list and get it fixed.
We really appreciate your patience and efforts.
Regards,
Vrunda KansaraForum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] post grid html in excerptHey,
We have updated UAGB to v1.8.0. You can add HTML before/after the excerpt for Post Grid using the below action hooks. You need to add the below-given code to your child theme’s functions.php file.
add_action( 'uagb_single_post_before_excerpt_grid', function ( $post_id, $attributes ) { echo '<p>I love UAGB</p>'; // Here you can fetch any HTML as per the post. }, 10, 2 );
If you need the HTML after the excerpt you need to change
uagb_single_post_before_excerpt_grid
touagb_single_post_after_excerpt_grid
.I hope this resolves your doubts.
Note: This will work only at frontend.
Regards,
Vrunda KansaraForum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Info Box Conflicts?Hey,
I see that this was a caching issue, I will hence mark this as resolved.
Thank you for reaching us out.
Regards,
Vrunda KansaraForum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Info Box Conflicts?Hey,
Can you open up a ticket by submitting the form on this page for a quicker response – https://www.ultimategutenberg.com/support/
Regards,
Vrunda KansaraForum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Section Block affecting font color?Hey,
Thank you for reaching us out.
I see that this grey color is given from the theme – https://bsf.io/s7tj5
Correct me if I am wrong. Looking forward to resolving your doubt ASAP.
Regards,
Vrunda KansaraForum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Icon conflictHey,
Thank you for reaching us out.
We have this issue noted and our team is working on fixing it.
We will release an update with this fix in next week.
Regards,
Vrunda KansaraForum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] feature requestHey,
Thank you for reaching us out.
We already have this on our list. Here is a list of few more features related to Post – https://www.ads-software.com/support/topic/feature-request-sorting-pagination-for-post-masonry-grids/
I will mark this as resolved since we have it tracked on some other thread.
We appreciate your efforts to bring this to us.
Regards,
Vrunda KansaraHey,
Thank you for your feedback.
I will add this in our to-do list.
Our team will definitely find a solid solution to this.
We appreciate your efforts and patience.
Regards,
Vrunda KansaraForum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Post masonery feature requestHey,
I will forward your “Title turn off Switch” request to our team. Very soon they will release it.
We appreciate your patience.
Regards,
Vrunda KansaraForum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Issue combining UABG Masonry with TabsHey,
I am glad you found the solution.
We have noted down the Feature Request that you added.
Yet you can have it at one place on our website. We will be waiting for your review.
Regards,
Vrunda KansaraForum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Post masonery feature requestHey,
I am glad that you liked the block.
# Select by Tags and Categories
– I will forward your request to our team. They will have a feasibility check and add this to the to-do list.# Turning off the Title
– I see that you want to reuse this as an Image Masonry, we already are under development for an Image Gallery which supports this layout. If you still want to turn the title off, you can add CSS to hide the Title.Looking forward to resolving your doubts ASAP.
Regards,
Vrunda KansaraForum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Issue combining UABG Masonry with TabsHey,
I apologize that the code didn’t work. I missed a small thing here, here is the rectified code –
—————————-
<script type="text/javascript"> ( function( $ ) { var kt_tabs = $( '.kt-tabs-wrap' ); kt_tabs.find( '.kt-title-item' ).click( function() { var index_value = $( this ).index(); kt_tabs.find( '.kt-tab-inner-content:eq(' + index_value + ')' ).find( '.is-masonry' ).isotope(); }); })(jQuery) </script>
—————————-
Yes, we have build block on similar grounds to Row Layout. Within a week or two you will see it live.
I will be more than glad to hear the review from you.
Regarding WPML compatibility, we have it on our list.
Also, I would be very happy to know what your requirements are since you have been testing things on sandbox.
I would forward all your requirements list to our team. Can you open up a ticket by submitting the form on this page? – https://www.ultimategutenberg.com/support/
We can have a better track of the requirements.
Regards,
Vrunda Kansara