tadick

Member

Forum Replies Created

  • In reply to: Padding in two line navigation bar

    #43955

    worx fine! THANX!!!

    In reply to: Padding in two line navigation bar

    #43953

    Oh thanx, it’s http://spendenlauf.adick.org 🙂

    I added the code you posted above to the CSS via the CSS Stylesheet Editor, bt this has no effect 🙁

    In reply to: Padding in two line navigation bar

    #43950

    Hi, ich dachte ich hab’s ganz gut übersetzt 🙂 Also ich nutze das Theme, allerdings ist mein Navigationsmenü so lang, dass es über zwei Zeilen geht. Nun möchte ich zwischen den beiden Zeilen einen Abstand haben 🙂 Als Beispiel dann dazu das Bildchen.

    In reply to: Post Titles in Numix Post Slider cannot be read

    #43938

    This is my `/wp-content/themes/graphene-child/functions.php’:

    <?php

    function graphene_display_slider(){

    if (is_page(67) || is_archive()){
    graphene_slider();
    add_action('wp_footer', 'graphene_scrollable');
    }
    }

    function custom_enqueue_scripts(){
    if ( ! is_admin() ) { // Front-end only
    wp_enqueue_script( 'graphene-jquery-tools' ); //jQuery Tools
    , required for slider
    }
    }

    add_action( 'wp_enqueue_scripts', 'custom_enqueue_scripts' );

    ?>

    I think I had written if (is_page('67') || is_archive()){ instead if (is_page(67) || is_archive()){

    In reply to: Post Titles in Numix Post Slider cannot be read

    #43936

    … child theme working 🙂

Viewing 5 posts - 1 through 5 (of 5 total)