This topic has 3 replies, 2 voices, and was last updated 8 years by sharmstr.

  • Author
  • #90481
     loralamm
    Participant

    I LOVE the Kleo Theme! It is by far one of the most customizable and cleanly designed themes I have ever worked with.

    I’m having a bit of trouble with the Event Organizer plugin I installed and I’m hoping you can help me figure it out. Event Organizer creates it’s own page (custom post type)  to display events but the template needs to be modified to fit with most themes.

    I tried to use the archive.php and single.php files as a template but the page is not being styled correctly. The Page title is flush left and so is the page content. When you click on the event, the single event is also displaying without Kleo style and pushed all the way to the left and right (for the map).

    Could you help me figure how I need to edit these files to make the theme display correctly?

    #90488
     sharmstr
    Moderator

    That’s really beyond the scope of support here because of the amount of work involved. But think of it like this. You want the Kleo layout and structure of a page, but the events content. So, using single.php as an example, everything before and after the have_posts() loop is page layout (header, title, main content section, sidebar, footer). The stuff within the have_posts() loop is the specific content that you want to display. In this case its the event(s). Given that, you probably should start by copying single.php to whatever name the plugin needs (single-event.php??). Delete the stuff within the loop, and replace it with whatever stuff is in the have_posts() loop in your event plugins template file. That should at least put the event information where it needs to be on the page (unless they’ve done a ton of css that conflicts with Kleo). From there you will need to customize the style to suit kleo (font sizes, colors, etc) and perhaps remove other things like related posts, likes, blah blah.

    Hope that helps.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #90491
     loralamm
    Participant

    Thanks for the quick response, Sharmstr. I’ll forge forward with the info you provided. Much appreciated!

    #90493
     sharmstr
    Moderator

    You’re welcome.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Plugins questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?