Jump to content

turkspartan

Members
  • Posts

    62
  • Joined

  • Last visited

Posts posted by turkspartan

  1. Hey guys. I am making a website where I can have a list of radio stations. The user clicks on a link and the radio for that link plays on my site.I will be using URL's like these to play from.http://www.radyomavigece.com/tum-radyolarin-radyo-url-winamp-ip-adresleri/Any good themes I can start off of? I will have this on a wordpress site if that matters.The plugins I found only work if the url format is like this: http://yayin1.yayindakiler.com:3176/but wont play the ones like this:http://www.medya16.net/playerlar/kevser.plsI am stuck :(Thanks!

  2. So I want to add a PDF order form to my website. When I customer clicks "PDF Order Form" I want an order form to show up (which is easy). BUT my PDF form has a textbox that says "Order Number" and when a customer clicks the order form button I want an order number (such as 10,11,12,etc) to be filled into the order number text box.

     

    How can this be accomplished?

     

    Thanks.

  3. The problem with that is when the words rotate to a shorter word, there is a lot of space left between the right side of the border and the word itself :(

     

    So, I need the border to wrap around the text. I tried to do inline, but it wraps around the first word and not the second.

  4. As a web designer/developer do you guys post your prices online?

     

    I was thinking of posting the price of an average quote because a lot of people call thinking they can get a website for $250 or so. I mean I geuss there are people who do it, but I am not going to spend weeks for $250.

     

    Anyways I was thinking this would get rid of people with that kind of a budget and that if people called me than they are aware of the average price I charge. I guess this is a good and a bad idea.

     

    What do you guys do? It's kind of a bummer when you are asked to do a professional business website that will take a few weeks and than the customer doesn't want to pay more than a couple hundred.

  5. Hey guys. I have a header and an image in it(logo). I would like to vertically align this. If I add margin or padding top to push it down, it makes my header bigger, which I do not want. Thanks!

     

    Here is the site http://restonwebdesign.com/carpets/?page_id=96

    	/*************************************************	3.	Header  								*************************************************/#header {	margin: 0px;	padding: 0px;	}#header #masthead {	display: block;	width: 100%;	text-align: center;	padding-top: 40px;	padding-bottom: 0px;	}#header .site-title {	display: block;	font-family: 'Oswald', Helvetica, Arial, sans-serif;	font-size: 3.2em;	font-weight: normal;	text-transform: uppercase;	letter-spacing: 0px;	line-height: 1.2;	padding: 0px;	margin: 0px;	}#header .site-description {	display: block;	color: #666666;	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;	font-size: 1.1em;	font-weight: normal;	text-transform: none;	line-height: 1.8;	overflow: hidden;	}#custom-header {	display:block;	font-size: 0;	text-align: center;	text-indent: -999em;	line-height: 0;	margin: 0px;	padding: 0px;	overflow: hidden;	z-index: 8;	}#custom-header img {	 float:right;	}	

    I don't know if you need this, but this is in the header area of WordPress.

    <?php $header_image = get_header_image(); if ( ! empty( $header_image ) ) { ?>					<p id="custom-header"><a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php header_image(); ?>" height="<?php echo get_custom_header()->height; ?>" width="<?php echo get_custom_header()->width; ?>" alt="<?php esc_attr( bloginfo('name') ); ?>" /><?php bloginfo( 'name' ); ?></a></p>
  6. So I have this code in my header.php

    <?php/** * Header Template * * @package Mysitemyway * @subpackage Template */?><!DOCTYPE html><!--[if lt IE 7]>  <html class="ie ie6 lte9 lte8 lte7" <?php language_attributes(); ?>> <![endif]--><!--[if IE 7]>     <html class="ie ie7 lte9 lte8 lte7" <?php language_attributes(); ?>> <![endif]--><!--[if IE 8]>     <html class="ie ie8 lte9 lte8" <?php language_attributes(); ?>> <![endif]--><!--[if IE 9]>     <html class="ie ie9 lte9" <?php language_attributes(); ?>> <![endif]--><!--[if gt IE 9]>  <html> <![endif]--><!--[if !IE]><!--> <html <?php language_attributes(); ?>> <!--<![endif]--><head><meta charset="<?php bloginfo( 'charset' ); ?>" /><title><?php mysite_document_title(); ?></title><link rel="profile" href="http://gmpg.org/xfn/11" /><link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /><?php mysite_head(); ?><?php wp_head(); ?><link rel="stylesheet" type="text/css" href="http://www.hirehousekeeping.com/wp-content/themes/infocus/web_icons/dc_web_icons.css"><link rel="stylesheet" type="text/css" href="http://www.hirehousekeeping.com/wp-content/themes/infocus/web_icons2/dc_web_icons2.css"><link rel="stylesheet" href="http://cdn.dcodes.net/2/3d_buttons/css/dc_3d_buttons.css" /><link rel="stylesheet" type="text/css" href="http://www.hirehousekeeping.com/wp-content/themes/infocus/dc_gradient_buttons.css"></head><body class="<?php mysite_body_class(); ?>"><div class="multibg"><div class="multibg"></div></div><div id="body_inner">    <?php mysite_before_header();?><div id="header">        <div id="header_inner">            <p align="right"><a href="#" class="dc_gradient_button large">Book Now</a></p>        <?php mysite_header();                ?></div><!-- #header_inner -->    </div><!-- #header -->    <?php mysite_after_header();?><div id="content">        <div id="content_inner">                        <?php mysite_before_main();                        ?><div id="main">                <div id="main_inner">                    <?php mysite_before_page_content(); ?>
    how can I hide the part that says the following, when on a mobile device?
       <p align="right"><a href="#" class="dc_gradient_button large">Book Now</a></p>
  7. Hey guys. I am having some issues with box shadow. If you go to my website, you will see that I have a shadow effect right under my slider through out the whole length of the page.If you check the same page on Ipad or phone browser it wont display properly because to make that shadow effect I used a two part code.

    border-bottom:-webkit-box-shadow: -200px 8px 13px 2px rgba(0,0,0,0.5), 972px 8px 13px 2px rgba(0,0,0,0.5) ;-moz-box-shadow: -200px 8px 13px 2px rgba(0,0,0,0.5), 972px 8px 13px 2px rgba(0,0,0,0.5);box-shadow: -200px 8px 13px 2px rgba(0,0,0,0.5), 972px 8px 13px 2px rgba(0,0,0,0.5);    

    So I used a two part code per line there because if I only used it regularly, the shadow only appears under the slider and not through out the entire width.I could have also used shadow effect for #slider-wrapper:before and slider #slider-wrapper:after too, but when I do that here is what happens.

    #slider-wrapper {    background:url(images/slider.jpg) repeat 50% 0%;    position:relative;    overflow:visible;    padding:20px 0 19px 0;    border-bottom:-webkit-box-shadow: -0px 8px 13px 2px rgba(0,0,0,0.5);-moz-box-shadow: 0px 8px 13px 2px rgba(0,0,0,0.5);box-shadow: 0px 8px 13px 2px rgba(0,0,0,0.5);    }#slider-wrapper:before {    background:url(images/slider.jpg) repeat 50% 0%;    display:block;    width:100%;    height:100%;    overflow:hidden;    border-bottom:-webkit-box-shadow: -0px 8px 13px 2px rgba(0,0,0,0.5);-moz-box-shadow: 0px 8px 13px 2px rgba(0,0,0,0.5);box-shadow: 0px 8px 13px 2px rgba(0,0,0,0.5);        position:absolute;    top:0;    left:-100%;    z-index:1;    content:'';}#slider-wrapper:after {    background:url(images/slider.jpg) repeat 50% 0%;    display:block;    width:100%;    height:100%;    overflow:hidden;    border-bottom:-webkit-box-shadow: -0px 8px 13px 2px rgba(0,0,0,0.5);-moz-box-shadow: 0px 8px 13px 2px rgba(0,0,0,0.5);box-shadow: 0px 8px 13px 2px rgba(0,0,0,0.5);        position:absolute;    top:0;    right:-100%;    z-index:1;    content:'';}

    http://i333.photobucket.com/albums/m389/turkspartan/slidershadow_zps708ada02.jpgDo you see the lines to the right and left of the slider?So.... I guess the best way to go is to have the slider wrapper, wrapper before and wrapper after to have their own shadow, but I need to get rid of the shadow it creates beside the slider.Thanks as always :)

×
×
  • Create New...