Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #112802
    Sanjunior
    Participant

    Hello!

    I need help!
    I’ve know bought the clean journal pro version. I’ve seen, that the theme has an option: widgets -> header right and there is the search field as default placed. Can I replace this search field with a image?

    Thanks for your support!

    Regards.
    Sanjunior

    #112832
    Pratik
    Keymaster

    Hi @Sanjunior,

    Yes you can. Just add CT:Advertisement widget. Add image link and it will work.

    Regards,
    Pratik

    #112919
    Sanjunior
    Participant

    @Pratik

    Thanks for information.

    I don’t unterstand it how i can add an image of my database to this widget?

    Regards!

    #112951
    Pratik
    Keymaster

    Hi @Sanjunior,

    Go to Dashboard=> Media, then select image you want. On right hand side, info box, there should be URL. Copy it and paste it in widget as image link.

    Check Screenshot: http://nimb.ws/D0Fd9c

    Regards,
    Pratik

    #112962
    Sanjunior
    Participant

    Hi, @Pratik

    Thanks for support, it works perfectly!

    I’ve another questio: It’s possible to switch the navbar with the slider? That the navbar is under the headerslider?

    Thanks for help!

    Regards!

    #112963
    Pratik
    Keymaster

    It is possible but via child theme modifications. first create a child theme as described here: http://catchthemes.com/blog/create-child-theme-wordpress/.

    After that, let me know and I will provide you with the codes to move the navigation.

    Also, post in your site url.

    Regards,
    Pratik

    #112965
    Sanjunior
    Participant

    Hi @Pratik

    I’ve downloaded now the child theme of clean journal pro and have add it to wp-conten/themes/.
    I’am working on a machine where wordpress is local installed.

    How can I change it now in the child theme?

    Regards!
    Sanjunior

    #112970
    Pratik
    Keymaster

    Add following code in your child theme’s functions.php file:

    
    /**
     * Function to move slider above primary menu
     */
    function clean_journal_child_move_slider() {
        remove_action( 'clean_journal_before_content', 'clean_journal_featured_slider', 10 );
        add_action( 'clean_journal_after_header', 'clean_journal_featured_slider', 19 );
    
    }
    add_action( 'init', 'clean_journal_child_move_slider' );
    

    Let me know how it goes.

    Regards,
    Pratik

    #112974
    Sanjunior
    Participant

    It works wonderful!!

    Thanks for help!

    Regards!
    Sanjunior

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘header right’ is closed to new replies.