How can I align all of this on the far left to the listing?

This topic contains 16 replies, has 3 voices, and was last updated by  Kor 6 years, 11 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #423723

    Jeff Adams
    Free User
    Post count: 1780

    How can I align all of this on the far left to the listing? Please refer to image

    #423778

    Kor
    Moderator
    Post count: 16516

    Hi Jeff,

    Try using the custom CSS code below and see if it’s what you’re looking for.

    
    
    .geodir-page .container {
        width: 100%!important;
        max-width: 100%!important;
        padding: 10px!important;
    }
    #423850

    Jeff Adams
    Free User
    Post count: 1780

    I didn’t want everything going to the far left. I have attached an image that explains everything I would like done for this page.

    Really though, I prefer not to do any of this. I would rather create the CPT/Category lists page using the Elegant Themes Divi Builder. Then I would prefer to add the GD shortcodes and have the design control that Elegant Themes offers me. But, if that’s not an option then I would at least like to have the page look as I’ve described in the image.

    #423856

    Jeff Adams
    Free User
    Post count: 1780

    You fixed one of the issues, so here’s an updated version of the photo 🙂

    #423858

    Jeff Adams
    Free User
    Post count: 1780

    You rock by the way 🙂

    #423871

    Alex Rollin
    Moderator
    Post count: 27815

    Hello Jeff,

    those are design features of your theme, and you can either contact your theme developer for those design upgrades or hire a developer.

    Here in the premium support forum we are available to address issues with the plugin but we don’t do customizations on GD or third party themes and plugins.

    https://wpgeodirectory.com/support-policy/

    #423883

    Jeff Adams
    Free User
    Post count: 1780

    Alex helped me in an earlier post for the gap at the top. So now we’re to this point (see attached):

    #423885

    Jeff Adams
    Free User
    Post count: 1780

    The only issue that was related to the theme was the gap which we’re past now. The footer is not a theme related issue. All the pages that have been created “by the theme” do not have this issue. And, of course, the dynamic content/title in the GD Top section that is going to the left is totally a GD thing.

    #423886

    Jeff Adams
    Free User
    Post count: 1780

    Specifically regarding the footer
    See footer on these “theme designed” pages here are correct:

    https://veganlinked.com/category/activity/
    https://veganlinked.com/sanctuary-brewing-company/
    https://veganlinked.com/garlik/
    https://veganlinked.com/about/
    https://veganlinked.com/contact/
    and even the homepage, which is harder to tell because the background is blue too.

    Some of the GD pages are correct:
    Add listings pages:
    https://veganlinked.com/add-listing/?listing_type=gd_food
    https://veganlinked.com/add-listing/?listing_type=gd_place
    etc…
    and even the dash board.

    These GD pages are not correct:
    CPT/Lists pages:
    https://veganlinked.com/in/
    https://veganlinked.com/food/

    and the Location/Search page I created but seems to still be controlled by GD:
    https://veganlinked.com/locale/

    #423912

    Alex Rollin
    Moderator
    Post count: 27815

    Hello Jeff,

    these are customizations for CSS for your theme your site, and outside of what we can provide here in support, where we address issues with the plugin including bugs and answer questions about configuration.

    https://wpgeodirectory.com/support-policy/

    For more information, you can use the methods explained here to inspect the code and see the CSS provided by ET that is used to style all the elements you are pointing at.

    Here is another example for you about how to customize your style:

    
    
    
    .archive h1, .search h1 {
        color: #157b48;
        text-align: center !important;
    }
    

    Again, that is a selector out of the ET CSS with a new rule added to center the text.

    Thanks for your understanding.

    https://wpgeodirectory.com/docs/customizing-your-style/

    #424120

    Jeff Adams
    Free User
    Post count: 1780

    Thanks, the CSS worked! It worked within GD Scripts (therefore it’s GD not ET). That fixed the title. See, this was a bug because the title for content should not be in the top section, it’s for the content, therefore it should be in the content section, not all ugly off to the far left. Come on man, this is buggy looking ugly.

    The ET theme designed pages are fine, the GD pages are not. I made this very clear. The CSS you gave me was for a GD issue, that issue was the title being in a horrible place (therefor a bug in my opinion). It was not at all an ET issue. Also, the footer not going across is only an issue on the GD pages, therefore it is GD related not theme related. And, because these plugins are supposed to be “plugins” and not effecting the theme (esp. a theme as popular as Elegant themes) herein is yet another bug because the footer is not uniform suddenly on these GD pages.

    If these plugins could be used as shortcodes within the themes modules for the main directory pages like the lists page then we wouldn’t be having this problem layout problem in the footer. Therefore, the layout/footer issue is a bug caused by another issue/not being completely compatible with ET/a huge theme developer.

    GD is so close to perfect. Just make the shortcode work in the module and enable us to select alternative to GD pages for the lists like we can do for the location page in permalinks and GD will be significantly more compatible and enjoyable. in the meantime show me how to fix the footer.

    #424135

    Kor
    Moderator
    Post count: 16516

    Hi Jeff,

    Could you try using the custom CSS code below and see if it fixes the pages you needed there?

    
    
    .geodir-page #main-content .container {
        width: 100%!important;
        max-width: 100%!important;    
    }
    
    .geodir-page #footer-bottom, #geodir-main-content {
        padding-left:150px!important; 
        padding-right:150px!important; 
    }
    #424182

    Jeff Adams
    Free User
    Post count: 1780

    Thanks Kor, that worked good enough for now. However, if you want to see what happened I explain it here in this video:

    https://youtu.be/7L-gJcCSyzM

    #424336

    Jeff Adams
    Free User
    Post count: 1780

    Kor, I just realized that my “add listings pages” are way too full width now:

    https://veganlinked.com/add-listing/?listing_type=gd_place
    https://veganlinked.com/add-listing/?listing_type=gd_food
    https://veganlinked.com/add-listing/?listing_type=gd_earthling

    The dashboard is also, at least on the right:
    https://veganlinked.com/author/vegan/?geodir_dashbord=true&stype=gd_place

    I imagine other pages are as well, I haven’t dug through all the possibilities yet.

    #424576

    Kor
    Moderator
    Post count: 16516

    Hi Jeff,

    Could you please share WP admin access here so that I could take a look at it?

    Thanks!

Viewing 15 posts - 1 through 15 (of 17 total)

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

Open Support Ticket
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount