LightCatcher
Forum Replies Created
-
Jetpack warning:
Vulnerable plugin: WP Last Modified Info (version 1.9.3)
Forum: Plugins
In reply to: [Animations for Blocks] The plugin stopped workingI have an update on the issue. I noticed that the animation effects under my Windows accessibility settings was off. By turning it on, restores the animation on the browsers as well.
Is there a way to keep my system animation effects off, and still have the animation in the browser working?
Forum: Plugins
In reply to: [Animations for Blocks] The plugin stopped workingThanks, @skadev
This is really weird. I’m not seeing the animations on any of the browsers installed on my system: Opera, Vivaldi, Edge, Firefox, Zen, Chrome.
Strangely enough, it seems to work fine on my phone.
I have no clue of what’s going on.
Edit: also, I’ve tried with a different animation plugin for the block editor, and the animation works on my PC too, but I’d really like to keep using Animations for Blocks instead.
- This reply was modified 9 months, 1 week ago by LightCatcher.
Forum: Plugins
In reply to: [B Laser Loader – Page Load Progress Indicator] Hamburger Menu doesn’t workThanks so much, @shehabulislam !
It’s working again. I appreciate you’re taking care of the issue so quickly.
Forum: Plugins
In reply to: [B Laser Loader – Page Load Progress Indicator] Hamburger Menu doesn’t workThanks for getting back to me, @abuhayat
Here’s a screen recording showing the issue when the plugin is activated, and the expected behavior with the plugin deactivated:
https://mega.nz/file/qOpHiZ6b#A5jZ_S4yt4NeVh5SAt9gT58qT3u6kvFjhhIMNXzirqg
Hope that helps.
Best,
PieroForum: Plugins
In reply to: [Lightbox with PhotoSwipe] Fade In EffectThanks for the explanation, @awelzel
Thanks so much @mikemmx !
I had the height set on adaptive, after I turned that off I was able to set the height to 100% VH, and it worked.
Forum: Everything else WordPress
In reply to: Group posts by weeksThanks, @t-p
I initially posted on the wrong forum, my website is not a wordpress.com blog (I run WP through Dreamhost).
Thanks for the link to Stack Overflow. I wished there was a built-in way to do what I’m looking for as I’m not familiar with PHP, but I’ll give it a try.
Thanks for the suggestion, @andreearadacina21
That’s what I’m actually doing, but it seems that the fade-in effect only applies to the block itself when it opens up on the page, not the transition between the slides.
This is the page where I’m using the slider: https://www.pierodesopo.com/
There’s also another part of the settings related to Dimensions and Motion, but I only see parameters related to the interpolation:
Thanks, @mr2p
That’s a great workaround! I was able to get the result I was looking for, thanks so much for the tip.
Forum: Themes and Templates
In reply to: [Blocksy] No block editor optionThanks for the explanation @cteduard
That helps! I thought I was missing something 🙂For some reason, I remember installing it a while back and showing up with the block editor, but now that you confirm it’s not implemented yet I realize I must have mixed up something during the installation of the themes.
Thanks
Thanks for the detailed answer, @mr2p
I did use the import url CSS other times, but thanks for the thorough information. I just wanted to make sure I wasn’t missing some hidden option in the plugin that would allow me to get the same result.
Keep up the good work.
Best,
PieroForum: Plugins
In reply to: [Gutenberg] How to change the way categories lookAnd I just figured it out, it couldn’t be simpler.
From the editor, I simply needed to click on Manage All Templates and add a new Category template for a specific item.
Forum: Plugins
In reply to: [Gutenberg] How to change the way categories lookHi @jordesign
Thank you so much for your help!
You’re correct, I’m using the TwentyTwentyThree theme.
Yesterday, after some tinkering, I realized that by changing the archive template I could tweak the look of the category, which worked out. So, I guess, it’s close to what you’re suggesting.
But now, I have another problem.
The category Journal, which is the one with the images, looks as I wanted: https://artemis.phoenixart.com/category/journal/But since I have modified the archive template which is controlling all categories, now the category Thoughts doesn’t look right for my needs: https://artemis.phoenixart.com/category/thoughts/
In fact, I’d like to have 1 column only, instead of 4 (which works fine for the images), and the Read More button for some reason is now broken, in fact, it doesn’t show up at all.
For the record, I added a Post Content to the query loop, as I’m not using featured images, but just the images within the post itself:
On another forum, they advised me to look at the Taxonomy Templates, which I didn’t have the time to do yet.
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Paragraph doesn’t align leftSo, one solution I found is to wrap the paragraph within a Span, and assign a 100% width to that.
This works because in order to keep the text left-aligned, the Gutenslide block needs to be filled. If there isn’t enough text to fill-up the entire block, the text stays centered.
It seems this could be improved.