Everything posted by clf1605
-
Combining Button, Title and Styled Tooltip
And there is just one more thing if I can trouble you to save me some time searching fruitlessly... I want a handwritten-style message to appear as the homepage launches - so it will say "Welcome to" and then fade away or splinter and dissolve or something. What's the easiest way to do it - is there something more impressive than a marquee these days? Thanks C
- Combining Button, Title and Styled Tooltip
-
Combining Button, Title and Styled Tooltip
Sorry but I'm a bit lost - I forgot to say I'm a beginner! I have 9 buttons (all the same style but in 6 different colours) - each button has a different name on it, and needs a different comment in the tooltip section. Is 1btooltip the name for the first of 9 tooltips - ie i should have 9 different tooltips say 1a to 1i? Or 1btooltip calls the overall tooltip style (say a block speech bubble 100 x 75px with white font) and includes the text as described in the title section in my line of coding?
-
Combining Button, Title and Styled Tooltip
Hi Lynsdey Thnank you for your reply - this looks perfectly workable. But I'm confused about "nesting" two class elements, as the button (called noisy green) is the class with the tooltip called title - is this wrong (good old google search got me this far!)? <li> <input type="submit" class="noisy green" value="Mrs Jane Donaldson, Staffs..." title="I think your service is wonderful - thank you for tracing my family"/> </li> Thanks Claire
-
Combining Button, Title and Styled Tooltip
Hi After some great help from Teodora, I've made some progress on the site this week. But now I've gotten over-excited and decided to use buttons for our testimonials page (just to break it up a bit from too much text!) So on the button, I want the name of the customer, then on mouseover I'd like the customer's comment to appear in a lovely stylised tooltip box. Can it be done with the code I'm using? http://www.gene-genie.com/testimonials.html Or if not then how can I get round it? If possible, I'll be very happy.... Thx C
-
a href links taking style from navigation menu
OK, so from the links it's kinda clear that I'm out of my depth - I'd get there, but don't have that time to invest at the moment. I knew I was way out of date, but hoped by patching some code together, I could get by, but obviously not! So I'll try the solutions you suggested re fixed width - I thought it was the opposite ie that if I put 75%, it would resize to 75% of whatever screen it displayed on. I know people will have to zoom in, but most sites that I visit are the same, so I don't think people will be put off (hopefully!) Plus the site is not complex, just text mainly, so shouldn't cause too much trouble with slow loading etc! Thx Teodora
-
a href links taking style from navigation menu
Hi Teodora Got all the links and nav bar working lovely now - thanks again for your help yesterday. In fact if you ever feel the urge to trace your family, please drop me a line and I'll be happy to offer a generous discount :) On another separate matter, I'm now struggling to get a consistent display across browsers and mobile - I use Firefox so it displays fine in that. Chrome also seems fine. But on IE it seems to be reduced to a really small size that looks rubbish. In terms of mobile - my phone is the Google one, so again looks OK (as it uses Chrome) - although the menu bar collapses into two rows. On iPhone (presumably Safari) it makes the display into portrait (even on the landscape view with the phone turned sideways). Not sure about others. Is this anything you are able to answer or is this a whole new can of worms (in which case should I post it as a new question?) Many Thx C
-
a href links taking style from navigation menu
Thx again Teodora, you are a coding genius...
-
a href links taking style from navigation menu
All good and works, thank you. But how do I get my menu buttons to change colour as before when hovered over or clicked.... Thx C
-
a href links taking style from navigation menu
Thank you Teodora, you're a star! I'm going to try it now...I'll be back...
-
a href links taking style from navigation menu
Ok, here is the link - http://www.gene-genie.com/findyourfamily.html - no laughing, I did say I'm a novice
-
a href links taking style from navigation menu
I hold my hands up - I'm a novice trying to put together coding from several different websites to create the content that I want for a new site. Also I have taken the tutorials online (or so I thought) about the sections I require. But I now have hyperlinks in paragraph text, animatedcollapse (or even just links in general) taking the attributes of the menu bar items. Not sure if there's some way to distinguish between the two - have done this before with <li> and <li2> for example, but it's definitely not working this time... I'm also probably mixing up html and css for styling which presumably won't help! All help greatly appreciated Thx C
-
Website Audio Player with download functionality
Hi All I need to host an mp3 player on either a Wordpress site or an html site. The minimum requirement is that the player needs to allow people to download a higher spec version of the track upon pressing a button. Ideally I would like it to also have an optional Donate button (to allow people to donate via Paypal if they wish) Is anyone familiar with a player that has this functionality? All advice very much appreciated Thanks C
-
Website code problems - help required!
Hmmm, the elusive "someone" - gets all the best jobs I hear! (lol) No problem though, will consider myself tartly rebuked and proceed with haste to "the appropriate place" ("someone's" house perhaps)
-
Website code problems - help required!
"Hire" sounds way too official for what I had in mind! But I need someone to help, so I'm happy to pay for that help (within reason).
-
Website code problems - help required!
Just functionality-wise Thanks, sorry I was unspecific...
-
Website code problems - help required!
I have a website that has ceased functioning in many areas. I have no idea why, but I suspect foul play of some sort. I think someone must have back-door access somehow. The site is html/php/css based and mostly bespoke, with website payments pro as the checkout method. We have recurring subscriptions, and standalone purchases. I need someone with expert knowledge to sort it out for me - have been trying to seek "self-help" methods via forums but it's too complex for me to handle as a virtual novice. The original developer is no longer involved. Let me know if you are interested in hopefully a straightforward short-term project. Thx in advance.
-
Transferring MySQL database - Rename required
Thanks guys for the help, I'm going to move it back to the original host, where at least it worked!
-
Transferring MySQL database - Rename required
Hi Gary I did actually find via several "include" links (header.php, functions.php, dbfiler.php) reference to the database logins only in the file from which I took the code posted earlier in the post. I changed the code names and passwords in that file, but it's still not working. Could it be something to do with the database configuration settings being different between my old host and new host? (character set and collation system variables) I also have this message on my new server phpAdmin page - is this significant? - Oh and I now also have an issue with the existing SSL certificate not being transferrable to the new host - they say it'll cost me £85 to buy a new one! If I'd got the renaming of the databases right in the previous steps, could this SSL issue be causing the problem? I don't want to be paying £85 and then it still doesn't fix the issue! Thanks Claire
-
Transferring MySQL database - Rename required
I can't actually find a file called config.php - I thought that the file whose code I posted above was the one, as it is in the includes folder and contains the db name, username and password of the previous db. All the databases are loaded onto the new server (except I have just found one called information_schema - is that a default dbase that defines structure, and therefore required? My site now has no content, I can see the bare bones, but no content. I also have an admin panel for which I am entering the correct details and I cannot log-in (would this be related to the database?) Do you have any ideas? Sorry I know this is a bit vague...
-
Transferring MySQL database - Rename required
Ok thank you, very useful - I have 4 interlinked sites, which were built separately (but run together) - they started as folders of the main site, but I now have domains for the separate parts - so I intend to split out all the files and mirror the database for the shared elements. So I may be able to use this to replace the "direct to x folder" with the root url. I'm going to have to be careful (especially as a novice) but it's quite formulaic, so it should be OK! Thanks again C
-
Transferring MySQL database - Rename required
thank you - i think i may have found it - does it look like this? function DBConnect() { $this->host = 'localhost'; $this->user = 'xxxxxxxx_xxxx'; $this->password = 'xxxxxx'; $this->database = 'xxxxxxxx_xxxxxxxxx'; $this->status=false; /*$this->host = 'localhost'; $this->user = 'root'; $this->password = ''; $this->database = 'xxxxxx'; $this->status=false;*/ } // To Open the connection function OpenConnection() { if($this->status==false) { $this->host = 'localhost'; $this->user = 'xxxxxxxx_xxxx'; $this->password = 'xxxxxx'; $this->database = 'xxxxxxxx_xxxxxxxxx'; $this->conn=@mysql_connect($this->host,$this->user,$this->password) or $this->ErrorHandler(); /*********Actives database for current use*****************/ mysql_select_db($this->database,$this->conn) or $this->ErrorHandler(); $this->status=true; } }
-
Transferring MySQL database - Rename required
Hi Everyone I hope you can advise me before I cause catastrophic website failure here! I am moving my website from one server to another. But the new host is imposing 12 character limits on MySQL database name and username. Unfortunately the web designer created both with 22 characters! I'm fairly sure I can't just rename them and expect the site to work, but will I have to go into every page of code and find every reference to the database and change the details, or is there an easier way? (perhaps a "find and replace" or a "if you find reference to X Old database, redirect to Y New database" instruction I could add to the root somehow) Apologies if it's a stupid question. Thanks C