Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, could you forward me your fix? Thanks! designpvr at gmail

    I figured it out. It came down to a simple url path error.. oops. I was making edits in the wrong header.php file.. duh

    Thanks anyway for the quick response and offer to help, and thanks for a great plugin!

    I had a few code questions outside of this specific topic if you don’t mind contacting me at designpvr.at.gmail.com

    Thanks..

    I’m also trying to get your vegas slider to work on this site:
    http://www.primevolleyballclub.com/

    without luck though… I used the php echo do_shortcode method described above but still nothing…

    I’m using Pagelines Framework and opened the header.php file and place it here just after the closing header tag:

    <?php
    /*
    
    	HEADER
    
    	This file controls the HTML <head> and top graphical markup (including Navigation) for each page in your theme.
    	You can control what shows up where using WordPress and PageLines PHP conditionals
    
    	This theme copyright (C) 2008-2010 PageLines
    
    */
    	pagelines_register_hook('pagelines_before_html'); // Hook
    ?><!DOCTYPE html>
    <html <?php language_attributes(); ?>>
    <head>
    <?php 
    
    		pagelines_register_hook('pagelines_head'); // Hook 
    
    		wp_head(); // Hook (WordPress) 
    
    ?></head>
    
    <?php echo do_shortcode('[vegasslider id="1013" fade="1000" overlay="http://www.primevolleyballclub.com/wp-content/plugins/vegas-background/overlays/04.png"]'); ?>
    
    <body <?php body_class( pagelines_body_classes() ); ?>>

    Hi, I was wondering if there is a recent update for your plugin.

    I used your plugin on a site and recently it started conflicting with the jquery of the navigation and image sliders. Both the image sliders and navigation drop-downs don’t work when your plugin is activated.

    Any ideas what it could be? Here’s the site where the drop-down navigation stopped working when activating your plugin:
    http://primevolleyballclub.com

    Thanks for a great plugin though! Hoping I can fix it..

Viewing 4 replies - 1 through 4 (of 4 total)