Derek Rippe
Forum Replies Created
-
Forum: Plugins
In reply to: [Single Post Query Loop Selector] Ability to select from other post types?Amazing!
My current project won’t be going to production for at least 6 weeks, so if you’d like any assistance with testing, just let me know. I’d be more than happy to put it through some paces.
Forum: Plugins
In reply to: [Simple Social Icons] Twitter URI logo to XI fear @osompress took control of this plugin from StudioPress (for whatever reason) and has more-or-less abandoned it. There doesn’t seem to be any activity from either @esther_sola or @nahuai since the 3.1.2 update (where they announced the acquisition).
Forum: Plugins
In reply to: [Genesis Blocks] Numerous block errors on 3.0.0 updateIndeed – was an out-of-date Safari issue. I had no idea I was so far behind, haha. Upgraded to 16.6 and all issues are gone.
Thanks for your help @ryankienstra and @johnstonphilip!
Forum: Plugins
In reply to: [Genesis Blocks] Numerous block errors on 3.0.0 update@ryankienstra definitely. I’ll be back in the office this evening and will update Safari (not sure why it hasn’t auto-updated, as it sounds like I’m behind a full version).
Forum: Plugins
In reply to: [Genesis Blocks] Numerous block errors on 3.0.0 updateAhh, good call! This is only happening in Safari (Version 15.0).
I also checked it in Chrome, Firefox, Firefox Developer and Brave, with no issue.
Glad to hear it’s either just on my end, or just for Safari users. Of course, it makes me wonder why it’s only happening in Safari…
Forum: Plugins
In reply to: [Genesis Blocks] Numerous block errors on 3.0.0 updateA couple, yep:
- [Error] SyntaxError: Invalid regular expression: invalid group specifier name – (anonymous function) (blocks.build.js:1)
- [Error] Failed to load resource: the server responded with a status of 404 () (default.editor.min.js.map, line 0)
- [Error] Failed to load resource: the server responded with a status of 500 () (google_photos, line 0)
- This reply was modified 1 year, 3 months ago by Derek Rippe.
Forum: Plugins
In reply to: [Genesis Blocks] Numerous block errors on 3.0.0 updateHi @ryankienstra,
There are not, which is really strange. But if I rollback to 2.0.0, everything works per usual.
Forum: Plugins
In reply to: [Genesis Blocks] Numerous block errors on 3.0.0 updateHi Phil,
Plugin definitely isn’t deactivated. All sites are running the latest version of WP (6.2.2), along with a handful of other plugins (naturally). I’ve got a couple of staging sites I could temporarily connect you with to view the issue first-hand, if that helps? We’d have to connect via some other platform…
Forum: Plugins
In reply to: [Simple Social Icons] Twitter URI logo to XI’ll second this. Some of my clients are starting to ask for it, and I’d prefer not to go through 50+ sites updating manually…
Thanks!
Forum: Plugins
In reply to: [Simple:Press Forum] PHP8 StatusThanks for the update, @nigel01. Any sense on a timeline?
I obviously have a few weeks before any critical issues on my end. I can push the client a few weeks past November 2nd if necessary knowing an update is coming, but if we’re realistically looking at mid-2023 or something like that, I need to start looking for another solution now rather than later.
I apologize, Steve! You are absolutely right!
I can confirm it works with the standard WordPress “category” taxonomy, and it also works with the WooCommerce “product category” taxonomy. But not custom post type taxonomies, for me.
Not sure what context you’re looking to use them in, but if you want to use the get_the_post_thumbnail() function, you can use the following image sizes:
- gb-block-post-grid-landscape
- gb-block-post-grid-square
ie.
get_the_post_thumbnail( $post->ID, 'gb-block-post-grid-square' );
- This reply was modified 3 years, 1 month ago by Derek Rippe.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] noindex detected from GoogleHappening on my end as well, as of January 26th. But Google Search Console seems to be complaining about the sitemap.html file, NOT the sitemap.xml file.
Forum: Plugins
In reply to: [Genesis Blocks] Random Order for “Genesis Block Post and Page Grid”?I’d like to throw my name in the hat for additional “order_by” options on this block, with a particular emphasis on “menu_order” so that I have complete control over what shows up simply by dragging-dropping posts in the Dashboard.
Thanks!