jerome2011
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem adding Flexslidercode for js files in functions.php is:
//Flexslider js function theme_js() { wp_enqueue_script('flexslider',get_template_directory_uri().'/js/flexslider.js', array('jquery'),'',true); wp_enqueue_script('theme_js',get_template_directory_uri().'/js/theme_js.js', array('jquery'),'', true ); } add_action('wp_enqueue_scripts','theme_js');Forum: Plugins
In reply to: Polylang and other language plug-ins make posts disapear in front page sliderGot the same problem… any suggestions would be nice, thanks! (It is the Minimatica theme (in de default language (Polylang plugin) everything works fine, other language there some problems…)
Forum: Fixing WordPress
In reply to: Problems with my functions.php filePastebin of code
http://pastebin.com/sq5gvgF0Forum: Fixing WordPress
In reply to: Problem functions.phpOk… now I see it also => I can open him if I put http://www.major-jom.be , NOT when I put in major-jom.be without the ‘www.’. But this should be a hosting issue no?
Anyway many thanks for the help!
Forum: Fixing WordPress
In reply to: Problem functions.phpSo strange… it’s loading fine indeed now on my computer (Firefox and IE). But when I try another computer (IE) he will not run…
Forum: Fixing WordPress
In reply to: Problem functions.phpThanks for the reply, but this does not work, also tried on other computer but still white screen when I try to access website (www.major-jom.be). Is there something in the code that I deleted?
=> asking this because I am not sure that my back-up funtions.php is the same as the old one (is from newer version of theme…).Thanks for any assistance!