Hardeep Asrani
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Neve FSE] Error when activating pluginHey @slhodson,
Thank you for pointing out the issue. We’ve made a patch release that fixes this issue. Let us know if it works as expected for you after the update which should be out in few minutes.
Glad to know, thanks for confirming @doczimute
Let us know how you feel about 3.0 version and if there are some features you particularly liked/disliked, or you haven’t tried anything new yet?
Hey @doczimute,
This is how it looks to me: https://pasteboard.co/OKazEUldvWF6.png
I’ve zoomed out a bit for the screenshot but even when viewed from the phone, it looks fine. Can you confirm if you’re having the same issue on a private window?
@doczimute Can you give us link to that page?
Hey @doczimute,
Thanks for the report, we have released version 3.0.2, can you confirm if that fixes the issue?
I am glad to know; sorry for the inconvenience caused.
Hey @jpsws,
You can fix it by adding the following CSS to your WordPress:
.wp-block-themeisle-blocks-advanced-columns .wp-block-themeisle-blocks-advanced-column { overflow: visible; }
And thank you for the report, we will address this in an upcoming release. Thank you!
Hey @jarwu,
Can you check by typing
/review
in the editor to see if the block appears there? If not, can you click on three dots on the sidebar and visit Block Settings inside Otter menu to confirm Product Review block is not hidden.Thank you!
Glad to know that helped, sorry for the troubles!
Hey @craptiger,
Yes, you can’t upload images here so have to use a third-party app like pasteboard.co or OneDrive to share.
Given that it’s not working and you’re seeing some errors generated, I’m guessing they are stopping the JS from executing. No worries, you can add the following code to the end of the functions.php file for your theme and update. After that, just visit any page on the website and then remove the code:
$notifications = get_option( 'themeisle_blocks_settings_notifications', array() ); if ( ! isset( $notifications['dashboard_upsell'] ) || $notifications['dashboard_upsell'] !== true ) { $notifications['dashboard_upsell'] = true; update_option( 'themeisle_blocks_settings_notifications', $notifications ); }
This should remove the notice permanently. Let me know if this works for you, sorry for the troubles!
Hey @craptiger,
On the right side of the notice, there should be a dismiss button. When you click on it, is the notice not going away?
If not, can you open your browser console before you click it and send us a screenshot if you see any errors appearing there? Here’s a tutorial on how you can open your browser console: https://screenful.com/how-to-open-the-browser-console
Thank you for your patience!
Hey @praevidium,
We did an update of the plugin the this past week, can you update the plugin and see if it works now?
Thank you!
Hey @craptiger,
Which update notice in particular are you talking about? Thank you!
Forum: Plugins
In reply to: [Blocks Animation: CSS Animations for Gutenberg Blocks] Changelog wrongHey @tombie,
Blocks Animation is also a module of Otter Blocks plugin and we also release it as a separate plugin for users who don’t want to use all the features of Otter but just want to use Animations module. To make development and deployment easier, we use a single release system and that’s why it has the same changelog.
Hope it makes sense!
Hey @praevidium,
Can you scroll a bit up or down in the console as those aren’t errors? The errors should be in red.
Also, are you using WP.com as your host? Thank you!