Luke Carbis
Forum Replies Created
-
Forum: Plugins
In reply to: [Genesis Blocks] Not able to convert reusable block to regular blockHi Slavek –?I’m having problem with Reusable blocks too. It’s not contained to Genesis Blocks, it still occurs with core blocks with Genesis Blocks disabled. Hopefully it gets resolved soon.
Forum: Plugins
In reply to: [Genesis Blocks] Migration Atomic to Genesis Blocks fails, no permission@ellafitz That’s strange indeed!
Server permissions shouldn’t have any effect on that 403 message –?you can leave them as they were.
Are you running any “Limit Login Attempts” or security type plugins? If so, consider moving them out of your plugins folder to see if that helps.
The next step would be to contact your host for help –?the 403 message is usually returned prior to PHP even running anything.
Forum: Plugins
In reply to: [Genesis Blocks] Accordion Block – Missing Expand/Collapse Arrows@abseedy If you send me the pages that aren’t displaying properly, I could take a look at how your theme’s CSS is affecting them.
Forum: Plugins
In reply to: [Genesis Blocks] Accordion Block – Missing Expand/Collapse Arrows@abseedy The problem is that your theme specifies that the
summary
element should display asblock
. This needs to be updated in your CSS to display aslist-item
.Forum: Plugins
In reply to: [Seriously Simple Podcasting] RSS Feed Contains HTML TagsFWIW, I tried disabling all other plugins and using the default Twenty Twenty-One theme.
I also spun up a brand new WordPress site locally with no other plugins installed and replicated the same behaviour. Here are screenshots of both Post Excerpt and Post Content settings: https://imgur.com/a/BzROhvu
Forum: Plugins
In reply to: [Seriously Simple Podcasting] RSS Feed Contains HTML TagsAdditionally, if I switch to using the Post Excerpt, I lose any new lines I inserted into the excerpt field.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Player won’t load audio file, getting 404Thank you!
Forum: Plugins
In reply to: [Genesis Blocks] Is this a Bug or as intended@jimwalczak Hey! I just checked out https://thefuntimesguide.com –?love what you’re building there. I couldn’t see font awesome loading on the frontend, though. I also tried
tech.
andphotography.
, and it wasn’t loading there, either.Forum: Plugins
In reply to: [Genesis Blocks] Is this a Bug or as intended@jimwalczak Was the custom function running on every site on the network, too?
Forum: Plugins
In reply to: [Genesis Custom Blocks] Editing page gives blank screenGlad you got it sorted!
Forum: Plugins
In reply to: [Genesis Blocks] Exclude specific category from Post and Page Grid@outcats85 Unfortunately no, not at the moment. We’ve been working on some major updates to the Post and Page Grid to add some new features, which should be released fairly soon. The update doesn’t include any Exclude rules, but will refactor the codebase to more easily allow for that type of feature in the future.
Forum: Plugins
In reply to: [Genesis Blocks] atomic blocks migration into genesis blocks error offline@julesmoody Have you tried deactivating all other plugins and trying the process again?
Do the first two migration steps work? You should notice your content uses the new Genesis blocks instead.
Alternatively, have you tried manually unfavoriting your favorite layouts, and refavoriting them after migration?
Forum: Plugins
In reply to: [Genesis Blocks] iPhone double tap issue with blocks@2aussietravellers I just tested a second time, and I can definitely confirm that it’s a single tap for me on iPhone 12. Tried both Bundaberg and Silver Pavilion, both work well.
Is it possible that this is a CSS issue in older versions of Safari?
Forum: Plugins
In reply to: [Genesis Blocks] Newsletter block inline@brodiebrodie You could achieve this with some Custom CSS. Here’s a sample to start with, you can adjust it to your theme to get it perfect.
.gb-block-newsletter .fx-relay-email-input-wrapper { width: 50%; float: left; margin-right: 1em; }
Forum: Plugins
In reply to: [Genesis Blocks] atomic blocks migration into genesis blocks error offline@julesmoody That’s very strange! Thanks for reporting.
The first step when it comes to debugging issues like these is to disable all other plugins and switch to a default theme.
I wanted to ask exactly what you meant by migrating the “favorite” blocks, too.