• Resolved Gary Box

    (@motorhome-vagabond)


    I’m new to using WordPress and I’m currently using the Firebug theme on my site https://motorhomevagabond.com but having a few issues that people here might be able to assist with:

    1. I cannot get ordered lists to work. Even though they look right in the design mode and when I switch to HTML I see the coding I expect the actual post does not show the numbers. Example post is:

    https://motorhomevagabond.com/fulltiming/the-10-best-things-about-living-in-a-motorhome/

    The little research I have done so far mentions that the stylesheet.css file might not support ordered lists and I temporarily changed my css file to one suggested and still did not work so changed it back. The css file code is as follows:

    [CSS moderated as per the Forum Rules.]

    2. I’ve also added the plugin NextGEN gallery which I understand is very popular. I had an issue with the look of the gallery as it was not obvious how to close an image down as there was no ‘x’ near the image or instruction to press escape as there is on other such galleries. I found some info on the net that mentioned how to edit your coding to add the ‘x’ but now I notice the ‘x’ does not scroll with the image. Hopefully this will make sense if you visit my gallery.

    3. The theme seems to fall apart if you have more than 5 or 6 tags on a post. If the tags go over 3 lines the 3rd line is hidden behind the title of the next post which is unsightly.

    Sorry for long message but hope someone can help with some / all of these issues.

    Thanks

    Gary

Viewing 2 replies - 1 through 2 (of 2 total)
  • 1. Remove list-style:none outside none; and margin:0; from:

    * {
    list-style:none outside none;
    margin:0;
    outline:medium none;
    padding:0;
    text-decoration:none;
    }

    in style.css

    Thread Starter Gary Box

    (@motorhome-vagabond)

    Hi,

    Thanks for the reply! The removal of that code from my style.css has worked perfectly. I’ve also been able to find a solution to the NextGEN gallery problem on the internet.

    Thanks again,

    Gary
    The Motorhome Vagabond

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Some design issues with WordPress Theme’ is closed to new replies.