IntermediaVS
Forum Replies Created
-
Hi Pim,
You are right, when the default permalinks are activated everything seems to work smoothly (I didn′t know that).
How can I fix the URLS when the /post-name/ option is selected?Thanks
Yes I did. Is there a solution or should I try to import again my file?
Hi, I am having the same problem. I deactivated jetpack shortlinks but all urls seem broken after migration (not the main one or wp-admin, though).
Jetpack printed out a message asking me If I changed the domain, I clicked yes since it detected well the changes but… it doesn’t work.
Which was the solution, DaveInTrinity?
Thanks
Forum: Fixing WordPress
In reply to: jquery plugin only in one page/postIve created a .js file with my code that I want to executed and called myscript.js (this into the functions.php)
But I dont see anything …
function my_scripts_method() { // id on the page where you want the script (disabled) // if ( is_page('180') ) { wp_enqueue_script('jquery'); wp_enqueue_script('jquery.typist', get_template_directory_uri() . '/js/jquery.typist.js', array('jquery'), '1.0', true); wp_enqueue_script('myscript', get_template_directory_uri() . '/js/myscript.js', array('jquery') ); // } } // load js in footer add_action('wp_footer', 'my_scripts_method');
This is myscript.js
jQuery(document).ready(function($) { $('#terminal').typist({ height: 300 }); $('#terminal').typist('prompt') .wait(1500) .typist('type', 'greet') .typist('echo', 'Hello, world!') });
Forum: Fixing WordPress
In reply to: jquery plugin only in one page/postIn the second code, I am already including the noConflict wrapper, right?
What do you mean with enqueue both and script src call?
sorry, a newbie here
Forum: Themes and Templates
In reply to: Minimatica IE issuesHello Stephen,
I am looking forward to solving some issues of this theme in older versions of IE.
Slide effect has problems with internet explorer 6-7, when u click in the arrow any image appear anymore (your site doesn’t)
Moreover, the slide effect crash sometimes, I do not know exactly which are the necessary size to dont have problems.
Minimatica does not support versions older then IE8 but for your site rocks. How did u do it?
thanks!