-
AuthorPosts
-
September 8th, 2016 at 00:50 #38872
Hi
I updated several sites I maintain to Parabola version 2.0.0 from 1.8.0 only to find that the whole header went totally out of proportion. The Menu button became extra large, and tel numbers I am displaying using the Header Widget went very large. I’m guessing its some issue with the stylesheet. I have now backed up the site to the earlier version.
Any thoughts?
Thanks
Jim…
September 8th, 2016 at 03:02 #38873I’m having the same problem and utilized the same solution. I’m so glad I saved a copy of the theme on my desktop. But I want to update the theme, because I like some of the changes made, without the giant font problem.
September 8th, 2016 at 08:47 #38878DannyLPower UserSame problem here as posts above with same solution. back to version 1.8.0.
also woocommerce child theme -product names seem to be out of proportion too.September 9th, 2016 at 15:53 #38906Having the same problems AND column issues, which previous patches did not fix. How do you revert back to the previous version?
September 9th, 2016 at 19:30 #38907I deleted the one that was installed from my server than upload an old version.
September 10th, 2016 at 16:37 #38931ZedCryout Creations mastermindPrevious Parabola versions used a lot of fixed font sizes for various areas – we’ve tried to improve their customization by making them relative to the configured general font size. If fonts are too large after the update, try lowering the general font size.
Menu items size can be reduced with custom styling:
#access a span { padding: 3px 8px; }
Previous theme version can be found either in WordPress’ repository (you’ll need to guess the links or browse the old tickets) or in our archive.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.September 10th, 2016 at 20:38 #38965Thanks Zed
I tried the upgrade and put the general font down to 12px and that helped, I also added the custom CSS which also helped. I use a specific font with the text above and below the slider, as well as the font within the slider itself (nivo caption), and when I upgraded that reverted back to a normal font and justify, does that mean I will need to redo all the custom css for the front page if I upgrade?
Thanks
Jim…
September 14th, 2016 at 17:20 #39089KayCryout Creations mastermindIf you edit theme files you will lose the changes in a future theme update. However, if you only used theme settings and the Custom CSS field, they will be kept intact in the next update.
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.September 15th, 2016 at 01:23 #39096Hi Kay
But when I updated from 1.8 to 2.0 the custom CSS I had put on the presentation page was removed. When it hadn’t been in previous theme updates. The custom CSS still existed after, maybe some changes have been made that would have affected the example CSS below?:
#front-text1 h1, #front-text2 h1 {
color: #fef8af;
font-family: edwardian script itc;
font-size: 3pc;
font-weight: normal;
text-shadow: 0 3px 6px black;
}Example where above custom CSS was in place before and after the upgrade.
Thanks
Jim…
- This reply was modified 8 years ago by jimuk69.
September 15th, 2016 at 12:56 #39104This same problem. I have developed my own plugin for shoving of animated chess diagrams and after upgrade to version 2.0.1 (and 2.0.2) were all diagrams corrupted.
I went back to the version 1.8.0.
I have neither time nor taste repair that what worked.September 17th, 2016 at 14:38 #39153KayCryout Creations mastermind@JimUK69 I see the slider looks as intended, and you’re on version 2.0.2, plus all the custom CSS is loaded on the page. So, everything back to normal?
@Kirilo The changes from version 1.8 to 2.0 are mostly visual, so nothing that would change compatibility with plugins. Could you show us a link to your page so we can investigate further?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.September 17th, 2016 at 15:30 #39156Hi Kay,
thak you for reply.
My site: http://soks.sk/.
I mean, a problem is in font formatting. After changing background-size for chess diagram in css file in some browsers it was displayed correct, but in some browsers not. E.g. in Firefox and IE on my computer it was fine, but in mobile browser not. Only in Opera and in mobile “UC Browser” it worked right.September 19th, 2016 at 11:56 #39232Hi Kay
Yes I rebuilt all the custom CSS that changed as something did change between versions with the front page.
Thanks
Jim…
September 19th, 2016 at 14:00 #39235Hi Kay
I think perhaps .nivo-caption h2 became .nivo-caption h3 and something changed with #front-text1 and #front-text2.
The nivo caption also had some text animation added that I have had to disable.
.nivo-caption h3 {
animation: 0.75s ease-out 0s normal forwards 1 running myfirst;
margin-bottom: 0.5em;
position: relative;
}Thanks
Jim…
- This reply was modified 8 years ago by jimuk69.
-
AuthorPosts
The topic ‘Issue with Parabola version 2.0’ is closed to new replies.