• Hello All

    I’m pulling my hair out here! This is my first time using wordpress and I don’t have any css skills.

    I’m using a static homepage for a restaurant company using the Yummy theme. If I go to any other page – the header image is there. But for some reason ONLY on my homepage – the header image disappears?

    I don’t want to use the slider (and even if I wanted to – the slide image keeps saying ‘image missing’). I just want the same header image across all my pages.

    Please help me ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author themepalace

    (@themepalace)

    Hello @svc17,
    Our apologies for the late response as we had a big festival last week.

    Regarding the feature to enable Header Image on homepage, it is already available in the pro version of Yummy i.e. Yummy Pro.

    But as a workaround in the free version, you can use the slider.

    1. Go to Appearance->Customize->Homepage Sections->Slider Section, set one of the pages from the drop down list in the “Select Page 1” section only.
    2. After that, go to Dashboard->Pages, edit the page you selected from the drop down list in step 1 and set the featured image you want. That featured image will be used as the slider image.

    Note: The reason slider image keeps saying ‘image missing’ is because the page you selected did not have featured image set.

    Hope this helps.

    If you have any further query, feel free to ask.

    Regards,

    Theme Palace

    Thread Starter svc17

    (@svc17)

    Hello

    If I have no choice but to use the slider option – how do I remove the double image? The slider image and then a huge featured image – it’s double up of the same image. I don’t want the featured image – just the slider. See SS: https://i65.tinypic.com/30b1wdy.jpg

    Also, how do I adjust the pixelated category images in the store? I also don’t like that the category boxes are so big… https://i66.tinypic.com/1jxp1h.jpg

    And I don’t like how the price text on the product page is so large:
    https://i65.tinypic.com/289g7y9.jpg

    How do I fix it? Thanks.

    Theme Author themepalace

    (@themepalace)

    how do I remove the double image?
    To remove the double image,

    1. Go to Edit Page/Post from admin bar on top.
    2. Then go to Yummy Meta Options box and click Header Image Options, select Enable( Featured Image ).
    3. Click Update.


    Also, how do I adjust the pixelated category images in the store?

    1. Go to Dashboard->WooCommerce->Settings.
    2. Then Click Products Tab and then click Display link.
    3. Now at Product Images section, change the image size of Catalog images to 380 by 380.
    4. Click Save Changes.

    And I don’t like how the price text on the product page is so large:

    1. Go to Dashboard->Customize->Additional CSS.
    2. There insert below code and change the font size as per your requirement:
    3. `.woocommerce span.woocommerce-Price-amount.amount {
      font-size: 20px;
      } `

    Hope this helps.

    Thread Starter svc17

    (@svc17)

    Hello thank you for the reply. Could you please assist with the following:

    1) The slider image space is too big (height wise) – how do I decrease it’s size? I’ve tried uploading a smaller image size (like 400 x 400), it just zooms into the image and occupies the same space. https://i63.tinypic.com/akea7s.jpg

    2) The product price is still the same size regardless of the additional css added. I would also like the price to be on the same line. Is that possible? eg.

    Not: 22.50

    100

    This: $22.50 – $100

    Thank you.

    Theme Author themepalace

    (@themepalace)

    1. To decrease the slider image size:
    Go to Dashboard->Customize->Additional CSS.
    There insert below code and change the padding as per your requirement:
    #main-slider .slider-item {
    padding: 200px 0;
    }

    2. To manage the font-size, use the above CSS without the quotes:
    .woocommerce span.woocommerce-Price-amount.amount {
    font-size: 20px;
    }

    If the above fixing does not help, please provide your site your URL and we will provide the defined fixing.

    Regards,
    Theme Palace

    Thread Starter svc17

    (@svc17)

    Hi Thank you for replying.

    I’ve managed to reduce the font size for the shop, but I would like the prices to be on the same line not split. This occurs for both product and category pages: https://www.swanvalleycafe.com.au/product-category/catering-cakes
    https://www.swanvalleycafe.com.au/product/carrotcake

    Many thanks.

    Regards

    SVC

    Theme Author themepalace

    (@themepalace)

    To make price on the same line:
    1. Go to Dashboard->Customize->Additional CSS.
    2. There insert below code:
    .woocommerce span.woocommerce-Price-amount.amount {
    display: inline-block;
    }
    3. Click Save and Publish.

    Hope this helps.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Header image disappears on Static Homepage’ is closed to new replies.