GD and Beaver Builder Plugin

This topic contains 19 replies, has 4 voices, and was last updated by  Felicia Felicia 6 years, 6 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #402242

    Felicia Felicia
    Buyer
    Post count: 140

    I’m setting up a directory site with supreme directory, the GD core plugin and beaver builder plugin.

    My question — how do I get the content area to appear full width in the home page of my site (home page is not set as gd home page) The width and the content width of beaver builder have been set to full width and the page has been set to full width in a drop down under page attributes.

    #402252

    Kor
    Moderator
    Post count: 16516

    Hi Felicia,

    Please share the URL of the site in question so we can take a better look at it and also WP temp admin access to your site. You can post the details here using the private reply option below.

    Thanks!

    #402256

    Felicia Felicia
    Buyer
    Post count: 140
    This reply has been marked as private.
    #402309

    Alex Rollin
    Moderator
    Post count: 27815

    Hello!

    Please take a look at the setup documentation. There are several settings mentioned in the setup documentation.

    https://wpgeodirectory.com/docs/basic-installation/

    There are settings in the Dashboard->GD on General and Design
    There are also settings related to the widgets and the listings themselves.

    Whichever page you are working with, you will also need to check the WordPress settings for the page that allow you to choose a template.

    In your post above you said you are not using the gd_home page as your home page. Write back and tell us more after you have checked out the options above, and what you are trying to achieve, and on which page, exactly.

    #402335

    Paolo
    Site Admin
    Post count: 31206

    Please see https://wpgeodirectory.com/docs/supreme-directory-overview/

    Do not select your home page as GD home in GeoDirectory > permalinks

    and for that page select the full width template.

    Thank you

    #402429

    Felicia Felicia
    Buyer
    Post count: 140

    Hi All,

    I followed all the instructions. Yes I did not select my home page as GD home in Geodirectory > permalink and I have selected the home page as full width template, but the area that can be controlled by beaver builder in the home page is still not full width.

    How can I make it full width? (the grey area in the screen shot)

    Thanks!

    #402448

    Kor
    Moderator
    Post count: 16516
    This reply has been marked as private.
    #402451

    Felicia Felicia
    Buyer
    Post count: 140

    Oh yes, that will do.

    Thanks a lot!

    #402455

    Felicia Felicia
    Buyer
    Post count: 140
    This reply has been marked as private.
    #402462

    Kor
    Moderator
    Post count: 16516

    Hi there,

    You can apply custom CSS below into GD > Design > Scripts > Custom Style CSS.

    
    
    .sd-container {
        padding:50px!important;
    }

    Thanks!

    #402498

    Felicia Felicia
    Buyer
    Post count: 140

    Ok, it applies to all the pages as well. How do I target to that specific page only? It doesn’t have a page ID in wordpress pages.

    Thanks!

    #402499

    Kor
    Moderator
    Post count: 16516

    Hi Felicia,

    You can try targetting the classes. Eg.

    
    
    .profile .sd-container {
        padding:50px!important;
    }
    #402615

    Felicia Felicia
    Buyer
    Post count: 140
    This reply has been marked as private.
    #402619

    Kor
    Moderator
    Post count: 16516
    This reply has been marked as private.
    #402625

    Felicia Felicia
    Buyer
    Post count: 140

    Hi Kor,

    Yes I was looking at it before and have tried all

    For example
    .bp-legacy .sd-container {
    padding:50px!important;
    }

    But still not working. Sorry if I misunderstood anything.

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

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

Open Support Ticket