• Hello I have searched the forums and these issues have not yet been resolved with the GRUNGE WALL theme. If anybody has any information about these issues I as well as many others would be grateful.

    1. Certain widget texts are either the SAME or ALMOST the same color as the widget background in question. My page is: http://www.DASHOWCASE.com – as you can see, the number of posts in my “select a BIZARRE channel” widget cannot be seen because it is the SAME color. Also my “daily SHOWCASE wisdom” widget has text that is ALMOST the same color making it very difficult to read.

    2. Posts in my categories do not display fully. There is a “read more” link that cuts them down to just a few pictures until one views the post individually. Here is what I’m talking about: http://dashowcase.com/?cat=24

    3. Where would I go to change the bottom of the page (C) abbreviation and “powered by wordpress” phrase?

    SOMEBODY PLEASE HELP =/

Viewing 3 replies - 1 through 3 (of 3 total)
  • uCode

    (@ucode)

    Question 2: Same problem here. Still looking for a sollution.

    Question 3: You can find that in functions.php in your theme.

    uCode

    (@ucode)

    Question 2: I solved it! The solution can be found here:
    http://wordpress.org/support/topic/235307

    You have to edit archive.php and change:

    <div class=”entry”>
    <?php print character_limiter($post->post_content,650); ?> “>Read More

    into

    <div class=”entry”>
    <?php the_content(); ?>

    Hurray! 😉

    Thread Starter the5thdimension

    (@the5thdimension)

    Cool good job! Any ideas on question 1?

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

The topic ‘Problems with GRUNGE WALL theme’ is closed to new replies.