• Resolved Mixblock

    (@mixblock)


    Hi I am using the free events manager and i am having problem editing the way the search looks on the events webpage i want it to go across the page like this but instead mine looks like this i have tried editing the events-search.php file but i couldn’t find a way to reduce space i then tried doing what it says on here but i don’t get it. I have read it a few times over and i have uploaded the files to a few locations on my ftp but still not managed to get the style to work.

    If anyone could help me i would massively appreciate it. 🙂

    http://wordpress.org/extend/plugins/events-manager

Viewing 9 replies - 1 through 9 (of 9 total)
  • agelonwl

    (@angelonwl)

    maybe your theme is adding extra p and br tags; try to revert back to twentytwelve theme to confirm.

    Thread Starter Mixblock

    (@mixblock)

    Hi Agelonwl thanks for the reply

    it is the theme, it works fine on twentytwelve how can i get it to look like it does on twentytwelve on my theme?

    Regards

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    it might be that your theme is using wpautop late into the_content filter

    http://codex.wordpress.org/Function_Reference/wpautop#Disabling_the_filter

    Thread Starter Mixblock

    (@mixblock)

    Hi Marcus thanks for the help
    i’ve tried having a play about with the formatting.php file but i don’t quite get how i can disable the wpautop? were would i put remove_filter( ‘the_content’, ‘wpautop’ );
    remove_filter( ‘the_excerpt’, ‘wpautop’ );
    and i’ve also tried playing about with the css file to see if i can get rid of the space on there but i’ve had no luck do you have any tips on how i would do this?

    Thank you

    Thread Starter Mixblock

    (@mixblock)

    Hi I have decided to get rid of the search bar as its going to be mainly local events so i don’t really need it, but now i’m having a problem of getting the #_EVENTLINK & description to be at the top right of the image like on here

    Regards

    caimin_nwl

    (@caimin_nwl)

    Can you share the page you’re trying to format?

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    On the demo, we use this in Settings > Formatting > Events > Default Events List Format

    <tr>
    			<td>
                    #_{d/m/Y} #@_{ - d/m/Y}<br/>
                    #H:#i -#@H:#@i
                </td>
                <td>
    <div style="float:left; margin:0px 10px 0px 0px;">#_EVENTIMAGE{100,100}</div>
                    #_EVENTLINK<br/>
                    <i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>
                </td>
            </tr>
    Thread Starter Mixblock

    (@mixblock)

    Thank you for the help i’ve got the event page looking how i want it. excellent plugin 🙂 once again thank you 🙂

    thanks for the update.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Search on the main events page’ is closed to new replies.