Scott DeToffol
Forum Replies Created
-
Forum: Plugins
In reply to: [Super Progressive Web Apps] Desktop PWA support?I see the Install SuperPWA… option for your site, but not for mine, where I installed the plugin. I can Add to Homescreen on Android and it works.
Forum: Plugins
In reply to: [Twitter] Twitter Setting Menu Location?Deactivated because there are no settings available on PHP 5.2.9
Forum: Fixing WordPress
In reply to: Publish posts but have them hidden until scheduled timeThis is the best option I’ve found: https://www.ads-software.com/extend/plugins/ultimate-category-excluder/
Forum: Fixing WordPress
In reply to: Publish posts but have them hidden until scheduled timePaul, did you find a solution? I’m in the same boat.
Forum: Plugins
In reply to: [Private categories] [Plugin: Private categories] doesn't workYep, doesn’t work for me either, on 3.4.1
Forum: Plugins
In reply to: Jetpack Subscriptions – shortcode?I’d like a shortcode for subscriptions as well. In the meantime, I found this article for putting the subscription form on a post/page.
https://kovshenin.com/2012/using-jetpack-for-e-mail-subscriptions-in-wordpress/
Forum: Plugins
In reply to: [Event Organiser] [Plugin: Event Organiser] Color of events on calendarNever mind, I found that this is already in the plugin under categories. Thanks!
Forum: Plugins
In reply to: [Event Organiser] [Plugin: Event Organiser] Post events to main blog feed?I figured out how to use the Genesis Simple Hook plugin to get the code before the hook.
<?php global $wp_query; $args = array_merge( $wp_query->query, array( 'post_type' => array('post','event') )); query_posts( $args ); ?>
But, when I have this code on the site, the events no longer show up in the Events Organizer loop (“Sorry, no posts matched your criteria.”), and they still don’t show up on the main loop. I can still get to the event page itself though, so it is there.
I’m close, I just know it!
Forum: Plugins
In reply to: [Event Organiser] [Plugin: Event Organiser] Post events to main blog feed?Steven, I posted a question on that thread you linked to about adding events to the main loop when using the Genesis framework. Any help with that specific instance would be appreciated, thanks!
Love the plugin BTW, thanks.
Forum: Plugins
In reply to: [Event Organiser] [Plugin: Event Organiser] Add events to main loop and feedAnyone know how to apply this to a Genesis framework site (Focus child theme)? I’m looking at the home.php where the Genesis Grid Loop is called, but need some help.
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] floater can't disable on post pages?I’m having the same issue, can’t disable floating on post pages.
I want floating on home only, normal on posts.
Forum: Alpha/Beta/RC
In reply to: WP 2.9 Thumbnail Sharing on FacebookYep, me too.
What is the best way to get <link rel=”image”> into a post header? I’m trying Custom Fields and not having luck:
Name: link_rel_image
Value: <link rel=”image_src” href=”https://www.domain.com/wp-content/uploads/image.gif” />Forum: Alpha/Beta/RC
In reply to: Updating Core never endsI have the same problem. With 2.7 betas the auto update would get stuck on Updating Core.