Fork me on GitHub

Need help Editing a theme used for Autothemes  Bottom

  • I have a little problem. The theme Im using for my site ("whitehost" from portalthemes.com), works just fine but I want to change one small thing about it but I don't know anything about changing stuff within postnuke or themes.

    I want to make it so that when I post news articles on my site, the words will wrap around the news topic banner rather than staying on one side of the image. It makes thing on my news headlines look cluttered and almost unreadable at times.

    If anyone can help me with this I would really appreciate it and by the way; this is a AT-Lite .7 theme.

    If anyone wants a example of what Im talkin about, my site can be found at http://www.animetoshokan.org. Thank you so much (in advance) for helping me!
  • Open summary.html and look for

    Code

    <tr>
              <td align="center" valign="top">
                <!-- [topic-image] -->
              </td>
              <td align="center" valign="top">
                <!-- [article-summary] -->
                <br>
                <br>
                <!-- [article-notes] -->
              </td>
            </tr>


    Replace it with

    Code

    <tr>
              <td align="left" valign="top">
                <!-- [topic-image] -->
                <!-- [article-summary] -->
                <br>
                <br>
                <!-- [article-notes] -->
              </td>
            </tr>


    Also for future theme issues with my themes just post over at http://www.portalthemes.com

    --
    Zikula Themes
  • One last question, would this rule for a problem like this work on all of your themes that are like this? Just wondering. :?

    Also, will I have to use this for the full article as well or is there something else in the article.html file I have to put in that's different from the last one?
  • Same code should work for just about all of my themes.
    And yes do the same to article.html as well. :)

    --
    Zikula Themes
  • To be honest, I really would post help on your site about your themes and all but there is a problem with me registering on your site. Every name I try to put in the site gives me the "Name is Reserved" message. If ya can help me with this then I would really appreciate it.

    Also I have a HUGE request of ya that I want to ask but I'll wait until Im able to register on your site and I'll ask on your site forums instead of here.
  • Hrmm...
    You're the second person to say this.

    I will look into the registration problem ASAP.

    --
    Zikula Themes

This list is based on users active over the last 60 minutes.