-
AuthorPosts
-
January 5th, 2018 at 23:08 #57940ZedCryout Creations mastermind
As we’ve announced here, Mantra version 3.0 brings several changes which can change things on your site:
- Page templates have been rearranged – this will result in
broken layouts onthe (static) pages previously using page templates reverting to the general site layout.
The solution is to edit these static pages and re-assign the corresponding templates to them. - Most of the styling and some of the scripts were rewritten – in combination with a caching plugin (or simply aggressive browser cache) this can result in broken layout, missing images, missing social icons and more throughout the site.
The solution is to clear your plugin’s cache (if you’re using one) and to force refresh your browser. - Styles enqueues were rewritten entirely (to bring the functionality up to date with WordPress coding standards) – this is the change that can also cause most issues, especially if you’re using a child theme which relies on old code.
Depending on the complexity of your child theme the update will simply require that you edit your child theme to use the new styling enqueue methods or may require a complete child theme rewrite.
If you notice styling issues after the update because the styles get loaded in the wrong order, edit your child theme and replace the existing enqeues with:// enqueue parent theme styling function child_parent_styling(){ wp_enqueue_style( 'mantra-style', get_template_directory_uri() . '/style.css', NULL, _CRYOUT_THEME_VERSION ); // main style.css if (is_rtl()) wp_enqueue_style( 'mantra-rtl', get_template_directory_uri() . '/resources/css/rtl.css', NULL, _CRYOUT_THEME_VERSION ); // rtl style.css wp_enqueue_style( 'mantra-child', get_stylesheet_directory_uri() . '/style.css' ); // child style.css } add_action('wp_enqueue_scripts','child_parent_styling');
- Several theme settings have new defaults – these will not take effect on your site if you’ve already configured the theme, but if you’re still using the theme’s example presentation page images they will go missing after the update.
You’ll need to set your own images or update their URLs to use the new sample images:- http://yourdomain.tld/resources/images/slider/mantra-slider-1.jpg, -2 and -3 for the slides
- http://yourdomain.tld/resources/images/slider/mantra-column-1.jpg, -2 and -3 for the column images
If you’re still having trouble after performing the described solution steps, don’t hesitate to start a topic or contact our support service.
If you’re not happy with the 3.0 changes there’s also the option of reverting to the previous 2.6.1.1 theme release. WordPress does not provide a direct solution for this, however it can be done using the Rollback plugin: https://wordpress.org/plugins/wp-rollback/
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.January 6th, 2018 at 18:54 #57981Until I understand further how to correct the formatting caused by the latest update, please let me know how to install my previous version of Mantra.
Thank you,
TomJanuary 7th, 2018 at 00:21 #58001Mantra is a really great theme, but having just updated to 3.0.2, as I noticed version 3.0 causes the organisation of tables and media files to become very messy. Previously I had 8 columns and 8 recordings in two rows, Now I can barely get 4 columns and as you attempt to play the media files the layout changes. see the url below
I’d welcome any advice.
Many thanks in advanceWebsite: playthesaw.co.uk/wp/sessions-2
January 7th, 2018 at 08:24 #58004Hi!
I just updated and my website has way too much padding/margins.
http://www.karatedoshinyokai.comThere wasnt this much space between text lines, borders, margins, padding, etc before the update.
please help. thank you!
Mark
Website: www.karatedoshinyokai.com
January 7th, 2018 at 23:55 #58025An update to my post about tables. I discovered it is more to do with displaying the inbuilt media player to wordpress. For some reason the size can change and will change if you play a media file. I got around this by downloading a 3rd party media player.
Website: playthesaw.co.uk/wp/sessions-2
January 8th, 2018 at 19:43 #58068ZedCryout Creations mastermind@ThomasW, I have edited the first post with more information, including rollback.
@chindmarsh, We have not customized or applied any player styling or behaviour. Did you check if the player behaves differently on Mantra than one of the default Twenty themes (for example)?
@MarkL, the new padding is part of the updated design. Mantra used to be very cramped and small, current design trends use a lot more spacing all around (we’ve been quite reserved with this however in the 3.0 updates, trying to keep most of Mantra’s personality).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.January 11th, 2018 at 23:32 #58230This reply is private.January 22nd, 2018 at 09:44 #58660I notice that the main layout dimensions can only be marked to “absolute” yet it used to be a percentage as an option. Why has this been removed? My tabs don’t fit on top of my layout anymore. PlayingWithPlays.com
Please advise direction.
Best,
Brendan
Website: PlayingWithPlays.com
January 22nd, 2018 at 18:22 #58682ZedCryout Creations mastermind@carnegie, thank you for pointing out this issue; it is fixed in 3.0.4
@brendan, we have not supported the relative dimensions layout since Mantra 2.0.2 (released in 2013) and we disabled it on new theme installs in 2.6.1.
Finally we removed the option completely in the 3.0 release because using it with the new styling changes would have resulted in a broken site.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.January 23rd, 2018 at 00:32 #58700January 23rd, 2018 at 21:47 #58737heinenmjaPower UserI updated from 2.6.1.1 to 3.0.4 and the menu is not left next to the content but on the left-side under the content.
I restore the backup of the 2.6.1.1, so the changes / strange things aren’t visible at the moment.
I have screenshots of it.Website: www.jolandakniest.nl
January 24th, 2018 at 02:43 #58743Sorry to be so secretive @jgcordes…. The ‘extra text’ feature in the Presentation Page tab was mysteriously disappearing. There’s one more bug that looks like got fixed with the update: the ‘Headings’ font sizes were all appearing as oversized and bold. It looks like they’ve gone back to normal. Thanks Zed!
February 2nd, 2018 at 19:19 #59304Help!
I updated mantra.
Now, all my titles ( ‘Headings’)are now TOO BIG! And it changes all my presentation.
I was using headings 1, 2 and 3. And it fit perfectly.
Now it’s all changed.
When I’m on the editing, everything looks good. But when I go on the page, the titles are so big!
I don’t want to go back to every articles and pages to changes my titles in my articles.
What do I do?Website: supercardio.ca
- This reply was modified 6 years ago by supercardio.
February 21st, 2018 at 11:01 #60084This reply is private.February 27th, 2018 at 14:00 #60261ZedCryout Creations mastermind@Amirasu, I see the social icons are visible on the site now.
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.May 16th, 2018 at 01:21 #63729I would really like to find out the answer to Supercardio’s question. I’ve put a similar request in the forums.
Website: www.aym4training.com
- Page templates have been rearranged – this will result in
-
AuthorPosts
The topic ‘Changes in the 3.0 update’ is closed to new replies.