Jump to content

turkspartan

Members
  • Posts

    62
  • Joined

  • Last visited

Everything 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. Thanks boss. That should be enough info for me to figure it out!
  3. Hello everyone! I don't know if this is the right category to post this, but If you go to the following site, you will see that there are 3 options before buying (Deposit, Full Price, and Price without Deposit). http://pawsitiveinteractions.com/product/final-dog/I changed that from dropdown to radio buttons. How do I pull that to the left beside the picture instead of it being right aligned?Thanks!
  4. 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.
  5. How do I make a box with rotating content as seen here (right above where it says 3 easy steps)?: http://www.visaobtainers.com/Thanks all!
  6. Hey guys. Where can I find website themes (preferably for wordpress), where users can make an account and post their services, as well as with a good search tool to refine searches.Something similar to this website right here:http://www.nextdaypets.com/directory/dogs/sale/See how people can post stuff and be able to refine their search?Any ideas? Thanks.
  7. 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.
  8. How do I make this border wrap around these 2 words? Right now the border makes itself as wide as the page.Thanks!http://jsfiddle.net/n6jk6/
  9. 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.
  10. I was wondering if there is a WordPress theme that I can use to post pets we have for sale, BUT I also want people to be able to make accounts and post their pets for sale as well? I am guessing this is too much to expect from a theme?
  11. I cant get the following to work. I just can't figure out how to properly implement the javascript I guess. Any help would be appreciated. http://jsfiddle.net/mplungjan/bWD4V/
  12. See how the words on top of this page animate? http://visia.themes.pixelentity.com/ Is there a wordpress plugin or something? Thanks
  13. Thanks boss. Funny signature lol. Had me going
  14. Is there a way to find out which theme this is?http://www.mishacarpet.com/Thanks guys
  15. 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>
  16. Im okay with making changes. Just can't find a good platform to begin with.
  17. Hey guys. I have been looking around ThemeForest and stuff for some classic clean themes. Similar to these:http://www.warpandweft.com/http://www.jdstaron.com/home.phphttp://www.browndavis.com/See how they are clean and simple yet professional? It is going to be for a carpet company.Please guys I need some help. The ones on ThemeForest are too complex and feel way too high tech.Thanks!
  18. 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>
  19. Haha, sometimes I overthink things Thank you! How would I make a cool map like that of just northern virginia or something? Should I just try to find a plain map and photoshop it?
  20. What does it take to make a map like this? Couldn't find anything on it. I don't need a map this big, but I need to highlight where we serve in the Northern Virginia Metropolitan area.http://www.maidsinblack.com/service-area/Thanks!
  21. Nm,I got it. I gave the spread a negative value
  22. Can a box shadow have 2 X values? So that it grows both right and left, instead of just one direction.This would solve my issue.
  23. 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
  24. Thanks for the response, but still no luck. It had no effect.
×
×
  • Create New...