Brian

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • in reply to: adding new fields #1275124
    Brian
    Participant

    This reply is private.

    in reply to: plugin download #1272542
    Brian
    Participant

    Hello,
    Thanks for your help but the problem is that I can’t download the plugin.
    When I try to download it, I’m getting an error message.
    Could you please give me another download link?
    Thanks

    in reply to: out of date error message #1059685
    Brian
    Participant

    This reply is private.

    in reply to: Problem with support topic #1021143
    Brian
    Participant

    This reply is private.

    in reply to: Problem with support topic #1021013
    Brian
    Participant

    This reply is private.

    in reply to: Events Title page not ok #1019682
    Brian
    Participant

    Thanks Nico.

    Finally I got another answer somewhere on a forum, and here’s the bit of code that I used:

    
    if ( tribe_is_month() && ! is_tax() ) { // Month View Page
    	....
    }
    

    Thanks for taking the time to help me.

    Regards,
    Brian

    in reply to: Events Title page not ok #1016887
    Brian
    Participant

    Hello Nico,

    Unfortunately, it doesn’t work for me, because I was not talking about the title tag of the page, but I was talking about the pagename.

    In my theme, and on my pages I display the page name. So let’s say I have a page called “Our team”, it will be displayed “Our team” on the page, at the top of the page (not the title tag of the page). The problem is that with the calendar pages, instead of having something like “Calendar”, I had the word “Archive” as the page title.

    So I edited my theme and I wrote some code: when the page id is 0, I display the name “Agenda” for the page title.
    but the problem is that when a 404 error page is displayed, it’s written “Agenda”…

    Do you see my problem ?
    The problem is that the pages for the agenda are not “real pages”, with a name and a slug. So when I want to add some code to display the correct title, I have no way to know which page I’m on. If i’ts a standard page, it has its own ID, but for 404 pages and calendar pages, the ID is 0…

    Do you have any idea of what to do to solve the problem?

    in reply to: Page load problem #1016820
    Brian
    Participant

    Thank you George, the problem was solved by the second method.

    Thanks a lot!

    Regards,
    Brian

    in reply to: Page load problem #1014556
    Brian
    Participant

    This reply is private.

    in reply to: Page load problem #1014548
    Brian
    Participant

    This reply is private.

    in reply to: Page load problem #1014547
    Brian
    Participant

    This reply is private.

    in reply to: Page load problem #1014521
    Brian
    Participant

    This reply is private.

    in reply to: Page load problem #1014474
    Brian
    Participant

    This reply is private.

    in reply to: licence key #1014435
    Brian
    Participant

    Yes it helped me, thanks a lot!

    in reply to: upcoming events shotcode #1012073
    Brian
    Participant

    I think the blank was due to the fact that the maps was empty.
    I added some extra informations in the shortcode and now it’s better (address=”no”, phone=”no”,…).

    I still have a question though:
    I’d like to add a small excerpt of the event dsecription.
    Is it possible ?

    I think I have to add a new file called list-widget.php in my theme’s directory, in tribe-events/pro/widgets, is it correct?
    But I don’t know what to add…

    Maybe I should create a new file based on single-event.php?
    And call this file instead?

    Could you please help me?
    Thanks a lot.

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