Nathan Shower
Forum Replies Created
-
Forum: Plugins
In reply to: [Admin Help Docs] Conextual Help Button not showing in PagesThank you! Appreciate the update, looks great.
Forum: Plugins
In reply to: [Embed Google Photos album] Missing data-linkSweet, thanks! Looks great.
Forum: Plugins
In reply to: [Make Paths Relative] meta twitter:image not working well with YoastSame issue here. Relative urls are being used for everything (css/js/images) regardless of the setting selected in the plugin options.
Downgrading to previous version (1.2.1) fixes the issue.
It looks like the issue might come from the last line in
frontend/class-make-paths-relative.php > make_paths_relative_applied();This method nicely checks all of the settings and exceptions, but then the last line addsadd_filter( 'clean_url', array( $this, 'clean_url' ), 100, 3 );which callsmake_paths_relative_remove()which makes everything relative anyway…It’s the only notable change in the code between the current version and the previous version (which still works fine), so I downgraded to v 1.2.1 and that solved things for now.
Forum: Plugins
In reply to: [ACF Photo Gallery Field] BugSeems to fix the issue, thank you!
Forum: Plugins
In reply to: [ACF Photo Gallery Field] BugSame issue here. Looks like the click event for the ‘button-primary’ (save button) is missing
$('body').css('overflow', 'auto');that is in the button-close function.Forum: Plugins
In reply to: [Bootstrap Blocks] Vertically Center option hiddenHi @tschortsh, thank you for clarifying. That makes sense that there was a reason to hide it. I think having the majority of the options located in the right column makes that a little less intuitive, but knowing it is there we won’t have trouble locating it again. Cheers!
Forum: Plugins
In reply to: [Bootstrap Blocks] Classes being added to the block outer and not the row.Thank you, we will certainly take a look at that. Appreciate the assistance.
Forum: Plugins
In reply to: [Bootstrap Blocks] Classes being added to the block outer and not the row.Agree that this is a good thing, however now there is no way to target the wrapper div. Is that wrapper strictly necessary? When trying to nest this block inside say, a cover block, it seems like an un-classable div wrapping the row isn’t very helpful.
That’s sort of what I figured. Just wanted to double check. We were seeing some performance issues from the latest Lighthouse reports and wanted to see what options we had available. Appreciate the quick response.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Automated ImportHi Tobias,
That’s kind of what I figured. We’re working on a custom solution. Appreciate the reply, though.
-Nathan
Forum: Plugins
In reply to: [Theme My Login] Upgrade issuesEven after upgrading to 7.0.1 the issue remained. I ended up removing the pages, and the issue still remained. Only went away after I changed the default endpoints in the plugin away from what they were, from “login” to “members/login”, and “logout” to “members/logout”, etc. The site seemed to respond after that.
But there is still the issue of the new login page (at “/members/login”) redirecting to the /wp-login.php page and not logging in directly.
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] Paypal Express IPNNothing new beyond the default address above. It appears to be working for the moment on this particular site. I would try that and see if your situation improves.