Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #120301
    soverycreative
    Participant

    Ok so I have two main issues.

    I have recently put together a site utilising this theme and wanted to be able to specify which images appeared at the top of the individual pages. After finding that I could do this by upgrading to rockstar pro I have now got the option to specify which image should serve as the header image for each page which is great but… It now gives two main issues which I need to try and address…

    1. On a lot of the sub level pages – the featured image associated with the page is bigger than the area that was pre-defined in the old theme (1600×900) – is there a way for me to specify the height that featured images should display to on sub level pages to avoid me needing to redo all of the images and reinsert them into the site manually.

    2. In checking the option to allow featured image headers throughout the site it now means that my woocommerce products are displaying irregularly… I now see the featured image at the top before the product listing which looks all wrong – im looking for a way of stopping the theme from displaying featured images at all on the individual products within the store.

    I took two approaches to this – the first was to install a plugin to hide the featured image on selected posts (which worked but also hid the main image in the gallery as well as the product photos so that was no good. I also note that rockstar also adds options to hide the featured image on specific posts and pages but that doesnt seem to be the case on products for woocommerce…

    Can anyone suggest anything on these two please – really keen to try and get these resolved.

    Thanks a lot

    Ben

    #120341
    Pratik
    Keymaster

    HI @soverycreative,

    Can you post in your site url?

    Regards,
    Pratik

    #120410
    soverycreative
    Participant

    Hi
    Sure thing its living here at the moment: http://355.a3f.myftpupload.com
    Thanks man!
    B

    #120451
    tikaram
    Keymaster

    @soverycreative : 1) After analyzing your site i found that you have used different image sizes for featured image. Its clearly stated in theme instructions about image sizes to be used for featured image. If you use featured image of different sizes the site will not display properly. Images should maintain aspect ration of (16:9). Follow this link to know about featured image sizes.
    https://catchthemes.com/theme-instructions/rock-star-pro/#featured-image

    2) To disable featured image on individual products within the store.
    Go to Appearance => Customize => Additional css and add the following css.

    .single-product #header-featured-image{
    	display: none;
    }

    It looks like you need to change the color of text in main menu after disabling the header featured image on individual product pages. The text color is white and the background is also white. Hope you can fix this from Customizer. Let me know if you need further assistance.

    Regards,
    Tikaram

    #120453
    soverycreative
    Participant

    Hey @tikaram

    Thanks for coming back to me buddy – yes the variously sized header images are one I’ve been sorting out so they’ve all been resolved now.

    Thanks for the CSS – I’ve added this in and it has indeed removed the feature image from displaying at the top of the page so thanks a lot for your help in sorting that out.

    AS you say – it has bought this other issue up now with the menu at the top displaying in white but only on individual products – it is the same as usual elsewhere in the site. Cant see where in the customiser or what option within the customiser I need to be changing – is there not a way that I can remove the feature image but keep the black menu background?

    Thanks a lot!

    #120456
    tikaram
    Keymaster

    @soverycreative : Go to Appearance => Customize => Additional css and add the following css.

    .single-product .site-content {
    padding-top: 90px;
    }
    .single-product .site-header {
       background: rgba(17, 17, 17, 0.7) none repeat scroll 0 0;
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

    #120482
    soverycreative
    Participant

    Sweet mate that seems to have worked a treat – thanks a lot for your help

    Have a great day in the meantime!

    #120508
    tikaram
    Keymaster

    @soverycreative : Welcome and have a Good day.
    I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/rock-star/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
    Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Regards,
    Tikaram

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Rockstar Pro – Featured image (sizes and woocommerce visibility)’ is closed to new replies.