Vrunda
Forum Replies Created
-
Hey Lyle,
Thank you for reporting this to us.
Yes, we have made a few changes to the Gradient Background in terms of resolving a few issues. Ideally, this should not happen.
Can you please try once more after clearing the browser cache?
We have used the same Gradient on our website too and the update seems to be working fine.
Looking forward to resolving this ASAP.
Regards,
Vrunda KansaraHey,
Thank you for sharing all the references. Our team will surely work on it and see what we get.
Regards,
Vrunda KansaraForum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Issue combining UABG Masonry with TabsHey,
Yes indeed, it will work for Post Grid but not for Post Masonry because Grid does not have any such javascript calculations.
You can replace the code with the below code to avoid redundancy. Instead of adding the extra three lines for all tabs this code will work. Just replace the script tag part.
————————————————————————–
<script type="text/javascript"> ( function( $ ) { var kt_tabs = $( '.kt-tabs-wrap' ); var index_value = $( this ).index(); kt_tabs.find( '.kt-title-item' ).click( function() { kt_tabs.find( '.kt-tab-inner-content:eq(' + index_value + ')' ).find( '.is-masonry' ).isotope(); }); })(jQuery) </script>
————————————————————————–
Regarding handling this case, we might add our own Tabs here. I have added this to our list. Our team will work on it.
Thank you for being so patient.
Warm Regards,
Vrunda KansaraForum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Issue combining UABG Masonry with TabsHey,
Thank you for reaching us out.
Kadence Blocks Author is absolutely correct. This is how javascript calculates it.
Well, we can give you a small temporary fix until we work on our Tabs.
The script will reinitialize the Masonry script when you click on the tabs.
You need to add the below code in your theme functions.php file.
——————————————————-
add_action( 'wp_footer', 'uagb_kt_compatibility_for_tabs', 9999 ); function uagb_kt_compatibility_for_tabs() { ?> <script type="text/javascript"> ( function( $ ) { var kt_tabs = $( '.kt-tabs-wrap' ); kt_tabs.find( '.kt-title-item-1' ).click( function() { kt_tabs.find( '.kt-inner-tab-1' ).find( '.is-masonry' ).isotope(); }); })(jQuery) </script> <?php }
——————————————————-
I hope this clarifies your doubt. Let me know if you still face any issues.
Warm Regards,
Vrunda KansaraHey,
This is just an update on your feature request. Our team has implemented this in v1.8.0. You can expect this feature in the upcoming week.
We appreciate your efforts to bring this to us.
Warm Regards,
Vrunda KansaraHey,
We have fixed this issue in v1.7.0 for Ultimate Addons for Gutenberg.
Please let us know if you face any other issue.
We appreciate your efforts to bring this to us.
Thanks & Regards,
Vrunda KansaraForum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] post grid html in excerptHey,
Currently, one can not do that. But we will surely add this in our upcoming release next week.
We will provide action hooks so that you can add HTML from theme’s functions.php fie.
We appreciate you for bringing this to us.
Regards,
Vrunda KansaraHey,
I see that your issue is resolved which was caused due to conflict with 3rd party plugin.
I am resolving this forum topic here.
Once again thank you for your heads up.
Regards,
Vrunda KansaraThanks! Looking forward to resolving your issue.
Regards,
Vrunda KansaraForum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] issue with the testimonial blockHey,
I suspect that a theme/3rd party plugin on your website might be adding the defer attribute to the js while it gets loaded. – https://bsf.io/7ixdh
We would be able to help you better if we have the link to the instance where the issue has occurred.
This loads the script later than it should actually have been loaded.
To clarify your doubts regarding it, you can refer – https://bitsofco.de/async-vs-defer/
You need to exclude this file to see Testimonial Working.
I hope this clarifies your doubt.
Regards,
Vrunda KansaraHey,
Thank you for reaching us out.
I have added this into our todo list. Very soon our team will think over it and implement if things are feasible.
We appreciate your efforts and feedback.
Regards,
Vrunda KansaraForum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Testimonial not working :(Hey,
I checked your website and turns out that you have added the
defer
attribute to the js while it gets loaded. – https://bsf.io/7ixdhThis loads the script later than it should actually have been loaded.
To clarify your doubts regarding it, you can refer – https://bitsofco.de/async-vs-defer/
In my opinion, there might some 3rd party plugin which might be responsible for this action.
You need to exclude this file to see Testimonial Working.
I hope this clarifies your doubt.
Regards,
Vrunda KansaraHey,
Can you open up a ticket by submitting the form on this page for a quicker response – https://www.ultimategutenberg.com/support/
Regards,
Vrunda KansaraHey,
We have released this fix now in v1.6.2 itself.
Please check and let us know if you are still facing issues.
Regards,
Vrunda KansaraForum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Timeline not workingHey,
We are in communication with the
Speed Booster Pack
team. You can track it here – https://www.ads-software.com/support/topic/need-help-with-this-option-move-scripts-to-the-footer/Regards,
Vrunda Kansara