juliefischer
Forum Replies Created
-
Forum: Themes and Templates
In reply to: ecommerce and full screenI dont need a shop but I need a product list/pages. any pluggin there is easy and usefull… I have only tried WooCommerce.. but is open for sugestion…
Forum: Themes and Templates
In reply to: ecommerce and full screenAlright I will try something else..
A theme like Montreal Interactive Creative WordPress Theme, where I can use ecommerce pluggin.
Or another theme where I can have a full screen slide gallery in the front at still use a ecommerce plugin… So all things can work together..
Forum: Themes and Templates
In reply to: ecommerce and full screenI mean, its responsive and that I can use full screen gallery on the front page.
Forum: Plugins
In reply to: [Super Zoom Gallery] the wrong picturesuhh.. thank you very much:)
Forum: Plugins
In reply to: [Super Zoom Gallery] the wrong picturesThank you very much:)
If I want to make the thumbnail smaller should I do it in style in my theme or in superzoomgallery.css?
Forum: Plugins
In reply to: [Super Zoom Gallery] HOW CAN I MAKE MULTIPLE GALLERIES W/ DIFFERENT PICTURES?Does it support it now?
Thank you for helping me so far…
In 3012 is just about “This messages is added…”
trigger_error( sprintf( __( ‘%1$s was called incorrectly. %2$s %3$s’ ), $function, $message, $version ) );
yes, I see the same error, then there is something wrong with my theme.., right?
where in the functions.php should it stand?
The only place I can find anything about it is this://ENQUEUE JQUERY & CUSTOM SCRIPTS
function load_scripts() {
wp_enqueue_style( ‘style’, get_stylesheet_uri() );
wp_enqueue_style( ‘mediaelementplayer’, get_template_directory_uri() . ‘/player/skin/mediaelementplayer.css’ );
wp_enqueue_script( ‘jquery-ui’, get_template_directory_uri() . ‘/js/jquery-ui-1.8.23.custom.min.js’, array(‘jquery’) );
wp_enqueue_script( ‘mediaelement’, get_template_directory_uri() . ‘/player/lib/mediaelement.js’, array(‘jquery’) );
wp_enqueue_script( ‘mediaelementplayer’, get_template_directory_uri() . ‘/player/lib/mediaelementplayer.js’, array(‘jquery’) );
wp_enqueue_script( ‘maps’, ‘https://maps.google.com/maps/api/js?sensor=true’, array(‘jquery’) );
wp_enqueue_script( ‘gumby’, get_template_directory_uri() . ‘/js/libs/gumby.min.js’, array(‘jquery’) );
wp_enqueue_script( ‘gumby-tabs’, get_template_directory_uri() . ‘/js/libs/gumby.tabs.js’, array(‘jquery’) );
wp_enqueue_script( ‘gumby-toggle’, get_template_directory_uri() . ‘/js/libs/gumby.toggleswitch.js’, array(‘jquery’) );
wp_enqueue_script( ‘plugins’, get_template_directory_uri() . ‘/js/plugins.js’, array(‘jquery’) );
wp_enqueue_script( ‘main’, get_template_directory_uri() . ‘/js/main.js’, array(‘jquery’) );
//wp_enqueue_script( ‘gumby-init’, get_template_directory_uri() . ‘/js/libs/gumby.init.js’, array(‘jquery’) );
if( is_page_template(‘page-home.php’) ) { wp_enqueue_script( ‘supersized’, get_template_directory_uri() . ‘/js/supersized.js’, array(‘jquery’) ); }
if ( is_singular() && comments_open() && get_option( ‘thread_comments’ ) ) { wp_enqueue_script( ‘comment-reply’ ); }
}
add_action(‘wp_enqueue_scripts’, ‘load_scripts’);no, i can’t get it to work. And I got a friend of mine to look it over and, he can’t either.. Is it going for WordPress 3.6?
Try now… i was aware of the little error.. but now it should be what I wrote frome the start..
Kind regards
Julie