shivo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Youtube IssuesNothing in the general settings of the plugin (nor the youtube specific settings withing) seem to govern this.
I’ve tried it with different browsers, OSs, but there’s not change.
Forum: Fixing WordPress
In reply to: Youtube IssuesForum: Fixing WordPress
In reply to: Where to put JS?Link
You’ll see that the images don’t appear here.Forum: Fixing WordPress
In reply to: Where to put JS?Images reappear if I put them in the sidebar as opposed to a body of a page, but there is still no reaction when I hover over them. Even with creating a functions.php file
Forum: Fixing WordPress
In reply to: Where to put JS?(and also made the chnages keesiemeijer mentioned)
Forum: Fixing WordPress
In reply to: Where to put JS?I created a new folder (js) and put the script in a file named custom_script.js
I put the below in the header, and now the images are even showing at all….??
<?php function my_scripts_method() { wp_enqueue_script( 'custom-script', get_template_directory_uri() . '/js/custom_script.js', array( 'jquery' ) ); } add_action( 'wp_enqueue_scripts', 'my_scripts_method' ); ?>Forum: Fixing WordPress
In reply to: Can't access wp-adminIs there no other way to do this?
I’ve zero experience with databases and PhpMyAdmin – plus the host are very difficult to get hold of.Forum: Fixing WordPress
In reply to: Can't access wp-adminThanks, but where do I find this?
Forum: Fixing WordPress
In reply to: Search Widget on Multiple SidebarsUnfortunately after I’ve dragged the search widget it no longer appears in the Available Widgets section.
How would one create a manual widget?
Forum: Fixing WordPress
In reply to: Multiple sidebarsThanks