Okay
  Public Ticket #2071301
Footer
Closed

Comments

  • Akuma1x started the conversation

    As you can see in the related URL field, I have set up a 4 column footer, however when I have a page that is using a hero section at the top of the page, all the content in the footer appears in 2 columns on the left....
    https://gamearts.academy/beginners/

    when no hero section it displays fine like on this page:

    https://gamearts.academy/gaa-gallery/

    thank you!

  •  3,023
    Andrew replied

    Hi there,

    Thanks for reaching out,

    Please go through this troubleshooting guide and let us me know if it helps. Please follow all the steps to latter.

    1 | Troubleshooting the Salient Theme (Website not working correctly)

    Hope this helps.

  • Akuma1x replied

    OK trying to do step 3. install Visual Composer, I've downloaded the latest version of Salient from Themeforest but I don't see visual composer in the plugins folder of zip file. All I see is js_composer Is that the same thing? how would I go about deleting the old version and installing this new version?

    Thank you!

  •  3,023
    Andrew replied

    Hi there,

    When you deactivate and remove Salient WPBakery Page Builder a notification will appear at the top that you need to install it because it is recommended. You can also install it by going to Appearance > Install plugins.

    Hope this helps.

  • Akuma1x replied

    Hi,

    So I'm trying to troubleshoot this by de-activating all  plugins and I discovered that when I deactivate - Salient WPBakery Page Builder it works fine. 

    can you recommend a solution?

  •  3,023
    Andrew replied

    Hi There,

    Use the following custom css in Salient > General settings > CSS/Script related:

    .clear-both {
        clear: none;
    }
    

    Hope this helps.

  • Akuma1x replied

    Hi Andrew, 

    Thank you for the reply. I tried that and did not work...please see screenshots. 

    -Eddie

    If you would like to take a look yourself:

    URL: http://gamearts.academy/
    Login: [email protected]
    Pass: Jesus_123


  •  3,023
    Andrew replied

    Hi Eddie,

    Thanks for keeping in touch.

    Update the custom css to this one. adding "!important" property works.

    .clear-both { 
       clear: none !important;
    }
    

    Hope this helps.

    Kind regards,

  • Akuma1x replied

    Worked!
    Thank you!