Home › Forums › WordPress Themes – Premium › Celestial (Celestial Reloaded) › Updating Showcase Curve in Celestial Reloaded
- This topic has 10 replies, 24 voices, and was last updated 9 years, 10 months ago by
Sushil Adhikari.
-
AuthorPosts
-
October 30, 2013 at 11:10 pm #14304
Jared Finkenbinder
MemberI have added a color to the background of my website project using Celestial Reloaded theme. I copied the showcase-curve.png to the child theme image directory, and changed the white to match the new content background color. The problem is that the changed curve image isn’t showing leaving a white arc under the showcase banner.
How to fix this?
October 30, 2013 at 11:35 pm #18558Jared Finkenbinder
MemberUPDATE: I’ve also discovered the breadcrumb area doesn’t update the background color. I’d like to know how to fix this as well.
October 30, 2013 at 11:46 pm #18559Sushil Adhikari
ModeratorIt means the curve will have to be coloured to math or a new one made. However, I thought I still had the graphic PSD file for it but don’t seem to have it. Normally I wouldn’t do this but I made you a new one with your colour used, but you will need to contact me to send it because the forum here downsizes it.
October 30, 2013 at 11:50 pm #18560Sushil Adhikari
Moderatorit does…except my goof up. I didn’t remove the background colour from the stylesheet, line 209
#breadcrumb-wrapper { background-color: #fff; }
Take that out and your selected colour will show.
October 31, 2013 at 1:22 am #18561Jared Finkenbinder
MemberThank you for fixing the breadcrumb wrapper – I would have to change that in the parent css fie, correct? Or should I put “background-color: none” in the child css? I had already recolored the showcase-curve.png and placed the new one in the Celestial Child Images directory. Is this not the right place to put it?
Your support, by the way, has been no less than AWESOME :woohoo:
October 31, 2013 at 3:14 am #18562Sushil Adhikari
Moderatorthis time around, yes to the parent theme because I will be removing that in the next update. As for the graphic, if you made one, you would yes in the child theme’s images folder. Cheers and thanks for the Awesome comment 🙂
October 31, 2013 at 8:10 am #18563Jared Finkenbinder
MemberI put the revised showcase-curve.png in the celestial-child/images folder. Even after clearing caches and even trying a different computer the revized graphic doesn’t show up. Is there a toggle somewhere? I saw the sidebar-showcase.php file in the parent theme folder do I need to revise it in the child theme somehow?
Thanks.
October 31, 2013 at 6:41 pm #18564Sushil Adhikari
ModeratorJust realized…because you are using a child theme, WordPress methods go awry here. You have to now copy your header.php from the parent into the child theme (unless you already done that). Then where the graphic is being loaded, you have to change the path now. This explains it:
October 31, 2013 at 7:29 pm #18567Jared Finkenbinder
MemberOK. the header.php (already in child theme due to other modifications calls the sidebar-showcase.php I will modify a copy of this file in the child theme to the specifications you listed in the link.
Thank you for your help. I’ll let you know if it works.
October 31, 2013 at 10:33 pm #18570Jared Finkenbinder
MemberIt Worked! YAY!
Bookmarked that link and the link within the article too.
October 31, 2013 at 11:34 pm #14305Sushil Adhikari
Moderatorlol…good to hear. Definitely bookmark it because when I ran into this issue earlier this year I discovered the solution; WordPress doesn’t make that easily known on their own site. But one for the bookmarks.
-
AuthorPosts
- You must be logged in to reply to this topic.