Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS PHP Coding issue

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #40763
    Ren
    Member

    Hi,

    I recently used Perch to create a site and have had numerous problems with the extra applications like gallery, calendar and events. I thought I had sorted everything out but now I have noticed that for some reason the events listing is being divided up into past and future events, with all the past events being displayed correctly and all the future events being displayed in the background. Can anyone help me figure out how to display all the events in the centeral scroll panel.

    http://www.tavcafe.com/events.php

    Here is the code I used:

    TAV Cafe – Events

    ’eventDateTime’,

    ‘match’=>’eqbetween’,

    ‘category’=>array(‘gigs’, ‘Events’),

    ‘sort’=>eventDateTime,

    ‘sort-order’=> ASC,

    ‘display’=>date,

    ‘value’=>$_GET,

    ‘template’=>’events/listing/event-day.html’,

    );

    perch_events_custom($opts);

    ?>

    #114383
    Ren
    Member

    Hi Andy,

    I have tried several times to post the event-day.html template code but for some reason when I hit post the text posted is not what I have pasted into the text box. I can’t work out what is going on!!

    Ren

    #114384
    Ren
    Member

  • “>…

  • “>
    “>
    “>

    ” alt=”” />
#114385
Ren
Member

that worked!

#114387
Ren
Member

My document is not valid. What I don’t understand is why is there so many closing tag errors? What does this mean? Why aren’t they closed properly?

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.tavcafe.com%2Fevents.php&charset=%28detect+automatically%29&doctype=Inline&group=0

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.