Reputation Activity
-
Could you just PM me the web address instead? It's much easier to troubleshoot if I can see the website with the HTML... Or you could just post your HTML structure as well.
-
jay76 reacted to MikeChipshop in move wordpress site to new domain?Please don't follow this.the user may mean well but it'll cause you more problems than it's worth because not all instances of the URL are stored in plain text
Have you commented out those lines we asked you to?
-
jay76 got a reaction from andys in move wordpress site to new domain?Mike that is really strange, I have a placeholder that allows me to change the siteurl through the general settings but on my word press sub directory install there is no option to change it? on the sub install I have a commerce (woocommerce) install
something strange going on unless the siteurl is in a different place?
-
HTML :
<div id="phones"> <div class="phone"> <h2>Phone 1</h2> <img src="images/phone1.jpg" title="phone 1 title" alt="phone 1"> </div> <div class="phone"> <h2>Phone 2</h2> <img src="images/phone2.jpg" title="phone 2 title" alt="phone 2"> </div> <div class="phone"> <h2>Phone 3</h2> <img src="images/phone3.jpg" title="phone 3 title" alt="phone 3"> </div> </div>
CSS:
#phones {width:960px; margin:0 auto;} .phone {float:left; text-align:center; margin:0 20px;} .phone img {margin-top:10px;} .phone h2 {font: (your font style)}
Something like that anyway (i'm doing it blind), you need to float them within a container.
-
jay76 reacted to RyanSMcFadyen in opacity color on hover overAs RD has said, you can't do this with just CSS.
Here is a tutorial ; http://webdesignerwall.com/tutorials/html5-grayscale-image-hover
-
jay76 reacted to Renaissance-Design in opacity color on hover overYou can't saturate/desaturate images with CSS (at least, not without proprietary filters and SVG trickery). Your best bet would be to make sprites of the colour and monochrome versions of each image and use background-position and/or opacity.
Unless I'm misunderstanding and you just want to add a colour cast to semi-opaque images?
-
Definitely needs an ID for styling, because you need to hide it with CSS.
As to the other thing, try this in your .htaccess:
<Files contact.html> AddType application/x-httpd-php .html </Files>
Assuming your host allows it, PHP should be evaluated in contact.html
-
Yup. Either as include, or you could put it all in contact.html.
-
jay76 reacted to sash_oo7 in footer linksul#footerlist1 h4{ color:white; text-align:left; font-family: Arial; font-size:14px; margin:0 0 10px 0;} ul#footerlist1 { line-height:18px; list-style:none; } ul#footerlist1 li a{ color:white; text-decoration:none; font-family: Arial; font-size:11px; margin:0 0 0px 0; padding:0;}
<ul id="#footerlist1"> <li><h4 class="header>header</h4></li> <li><a href="">Link 1</a></li> <li><a href="">Link 2</a></li> <li><a href="">Link 2</a></li> <li><a href="">Link 4</a></li> </ul>
-
jay76 reacted to sash_oo7 in footer linksfor that u can use div
like
<div class="one_fourth"> <ul id="#footerlist1"> <li><h4 class="header>header</h4></li> <li><a href="">Link 1</a></li> <li><a href="">Link 2</a></li> <li><a href="">Link 2</a></li> <li><a href="">Link 4</a></li> </ul> </div> <div class="one_fourth"> <ul id="#footerlist2"> <li><h4 class="header>header</h4></li> <li><a href="">Link 1</a></li> <li><a href="">Link 2</a></li> <li><a href="">Link 2</a></li> <li><a href="">Link 4</a></li> </ul> </div>
.one_fourth{width:180px;margin:0 15px 0 0;float:left;}
yes u can use h2 in place of h4
-
Phone > Face 2 Face > Phone & Email... till project done.
Face 2 Face if needed at end and or mid project
If customer gets in touch I try to reply within 2 hours weekends MY time. After 530pm ill reply but I don't always feel a need to as again its all about work / life.
I give out contracts, time scales based on experience are normally correct. Basically don't dick them about and they come back
-
Email/Phone > Face to face (not always possible) > email > Phone. (IM for instant client gratification )
I like to talk to them face to face as it's a much better way to gauge what they actually want (and whether they're going to p*** you around) and it's much better manners to talk to a human. Of course this isn't always possible, in which case get on the old blower
-
brick through a window with a note.
-
mainly email or skype - face to face if they are local and it could actually benefit but I hate meetings I like working in my pyjamas or boxers
-
I tend to drive and meet any client that isnt not a design only job, I've even been flown to america once
-
jay76 reacted to Gibson in Website logo design by companyI must admit, even with just a couple of hours work, they might have produced something that didn't look like it was "done by a child". If you look at the guys on here that make decent logos, they can usually get something at least well-built together in a couple of hours. It may take a lot longer to make the final polished thing but for you to say it looks like it was done by a child does sound like they were taking the p*** a bit.
Are you willing to show us this logo?
-
jay76 reacted to MikeChipshop in Website logo design by companyTo me it does sound like they were taking the p***. I'm only going on how you're typing but it looks like the sort of typing i'd do if someone took the p*** out of me.
Hopefully you get your money back. Did any contracts change hands?
-
jay76 reacted to zed in Website logo design by companydid you look at https://checkout.google.com/support/sell/bin/topic.py?topic=25726 Chargeback rules etc
-
jay76 got a reaction from joe2011uk in Amazing Host Now Amazing Web DesignI like the design, looks much better ..... got me thinking about my colours on my website now?
so easy to get carried away with a similar colour!
-
jay76 reacted to MikeChipshop in Using nice fonts on a web page...Apply the style within your CSS like you would any other time...
.nicefont {font-family:newfontname;}
then apply it as so...
<span class="nicefont">This font will be all new and nice!</span>
-
jay76 reacted to pat24 in Adding captcha to contact formPossibly I'll attach the files below just change the keys to yours and see what happens
This is just the form part of the callback with captcha
<FORM ACTION="callback_.php" METHOD="POST" NAME="callback" ONSUBMIT="return checkFields()"> <TABLE WIDTH="80%" CELLPADDING="0" CELLSPACING="1"> <TR VALIGN="MIDDLE"> <TD VALIGN="MIDDLE" ALIGN="RIGHT" WIDTH="150"> <P><B>Contact Name:</B></P></TD> <TD VALIGN="MIDDLE" ALIGN="LEFT"><INPUT TYPE="TEXT" NAME="name" SIZE="30" MAXLENGTH="50"></TD> </TR> <TR VALIGN="MIDDLE"> <TD VALIGN="MIDDLE" ALIGN="RIGHT" WIDTH="150"> <P><B>Phone No:</B></P></TD> <TD VALIGN="MIDDLE" ALIGN="LEFT"><INPUT TYPE="TEXT" NAME="phone" SIZE="30" MAXLENGTH="50"></TD> </TR> <TR VALIGN="MIDDLE"> <TD VALIGN="MIDDLE" ALIGN="CENTER" COLSPAN="2"> <P><BR> <FONT SIZE="-2">Please indicate which is the best time to call you: </FONT></P> <TABLE WIDTH="95%" BORDER="0" CELLPADDING="0" CELLSPACING="7"> <TR> <TD ALIGN="CENTER"> <P>Morning <INPUT TYPE="RADIO" NAME="besttime" VALUE="in the morning"> </P></TD> <TD ALIGN="CENTER"> <P>Afternoon <INPUT TYPE="RADIO" NAME="besttime" VALUE="in the afternoon"> </P></TD> <TD ALIGN="CENTER"> <P>Anytime <INPUT TYPE="RADIO" NAME="besttime" VALUE="anytime" CHECKED="CHECKED"> </P></TD> </TR> </TABLE> <P> <?php require_once('recaptchalib.php'); $publickey = "insert your key"; // you got this from the signup page echo recaptcha_get_html($publickey);?> <INPUT TYPE="SUBMIT" VALUE="Send Details" CLASS="BUTTON"> </P></TD> </TR> </TABLE> </FORM>
In the callback.php add the captcha code as below
## CONFIG - CHANGE THESE DETAILS TO SUIT require_once('recaptchalib.php'); $privatekey = "Insert your key"; $resp = recaptcha_check_answer ($privatekey, $_SERVER["REMOTE_ADDR"], $_POST["recaptcha_challenge_field"], $_POST["recaptcha_response_field"]); if (!$resp->is_valid) { die ("The reCAPTCHA wasn't entered correctly. Go back and try it again." . "(reCAPTCHA said: " . $resp->error . ")"); } $YourEmail = ""; ## YOUR EMAIL ADDRESS
Dont forget to add the recaptchalib.php file
Pat
P.S Hows irt going by the way
-
jay76 reacted to pat24 in Adding captcha to contact formhere is the whole callback.php with the captcha
/* Freelance Web Developer - PHP, Perl and Javascript programming */ /* Website Design and Search Engine Submission Services */ /* This program is free software. You can redistribute it and/or modify */ /************************************************************************/ ## CONFIG - CHANGE THESE DETAILS TO SUIT require_once('recaptchalib.php'); $privatekey = "6Le_8gcAAAAAAMFbUkx0CSbEYTDd2mEwnRRB9Gdo"; $resp = recaptcha_check_answer ($privatekey, $_SERVER["REMOTE_ADDR"], $_POST["recaptcha_challenge_field"], $_POST["recaptcha_response_field"]); if (!$resp->is_valid) { die ("The reCAPTCHA wasn't entered correctly. Go back and try it again." . "(reCAPTCHA said: " . $resp->error . ")"); } $YourEmail = ""; ## YOUR EMAIL ADDRESS $WebsiteURL = "http://www.stevedawson.com"; ## YOUR WEBSITE URL $subject = "PHP CallBack v1.0 Enquiry"; ## THE EMAIL SUBJECT LINE $ThankyouURL = "thankyou.htm"; ## THANKYOU PAGE ## QUICK ERROR CHECK TO MAKE SURE THEY USED THE CALLBACK FORM if(!isset($_POST['name'])) { header("location: $WebsiteURL"); exit(); } ## CHECK TO GET THE SENDERS DETAILS $date = (date ("F j, Y")); $time = (date ("H:i:s")); $IPnumber = getenv("REMOTE_ADDR"); $Browser = $_SERVER["HTTP_USER_AGENT"]; $ReferURL = $_SERVER["HTTP_REFERER"]; $_POST['phone'] = preg_replace("/[\n\r]+/", "", $_POST['phone']); $_POST['name'] = preg_replace("/[\n\r]+/", "", $_POST['name']); ## THE EMAIL TEXT $text = " ----------------------------------------------------------------------------- CALLBACK FORM ENQUIRY ----------------------------------------------------------------------------- ".$_POST['name']." has entered their details into your Callback Form and has requested that you contact them as soon as possible. Please call them ".$_POST['besttime']." Their contact phone number is: ".$_POST['phone']." Kind Regards, PHP CallBack Form ".$WebsiteURL." This email was sent by PHP CallBack v1.0 --------------------------------------------------- Date: ".$date." at ".$time." IP Number: ".$IPnumber." Browser: ".$Browser." Referrer ".$ReferURL." --------------------------------------------------- "; ## STRIP OUT THE UNWANTED CHARACTERS INCASE ANY APPEAR $subject = stripslashes($subject); $text = stripslashes($text); @mail("$YourEmail", $subject, $text, "From: <$YourEmail>"); ## SEND THEM SOMEWHERE NICE AFTER FILLING IN THE CALLBACK FORM header("Location: $ThankyouURL"); exit; ?>
Just change the key or copy the captcha bit into your file this is the captcha bit
require_once('recaptchalib.php'); $privatekey = "6Le_8gcAAAAAAMFbUkx0CSbEYTDd2mEwnRRB9Gdo"; $resp = recaptcha_check_answer ($privatekey, $_SERVER["REMOTE_ADDR"], $_POST["recaptcha_challenge_field"], $_POST["recaptcha_response_field"]); if (!$resp->is_valid) { die ("The reCAPTCHA wasn't entered correctly. Go back and try it again." . "(reCAPTCHA said: " . $resp->error . ")"); }
HTH
Pat
-
jay76 reacted to jay pick in banner rotation java scriptsI recommend coin slider http://workshop.rs/projects/coin-slider/
-
jay76 got a reaction from Bomb in FAQ page for website, accordion script or similarI would just like to say that bomb multimedia helped me resolve this issue, did a custom solution for me that is working very well.
If I need some work doing in the future I will be giving him a shout, has a nice portfolio of work!
Cheers again for your help!
-
jay76 reacted to Bomb in FAQ page for website, accordion script or similarWhy not use hidden divs that expand on mouse click?
This may help you...
http://www.randomsnippets.com/2008/02/12/how-to-hide-and-show-your-div/