-
- Can anyone help with a php contact form?
-
Can anyone help with a php contact form?
Hi all. I just finished a landing page for a client but i'm having issues with a php form on the page. I believe that it is set up correctly but when i send an email from it I don't receive an email into my inbox. Can anyone with html/php Form knowledge help. Here is a link to the site: http://www.chimpmarketing.com/wealthlanding/ and here is a link to the source files: https://www.dropbox.com/s/i7wh54pyi4jhxlx/wealthlanding.zip Thanks for reading. Kindest Regards Gary
-
Issues with images matching width in html email
Hi All, I'm having a few issues making images fit the widths of some div tags in a html email that I'm creating. You can see the example here if you scroll to the bottom of the page, where the blogs links are. http://www.chimpmarketing.com/Newsletter_FEG.html I've tried everything and I think of to no avail, would really like some advice. Regards Gary P.s. I've also attched the Html file Newsletter_FEG.html
-
Stopping glitches of full screen video of tablets; Media quires?
Hi All, this is a two part question: Firstly, I've designed a site which plays a fullscreen video using html5. The video has a image-slideshow playing underneath, so that if someone is using a browser that doesn't support html5 video, they will still see the slideshow. It seems to be working, except the video doesn't seem to be filling the hight 100%; even though it has been specified in the css. Could someone have a look at my code and tell, where i'm going wrong. Secondly, Ive made the site responsive, but the fullscreen video displays terribly on 768px or lower resolution screens. Does anyone know a fix that I can use in the media quires? or know how i can hide the video when a screen is smaller than 768px? I've attached the index and main css for your viewing. Also check the site out here I hope someone can help. Thanks Gary index.html style-navy.css
-
Changing email on a jQuery validated contact form?
Hi all, I am having some issues finding where i need to change the email of a jQuery validated contact form. I'm been looking for hours and i just cant wrap my brain around it. Maybe you guys can help, attached is the index, main css and the js validate files. Thanks Gary Archive.zip
-
Layout problems with PHP and CSS.
Thanks Jim, perfect! I got a little confused for a while between a #class and a .tag but I figured it out in the end. I thank you and everyone else for all your help
-
Layout problems with PHP and CSS.
Hi Jim, thanks for the reply. Am i correct in thinking that i would put these style parameters directly in to the php rather the in the style sheet? If so where should i place the parameters? PHP <!-- logo --> <div id="logo"> <?php if(get_option('rttheme_logo_url')):?> <a href="<?php echo BLOGURL; ?>" title="<?php echo bloginfo('name');?>"><img src="<?php echo get_option('rttheme_logo_url'); ?>" alt="<?php echo bloginfo('name');?>" class="png" /></a> <?php else:?> <h1 class="cufon logo"><a href="<?php echo BLOGURL; ?>" title="<?php echo bloginfo('name');?>"><?php echo bloginfo('name');?></a></h1> <?php endif;?> </div> <!-- /logo --> <?php if(!get_option(THEMESLUG.'_remove_curvs')):?><div class="sidebar_top"></div><?php endif;?> <div class="sidebar_content"> <div class="clear"></div> CSS /* logo position */ #logo{ padding:8px 0; width:240px; Regards Gary
-
Small PHP Displaying problem
Sorry you can see it live here. But changing the display tag worked, you are a Legend sash. I never even thought about the display tag. that might also slove my other issue View here. Thanks Again Gary
-
Small PHP Displaying problem
Hi Guys, I have had a look in the styles.css for the template and all i can find is the styling for the Recent_posts#1 widget, I can't find any styling for the Recent_post#2 widget. All I want to do is have the same styling on the Recent_post#2 as in on Recent_post#1, but i want to keep the thumbnails and maybe make them slightly bigger, which i can do in the php. You can find my .css file here. Thanks Gary
-
Layout problems with PHP and CSS.
I'm using my website as a dummy host for now. Would you need a log-in? chimpmarketing.com/fondexsite Thanks Gary
-
I need help positioning a logo on a webpage
.
-
I need help positioning a logo on a webpage
Ok this is my idea, if I manage to get around the php (as Mike Chipshop al knows). I think its about the best i can do with it, any comments?
-
Layout problems with PHP and CSS.
So I did the reset and I added a bottom margin at -20px but no change. I think it has to do with the div arrangements or soothing. Thanks Gary
-
Layout problems with PHP and CSS.
Thanks boys, No i'm not linked but that is a good idea i will do it now and let you know how i get on.
-
Layout problems with PHP and CSS.
Hi all i am trying to re-position A logo within a word-press website, but i'm having issues. As you can see from the photos I am trying to get the logo.png to aline with the main content page and have the menu sidebar butt up against it with no space in-between. I have been trying to achieve this for 2days and i'm out of ideas. Would love some help. Attached are the css and php files i'm working with. Thanks Gary header.php style.css