tadick
MemberForum Replies Created
-
worx fine! THANX!!!
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 🙁
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.
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()){insteadif (is_page(67) || is_archive()){… child theme working 🙂
Viewing 5 posts - 1 through 5 (of 5 total)
