Forum Replies Created

Viewing 15 replies - 1 through 15 (of 281 total)
  • Thread Starter Travis Pflanz

    (@tpflanz)

    CORRECT – This is about the template pre-populating blocks for the single event when you create a new event.

    Is this possibly a WordPress issue/deficiency, rather than GatherPress? My thought process here is that if WordPress has built-in custom templates for posts/post-types now, then the system as a whole should build-in the ability to override a template that is created by a plugin or theme.

    I’m so excited to have come across GatherPress. We’ve been looking for a simple and straight-forward way to migrate from Meetup to managing our club events and membership to our WordPress website.

    Thread Starter Travis Pflanz

    (@tpflanz)

    With more testing, I think it’s definitely an issue within GatherPress. As you mentioned, you were able to replicate the issue while using the Twenty Twenty-Four theme.

    I’ve now tested with 10 fresh WordPress installations using Twenty Twenty-Four with only the GatherPress plugin active. Not once has my custom “Single Item: Events” Template?successfully overridden the default GatherPress template within the Add New Event Editor.

    I’ve tested by adding my custom event layout in a Pattern and then adding the Pattern to the custom “Single Item: Events” Template.

    I’ve also tested by adding my custom event layout directly to the custom “Single Item: Events” Template.

    No matter how I try to create a custom “Single Item: Events” Template within WordPress, it doesn’t override the default GatherPress layout in the Editor.

    The only way I’ve been able to override the default GatherPress template within the editor has been to create my own template override plugin. NOTE – I’m not a very skilled dev, so this is really the limit of my abilities

    <?php
    /*
    * Plugin Name: My Block Templates
    * Description: Post Types: GatherPress Event
    */

    function gatherpress_event_my_block_template() {
    $post_type_object = get_post_type_object( 'gatherpress_event' );
    $post_type_object->template = array(
    array(
    'core/group',
    array(
    'layout' => array(
    'type' => 'constrained'
    )
    ),
    array(
    array(
    'core/columns',
    array(),
    array(
    array(
    'core/column',
    array(
    'width' => '66.66%'
    ),
    array(
    array(
    'core/columns',
    array(),
    array(
    array(
    'core/column',
    array(
    'width' => '66.66%'
    ),
    array(
    array(
    'gatherpress/event-date',
    array(),
    array()
    ),

    )
    ),
    array(
    'core/column',
    array(
    'width' => '33.33%'
    ),
    array(
    array(
    'gatherpress/add-to-calendar',
    array(),
    array()
    ),

    )
    ),

    )
    ),
    array(
    'core/post-featured-image',
    array(),
    array()
    ),

    )
    ),
    array(
    'core/column',
    array(
    'width' => '33.33%'
    ),
    array(
    array(
    'gatherpress/rsvp',
    array(),
    array()
    ),
    array(
    'gatherpress/venue',
    array(),
    array()
    ),

    )
    ),

    )
    ),
    array(
    'gatherpress/rsvp',
    array(),
    array()
    ),
    array(
    'core/heading',
    array(),
    array()
    ),
    array(
    'core/paragraph',
    array(
    'placeholder' => 'All about the get-together'
    ),
    array()
    ),
    array(
    'gatherpress/rsvp-response',
    array(),
    array()
    ),

    )
    ),

    );
    }
    add_action( 'init', 'gatherpress_event_my_block_template' );

    ?>

    I do understand the plugin is in Alpha, and I’m happy to work it hard with every real-world use-case to find bugs and offer improvement ideas. My ultimate application will be to create a simple front-end form for my Club’s organizers (setup as a custom role) to create a new event for our club.

    NOTE – I’ve added the GatherPress Alpha plugin you linked

    Thread Starter Travis Pflanz

    (@tpflanz)

    Re: The video

    To make sure were completely on the same page – I am specifically referring to the Editor screen when creating a new Event, not the live webpage after the Event has been published.

    Here’s a screen capture

    Thread Starter Travis Pflanz

    (@tpflanz)

    I should have mentioned in my original post – I tested with no other plugins active other than GatherPress.

    I since have tested with a fresh WordPress 6.6.1 installation with Prime FSE theme and GatherPress – I can confirm this works as expected from a fresh installation as in your previous message.

    The site I’m working on is an established 7ish year old website (working with a staging copy, but tested on the live site since also) that is fully up to date and has been in daily usage – not a dead and outdated site. My plan is to remodel the site using Prime FSE theme and GatherPress – to get away from Meetup completely.

    I think I may have discovered how the issue has occurred, but I don’t know why – This site was previously using the Divi Theme (https://www.elegantthemes.com/gallery/divi/) and there seems to be something in the change from Divi to a full site editor theme that is causing this problem. In addition to Prime FSE, I have tested using the default WordPress Twenty Twenty-Four theme and experienced the same issue with both FSE themes.

    I have now tested on 4 total different Divi websites by changing the theme to FSE themes and in every instance I experience the same error – my custom “Single Item: Events” Template does not override the default GatherPress template within the New Event editor screen.

    Thread Starter Travis Pflanz

    (@tpflanz)

    /wp-admin/site-editor.php?postId=prime-fse%2F%2Fsingle-gatherpress_event&postType=wp_template&canvas=edit

    I first saw GatherPress early July in the WordPress Repo. Version 0.29.3. I started playing around with it a little ~mid-July, so not very long.

    Per your suggestion, I deleted my custom “Single Item: Events” Template then recreated it. Still the same. When I create a new Event in GatherPress, it still shows the plugin’s default page theme in the editor.

    Is it possible that this calendar is owned by someone else, not you? If that’s the case, the calendar time zone cannot be changed – simply your Google Calendar time zone setup is for you and only within Google Calendar. This may be an issue/limitation with Full Calendar.

    Thread Starter Travis Pflanz

    (@tpflanz)

    Thanks, Ronald.

    I tested both methods you mentioned and they both worked independently of each other.

    ? Excluding the post ID for the profile page in Email Encoder advanced settings worked
    ? Using Divi – setting the module to display only to Wishlist members worked

    Thread Starter Travis Pflanz

    (@tpflanz)

    I have checked no script tags (https://i.imgur.com/tphif7k.png) and get the same result on the frontend – https://i.imgur.com/Aayty31.png

    Thread Starter Travis Pflanz

    (@tpflanz)

    I have also directed the Wishlist Member support team to this thread to connect you.

    Thread Starter Travis Pflanz

    (@tpflanz)

    Great. Thanks.

    Plugin Author Travis Pflanz

    (@tpflanz)

    Nope. Just read the plugin description.

    AND this seems like a spam comment just to drop a link, since the account was created on 12/25/2020 and these were the first two forum posts.

    Thread Starter Travis Pflanz

    (@tpflanz)

    I even tested with a fresh installation about 4 weeks ago and had the same issues. Maybe you fixed the problem in newer releases, but it seems that many websites using a previous version had this exact issue.

    Thread Starter Travis Pflanz

    (@tpflanz)

    Just know, as end users, we don’t care WHY your product doesn’t work – only that it does not work.

    It is not a good look for your product as you roll out your premium offering. I was ready and excited to purchase, but updating the free Rank Math plugin caused the website to become completely unusable until it was restored from a backup.

    No chance I can trust the premium version when the free version caused so much destruction.

    The fact that you have a whole page documentation about the “work-around” is evidence that you are knowingly releasing a product that regularly renders websites inoperable.

    In my opinion, this plugin should be removed from the www.remarpro.com plugin repository until this critical bug is completely fixed.

    @dearfrench I am having the same issue. What did you end up doing to solve this?

    Thread Starter Travis Pflanz

    (@tpflanz)

    Why not actually fix the issue, rather than offering a workaround?

Viewing 15 replies - 1 through 15 (of 281 total)