Archive Page not full width

This topic contains 13 replies, has 4 voices, and was last updated by  Paul Schuytema 5 years, 1 month ago.

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

Open Support Ticket
  • Author
    Posts
  • #478597

    Paul Schuytema
    Expired Member
    Post count: 21

    (apologies – upgrading to v2 has utterly hosed our website and we’re just struggling to get it back to where it was – not happy right now)

    The problem I’m trying to solve right now relates to the Archive page – specifically, using it to show all events. I want that page to either:

    -be a full page width (it’s about 2/3 right now – and I’ve checked and ticked everything to make it full width – even created my own page)

    OR

    -allow me to put a sidebar widget or two in the right column (again, tried everything that should work – and stuff that works on non GD pages doesn’t work on the specified archive page)

    I’ve searched the support forum and have seen similar requests – marked as resolved, but with no explanation. Please help! Our website is our lifeblood and it’s MUCH worse now with v2 – I just want to get back to where we were.

    Please help!

    -Paul

    #478615

    Guust
    Moderator
    Post count: 29970

    Hi Paul, can you log in with your membership account that entitles you to support for the events plugin, and post your URL and WP admin details in a private reply, then we will check things out for you.
    Thanks

    #478623

    Paul Schuytema
    Expired Member
    Post count: 21

    I thought I was logged into that account – I just paid $199 yesterday to be able to update all of this, and I’m logged into that account right now.

    But the problem is exactly the same for a listing of places – so maybe you help us fix that – I’m sure the solution is the same (since both use the same GD page to display the info).

    -Paul

    #478630

    Guust
    Moderator
    Post count: 29970

    Post your URL and WP admin details in a private reply, then we will check things out for you.

    #478633

    Stiofan O’Connor
    Site Admin
    Post count: 22956
    This reply has been marked as private.
    #478637

    Paul Schuytema
    Expired Member
    Post count: 21
    This reply has been marked as private.
    #478639

    Paul Schuytema
    Expired Member
    Post count: 21
    This reply has been marked as private.
    #478768

    Guust
    Moderator
    Post count: 29970
    This reply has been marked as private.
    #478836

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Paul,

    I have moved the membership over to your current account.

    I have added some CSS to remove the line,

    body.geodir-archive #main-content .container:before{
    	display:none;
    }

    Let me know id there is anything else.

    Thanks,

    Stiofan

    #479238

    Paul Schuytema
    Expired Member
    Post count: 21

    Thanks – where did you put that CSS to get the full width?

    -P

    #479248

    Kor
    Moderator
    Post count: 16516

    Hi Paul,

    Thanks for your reply. All custom CSS should be inserted into WP > Appearance > Customize > Additional CSS. Could you check?

    #479250

    Paul Schuytema
    Expired Member
    Post count: 21

    I checked and the recommended CSS is in there – so that’s good.

    But still doesn’t seem to be doing the trick. Here’s an example page:

    https://www.iron.org/shop/

    Still not full width – I’m cool with either full width OR it showing the sidebar widgets. Right now, it’s neither.

    -Paul

    #479258

    Kor
    Moderator
    Post count: 16516

    Hi Paul,

    Thanks for your reply. Could you insert this custom CSS code below and see if it helps?

    @media (min-width: 981px) {
    .et_pb_gutter.et_pb_gutters2 #left-area {
        width: 100%;
    }
    
    #main-content .container:before {
        width: 0px;
    }
    }
    #479259

    Paul Schuytema
    Expired Member
    Post count: 21

    Looks like that did the trick! Thanks!

    -P 🙂

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

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

Open Support Ticket