Support » Themes and Templates » Removing the computer screen image in the Showcase theme

  • Hi there, I’d like to get rid of the image of a computer screen in the Showcase theme and show just my own images/text in that area. Is it possible to do this? thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • There are literally thousands of WordPress themes – which means that many people won’t be familiar with your particular theme. So a link to your site where people can see the theme might result in more responses.

    Thread Starter SRCreative

    (@srcreative)

    Thanks Esmi.

    Here’s a link to the page as it looks right now.

    http://www.susierichards.com/?page_id=191&preview=true

    Thanks.

    We cannot see a preview of a page from your dashboard.

    Thread Starter SRCreative

    (@srcreative)

    If I go into Pages and preview the Home Page I can see a preview as I want you to see it but if I go to Dashboard / Visit site, I’m seeing a different page. How do I get them to be the same?

    Thread Starter SRCreative

    (@srcreative)

    Have you tried reading the readme.txt documentation that came with your theme?

    Thread Starter SRCreative

    (@srcreative)

    Where will I find this? I’ve read the documentation that is in Appearance / Settings but can’t find where a readme.txt is.

    Try looking for readme.txt in Appearance -> Editor.

    Thread Starter SRCreative

    (@srcreative)

    Thanks Esmi, I have found some code in Homepage.php:

    <div id="computer-wrapper">
    <div id="computer" class="png">
    <?php while ( $query->have_posts() ) : $query->the_post(); ?>
    <div class="one screen">
    <?php the_post_thumbnail(array(350,198)); ?>
    </div>
    <?php endwhile; ?>
    <div class="light png"></div>
    </div>

    [Moderator Note: Please post code or markup snippets between backticks or use the code button.]

    Do you know what I would need to change it to to get rid of the computer image?

    thanks in advance

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Removing the computer screen image in the Showcase theme’ is closed to new replies.