Visual Composer not showing in 'Static Blocks' window

This topic has 7 replies, 3 voices, and was last updated 7 years, 11 months ago ago by Jack Richardson

  • Avatar: Michaela
    Michaela
    Participant
    May 11, 2016 at 08:17

    Hello,

    When I open ‘Static Blocks’ Visual composer isn’t shown or available? so I can’t create a footer. I have gone to Visual Composer general settings but am unsure of what to do?

    Below is a link showing there is no visual composer option:

    https://www.dropbox.com/s/3s5dh4byckjuzey/Screen%20Shot%202016-05-11%20at%204.45.10%20pm.png?dl=0

    Thank you.

    6 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 11, 2016 at 12:04

    Hello,

    Go to WP admin panel > Visual Composer > Role Manager > Post Types > select “Custom” and tick “static block”.

    Best regards,
    Jack Richardson.

    Avatar: Michaela
    Michaela
    Participant
    May 12, 2016 at 02:06

    Thank you Jack this worked!

    I have another issue:

    How do you change the colour of the menu text. As you can see I have a grey highlight for the page I am on such as ‘HOME’. The ‘ABOUT’ text is in black – I need to change this colour to something legible and lighter and a lighter grey which works on both headers – the main darker header and header which appears when you scroll down on the home page. Where do I go to change this header information?

    Two links below:

    Example on main header on all pages:

    https://www.dropbox.com/s/e3hb3su42ctm0qo/Screen%20Shot%202016-05-12%20at%2010.27.11%20am.png?dl=0

    Example of header when I scroll down on the home page:

    https://www.dropbox.com/s/4hezebtuysfh05q/Screen%20Shot%202016-05-12%20at%2010.32.03%20am.png?dl=0

    Hope to hear from you soon.
    Thank you.

    Avatar: Eva
    Eva Kemp
    Support staff
    May 12, 2016 at 09:08

    Hello,

    Please use this code in Theme Options > Custom CSS > Global Custom CSS:

    .menu > li > a {
      color: #000 !important;
    }
    .menu > li.current-menu-item > a, .menu > li.current_page_ancestor > a {
        color: #cda85c !important;
    }

    Change color values to yours.

    Regards,
    Eva Kemp.

    Avatar: Michaela
    Michaela
    Participant
    May 12, 2016 at 11:01

    Hi Eva,

    Snapshot below, the code didn’t work:

    https://www.dropbox.com/s/afyxdjgiodrm3nh/Screen%20Shot%202016-05-12%20at%207.28.13%20pm.png?dl=0

    Can you help.

    Thank you.

    Avatar: Michaela
    Michaela
    Participant
    May 12, 2016 at 11:53

    Hi Jack,

    I have activated visual composer in static blocks as suggested but when I create a new static block and go to ‘Frontend Editor’ it can’t connect and gets stuck. Can this issue be resolved??
    I really need to create a new footer for my site.

    Thank you.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 12, 2016 at 15:01

    Hello,

    Try to use backend editor for VC in Static Blocks.

    As you can see in the code arrows > were changed http://storage9.static.itmages.com/i/16/0512/h_1463061552_4195637_2c9a02ea0a.jpeg , remove those symbols and replace them with normal arrows > as shown in this code:

    .menu > li > a {
      color: #000 !important;
    }
    .menu > li.current-menu-item > a, .menu > li.current_page_ancestor > a {
        color: #cda85c !important;
    }

    Best regards,
    Jack Richardson.

  • Viewing 7 results - 1 through 7 (of 7 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.