Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter StevenNexus90

    (@stevennexus90)

    Hi @wpyogi

    Thanks for the reply, are you saying that the author of this theme has done something wrong?

    Just my luck!

    Forum: Fixing WordPress
    In reply to: WordPress Problem
    Thread Starter StevenNexus90

    (@stevennexus90)

    Hi RS.

    I managed to get some other code working a different way! It works perfectly now and my friend is happy, thanks for your kind words 🙂

    When I set the height to 100% for the image (so it fits the browser screen) his images become squashed so that’s something else I will need to look at but I don’t think there is a work around for that as each browser is different and surely there is no way to make sure the images constrain to stay proportionate.

    Thanks for you WordPress help, I felt comfortable doing it lastnight and I have you and a few others to thank!

    Forum: Fixing WordPress
    In reply to: WordPress Problem
    Thread Starter StevenNexus90

    (@stevennexus90)

    Hey RS,

    Quick update 🙂

    Here is my website I made for my friend. What do you think?

    I am having some problems regarding a transition background image, I had one set up but when it transitioned it would hang whilst fetching the other image and leave a second or 2 of white space, my friend would like it to cross fade between images. Any idea on how to do that?

    Thanks

    Forum: Fixing WordPress
    In reply to: WordPress Problem
    Thread Starter StevenNexus90

    (@stevennexus90)

    Oh I see, that’s great then, I’ll write back and let you know how I got on 😀

    Forum: Fixing WordPress
    In reply to: WordPress Problem
    Thread Starter StevenNexus90

    (@stevennexus90)

    Thanks RS for your help, it’s really appreciated!

    So wherever the index.php file is on the remote site directory, this is where i would add the WP files? and delete the original index.php file that was there first of all.

    Forum: Fixing WordPress
    In reply to: WordPress Problem
    Thread Starter StevenNexus90

    (@stevennexus90)

    Okay, cool.

    I did a little research earlier and it said you can set up the username and password through your cPanel or Administration Menu on your hosting provider.

    Yeah, I was looking at where I am supposed to upload the wordpress file to, do I upload the WordPress folder (containing the sub folders and files) or do I just insert the contents of the WordPress folder in the correct directory?

    The directory is usually called HTML_Public, WWW or something along those lines, am I correct?

    Forum: Fixing WordPress
    In reply to: WordPress Problem
    Thread Starter StevenNexus90

    (@stevennexus90)

    Hi RSPublishing, thanks for your reply. I will make sure the exported MySQL DB from phpmyadmin is on the USB drive too!

    He has a Mac, so I will download it onto his machine when I get there.

    We will be hosting the site through Blue Host, once we have the hosting sorted, do I just enter the server details into FileZilla to FTP upload the files?

    Thread Starter StevenNexus90

    (@stevennexus90)

    I think that will work!

    I don’t know why I didn’t think of that!

    My CSS is like this;

    <div id="sidebar">
      <ul id="main-nav">
        <li><a href="linkpath">About Us</a></li>
        <li><a href="linkpath">Services</a>
          <ul class="children">
          <li><a href="linkpath">Portraits</a></li>
          <li><a href="linkpath">Weddings</a></li>
          </ul>
        </li>
        <li><a href="linkpath">Blog</a></li>
        <li><a href="linkpath">Contact</a></li>
      </ul>
    </div>

    So if I specify in the CSS;

    ul#main-nav ul.children {
      /* Styling */
    }

    It should work? It seems to make sense 🙂

    Thank you

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