SusanLow
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms Directory] Directory checkbox images not displayingBump – this still hasn’t been attended to.
The problem is in wp-content/plugins/gravity-forms-addons/template-row.php
line 75:
$value = apply_filters( 'kws_gf_directory_tick', sprintf("<img src='" . GFCommon::get_base_url() . "/images/tick.png' alt='%s' />", esc_html( $lead[$input_id] )), $lead, $field);The problem is that the URL pointed to here for tick.png is actually pointing to the GravityForms folder, not the Gravity Forms Add-on folder. I would like someone to tell me how to fix that code so it points to the right place within the Add-ons directory.
And then it would be great if this error could be updated in a future release.
Ditto here. Tested with both registered and unregistered users. The shortcode is displaying. I also tried updating my reCAPTCHA API keys. No dice.
Update: I was able to edit a file at
wp-content/themes/mesocolumn/lib/templates/headline.phpLine 17:
<h2 class="incat effect-1 header-title feat_tn_cat_color_<?php echo $cat_id; ?>"><?php _e('Archives for', TEMPLATE_DOMAIN); ?> <?php single_cat_title(); ?><?php if ( $paged >= 2 || $page >= 2 ) { ?> - <?php _e('Page', TEMPLATE_DOMAIN); ?> <?php echo $paged; ?><?php } ?></h2>You can see where it says ‘Archives for’ in the first bit of php in that line. I simply took out that whole bit so it just says (”, TEMPLATE_DOMAIN). Here’s the resulting code:
<h2 class="incat effect-1 header-title feat_tn_cat_color_<?php echo $cat_id; ?>"><?php _e('', TEMPLATE_DOMAIN); ?> <?php single_cat_title(); ?><?php if ( $paged >= 2 || $page >= 2 ) { ?> - <?php _e('Page', TEMPLATE_DOMAIN); ?> <?php echo $paged; ?><?php } ?></h2>I think if you look around in that file you’ll see other places where there are headline bars hard-coded into the theme.
Trying to do the same thing…
Forum: Plugins
In reply to: [Display Posts - Easy lists, grids, navigation, and more] css stylingI want to have the display posts content styled exactly the same way that normal category archives are styled. How would you suggest this be accomplished?
My issue is that I want to include two categories in an archive page that’s called from a menu link. Display Posts Shortcode seems to be the only way I can accomplish this, but the styling is a headache. Alternative approaches are most welcome.
http://fern.communitycouncil.ca — I’m trying to do the ‘News’ page.
Forum: Plugins
In reply to: [Gravity Forms Directory] Filter by CategoryBump! I have a directory which includes programs in 3 types. The types are indicated by a checkbox standard field in the Gravity Form that accepts input. I would like to be able to
1) Show a table that has entries filtered by the checkboxes
2) Show a column in a summary table which shows which of the checkboxes are active on an entry.You can see my directory in action at: http://fern.communitycouncil.ca/resource-inventory/
You’ll see I have been able to show each of the checkbox identifiers as a separate column, but I want to show one column with any of the three values listed under that column.
Forum: Themes and Templates
In reply to: [Attitude] Attitude – BBPress – GravityForms conflictAnd it seems Attitude theme is not compatible with BBpress.
http://www.themehorse.com/support-forum/topic/bbpress-search-results/
That’s okay I didn’t need that 90 minutes in my life anyway.
Forum: Themes and Templates
In reply to: [Attitude] Attitude – BBPress – GravityForms conflictGood point. Thanks!
Forum: Themes and Templates
In reply to: [Attitude] Attitude – BBPress – GravityForms conflictThe URL is http://fern.communitycouncil.ca