Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • in reply to: My sidebars disappeared after WP 4.4 upgrade #235475
    themisfit
    Member
    Post count: 14

    Where can I get the updated files, it’s not showing up in my WordPress install or on theme forest.

    in reply to: Multisite #36361
    themisfit
    Member
    Post count: 14
    This reply has been marked as private.
    in reply to: New support forums! #24204
    themisfit
    Member
    Post count: 14

    Can I ask what you are using to run this support forum. I have a client that wants one setup like this one. What plugin or theme is this forum powered by?

    Thanks

    in reply to: Date Picker breaking Slider #8714
    themisfit
    Member
    Post count: 14

    I have emailed the plugin developer and he says it should work with Jquery 1.7. Is that the version used by the theme?

    in reply to: Date Picker breaking Slider #8310
    themisfit
    Member
    Post count: 14

    I have created a .js file in the JS folder of the theme.

    I put this code

    function my_scripts_method() {
       wp_register_script( 'my-js-file',
           get_template_directory_uri() . '/js/my-js.js',
           array( 'jquery' ),
           '1.0',
           false );
     
       wp_enqueue_script( 'my-js-file' );
    }
     
    add_action( 'wp_enqueue_scripts', 'my_scripts_method' );

    In the functions.php file and added

    <?php wp_enqueue_script("myUi","https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"); ?>

    In the header.php file of the theme.

    All of which breaks the slider and blog carousel.

    I have tried it in other themes and it seems to work.

    in reply to: Date Picker breaking Slider #8274
    themisfit
    Member
    Post count: 14

    yes, it breaks the revolution slider and the blog carousel.

    stmnetwork.ca is the site in question.

    in reply to: Date Picker breaking Slider #8269
    themisfit
    Member
    Post count: 14

    Is this the proper way?

    jQuery.noConlict(document).ready(function($) {
    $.datepicker.setDefaults({
    dateFormat: ‘d MM, yy’
    });
    });

    Thanks for the help.

    in reply to: Adding border breaks layout #6863
    themisfit
    Member
    Post count: 14

    I figured it out. It was the width: call that was breaking the layout. it was making the column 30.66% of the already 30.66% width.

    in reply to: Nested Lists #5919
    themisfit
    Member
    Post count: 14
    in reply to: Nested Lists #5849
    themisfit
    Member
    Post count: 14

    That didn’t show the way I wanted it to se here’s a screenshot.

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