-
AuthorPosts
-
October 12th, 2016 at 03:55 #39813jistwpPower User
I just updated the Tempera theme and now the child theme isn’t working properly. My cryout columns on the presentation page is set up to be two per row and now each one is lining up right under each other…one per row now. If I go back and activate the regular theme the cryout columns go back to the way I designed them. What do I do now?
October 12th, 2016 at 07:40 #39816I also just updated and have an almost identical issue using the Child Theme:
1. the presentation page Cryout columns align vertically in one column, rather than horizontally in one row.
2. the Top Text and Second Text font sizes appear reduced.However, if I live preview the site using through the main Tempera theme, the font size seems fine, and the Cryout columns do align horizontally. In the preview, however, it only displays Cryout columns 1, 2, & 4 – Column 3 vanishes altogether.
I also notice a search box in the main navigation bar in both the child and main theme, but cannot see how to disable/otherwise manipulate it.
(As an aside: I haven’t been to the site or the forums for a while, but I’m loving the new look!)
October 12th, 2016 at 11:23 #39824I have the same problem reported by Wayfarer – when updating Tempera from 1.4.6 to 1.4.7 the Cryout Column items all appear in a single column at reduced size instead of three columns and the More buttons are completely messed up.
The site is our test site at rgneighbours.elementfx.com/rva-test1/ and I’ve had to go back to an older version of the theme. Here are a couple of screenshots, one showing the home page appearance after the theme update from 1.4.6 to 1.4.7 and the other showing what happens when I hover the mouse over an image in the column.
Image 1: http://rgneighbours.elementfx.com/rva-test1/wp-content/themes/tempera-child/screenshot1.png
Image 1: http://rgneighbours.elementfx.com/rva-test1/wp-content/themes/tempera-child/screenshot2.png
October 12th, 2016 at 11:34 #39828KayCryout Creations mastermindHi guys,
Some CSS got moved around in this latest update. Make sure you force refresh the site (Ctrl + F5) and check again.
Also, search bars have been added to all the menus, and the top menu and main menu are active by default. You can disable them from the Graphics section.
@wayfarer Welcome back, we missed you too 😀Before posting consider reading our short theme debugging instructions.
Please read the FAQs: Mantra • Nirvana • Parabola • Tempera
Tutorials: custom menus • translating theme • installing theme • category page with intro • disabling comments Wordpress: child themes • categories/posts
Before making any modifications to your theme we strongly recommend using Child Themes.October 12th, 2016 at 13:45 #39832Unfortunately it’s still he same for me even after clearing the browser cache as well. Perhaps you could try the site yourself – it is at http://rgneighbours.elementfx.com/rva-test1/
We do use a lot of custom CSS, so I think something in the new theme CSS is conflicting with ours.
TIA!
David.
October 12th, 2016 at 14:58 #39835jistwpPower UserThis reply is private.October 12th, 2016 at 18:12 #39837I’ve done a comparison wit our live site, and it looks like the front page CSS code that was in the file style_frontpage.css isn’t being picked up. If I add this CSS manually bit by bit things start to look better. Could you please let me know where this CSS has been moved to – is it a new file that my child theme CSS isn’t aware of?
Many thanks,
David.
October 12th, 2016 at 18:28 #39838KayCryout Creations mastermind@dneale123 You’re not doing the whole child theme thing properly. The child theme’s CSS shouldn’t also contain the parent theme’s old CSS. You are not including Tempera’s styling (which in the last version changed quite a bit, as it always does) and you’re using old Tempera styling (from version 0.9.8?). You need to only leave your Custom CSS in there and include the parent theme’s CSS via @include (which you commented out).
And yes, style-frontpage.css has been moved inside the main style (style.css). If you just want to copy that code into your child theme’s stylesheet (which is something I strongly advise against) you’d have to copy the section in style.css from /* Presentation Page */ up until /* Style HTML5 tags for IE8 and lower */ .
Again, you’re doing things wrong and further updates will probably cause other issues. The reason child themes exist is so that you can update the parent themes without having to worry about code changes. Keeping an old version of the style in your child theme and not using the current theme’s stylesheet is a bad practice and kind of renders null the use of a child theme.
@jistwp Could you show us a link to your site?- This reply was modified 8 years ago by Kay.
Before posting consider reading our short theme debugging instructions.
Please read the FAQs: Mantra • Nirvana • Parabola • Tempera
Tutorials: custom menus • translating theme • installing theme • category page with intro • disabling comments Wordpress: child themes • categories/posts
Before making any modifications to your theme we strongly recommend using Child Themes.October 12th, 2016 at 19:41 #39840@Kay: Thanks, our site was set up more than 2 years ago in the days before the @import method was deprecated and I’d forgotten we’d hardcoded the Tempera CSS into our child theme (originally done to improve performance)! So 2 years of updates worked by chance 🙂 Have re-created the child theme style.css to bring in the parent theme style.css and it’s OK now.
October 12th, 2016 at 19:50 #39841Update: The issue self-corrected for me when I checked the site this morning, without even having to force refresh.
@Kay Thank you for the help with the search bar – I couldn’t see the option, and blame either a lack of coffee, or a brain fart. Or both. 😀October 13th, 2016 at 15:33 #39856jistwpPower UserHere is the link to the site I’m working on. As I said, I have used this theme over and over again so I hope it is a simple fix.
- This reply was modified 8 years ago by jistwp.
October 13th, 2016 at 15:37 #39858KayCryout Creations mastermindCould you activate the child theme as well so we can see the issue? Everything is looking fine right now.
Before posting consider reading our short theme debugging instructions.
Please read the FAQs: Mantra • Nirvana • Parabola • Tempera
Tutorials: custom menus • translating theme • installing theme • category page with intro • disabling comments Wordpress: child themes • categories/posts
Before making any modifications to your theme we strongly recommend using Child Themes.October 13th, 2016 at 15:46 #39859jistwpPower UserYes… take a look now. I just activated the child theme. The copyright link is gone but the presentation page is a mess.
October 13th, 2016 at 15:57 #39860KayCryout Creations mastermindThe presentation page (and everything else) looks the same. Did you force refresh (Ctrl + F5) the page?
Before posting consider reading our short theme debugging instructions.
Please read the FAQs: Mantra • Nirvana • Parabola • Tempera
Tutorials: custom menus • translating theme • installing theme • category page with intro • disabling comments Wordpress: child themes • categories/posts
Before making any modifications to your theme we strongly recommend using Child Themes.October 13th, 2016 at 16:30 #39862jistwpPower UserTry it now.
October 13th, 2016 at 16:47 #39864KayCryout Creations mastermindYes, it’s still the same. You’re not telling me if you did a successful force refresh. Did you try it on another browser as well?
Before posting consider reading our short theme debugging instructions.
Please read the FAQs: Mantra • Nirvana • Parabola • Tempera
Tutorials: custom menus • translating theme • installing theme • category page with intro • disabling comments Wordpress: child themes • categories/posts
Before making any modifications to your theme we strongly recommend using Child Themes.October 13th, 2016 at 17:04 #39865jistwpPower UserYes I did a CNTL F5 and it still looks the same on Google Chrome. However it looks fine on Microsoft Edge. Could it be the fact that I’m using Windows 10 on Google Chrome to view it?
October 13th, 2016 at 19:07 #39867KayCryout Creations mastermindIt looks the same on all browsers, you’re just seeing it different because of a caching matter. http://www.refreshyourcache.com/en/home/ this is a link on how to do clear your cache.
Before posting consider reading our short theme debugging instructions.
Please read the FAQs: Mantra • Nirvana • Parabola • Tempera
Tutorials: custom menus • translating theme • installing theme • category page with intro • disabling comments Wordpress: child themes • categories/posts
Before making any modifications to your theme we strongly recommend using Child Themes.October 13th, 2016 at 21:28 #39871jistwpPower UserOK. I followed the instructions and it looks fine on Google now. Thank You!
-
AuthorPosts
The topic ‘Child Theme not working correctly since main theme was upgraded’ is closed to new replies.