JoakimB
Forum Replies Created
-
Seems like there was a plugin with an integration between Sendgrid and MyMail.
I’ve temporarily disabled that integration while we’re resolving an issue with Sendgrid.
Thanks!
Hi again! I’m sorry to say that my issue is only partly resolved by using Chrome. I can select the attributes in the list, but they aren’t shown as enabled in the Attribute settings page.
Forum: Plugins
In reply to: [Facebook Fanpage import] Add option to addmanual excerptOh, and another thing:
I’d like to see the option to select your own custom post type beside the standard one that you add.Forum: Plugins
In reply to: [Genesis Responsive Slider] Displaying Multiple Types of ContentI did solve this problem, but it required me to edit the plugin code a bit, which I am always hesitant to do.
What I did was that I opened the admin.php file and added a line of code after:
foreach ( $post_types as $post_type ) { ?> <option style="padding-right:10px;" value="<?php echo esc_attr( $post_type ); ?>" <?php selected( esc_attr( $post_type ), genesis_get_responsive_slider_option( 'post_type' ) ); ?>><?php echo esc_attr( $post_type ); ?></option><?php } ?>
The code I added was:
<option style="padding-right:10px;" value="any" <?php selected( 'any', genesis_get_responsive_slider_option( 'post_type' ) ); ?>>any</option>
This allows you to select all post types for the genesis responsive slider query.
Forum: Plugins
In reply to: [Genesis Responsive Slider] Displaying Multiple Types of ContentI have the exact same problem.
I’m using a custom taxonomy which is linked to multiple post types (both pages and products for instance) and I wish to display that custom taxonomy in the slideshow. I wish to display both products and posts that are tagged with this taxonomy.
Is this possible?
Forum: Plugins
In reply to: [Event Organiser] Conflicting pluginsGreat! Thanks a lot!
I’ll be hoping for an update of their plugin in the future then.Great plugin, btw!