Nick C
Forum Replies Created
-
Forum: Plugins
In reply to: [AgentPress Listings] is this plugin still supported?Hi, @crazychameleon.
Yes, the plugin is still supported! You can see the search results page working in the AgentPress demo here.
To fix the search layout on your site, you can try:
– Temporarily disabling all other plugins, as some can affect search layout.
– Removing any modifications made to the search template in your custom theme.
Forum: Plugins
In reply to: [Genesis Simple Sidebars] V2.1.0 not working with woosidebarsAfter speaking with the StudioPress development team:
If you’re using Genesis Simple Sidebars with another sidebar plugin such as Woo Sidebars, and would like Woo Sidebars to take priority over Simple Sidebars, you can:
– Update to Simple Sidebars 2.1.0.
– Add the following to your active theme’s functions.php:
add_action( 'after_setup_theme', 'custom_change_simple_sidebar_priority' ); function custom_change_simple_sidebar_priority() { if ( ! class_exists( 'Genesis_Simple_Sidebars' ) ) { return; } remove_filter( 'sidebars_widgets', array( Genesis_Simple_Sidebars()->core, 'sidebars_widgets_filter' ) ); add_filter( 'sidebars_widgets', array( Genesis_Simple_Sidebars()->core, 'sidebars_widgets_filter' ), 11 ); }A Woo Sidebar set to override a Simple Sidebar will then continue to do so.
Forum: Plugins
In reply to: [Genesis Simple Sidebars] Compatible with WordPress 4.7.3?Thanks for your kind words about the plugin, @whitegoodshelp, and I’m sorry for the confusion over the old “tested up to” version.
The plugin has indeed been tested with the latest version of WordPress, but the “tested with” version wasn’t bumped with the latest update. The StudioPress team will amend it in a future update to reflect that it works with the latest WordPress, but it’s safe to update the plugin in the meantime.
Forum: Plugins
In reply to: [Genesis Simple Sidebars] V2.1.0 not working with woosidebarsThanks for this report, @djuanes!
I have passed this on to the StudioPress development team to review for a future update to the plugin.
If anyone else has updated to 2.1.0 and is also using Woosidebars, you can solve this by either:
– Downgrading to version 2.0.4 via FTP: https://downloads.wordpress.org/plugin/genesis-simple-sidebars.2.0.4.zip
– Editing plugins/genesis-simple-sidebars/includes/class-genesis-simple-sidebars-core.php in version 2.1.0 and changing line 27 from this:
add_filter( 'sidebars_widgets', array( $this, 'sidebars_widgets_filter' ) );To this:
add_filter( 'sidebars_widgets', array( $this, 'sidebars_widgets_filter' ), 11 );- This reply was modified 9 years, 1 month ago by Nick C.
Forum: Plugins
In reply to: [Genesis Connect for WooCommerce] Woocommerce 3.0 and Product GalleryGreat to hear! Thanks for the update.
Forum: Plugins
In reply to: [Genesis Connect for WooCommerce] Woocommerce 3.0 and Product GalleryHi, Jon. The
add_theme_supportlines work to add the gallery back to all themes I’ve tested this with so far.If you see no gallery after making this change and clearing any caching plugins, please feel free to open a new thread with a link to your product page as mentioned above:
https://wordpress.org/support/plugin/genesis-connect-woocommerce/#new-post
Forum: Plugins
In reply to: [Genesis Connect for WooCommerce] Deprecated Notice: woocommerce_get_page_id@rad10active Sorry to hear about these errors.
The
woocommerce_get_page_id is deprecatedmessage is safe to ignore, but will be corrected in a future update to the plugin.“Undefined index: …” from
wc-cart-functions.phpis not something I was able to reproduce in my tests with Genesis Connect. The error message points to an issue with the WooCommerce plugin file, as opposed to Genesis Connect, so you may wish to follow up with WooCommerce support:https://woocommerce.com/contact-us/
https://wordpress.org/support/plugin/woocommerceIf you’re seeing these messages on your public-facing pages as opposed to on a development site, it’s a sign that your host has misconfigured your server’s error logging. Logged error messages should not be visible on production sites, so it would be worth asking them to disable these. They can either log to a file for you to review privately, or disable logging altogether if they offer a staging environment that you can test new updates in instead.
- This reply was modified 9 years, 1 month ago by Nick C.
Forum: Plugins
In reply to: [Genesis Connect for WooCommerce] Woocommerce 3.0 and Product Gallery@shantier I’ve followed up via the new topic you kindly opened here:
If anyone else reading this has issues, please feel free to open a new topic describing the problem and linking to your site here:
https://wordpress.org/support/plugin/genesis-connect-woocommerce/#new-post
Thanks for your report, @shantier. Are you able to link to the page where this issue is visible?
The fix may be specific to your site/theme; I’d be happy to take a look.
Edit: I’ve followed up in the support ticket you opened with StudioPress. Please feel free to reply there if you have further feedback!
For others reading this, it seems many themes require the above
add_theme_supportlines in functions.php that shantier posted, together with a correction for product image borders in style.css:figure.woocommerce-product-gallery__wrapper { margin: 0; }- This reply was modified 9 years, 1 month ago by Nick C.
Forum: Plugins
In reply to: [Genesis Connect for WooCommerce] Woocommerce 3.0 and Product GalleryAs a theme developer WooCommerce now recommends that you add theme support for any gallery features you’d like native support for in your theme.
The link that @wpmuse kindly shared earlier shows how:
If Genesis Connect adds support for these features in the future (this is not yet decided), then having them defined in your theme too will do no harm.
Forum: Plugins
In reply to: [Genesis Connect for WooCommerce] Woocommerce 3.0 and Product GalleryThanks for the report, and for sharing your findings, @wpmuse!
Forum: Plugins
In reply to: [Genesis Connect for WooCommerce] Deprecated Notice: woocommerce_get_page_idGreat! Thank you again for your report.
Forum: Plugins
In reply to: [Simple Social Icons] page load issues with social iconsHi, Bill!
It looks like you’ve switched your icon plugin now, so I couldn’t retest this directly, but the issue with Simple Social Icons seems specific to your site. I wasn’t able to reproduce it in my own tests:
The long green bars from your screenshot correspond to the “receive” phase, but the transfer size is listed as 0kB – no data is being sent there, so there should be no delay in receiving content. This looks like a bug in Pingdom’s speed testing tool, to be honest. If you wanted to dig into this, you could follow up with Pingdom to ask for further information and pass that on here. I’d be happy to forward any recommendations they have.
Otherwise, thanks for mentioning this, and I’ll look out for similar reports in the future.
Forum: Plugins
In reply to: [Genesis Connect for WooCommerce] Deprecated Notice: woocommerce_get_page_idThanks for the report, @hortons-art. I’ve passed this on to the StudioPress team.
The notice is safe to ignore for now, but if you’re seeing this on your public site, it would be worth asking your host to set logging to production mode so that PHP notices aren’t visible to your site visitors.
Forum: Plugins
In reply to: [Genesis Simple Sidebars] Compatible with WordPress 4.7.3?Hi @xwrecon, and welcome to the WordPress and Genesis communities!
The plugin will still be updated, and it’s working with the latest version of WordPress.
The “tested up to” figure may be increased during the next plugin update; sorry for any confusion that seeing an older version there caused.