Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter aphrwellness

    (@aphrwellness)

    I am trying to edit the images on this flash file used in my theme can someone tell me where in this code I need to change the images??

    the site is https://www.drmastersblog.com

    <div class=”header_h2″>
    <div class=”flash_slider”>
    <div id=”flashcontent”>
    <p>You need to upgrade your Flash Player to version 10 or newer.</p>
    </div>
    <!– end flashcontent –>
    <script type=”text/javascript”>
    var flashvars = {};
    flashvars.xmlSource = “<?php bloginfo(‘template_url’); ?>/piecemakerXML.xml”;
    flashvars.cssSource = “<?php bloginfo(‘template_url’); ?>/piecemakerXML.css”;
    flashvars.imageSource = “<?php bloginfo(‘template_url’); ?>/images”;
    var attributes = {};
    attributes.wmode = “transparent”;
    swfobject.embedSWF(“<?php bloginfo(‘template_url’); ?>/piecemakerNoShadow.swf”, “flashcontent”, “970”, “541”, “10”, “<?php bloginfo(‘template_url’); ?>/swfobject/expressInstall.swf”, flashvars, attributes);
    </script>
    </div>
    <!–/flash_slider –>
    </div>
    <!–/header_h2 –>
    <div class=”clr”></div>

    Thread Starter aphrwellness

    (@aphrwellness)

    That worked! Thank you very much

    Any chance you cloud tell me how to change the three images that rotate on my homepage?

    What part of the code do I change for that?

    Thread Starter aphrwellness

    (@aphrwellness)

    I am trying to change it in the themes options page..

    /*
    Theme Name: creatiadots
    Theme URI: https://www.templateaccess.com/
    Description: The Marketplace for Premium Templates & Themes.
    Version: 1.0
    Author: TemplateAccess.com
    */
    /*=== Setup ===*/
    * { border:0; margin:0 auto; padding:0; outline:none; }
    body { background:#fff url(images/main_bg.gif) top center repeat-x; font:13px Arial, Verdana, Helvetica, sans-serif; color:#494949; padding:0; margin:0; }
    .html_bg { background:url(images/main_bg2.gif) top center repeat-x; }
    a { color:#494949; text-decoration:none; }
    a:hover { text-decoration:none; }
    p.clr, .clr { clear:both; padding:0; margin:0; background:none; }
    p.bg, .bg { clear:both; padding:0; margin:10px 0; border-bottom:1px solid #bababa; height:2px; }
    input, select, textarea { border:#cfcfcf 1px solid; color:#404040; font-size:12px; padding:3px; font-family:Arial, Verdana, Helvetica, sans-serif; }
    li { list-style:none; }
    h1, h2 { color:#222222; font-size:1.5em; font-weight:normal; letter-spacing:-1px; margin:0 0 1em; }
    h3 { color:#333333; font-size:1.2em; margin:0 0 .8em; }
    h4 { font-size:1em; margin:0 0 1em; }
    p { line-height:1.5em; padding:0 0 1.3em; }
    /*=== Layout ===*/
    #page { margin:0 auto; padding:0; background:url(images/page_bg.gif) top center repeat-x;}
    #page img.maain { margin:0; padding:0; }
    /*=== Header ===*/
    #header { margin:0 auto; padding:0; width:970px; }
    .header_h2 { height:441px; padding:57px 0 78px 0; background:url(images/simple_bg.png) bottom no-repeat;}
    .header_h2 .flash_slider { width:970px; height:441px; margin:0; overflow:hidden;}
    /*- Logo -*/
    .logo { width:350px; margin:0; padding:0; float:left; }
    .logo h1 { background: url(images/logo.png) top no-repeat; float:left; text-indent:-9999px; width:350px; margin:0; padding:0; }
    .logo h1 a { display:block; height:144px; }
    .logo h1 a:hover { text-decoration:none; }
    /*=== Navigation ===*/
    /* RSS */
    .rss { width:180px; float:right; padding:25px 50px 25px 0; margin:30px 0 0 20px; background: url(images/RSS.png) right center no-repeat; }
    .rss ul { list-style:none; margin:0; padding:5px 0 0 0; }
    .rss li { display:inline; border-left:1px solid #cbcdcc; padding:0 5px; margin:0; }
    .rss li.first { border:0; padding:0 5px 0 0; }
    .rss li a { font:normal 11px Georgia, “Times New Roman”, Times, serif; color:#cbcdcc; text-decoration:none; }
    .rss li a:hover { text-decoration:underline; }
    .rss a.big { text-decoration:none; font:normal 14px Arial, Helvetica, sans-serif; color:#fff; padding:0; margin:0; display:block; }
    .rss a.big span { color:#fff; font-weight:bold; }
    /* Search form */
    .search { width:266px; float:right; margin:0; padding:13px 0 0 0;}
    #search span { width:256px; display:block; background: url(images/search_bg.gif) left top no-repeat; height:34px; margin:0 auto; padding:0 0 0 10px; border:none; }
    #search input#s { float:left; width:190px; padding:10px 5px; margin:0; border:0; background:none; color:#666; font:normal 12px/14px Arial, Helvetica, sans-serif; }
    #search .btn { float:left; padding:0; margin:0; border:0; width:auto; }
    /*- Top Nav -*/
    .topnav { float:left; width:600px; margin:0; padding:0; }
    .topnav ul { list-style:none; padding:0; margin:0; }
    .topnav li { float:left; padding:0; }
    .topnav li a { font: normal 14px Arial, Helvetica, sans-serif; color:#2d2d2d; display:block; float:left; padding:20px 20px 25px 20px; text-decoration:none;}
    .topnav li a:hover { color:#fff; background: url(images/hover.gif) top repeat-x; }
    .topnav li.current_page_item a { color:#fff; background: url(images/hover.gif) top repeat-x; }
    /*=== All Columns ===*/
    #columns { margin:0 auto; padding:40px 0 0 0; width:970px; }
    /*=== Center Column ===*/
    #centercol { float:left; width:645px; padding:0; }
    #centercol .box { border:1px solid #d8d8d8; padding:10px 20px;}
    /*=== Right Column ===*/
    #rightcol { float:right; width:305px; padding:0; }
    #rightcol .box { padding:10px; background:#4f5652; color:#FFF; }
    .small_link { padding:0; margin:0 auto; }
    .small_link a { color:#fff; text-decoration:none; }
    /*=== Sub Columns ===*/
    .subcols { background:url(images/subcols-bgr.gif) repeat-y left; height:1%; }
    .col1, .col2 { float:left; width:285px; }
    .col2 { float:right; }
    /*=== Post ===*/
    .post-block { }
    .post-margin { margin-left:236px; }
    /*- Post Title -*/
    .post-title { padding:10px; margin:0; border-bottom:1px solid #ddd; }
    .post-title h2 { margin:0; padding:0; font:normal 24px “Times New Roman”, Times, serif; color:#494949;}
    .post-title h2 a { display:inline; padding:0; margin:0; color:#494949; text-decoration:none; }
    /*- Post Excerpt -*/
    .post-excerpt { padding:5px 0; display:table; font: normal 13px Arial, Helvetica, sans-serif; color:#838383; margin:0; line-height:1.8em;}
    .post-excerpt a { color:#ff6b00; text-decoration:none;}
    /*- Post Lists -*/
    .post ul, .post ol { margin:0 0 1.5em; }
    .post ul li { background:url(images/ico-list.gif) no-repeat 0 6px; margin:0 0 .4em; padding:0 0 0 10px; }
    .post ol li { list-style:decimal; list-style-position:inside; margin:0 0 .4em; }
    /*- Post Blockquote -*/
    .post blockquote { border-left:3px solid #cfcfcf; font-size:13px; font-style:italic; margin:0 0 1.5em; padding:5px 0 0 10px; }
    /*- Post Author -*/
    .post-author { margin:0 0 1em; }
    .author-details { font-size:11px; }
    .author-descr { display:table; height:1%; }
    /*- Social Links -*/
    .social-links { font: normal 12px Arial, Helvetica, sans-serif; padding:5px 0; margin:0; color:#838383;}
    .social-links a { color:#ff6b00; font-weight:bold; text-decoration:none; }
    .social-links a:hover { text-decoration:underline; }
    /* post-commets */
    .post-commets { margin:0 10px 25px 0; float:left; color:#fff; font: normal 24px Arial, Helvetica, sans-serif; padding:10px; background:#4f5652; }
    .post-commets a { color:#fff; text-decoration:none; font-weight:bold;}
    /*- Related Posts -*/
    /*- Post Date -*/
    .post-date { font: normal 12px Arial, Helvetica, sans-serif; padding:5px 0; margin:0; color:#838383;}
    .post-date a { color:#ff6b00; font-weight:bold; text-decoration:none; }
    .post-date a:hover { text-decoration:underline; }
    /*- Post Comments -*/
    .post-comments h2 { padding-top:10px; }
    .post-comments .fl { width:80px; }
    .post-comments .fr { width:480px; }
    /*- Widget Title – */
    .wtitle { padding:10px; margin:0 0 10px 0;}
    .wtitle h2 { margin:0; padding:0; font:normal 24px Georgia, “Times New Roman”, Times, serif; color:#fff;}
    /*=== Styling Boxes ===*/
    /*- Box1 -*/
    .box { margin:0 0 15px 0; padding:0 0; }
    .box .content { height:1%; padding:0; }
    .box .ac { padding:5px 0; text-align:center; }
    /*- Box2 -*/
    .box2 { background:#f9f9f9; border:1px solid #cfcfcf; height:1%; margin:0 0 20px; padding:15px; min-height:115px; width:450px;}
    .box2.alt { background:#FFFFFF; }
    .comm-name, .comm-date { line-height:20px; }
    /*=== Styling Lists ===*/
    /*- List -*/
    .list { height:34px; color:#666; font:normal 13px Arial, Helvetica, sans-serif; clear:both; padding:0 0 10px 0; }
    .list li { float:left; margin:0; padding:0 5px 0 0; }
    .list li a { width:79px; height:20px; display:block; float:left; padding:7px 0; text-align:center; text-decoration:none; color:#fff; }
    .list li a:hover, .list li a.active { color:#222; background:url(images/a_hover_list.gif) top no-repeat; }
    div.tabs_list { padding:0; margin:0; }
    div.tabs_list ul { list-style:none; text-align:left; padding:5px 0; border:1px solid #727774; }
    div.tabs_list ul li { font:normal 12px Arial, Helvetica, sans-serif; padding:0; margin:5px 0; }
    div.tabs_list ul li a { display:block; padding:5px 0 5px 25px; margin:0; color:#fff; border-bottom:1px solid #727774; background:url(images/ul_li.gif) 10px no-repeat; }
    div.tabs_list ul li a:hover { text-decoration:none; color:#fff; }
    div.tabs_list ul li ul.children { padding:0; border:none; }
    div.tabs_list ul li ul.children li { margin:0; border:none; }
    div.tabs_list ul li ul.children a { background:none; border:none; }
    div.tabs_list ul li ul.children a:hover { color:#fff;}
    div.tabs_list ul li ul.children li a { padding:5px 0 5px 20px; display:block; border:none; }
    div.tabs_list ul li ul.children li li a { padding:5px 0 5px 25px; display:block; }
    /*- List1 -*/
    .list1 li { background:url(images/ico-list1.gif) no-repeat 0 1.1em; border-bottom:1px solid #e7e7e7; height:1%; padding:.7em 0 .7em 13px; }
    .list1 li.last { border:0; }
    #rightcol .list1 li a:hover { color:#33707e; }
    /*=== Styling Forms ===*/
    input.btn { background:none; border:0; margin:0; padding:0; }
    select { padding:1px; }
    /*- Message -*/
    .message div { margin:0 0 18px; }
    .message input { padding:9px 15px; width:450px; }
    .message textarea { height:114px; overflow:auto; padding:9px 15px; width:450px; font-family:Verdana; }
    .message .submit { float:left; }
    .message .btn { padding:0; width:128px; height:32px; background:url(images/button.gif); }
    .message .notice { color:#a4a4a4; float:right; font-style:italic; padding:10px 0 0; }
    /*=== Pics, Thumbs, Ads etc. ===*/
    .pic img { display:block; margin:0; padding:7px; background:#fff; border:1px solid #dbdbdb; }
    .pic.fl img { margin:5px 15px 0 0; }
    .pic.fr img { }
    .th { display:block; margin:0 0 .5em; }
    .th.fl img { margin-right:10px; max-width:40px;}
    .ads img, .widget_flickrRSS img { margin:5px; }
    .widget_flickrRSS img { border:1px solid #cfcfcf; }
    .box .ac img { border:0; margin:0; }
    /*=== Footer ===*/
    #page_bottom { background: #89948e url(images/footer_bg.gif) top repeat-x;}
    #footer { background:url(images/footer_bg.gif) top center no-repeat; color:#fff; width:970px; text-decoration:none; font:normal 13px Arial, Helvetica, sans-serif; margin:0 auto; padding:25px 0; }
    #footer a { color:#fff; font-weight:normal; }
    #footer span { color:#fff; }
    #footer .text2 { padding:15px 20px; float:right; }
    #footer .text { padding:15px 20px; float:left; }
    /*=== Misc. ===*/
    .fix { clear:both; height:1px; margin:-1px 0 0; overflow:hidden; }
    .hl, .hl2 { background:url(images/hl-dot.gif) repeat-x top; clear:both; height:2px; overflow:hidden; width:100%; }
    .hl2 { background:none; border-top:1px solid #e7e7e7; height:1px; margin:0 0 .8em; }
    .fl { float:left; }
    .fr { float:right; }
    .ac { text-align:center; }
    .ar { text-align:right; }
    .noBorder { border:0; }
    .font-sm { font-weight:normal; }
    .white { color:#FFF; }

    Thread Starter aphrwellness

    (@aphrwellness)

    No error message or anything… when i hit save in the dashboard it says that everything was saved sucesfully but nothing changes on my site

Viewing 4 replies - 1 through 4 (of 4 total)