mending
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] What controls which color to show?Hi Andy
Thanks! Looking forward. Would be extremely helpfull with a proper solution.
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] What controls which color to show?Hi again Andy
I’ve done some testing. It appears that the category colors overrule each other alfabethically.
If you check here you’ll see that by renaming the “Workforce of the Future” category (overruling the “Test” category color) from it’s alfabethically position by “W” to “01 Workforce of the Future” (1st position) then the color of the “Test” category shows in the calendar.
But is this really how we have to go about this?
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] What controls which color to show?Hi Andy
Thanks. I’m not sure if I quite understood that. Could you please give an example?
One thing we don’t understand is what controls that our 4 colored categories (referred to as: By invitation only, Entrance fee, Free, Fully booked) are not being displayed over/on top(instead of the remaining no colored (grey) categories? Why does the grey categories overrule the colored categories?
Does category date, order, or ID number control this?
Someshow these guys managed to do exactly what we want do to. How did they manage not having any of the first 7 (yellow) categories display in the calendar? Is it because they ordered them first and the other colors second in row?
A great feature (thick box) for settings in your plugin would be a possibility to select which categories are “Master colors” and which are secondary.
Please advice a litthe further.
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] What controls which color to show?Hi Andy
Thanks for getting back. Yes, we tried what you refer to but that will hide the specific categories from the Legend menu as well. We need all categorry legends to be shown but not all category colors should appear as Legend Superpowers as they overwrite the color of other categories.
You can see here. We only want the first 4 legend colors (By invitation only, Entrance fee, Free, Fully booked) to be visual on the actual events in the calendar. The other categories should be visual as clickable legends but not overrule the first 4 categories with its grey color.
Please advice.
Forum: Plugins
In reply to: [Intercom for WordPress] Intercom not showing?Hi Simon
Okay. thanks for the information. This won’t work for us then.
Forum: Plugins
In reply to: [Intercom for WordPress] Intercom not showing?Hi Simon
Cheers! But does that mean that visitors needs to be WP users (e.g. subscribers) in order to see Intercom chat at all? We need a one-to-one chat with our customers. No login should block the dialogue.
Forum: Fixing WordPress
In reply to: Exclude tags that are years (numbers)Hi, thanks! How would you implement that into this? (my complete “single-related.php” page)
<?php $orig_post = $post; global $post; $tags = wp_get_post_tags($post->ID); if ($tags) { $tag_ids = array(); foreach($tags as $individual_tag) $tag_ids[] = $individual_tag->term_id; $args=array( 'tag__in' => $tag_ids, 'post__not_in' => array($post->ID), 'posts_per_page'=> 5, // Number of related posts that will be shown. 'ignore_sticky_posts'=>1 ); $my_query = new wp_query( $args ); if( $my_query->have_posts() ) { ?> <section id="related-posts" class="clearfix"> <h3 id="related-posts-title"><?php _e("Related Articles", "framework"); ?></h3> <ul class="clearfix"><?php while( $my_query->have_posts() ) { $my_query->the_post(); // Set search result class if ( has_post_format( 'video' )) { $st_search_class = 'video'; } else { $st_search_class = 'standard'; } ?> <li class="<?php echo $st_search_class ?>"> <h4 class="entry-title"><a href="<?php the_permalink()?>" rel="bookmark" title="<?php echo esc_attr( sprintf( the_title_attribute( 'echo=0' ) ) ); ?>"><?php the_title(); ?></a></h4> </li> <?php } ?> </ul></section> <?php } } $post = $orig_post; wp_reset_query(); ?>Forum: Plugins
In reply to: [Enable Media Replace] Media Replace removed from Main Media Page?Yes, I can confirm that too 🙂
Forum: Plugins
In reply to: [Enable Media Replace] Media Replace removed from Main Media Page?I can only find the “Replace Media” function in WP 4.0 when in “List Mode” clicking “Edit” when hovering an image and then below find this “messy” setup (why not with the button placed below the “Replace media” title?)
Will the function not be implemented properly in 4.0?
Forum: Plugins
In reply to: [Enable Media Replace] WP 4.0 Compatible?Yes, please! Agree 🙂
Forum: Plugins
In reply to: [WWM Social Share On Image Hover] Facebook icon not workingGreat, thanks for fixing this 🙂
Forum: Plugins
In reply to: [WWM Social Share On Image Hover] Facebook icon not workingWill I see the update in the WP Dashboard?
Forum: Plugins
In reply to: [WWM Social Share On Image Hover] Facebook icon not workingYes, I’m on 3.9.2. Please check up on compability 🙂
Forum: Plugins
In reply to: [WWM Social Share On Image Hover] Facebook icon not workingRight, that sorted it. Apparently there’s a conflict with your plugin and our theme, which prevents the the SDK script from being loaded.
Forum: Plugins
In reply to: [WWM Social Share On Image Hover] Facebook icon not workingNo changes! And settings are all okay. Should the SDK script load and show no matter if the FB App is setup or not?