Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Feature image picture to big #151723
    Sue
    Participant

    Sorry- I believe I found the answer in previous questions. Apparently the change happened in the most recent update to free Catch Evolution. I added this code to my child theme in functions.php

    /**
    * Header Image
    */
    function catchevolution_featured_header() {

    if ( get_header_image() ) : ?>
    <div id=”header-image”>
    ” width=”<?php echo get_custom_header()->width; ?>” height=”<?php echo get_custom_header()->height; ?>” alt=”” />
    </div>
    <?php endif;

    } // catchevolution_featured_header

    Thank you.

    in reply to: Featured image now replacing header image in posts. #151722
    Sue
    Participant

    Sorry- I believe I found the answer in previous questions. Apparently the change happened in the most recent update to free Catch Evolution. I added this code to my child theme in functions.php

    /**
    * Header Image
    */
    function catchevolution_featured_header() {

    if ( get_header_image() ) : ?>
    <div id=”header-image”>
    ” width=”<?php echo get_custom_header()->width; ?>” height=”<?php echo get_custom_header()->height; ?>” alt=”” />
    </div>
    <?php endif;

    } // catchevolution_featured_header

    Thank you.

    in reply to: Feature image picture to big #151720
    Sue
    Participant

    When I select a featured image, it now REPLACES the header image when I click on the post. This happens no matter what size the featured image is. I want to see the featured image in the post summary on the home page, and see the image itself in the blog post – but I do not want it to replace the header image. This seems to be a change. Previously the featured image did not do this. Thanks for any help.

    in reply to: Bug on Home Page after lastes update #77817
    Sue
    Participant

    “We have a great line of support team and support documentation” … Where is that “Incredible Support” you advertise?

    I’ve been working with a Catch Evolution theme for weeks. I posted my question on 10/13, left for the West Coast the next day. No response in over 48 hrs – not just to my question. I checked the Support Forum – very little activity, questions unanswered.

    I’m stuck, can’t get anything done since no one has responded to my problems with vanishing text and plug-ins that aren’t working since I upgraded Catch Evolution.

    in reply to: Bug on Home Page after lastes update #68735
    Sue
    Participant

    I upgraded catch evolution yesterday (although I’m working in a catch evolution child). All of my text (and text excerpts) disappeared. The post listings will show on home page. The post title shows on post page. But no text. Also List post category plugin and show category posts stopped working. Please help.

    in reply to: Image path incorrect #65390
    Sue
    Participant

    Many thanks. Had the permission reset – looks like we are good to go.

    in reply to: Image path incorrect #65193
    Sue
    Participant

    Sorry – tried to copy the source code. Did not mean to insert the image. The path is wp-content/themes/catch-evolution/images/headers/buddha.jpg

    in reply to: Image path incorrect #65191
    Sue
    Participant

    We have an active WP blog, but are building (in a different folder) a new design for our blog using CE. I dowloaded CE, then created a CE-child theme to work in. When I try to change the header by uploading an image from my computer, I get this message – “The uploaded file could not be moved to wp-content/uploads/2015/08.”

    Via ftp, I created this folder (in CE-child) and manually moved the image into it. But the image still will not upload.

    The source code says the header image path is <div id=”header-image”>

    </div>

    Should the path be in the CE-child folder? How do I make this work?

    I did not have a problem with changing the header image until we had our web host copy the database into our new, trial blog folder, so we could work with the content and see how to design.

    Did copying the database somehow affect the ability to upload images/change header?

Viewing 8 posts - 1 through 8 (of 8 total)