• Hi,

    I wish to place the menu bar above the Header images/below the logo. Please help me with the solution. Thanks.

    Ram

Viewing 10 replies - 1 through 10 (of 10 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    First create a Child Theme for this modification.

    Thread Starter ramadivi

    (@ramadivi)

    Thanks for amazing quick response…Let me work on this and get back to you with the developments.

    Ram

    Thread Starter ramadivi

    (@ramadivi)

    Got this error msg @ Manage Themes:

    Atahualpa 3.7.10 Child The parent theme is missing. Please install the “Atahualpa 3.7.10” parent theme.

    Help me pls!

    Ram

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    What do you have in your Child Theme stylesheet?
    In which directory is your Child Theme?

    Thread Starter ramadivi

    (@ramadivi)

    Step 1:
    Created “atahualpa.3.7.10-child” directory in wp-content/themes folder.

    Step 2:
    Placed the style.css file (only one file) in that directory and it is:

    /*
    Theme Name: Atahualpa 3.7.10 Child
    Description: Child theme for the Atahualpa 3.7.10 theme
    Author: Your name here
    Template: Atahualpa 3.7.10
    */

    @import url(“../atahualpa/style.css”);

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    This;

    Template: Atahualpa 3.7.10

    Will have to be the name of your atahualpa folder in the /wp-content/themes/ directory.

    Thread Starter ramadivi

    (@ramadivi)

    Both “atahualpa.3.7.10” and “atahualpa.3.7.10-child” directories are in /wp-content/themes/ directory.

    The parent directory “atahualpa.3.7.10” is containing another directory “atahualpa”.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try this;

    /*
    Theme Name: Atahualpa 3.7.10 Child
    Description: Child theme for the Atahualpa 3.7.10 theme
    Author: Your name here
    Template: atahualpa.3.7.10
    */
    
    @import url("../atahualpa.3.7.10/style.css");

    Thread Starter ramadivi

    (@ramadivi)

    No luck.

    1) @import url(“../atahualpa.3.7.10/style.css”);
    2) @import url(“../atahualpa.3.7.10/atahualpa/style.css”);

    Tried both ways, no luck yet!
    Same error msg!

    This is an easy thing to do, read the ‘Configure Header Area’ option. just rearance the order of the options and you are done.

    dedicated support forum at http://forum.bytesforall.com/

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Menu Bar above the Header images’ is closed to new replies.