Okay
  Public Ticket #2816303
Background Image and Page Width
Closed

Comments

  • Joshua Melvin started the conversation

    Good Afternoon,

    I currently have two questions:

    For each page, there appears to be a fixed background image that I can't figure out how to change.  It is the image that is revealed when the page slides up or down.  One is a fist punching something, another is two fighters facing each other.  I'd like to edit what that image is.

    I am attempting to make the home page full screen, but when I select that option in the right panel, the page content disappears.  How do I make a page full screen in this theme without losing the content?

    Thank you for your time and assistance with these issues!

  •  1,627
    Andrey replied

    Hello, Dear Joshua Melvin!

    Thanks for your request. In order to fix this issue install and activate this plugin: https://wordpress.org/plugins/classic-editor/

    The issue with incorrect full-width appearance and footer/header elements usually occurs due to the Brizy Page Builder.  To avoid such issues, please use the native Unyson Page Builder. In order to fix full width for your page, please click WP Dashboard => Pages => All Pages => select necessary page and apply for page attributes full-width template:  http://prntscr.com/krmu7t Then update page and check result at front-end. Also, we recommend you to deactivate Brizy plugin.

    If all these steps will not help you - please send us link/login/password for your WP Dashboard and we will assist you.

    Concerning the image - could you please provide us with the screenshot of this image? (two fighters facing each other)

    Best Regards!

  • Joshua Melvin replied

    That worked and I found the breadcrumb and footer image.

    With respect to full-width formatting, is it at all possible to force the Program pages to be full-width?

  •  1,627
    Andrey replied

    Hello, Dear Joshua Melvin!

    Please, provide the exact screenshot with a page where you want to set up the full-width.

    You can click WP Dashboard => Pages => Programs and choose the Full-Width in the settings:

    http://prntscr.com/19fqara

    Best Regards!

  • Joshua Melvin replied

    There is no option under programs to accomplish this.

  •  1,627
    Andrey replied

    Hello, Dear Joshua Melvin!

    To extend the full-width of a program, please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here:

    @media (min-width: 1200px) {
    .single-fw-services .container {
        width: 1600px !important;
            }
    }
    

    Then save changes and check the results at front-end.

    Best Regards!