• I have created separate pages for each event category. The Event Registration Configuration Settings>Page Config>Event Listing Type is configured to display a pop-up Window. When I view the category page, there is no text, but there is an invisible hover link that pops-up a window, except without any information other than my page footer. Same thing occurs when accordian style is selected. When “link only” is selected, a link is shown, but it is preceded by an extra non-xhtml break code (which you can see at the end of the first line in the code snippet below). Here’s the code I see when I choose Pop-up window type (I see the problem, but have no clue how to tweak it):

    <a class="thickbox" href="#TB_inline?width=640&height=1005&inlineId=popup3&modal=false" title="Personal Protection Outside The Home"><br>
                      <!--  //use this for fancybox window<br />
              <a href="#?w=800" rel="popup3" class="poplight"> –><br />
                Personal Protection Outside The Home</a></b></td>
    <td></td>
    <td></td>
    <td class="er_date">Mar 25,2013 10:00 am </td>
    <td>-</td>
    <td class="er_date"> 2:00 pm</td>
    </tr>
    </tbody>
    </table>
    </div>
    <p>       <!-- Main Page Event PopUp Start --><p></p>
    </a>

    For now I’m using “link only” and the following style to kill the stray break:

    .er_ticket_info b br { display: none !important; }

    http://wordpress.org/extend/plugins/event-registration/

  • The topic ‘Problem with Page Config/Event Listing Type’ is closed to new replies.