Details page not showing full width

This topic contains 8 replies, has 2 voices, and was last updated by  Paolo 9 years, 7 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #17013

    joelmharrison
    Expired Member
    Post count: 16

    So I’ll try again since my last question got overtaken by someone elses

    I’m using Aegaeus theme by HB-themes, it doesn’t like the virtual pages or something. It showed a sidebar on every page Geodirectory made until I actually “published” them.

    Since I cannot actually publish the details pages, I’m stuck with a sidebar or something. Its not showing full width.

    Any suggestions how I should fix this?

    #17015

    joelmharrison
    Expired Member
    Post count: 16
    #17029

    Paolo
    Site Admin
    Post count: 31206

    Hi joelmharrison,

    the theme is using a pretty strict templating system and GD doesn’t appear to be adapting very well to it.

    The best approach would be to remove GD templates wrappers and add them back to adapt to the html of that theme.

    This requires avarage php/html knowledge and any of the comaptibility pack we released can be taken as example: https://wordpress.org/plugins/geodirectory-enfold-theme-compatibility-pack/

    You could also try to correct everything with css only, but it would be a patch.

    For that page for eaxmple, this should do it: `.single-gd_place #main-content-with-sidebar {
    width: 930px;
    }`

    If you wish to hire someone to help you with full compatibility between GD and that theme templates, you can contact John, who is reading this.

    Thx

    #17032

    joelmharrison
    Expired Member
    Post count: 16

    Okay thanks for your help, I’ll see if I can figure out a solution. I don’t have money to hire but thanks.

    I’m also hesitant with that ‘patch’ solution as you said because Ill end up building on a system that’s not integrating well and spend a bunch of time only to possibly find more issues later. But it’s hard to find a plugin that does everything I need, GD was one of the best I found. Too bad I already invested time and money in my theme or i’d just throw it away and find one that’s more compatible.

    #17034

    Paolo
    Site Admin
    Post count: 31206

    I’m sorry about that, if many members would request to make it compatible we would, but you are the 1st to ever mention that theme in the forum.

    Given that you are a GD members, you could use GDF, which is included in your membership and it’s was built around GD.

    Thx

    #17035

    joelmharrison
    Expired Member
    Post count: 16

    Yea i understand, it’s not a popular theme. Maybe I will take a look at the GDF

    #17076

    joelmharrison
    Expired Member
    Post count: 16

    Sorry I’m pretty new at this, where should I place that css?

    
    
    .single-gd_place #main-content-with-sidebar {
    width: 930px;
    }

    I tried in the “custom css” box of my theme, in the style.css sheet and an rtl.css sheet and none of them did anything.

    #17078

    joelmharrison
    Expired Member
    Post count: 16

    never mind i had an extra character in there, it extends it full width, but the page background that shows where the sidebar will start is still there unfortunately. A vertical line that goes right through the content.

    #17171

    Paolo
    Site Admin
    Post count: 31206

    You can fix that with:

    
    
    
    .single-gd_place #sidebar-page-wrapper {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    }
    

    As I said, it is a patch…

    THx

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket