Webprom Design
Forum Replies Created
-
Thank you! Need a simple way to make popups from the on-page content. [popup] shortcode is a good way but lacks some options. I’m using it on many sites.
useless support u r
Need to show 2 popups on page, that’s what you call stackable in your docs.
Yes, it’s missing from current documentation. But you’ve had this shortcode before, for inline popups. Inline popups are crucial for any popup plugin.
No. Check this in your docs:
https://docs.wppopupmaker.com/article/53-create-read-more-popups-for-postsShortcode [popup], i.e. here:
<?php echo do_shortcode("[popup id='post-". get_the_ID() ."' size='small' title='". get_the_title() ."']". get_the_content() . "[/popup]");?>
Hi!
No, I’m asking about [popup] shortcode options. How to add stackable there?
thanks.
I’d like lock blocks addition too, clients are making crazy random changes to reusable blocks… Better if they’ll have to go to a separate page to edit them, safer.
- This reply was modified 2 years, 7 months ago by Webprom Design.
yes, ok. thank you!
ok, waiting…
me too on namecheap hosting
Forum: Plugins
In reply to: [Blocks Animation: CSS Animations for Gutenberg Blocks] animations.cssthanks, but maybe better to allow the loading of CSS to all pages, to avoid future problems ??
Thank you for the useful plugin!
Some users say animation is firing too late, and I can’t change that.
Thanks.
I see, you’re not loading animation CSS when the content has no blocks.
My fix to this:
function animation_styles() { if ( is_plugin_active('blocks-animation/blocks-animation.php') ) { if ( !wp_style_is( 'animate-css' ) ) { wp_enqueue_style( 'animate-css', '/wp-content/plugins/blocks-animation/assets/animate/animate.min.css' ); } } } add_action( 'wp_enqueue_scripts', 'animation_styles' );
Maybe you already need a settings page with an option to load CSS to all pages.
Another option could be to adjust on scroll appearance of animations. Sometimes it should appear earlier.thanks.
new version makes critical error ??