Nick C
Forum Replies Created
-
Forum: Plugins
In reply to: [AgentPress Listings] Hide Empty Property Details@withacause That code is still working for me if I replace the
property_details_shortcode()function in the AgentPress Listings plugin.Or you can use this version in your theme’s
functions.php:add_shortcode( 'property_details_new', 'property_details_shortcode' ); function property_details_shortcode( $atts ) { global $post, $_agentpress_listings; $output = ''; $output .= '<div class="property-details">'; $output .= '<div class="property-details-col1">'; foreach ( (array) $_agentpress_listings->property_details['col1'] as $label => $key ) { $value = get_post_meta($post->ID, $key, true); if ( !empty( $value ) ) { $output .= sprintf( '<b>%s</b> %s<br />', esc_html( $label ), esc_html( get_post_meta($post->ID, $key, true) ) ); } } $output .= '</div><div class="property-details-col2">'; foreach ( (array) $_agentpress_listings->property_details['col2'] as $label => $key ) { $value = get_post_meta($post->ID, $key, true); if ( !empty( $value ) ) { $output .= sprintf( '<b>%s</b> %s<br />', esc_html( $label ), esc_html( get_post_meta($post->ID, $key, true) ) ); } } $output .= '</div><div class="clear">'; $output .= sprintf( '<p><b>%s</b><br /> %s</p></div>', __( 'Additional Features:', 'apl' ), get_the_term_list( $post->ID, 'features', '', ', ', '' ) ); $output .= '</div>'; return $output; }You will then need to use
[property_details_new]for your shortcode instead of[property_details].Forum: Plugins
In reply to: [Osom Author Pro] Change layout to add sidebar for tag cloudNo problem, @virtualwayva, and thanks for explaining your goals in more detail.
Author Pro uses a custom template loader, so a good way to achieve a content-sidebar layout on the book archive page is to copy the plugin’s book archive template to your theme and make your changes there:
1. Remove the code you added to
functions.php.2. Copy the file at
wp-content/plugins/genesis-author-pro/templates/archive-books.phptowp-content/themes/author-pro/archive-books.php.3. Add this on a line before the closing
genesis()call in the theme’s newarchive-books.phpfile that you created:add_filter( 'genesis_site_layout', '__genesis_return_content_sidebar' );You will then see a content-sidebar layout on the book archive page, and can make further modifications to that file to override the default plugin template if you need to.
You could then add a tag cloud widget to your regular Primary Sidebar, and set it to only appear on the book archive page using a plugin such as https://wordpress.org/plugins/widget-logic/.
Forum: Reviews
In reply to: [Osom Author Pro] Love it so far. But updates?Hi, @abigailstarkauthor!
Thanks for your kind review. The Author Pro theme and plugin continue to be supported and work with the latest version of WordPress and Genesis.
If you have any questions or suggestions for improvements, please feel free to leave them here or get in touch via the StudioPress support page at https://my.studiopress.com/help/.
Forum: Plugins
In reply to: [Genesis Connect for WooCommerce] Latest GCW 0.9.10 displays blank Shop Page@sitebuildernow The main version of the plugin is now 0.9.9 (the WooCommerce update was delayed, so the plugin was rolled back from 0.9.10 to 0.9.9).
You can get 0.9.9 from the WordPress admin area (Plugins → Add New) or from the main plugin page: https://wordpress.org/plugins/genesis-connect-woocommerce/
Forum: Plugins
In reply to: [Genesis Connect for WooCommerce] Latest GCW 0.9.10 displays blank Shop PageHi, @prof-dsvidyasagar.
0.9.9 is available from the bottom of this page:
https://wordpress.org/plugins/genesis-connect-woocommerce/advanced/
Or here’s a direct download link:
https://downloads.wordpress.org/plugin/genesis-connect-woocommerce.0.9.9.zip
We also have steps to downgrade to 0.9.9 at https://my.studiopress.com/documentation/help-woocommerce-shop-page-blank-upgrading-genesis-connect-woocommerce/ (requires a StudioPress account to view).
Genesis Connect for WooCommerce is a separate plugin so that Genesis does not have to be updated every time WooCommerce is updated. (Not all Genesis sites use WooCommerce.)
This plugin was updated the same week WooCommerce 3.3 came out, but 3.3 was then reverted. 0.9.10 is not compatible with older versions, so those still on WooCommerce 3.2.6 who did not update to 3.3 will need to use 0.9.9 for now.
I hope that’s useful, but please feel free to email
support [at] studiopress [dot] comif you need further help.Forum: Reviews
In reply to: [Genesis Connect for WooCommerce] v0.9.10 breaks my siteThanks for your patience and understanding, @houseofhands — that’s very good of you!
Forum: Reviews
In reply to: [Genesis Connect for WooCommerce] v0.9.10 breaks my siteSorry you experienced this, @houseofhands! Downgrading to 0.9.9 is the right thing to do at this time.
The issue was caused by WooCommerce pulling the 3.3 update. https://woocommerce.wordpress.com/2018/02/01/woocommerce-3-3-1-status-update/
Once 3.3 is re-released you can then update to 0.9.10.
We have a pinned forum topic here tracking the issue: https://wordpress.org/support/topic/latest-gcw-0-9-10-displays-blank-shop-page/page/2/.
Forum: Plugins
In reply to: [Genesis Connect for WooCommerce] Latest GCW 0.9.10 displays blank Shop PageIt’s fine to continue running 0.9.9 until WooCommerce 3.3 is re-released. (Genesis Connect 0.9.10 contains no security fixes — it was released to address an issue with WooCommerce 3.3, but that update to WooCommerce has since been reverted to 3.2.6.)
Once WooCommerce 3.3 is released again, updating to Genesis Connect 0.9.10 is then advisable.
@forkmedia Staying on Genesis Connect 0.9.9 and WooCommerce 3.2.6 until other plugins update to support WooCommerce 3.3 sounds like the best option for you here if those plugins are essential.
Forum: Plugins
In reply to: [Genesis Connect for WooCommerce] Fatal Error@vijustin Sorry for the error, Justin. You can downgrade to 0.9.9 for now by downloading a copy of the older version at the bottom of this page:
https://wordpress.org/plugins/genesis-connect-woocommerce/advanced/
When Automattic update WooCommerce to 3.3 again (that version was pulled for now), you can then update Genesis Connect to 0.9.10 once more.
Forum: Plugins
In reply to: [Genesis Connect for WooCommerce] Latest GCW 0.9.10 displays blank Shop PageYes, @vwondra, and sorry for the confusion there. Automattic rolled the WooCommerce update back from 3.3.0 to 3.2.6, so it’s not currently possible to update to 3.3.0.
If you’re using WooCommerce 3.2.6 with Genesis Connect 0.9.10, the best option for now is to download Genesis Connect 0.9.9 from the link at the bottom of https://wordpress.org/plugins/genesis-connect-woocommerce/advanced/.
When Automattic re-releases WooCommerce 3.3.0 (probably as 3.3.1), you can then update to Genesis Connect 0.9.10.
Forum: Plugins
In reply to: [Genesis Connect for WooCommerce] Latest GCW 0.9.10 displays blank Shop PageHas everyone who reported this updated WooCommerce to 3.3.0+ before updating Genesis Connect to 0.9.10?
If you’re running an older version of WooCommerce you will need to update it to 3.3 (or higher) before updating Genesis Connect to 0.9.10.
If you still see the issue with WooCommerce 3.3 installed, please feel free to follow-up here.
Forum: Plugins
In reply to: [Genesis Connect for WooCommerce] Fatal Error@xrayex Glad it helped! Also, if your client updated Genesis Connect to 0.9.10 before updating WooCommerce to version 3.3.0+, that could cause the error they see.
If they’d like to update to WooCommerce 3.3, updating to Genesis Connect 0.9.10 will then work without error.
Edited to add that WooCommerce 3.3 has been rolled back and is not available. More info at https://wordpress.org/support/topic/latest-gcw-0-9-10-displays-blank-shop-page/#post-9924052.
- This reply was modified 8 years, 3 months ago by Nick C.
Forum: Plugins
In reply to: [Genesis Connect for WooCommerce] Fatal ErrorHi, @xrayex! For now you can downgrade to 0.9.9 as described in this topic: https://wordpress.org/support/topic/latest-gcw-0-9-10-displays-blank-shop-page/
Further information will be posted there when available.
Forum: Plugins
In reply to: [Genesis Connect for WooCommerce] Latest GCW 0.9.10 displays blank Shop PageThank you for trying that. It would also be worth checking that shop and product pages are still set in your WooCommerce settings.
Otherwise, 0.9.9 is available from the download link at the bottom of this page while this is investigated further: https://wordpress.org/plugins/genesis-connect-woocommerce/advanced/