williamv2010
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Image rollover/mouseoverHello guys,
i seem to be hitting the same problems you faced. can you let me know how you moved the working dreamweaver file to work in wordpress? i have created an external file… added the functions from the <head> of the dreamweaver file into its own file called rollover.js and i included a line in the header.php to point to that file.
then i just took the <body> code containing all the hotspot info and pointers to the images with the function calls and stuck them on a page.. the image bacground works, as do the hotspots… just not seeing the images changing on mouse-over events?can anyone help me pleeese… pretty please…..?
thanksWilliam
Forum: Installing WordPress
In reply to: Moving WordPress to new server/** MySQL hostname */
define(‘DB_HOST’, ‘192.168.0.1’);this was for a db server behind the firewall…
try using the ip address….Forum: Installing WordPress
In reply to: Moving WordPress to new serversounds like you need to import the spl db into its new location. if you have a backup from your old site that generates a .sql file… then that is what you need to import into your new database location. you may need to talk to your new isp support people to give you access if you are not supplied with tools to do so.