Houman

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 21 total)
  • Author
    Posts
  • in reply to: License # does not save – cannot install updates #1003947
    Houman
    Participant

    okay it’s working now! What threw me off was the green valid message. Once I got that I thought I was all set and navigated away without clicking “save changes”

    in reply to: 404 Errors on all Events Pages #998724
    Houman
    Participant

    this is fixed. The code somehow went missing. Had to re-insert into functions.php

    in reply to: Tag in front-end form #997259
    Houman
    Participant

    This reply is private.

    in reply to: Tag in front-end form #997080
    Houman
    Participant

    This reply is private.

    in reply to: Tag in front-end form #996866
    Houman
    Participant

    Hi Brook,

    I am not a developer but I was able to follow some instructions in relation to this to hide certain modules in the event add form. I did look at: https://theeventscalendar.com/knowledgebase/required-fields-for-events-submission-form/ and I don’t see anything about requiring “tags”.

    Are you sure tags are supported? Not sure what to do from here. I see the first step may be adding something to the theme’s function file. But the example code shown doesn’t have an example for how to include the taxonomy tag. Further – I would imagine I would have to add something to the taxonomy module for the submission form but upon looking at that code it looks like it only considers event categories.

    Ben

    in reply to: How to disable organizer details on front-end submission #996788
    Houman
    Participant

    Hi Nico – upon further investigation I see that the taxonomy module only shows if event categories are used. I don’t use event categories so that explains why it doesn’t show.

    However – as I posted in a different thread – it’s absolutely imperative I allow user-submissions to include tags – just like I can do via the backend. From everything I have seen – tags are not supported by default… but is there an easy way to add tag support? Maybe I can add some code in taxonomy.php which will open up a tag field?

    in reply to: How to disable organizer details on front-end submission #996786
    Houman
    Participant

    Hi Nicos,

    I’m trying this out and have had some success. I’ve been able to hide some modules. However, still having a few issues:

    1. taxonomy module is not showing at all even though it’s not commented out. Hopefully this will allow users to add a tag to their submission. But wondering why nothing is appearing at all.
    2. how can I hide “Not Houman, log out”?
    3. trying to edit the date picker module and I cannot find where I should comment out the “recurrence” field.

    Thank you!

    in reply to: 404 Error #996765
    Houman
    Participant

    also I’d like to hide the “not you? logout” text. Not sure why that’s there.

    Thanks!

    in reply to: 404 Error #996764
    Houman
    Participant

    Hi Nicos,

    I’m testing this out and i see that community events get added to the main events calendar. That’s good.

    However – the submission form has no “tag” field which makes the plugin pretty much completely useless for me as all use-generated content on our site needs to be organized by tag. Is there anyway to add this field to the front-end submission form?

    If not – I may need to request a refund as it’s pretty much unuseable for me without tags.

    Also let me know about 2 and 3 above. Thanks!

    Ben

    in reply to: 404 Error #996755
    Houman
    Participant

    Hi Nico!

    This is working now: http://www.storytrading.com/events/community/add

    I have a few questions now that the page is appearing:

    1. events submitted here go directly into the main event calendar here? http://www.storytrading.com/events/ if yes – what is the purpose of http://www.storytrading.com/events/community/list ? When would I want to use the /list/ link instead of /events/ ?
    2. how can I edit the layout of the page to remove the widget sidebar and the ratings widget that appears on the top? This page isn’t appearing in pages tab of wpadmin so not sure how to edit those things.
    3. how can I hide venue details, organizer details, and event cost? they aren’t necessary for our submissions. I deal with those extra fields on the backend – but for front-end users, it’s alot of extra mess.

    Thanks so much Nico!

    in reply to: License # doesn't save #996752
    Houman
    Participant

    Events Calendar v3.11.2
    Events Calendar Pro v3.11.1
    Community Events v3.11
    Wordpress v4.2.4

    in reply to: Modify Countdown widget to show next event in category #996440
    Houman
    Participant

    can’t believe this isn’t automatic. It’s such an obvious need that 99% of your users I believe would prefer as the default functionality.

    in reply to: 404 Error #996437
    Houman
    Participant

    update: okay tried the functions suggestion again. had to remove <?php as it was already at the top of the file. Site works now but the community links still does not work…

    in reply to: 404 Error #996433
    Houman
    Participant

    Nico,

    I added the below code to the bottom of my theme’s functions.php file and it took down the site:

    <?php
    /*
    * Possible solution for Single Event page 404 errors where the WP_Query has an attachment set
    * IMPORTANT: Flush permalinks after pasting this code: http://tri.be/support/documentation/troubleshooting-404-errors/
    */
    function tribe_attachment_404_fix () {
    if (class_exists(‘TribeEvents’)) {
    remove_action( ‘init’, array( TribeEvents::instance(), ‘init’ ), 10 );
    add_action( ‘init’, array( TribeEvents::instance(), ‘init’ ), 1 );
    }
    }
    add_action( ‘after_setup_theme’, ‘tribe_attachment_404_fix’ );

    • This reply was modified 10 years, 8 months ago by Houman.
    in reply to: 404 Error #996428
    Houman
    Participant

    Hi Nico,

    I tried the first suggestion in that article and it made no difference. I’m not a developer so don’t think I can try the other suggestions on my own…

    Ben

Viewing 15 posts - 1 through 15 (of 21 total)