Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
Where can I get the updated files, it’s not showing up in my WordPress install or on theme forest.
This reply has been marked as private.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
I have emailed the plugin developer and he says it should work with Jquery 1.7. Is that the version used by the theme?
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.
yes, it breaks the revolution slider and the blog carousel.
stmnetwork.ca is the site in question.
Is this the proper way?
jQuery.noConlict(document).ready(function($) {
$.datepicker.setDefaults({
dateFormat: ‘d MM, yy’
});
});Thanks for the help.
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.
http://stmnetwork.ca/financial-information/
Thanks in Advance
That didn’t show the way I wanted it to se here’s a screenshot.
-
Posted in: We hit Power Elite.