• Hi,
    Gigpress [gigpress_shows] displays the information in a horizontal fashion, ie: Admission price, times, notes etc. Underneath the gig listing details (date, city, venue).. However
    I have noticed that on one of my sites, a plugin caused it to layout this information vertically in a list underneath each ‘gig’ listing. The info ‘date/city/venue’ displayed normally.. but the extra info was in a list below. Therefore I deleted the plugin.. problem solved.

    Unfortunately on another site, this is occurring and doesn’t seem to be a plugin issue.
    I have all plugins turned off, and I still have the ‘vertical list layout’ problem. When switch to a basic theme (Twenty Eleven) this does not occur, it shows the information in the usual horizontal format. Therefore I presume it’s a theme + gigpress compatibility issue..

    Has anyone else encountered this problem?
    Is there any code I should be hunting down within gigpress or my theme to resolve this issue?

    Any help would be appreciated! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • This would be an issue with your theme’s CSS. Use either the Chrome or Safari web inspector, or Firebug in Firefox, to inspect those lines on the page, and you can see which styles are being applied to them and where.

    There is a chance that it’s not the CSS, but something in your theme’s functions.php that is adding line breaks to GigPress’ output after it has been processed as well – you’d have to find and remove that function to fix that.

    Thread Starter pollybean

    (@pollybean)

    Thank you! I’ve had a look at the CSS and it seems to be using the same info on both the standard theme and this theme I’m using. So I have a suspicion I’ll find it in the functions.php file.. now to start having a dig around.. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Gigpress] Layout Display issue – Vertical rather than horizontal’ is closed to new replies.