Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • I don’t see a strange blue line at the top. Here is a screenshot of my screen viewing your website in FireFox. http://awesomescreenshot.com/005igg026

    I agree with peredur. I avoid IE as much as possible except for accessibility testing for client websites.

    I prefer to use FireFTP. It’s a plugin for FireFox. You can download it through the add-on section. Go to “tools” -> “add-ons” and search for “fireftp”

    You can also use SmartFTP which I use when I am uploading a large number of files.

    Yes, after double checking the above conversation it’s as i suspected. it needs to be a plain file. when you create a file in wordpress it still calls all of the extra files such as the header, footer, functions, style.css, etc… Ebay’s email clearly states it needs to be a blank file with a specific name i believe.

    1 – Open Notepad.exe
    2 – Save as “file name they tell you to”
    3 – Make sure before you HIT SAVE that You Change the Drop Down “SAVE AS TYPE” to “All” instead of “Text”
    4 – Upload to server root directory of your website using an FTP program such as FileZilla or FireFTP

    The easiest way to integrate with ebay partners and affiliates like that is to open “NotePad” on your pc. Add the code into the notepad and save the file as the filename and add the extension .html to the end of it. Make sure when saving in Notepad that you change the Type to “All”, then upload to your server using an FTP program such as FireFTP or FileZilla.

    Hope that helps!

    @ruthlee1, if you have your website on a hosting server that has cpanel you can access a few great tools to easily backup your website and database.

    go to your website’s url and add “cpanel” to the end. Like this…

    http://www.yourdomain.com/cpanel and if you have cpanel on your server you should be able to access it.

    It depends on who you host your website with.

    Yeah just like @mixmastermichael said. Go to your “style.css” file and edit line #616

    Change:

    .entry-links {
        background: none repeat scroll 0 0 #F5F5F5;
        border-bottom: 1px solid #DDDDDD;
        clear: both;
        margin: 0 0 3.4em;
        overflow: hidden;
        padding: 10px;
    }

    To this

    .entry-links {
    */ Everything between these marks is Commented Out or Hidden   */
     /*   background: none repeat scroll 0 0 #F5F5F5; */
     /*   border-bottom: 1px solid #DDDDDD; */
        clear: both;
        margin: 0 0 3.4em;
        overflow: hidden;
        padding: 10px;
    }

    I commented out those lines so if you don’t like it you can remove the “/*” and the “*/” and it will revert back to the original design.

    Hope this help!

    Yeah, I agree with @jwind. it looks fine to me. It’s showing the “title” of each menu item.

    If that doesn’t work, try to modify those same lines in the file called “myhome.php”

    That should work. Also make sure you refresh your browser cache. I use firefox. It’s CTRL+SHIFT+R.

    Have you tried to modify the file “header.php”?
    Look for these lines and modify the image files paths to your file names.

    <div class="slider">
          <div id="tabs_news">
            <div id="news-5">
              <div><a href="#"><img src="<?php bloginfo('template_directory'); ?>/images/slider_img_1.jpg" alt="icon" width="940" height="400" border="0" /></a></div>
            </div>
            <div id="news-4" class="tabs-hide">
              <div><a href="#"><img src="<?php bloginfo('template_directory'); ?>/images/slider_img_2.jpg" alt="icon" width="940" height="400" border="0" /></a></div>
            </div>
            <div id="news-3" class="tabs-hide">
              <div><a href="#"><img src="<?php bloginfo('template_directory'); ?>/images/slider_img_3.jpg" alt="icon" width="940" height="400" border="0" /></a></div>
            </div>
            <div id="news-2" class="tabs-hide">
              <div><a href="#"><img src="<?php bloginfo('template_directory'); ?>/images/slider_img_4.jpg" alt="icon" width="940" height="400" border="0" /></a></div>
            </div>
            <div id="news-1" class="tabs-hide">
              <div><a href="#"><img src="<?php bloginfo('template_directory'); ?>/images/slider_img_5.jpg" alt="icon" width="940" height="400" border="0" /></a></div>
            </div>
            <ul class="tabs">
              <li><a href="#news-5"><img src="<?php bloginfo('template_directory'); ?>/images/spacer.gif" alt="picture" width="21" height="22" border="0" /></a></li>
              <li><a href="#news-4"><img src="<?php bloginfo('template_directory'); ?>/images/spacer.gif" alt="picture" width="21" height="22" border="0" /></a></li>
              <li><a href="#news-3"><img src="<?php bloginfo('template_directory'); ?>/images/spacer.gif" alt="picture" width="21" height="22" border="0" /></a></li>
              <li><a href="#news-2"><img src="<?php bloginfo('template_directory'); ?>/images/spacer.gif" alt="picture" width="21" height="22" border="0" /></a></li>
              <li><a href="#news-1"><img src="<?php bloginfo('template_directory'); ?>/images/spacer.gif" alt="picture" width="21" height="22" border="0" /></a></li>
            </ul>
          </div>
        </div>

    Only modify the images called “/images/slider_img_4.jpg”

    Hope that helps!

    It’s past midnight and I have to be at a meeting at 8 am. I will install this theme tomorrow and see if I can figure it out. Let me know if the above solution works or not.

    Ok, let me take a look at the files in the CleanCorp Theme.

    You just modify the file paths to the appropriate path for the images you want to show. make sure those images are uploaded to your server and then refresh your browser.
    Here is the Piecemaker Slider in Motion http://www.edpumps.info/

    I figured out how to fix the problem with the Piecemaker Slider. You need to access your files via ftp so you can see the “piecemakerXML.xml” file….. for some reason it doesn’t show up in the WP admin.

    Once you edit that file with the appropriate file name and upload the image files to the server you should be all done.

    Hope this helps someone out!

    Yeah, I was having the same problem. You need to edit the file on your server called “piecemakerXML.xml”

    As dumb as it maybe. You edit all of the description text in that file also. Make sure you upload your image files as well.

    Hope this help!

    I figured out how to make the PieceMaker Slider work.

    You need to modify the file “piecemakerXML.xml” file also. Let me know if you need further help. I did it through FTP as you can’t see this file in the WP admin.

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