Need help with WP theme--remove/edit slider

6 replies
  • WEB DESIGN
  • |
Please help---I have a wp theme Healthy Weight theme (HEALTHY WEIGHT | Free Weight Loss Wordpress Theme | Free Fitness Wordpress Theme) and I can not find any way to edit or remove the slider. I hesitate to work on the stylesheets as I am a novice there. There is no support contact info.
Any one able to point out what to do? The dashboard has nothing on this. I have gotten this far with my site http://www.OMYOHealthElectronics.com but am at a loss on how to edit the slider.
Thanks!
#slider #themeremove or edit
  • Profile picture of the author dgerryd
    In the theme options there should be a slider tab or some setting somewhere if not maybe its not such a great theme I have themes with this type of slider and its usually just a simple thing I attached an image of it in one of my themes but by the sounds of it the option just is not there in your theme.
    {{ DiscussionBoard.errors[8239449].message }}
  • Profile picture of the author Lori Kelly
    Signature
    Learn Website Tips, How to Do Keyword Research, & How to Write Killer Content.
    Stop Wasting Time.
    Start Living Your Dream.
    Click Here NOW to Get Your Hands on
    One of the Most Valuable Ebooks Ever!

    {{ DiscussionBoard.errors[8239471].message }}
  • Profile picture of the author run
    Originally Posted by Julia Russo View Post

    Please help---I have a wp theme Healthy Weight theme (HEALTHY WEIGHT | Free Weight Loss Wordpress Theme | Free Fitness Wordpress Theme) and I can not find any way to edit or remove the slider. I hesitate to work on the stylesheets as I am a novice there. There is no support contact info.
    Any one able to point out what to do? The dashboard has nothing on this. I have gotten this far with my site http://www.OMYOHealthElectronics.com but am at a loss on how to edit the slider.
    Thanks!
    Hey Julia!

    The theme slider was hard coded in a file inside your theme.

    Look for a file inside your theme called:
    Code:
    slider.php
    Open it, and you'll see these codes:
    PHP Code:
    <div class="slider-wrapper theme-default">
    <div id="slider">
        <img src="<?php bloginfo('template_url'); ?>/images/slider1.jpg" alt="" />
        <img src="<?php bloginfo('template_url'); ?>/images/slider2.jpg" alt="" />
        <img src="<?php bloginfo('template_url'); ?>/images/slider3.jpg" alt="" title="This is an example of a caption" />
    </div>
    </div>
    You just edit the image sources and title.

    Alternatively if you want to completely get rid of the slider, you must open a file inside your theme called:
    Code:
    index.php
    Open it, and you'll see: [php] <?php get_header(); ?> <div class="art-content-layout"> <div class="art-co - Pastebin.com

    Just remover the code on line #6:
    PHP Code:
    <?php include ("slider.php"); ?>
    RUN!
    Signature
    I just wanna tell you that most of the links in the signature are trash and/or a trap to make you pay!
    {{ DiscussionBoard.errors[8241425].message }}
  • Profile picture of the author blogfreakz
    I Think it's better if you could post how did you solved your problem so the other can benefit just in-case they encounter same issue like yours, thanks!
    {{ DiscussionBoard.errors[8245865].message }}

Trending Topics