• I am trying to figure out how to get rid of the gray box graphic with the ZUNNIA text in it. website is: cateandcobakeshop.com

Viewing 9 replies - 1 through 9 (of 9 total)
  • In a child theme you can copy the file where the graphic is (header.php, footer.php) and remove the code from the copied file.

    the default image is wp-content/themes/zinnia/images/slide_default.jpg

    my problem is that the default photo is repeated twice

    Help!

    Thanks

    I still can’t get rid of the gray box with “Zunnia” in it.

    How did you replace this box with an image of your own?

    You can replace slide_default.jpg in wp-content/themes/zinnia/images/

    You can also comment out the carousel
    In wp-content/themes/zinnia/header.php go to the last line of code and on the line above it type <!– and below it –> like so

    <!–
    <?php echo zinnia_theme_slider(); ?>
    –>

    Just tells browser to ignore the whole deal.

    What do you replace it with? And how? Sorry, I suck at this stuff.

    In a child theme, copy the header.php file and either remove the <div> that is
    holding the space for the slider or comment it out <!– (whatever you want ignored) –> You don’t have to put anything in the space.

    I am SUPER new to WP. I am wondering if anyone has any knowledge on how to do a few things on the Zinnia theme?

    1) I notice that the front page, where that zinnia graphic box is, pulls its photos from the posts page. Does anyone know how to stop that?

    2) Also, I have no idea how to enhance the posts page and use it as a blog – I haven’t used it because I don’t want any photos used on it to be put on front page.

    My site is https://www.rescuemycloset.com

    On the “Home” page the photo used is the photo on the “ideas” page. I would love to figure out how to separate these.

    Would really appreciate any help.

    ??

    @wpneophyte
    1- The slider pull the image from Featured Image of the post. The slider itself is sliding the sticky post.

    You may need to alter the theme file to remove the image.

    2- Don’t sticky any post.

    3- As for the home page image, once you un-sticky the post (Ideas post), it should disappear.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘How do I get rid of the "ZUNNIA" graphic?’ is closed to new replies.