Events In/View As Fields

Home Forums Calendar Products Events Calendar PRO Events In/View As Fields

Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • #63624
    Steve LaBadie
    Participant

    Rob, I don’t understand the request. What am I supposed to zip?

    #63746
    Rob
    Member

    Hey Steve! If you just use a service like https://droplr.com, which is free and web-based, it allows you to create easy share ZIP files like so: http://d.pr/f/6vNQ.

    #64334
    Steve LaBadie
    Participant

    But I don’t know what I am supposed to zip.

    #64450
    Chris
    Participant

    Hi there,
    We need a copy of your theme

    -Chris

    #64754
    Steve LaBadie
    Participant

    This reply is private.

    #65401
    Chris
    Participant

    Hmmm,what do we have here: 😉

    add_action( ‘wp_enqueue_scripts’, ‘mw_theme_enqueue_scripts’ );
    function mw_theme_enqueue_scripts() {
    if( !is_admin()){
    wp_deregister_script(‘jquery’);
    wp_register_script(‘jquery’, (“http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js”), false, ‘1.5.1’, true);

    wp_enqueue_script(‘jquery’);
    }
    }

    You’re going to need to remove that blob inside of functions/themes/init.php.

    -Chris

    #981123
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 7 posts - 16 through 22 (of 22 total)
  • The topic ‘Events In/View As Fields’ is closed to new replies.