jazzinconcert

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 38 total)
  • Author
    Posts
  • in reply to: Exclude a category from community events form #1146443
    jazzinconcert
    Participant

    Hi Josh,

    done. is working.

    Thanks very much
    Thomas

    in reply to: Widget-This-Week : date translation #1145472
    jazzinconcert
    Participant

    Sorry, Hi Geoff 😉 … was reading to fast….

    in reply to: Widget-This-Week : date translation #1145471
    jazzinconcert
    Participant

    Hi Jeff,

    thanks for your reply.

    But I’m missing : Day of Month under Events -> Settings -> Display

    I attached a screenshot

    jazzinconcert
    Participant

    Hello Hunter,

    thanks for your help. Finally i got 🙂

    “hiding” what you don’t want displayed via CSS.

    That is the way i worked it out.

    post nav was delivered by my theme:

    .post-nav,
    .current_posts_info {
      display: none;
    }

    page title was delivered by events calendar:

    .tribe-events-page-title {
    	display: none
    }
    

    Again thanks for your help
    best
    Thomas

    in reply to: Hiding events bar from a certain category page #1144210
    jazzinconcert
    Participant

    Found it by myself 🙂

    .events-category-ludwigs-empfehlungen #tribe_events_filters_wrapper {
        display: none;
    }

    Right ?
    Thanks Thomas

    in reply to: Hiding events bar from a certain category page #1144201
    jazzinconcert
    Participant

    Hi Nico,

    thanks a lot for qick solution, works perfectly 🙂

    Is there a similar solution for the Filter Bar ?

    Best
    Thomas

    jazzinconcert
    Participant

    Hi there,

    i have the same problem !

    saving the ticket in WooCommerce (this doesn’t to be related with the product image) wipes the Venue and Organizer set for the event.

    Any solutions out there?

    Thanks Thomas

    jazzinconcert
    Participant

    Hi George, thanks.

    I modified

    You might be able to use the principles in that Guide to get started on a basic version of what you’re trying to do here; basically, in other words, showing different form components if the user is logged in or not.

    – current_user_can() – is the thing to do.

    and it works 🙂

    in reply to: Advanced custom fields in CE form on front end #1009673
    jazzinconcert
    Participant

    …sure it’s possible to add checkboxes….but there is no way to display an action/result to that in the published event…

    in reply to: Permalinks – 404 errors #1009588
    jazzinconcert
    Participant

    So Cliff,

    thanks for taking time with me ! I think your are right, but i have to think about the way i will proceed. Actually i feel like using the newest version but using only the list view.

    I’m sure the next update will satisfy my wishes 🙂

    Thanks for your help again!

    CU for the next question 🙂

    Thomas

    jazzinconcert
    Participant

    Hi George, thanks for your quick replay, i i appreciate it!

    Does this mean, for example, that users will see a totally default form, but then based on whether they’re logged in or not (or some other criteria), their submission status will be set to either “Pending” or “Published”?

    Thats what i want to do !

    They are both logged in as members of my website with different rights, where one of them has the rights to Publish Tribe Events and the other not. The CE form will be the same.

    It’s working when using the dashboard to submit events but actually not with the CE Form offered by the CE plugin. In the plugin settings is no way to assign the submitting status to different roles. Maybe there is a possibility if i’m modifying some code, php …etc ?

    Thanks for your help
    Thomas

    in reply to: Advanced custom fields in CE form on front end #1009584
    jazzinconcert
    Participant

    Hi Cliff here we are again 🙂

    thanks for your quick reply.

    I already know the solution you are describing.
    But there is no way to add check boxes to the custom fields the plugin offers. Or am i wrong?

    The required fields customization you offer on your website is known by myself, too. And i know how to do this. Because i modified already.

    My question was more to the topic “editing and modify” the custom fields EC offers.

    Anyway if this is outside of your scope of support, maybe i find a solution by myself.

    But thanks!

    in reply to: Permalinks – 404 errors #1009104
    jazzinconcert
    Participant

    Sorry, i just recognized… it was not the twenty fourteen theme, it was the twenty fifteen theme!

    in reply to: Permalinks – 404 errors #1009103
    jazzinconcert
    Participant

    Hi Cliff,

    i spend the last days a lot of time getting deep into the operation with TECpro.

    Using the theme twenty four with almost no other plugins installed.

    I give you a short review about what my experiences are:

    If i stay in this area: http://domain/konzerte/ (konzerte = events)

    View as:
    list
    month
    week
    map
    photo

    are working !

    Even view as day gives me a feedback in a blue box : no matching events found for… Please choose another date.
    What is ok because on that day no event has been published.
    But to the end-customer this is a little bit confusing because there are no arrows or something like that (e.g. in Month view) to switch to the next day. You have to click on the date field in the main TEC search bar what you don’t anticipate if the TEC search bar is closed.

    Switching to the individual categories using the WordPress menu

    (e.g. http://domain/konzerte/kategorie/blues/ )

    View as list is working!
    View as map is working!

    View as

    month
    week
    photo
    day

    give the result: No RESULTS have been found!

    That’s the big point: The difference between MATCHING EVENTS and NO RESULTS.

    No matching events deals within the template but NO RESULTS gives, depending what theme, framework, page or post template someone is using a 404! error. What really is not a 404! just a filtering issue.

    I think thats the reason we can’t find any bugs or conflicts using wp_debug!

    So what to do ?

    Modern Tribe should give the TECpro users the possibility to deactivate the different “view as” modes on the category pages or should re-code the filter. I guess if someone uses the category in the menu someone is send direct into filter mode and the only way out (reset the filter) is to go back to the http://domain/events/ page. That’s really confusing for the customer looking for the events published.

    Otherwise the events publisher (like me) has to use the view as LIST and MAP only when using the category pages as well as the main event page. Just to keep it logical and simple to the customer. What is really a shame especially
    for the “view as photo” filter!

    So what do you think about all my notices? Am i right or did i make mistakes in using TEC ?

    I’m really looking forward to get your opinion and review of my experiences!

    Thanks
    Thomas

    in reply to: Permalinks – 404 errors #1009022
    jazzinconcert
    Participant

    Hi Cliff,

    it’s sunday 🙂

    I moved my domain to a managed server and did a clean manual WordPress install!

    In my old installation i got absolutely no errors in the debug bar.

    I installed the events calendar (puplic version) and created some events in different categories.
    Setting the “pretty links”.

    This all with the Theme Twenty Fourteen.

    Then i created the menu with all the categories and of course the all events link.

    The all events link worked but when i switched to the categories i got the message page not found.

    Ok…what now

    I deactivated on the server the apache mod_rewrite function – result page error
    I activated the mod_rewrite on Apache – result page available

    I clicked the categories – result page not found

    I clicked the “all events”link – result everything available
    I clicked the single event – result everything including google maps available

    Then, and now it’s getting really WEIRD, i clicked again the categories – result it’s working !?!

    Do you understand this ???

    This is all done with the public version of TEC and the Twenty Fourteen Theme
    PlugIns installed: Updraft Plus, Under Construction, and Post Duplicator.

    The next step will be to install TECpro, Filter and Community Events.
    And then, of course, install the Pagelines DMS 2 framework.

    I will keep you informed what’s gonna happen.

    Thanks
    Thomas

Viewing 15 posts - 16 through 30 (of 38 total)