Visual composer and theme options are not working on Royal child theme

This topic has 10 replies, 4 voices, and was last updated 8 years ago ago by Eva Kemp

  • Avatar: Sonaal
    Sonaal
    Participant
    April 6, 2016 at 15:04

    This is my site : 52.37.251.177

    Visual composer’s parallax effect is enabled on home page. It’s not working with my custom CSS added.
    Also I’ve enabled fixed navigation.It also not reflecting on my home page.

    Site works perfect on removing custom css.

    9 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    April 6, 2016 at 15:45

    Hello,

    Do you mean site doesn’t work when you create custom.css file or when you add some css code?
    Please show what code you’re adding and provide WP Dashboard and FTP credentials.

    Thank you.
    Best regards,
    Jack Richardson.

    Avatar: Sonaal
    Sonaal
    Participant
    April 6, 2016 at 16:12

    I’ve added custom css ( renamed custom css file as style.css ). On removing styles, I’m getting parallax effect but the page looks broken.

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 6, 2016 at 16:29

    Hello,

    As I see you’re added a bad CSS styles into Child Theme.
    Try to replace your code in child theme

    .container{
        width: 1290px!important;
        padding: 0px;
        margin: 0px;
    }

    for this

    .container{
        width: 1290px!important;
        padding: 0px;
        margin: auto;
    }

    Also I see there the following code

    .container{
        height: 80px;
    }

    Why you added this one? What are you trying to achieve?

    Regards,
    Robert Hall

    Avatar: Sonaal
    Sonaal
    Participant
    April 7, 2016 at 10:18

    Thanks. Got it.

    Hyperlinks On slider revolution is not working.

    For example, In the home page slider, I’ve linked ‘know more’ text to http://52.37.251.177/index.php/know-more.

    Followed this to set hyperlink : https://www.themepunch.com/faq/how-to-hyperlink-slides-and-layers/

    Avatar: Eva
    Eva Kemp
    Support staff
    April 7, 2016 at 14:25

    Hello,

    I’ve added this code in Global Custom CSS:

    .page-content {
       display: inline-block;
    }

    Check layer link now.

    Regards,
    Eva Kemp.

    Avatar: Sonaal
    Sonaal
    Participant
    April 8, 2016 at 06:05

    Got it.

    1. Responsiveness is not working with my custom css added. Responsiveness option is ON in my theme options.
    2. Cant find option to keep dynamic background and same (static) text layer in slider .

    http://52.37.251.177/

    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 8, 2016 at 07:49

    Hello,

    1) Please try to add this code into the Child Theme

    @media screen and (min-width: 1200px){
    .container {
        width: 1290px;
    }}

    and remove width value in the following code

    .container{
        width: 1290px!important;
        padding: 0px;
        margin:auto;
    }

    2) This question is a bit unclear for us. Could you please clarify us with more details?
    Maybe provide screenshot for our better understanding what exactly you want.

    Regards,
    Robert Hall

    Avatar: Sonaal
    Sonaal
    Participant
    April 8, 2016 at 08:09

    Thanks Robert.

    For this,
    2. Cant find option to keep dynamic background and same (static) text layer in slider .

    Please take a look at this.
    https://www.betterment.com/

    The background should be dynamic. And a constant text layer over that like “An investment service built for”

    Same text over all the three sliders .

    Avatar: Eva
    Eva Kemp
    Support staff
    April 8, 2016 at 08:58

    Hello,

    Please refer to RevSlider documentation:
    https://www.themepunch.com/revslider-doc/second-steps/#staticlayers

    Regards,
    Eva Kemp.

  • Viewing 10 results - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.