Skip to content

Total Theme v 3.2.0

Release Date: November 8, 2015
  • Moved the Custom post type template parts from /partials/post-type/ to partials/cpt/ to prevent confusion - please check your child theme mods incase you were using these template parts in your child theme
  • The theme's global object $wpex_theme is now hooked into the 'template_redirect' action hook with a priority of 0 instead of 20 to prevent issues with plugins using custom templates - if you were making any child theme edits to this global class please have a double check to make sure there aren't any issues
  •  We updated the Total VC grid modules to move the custom ID to the outer wrap div so you can use it to target your filters and pagination as well. Please check any customizations done using these custom ID's
  •  With the new singular.php file we had to update partials/blog/blog-single-layout.php if you made any edits to this file please edit it and add the article wrap like we did in the latest version
  • It seems that the Event's calendar doesn't support the singular.php file yet so if you have any layout issues make sure you have set the Display option to "Default Events Template"
  • Added New singular.php template file (introduced in WordPress 4.3.0)
  • Added New “Navbar” style mobile menu toggle button – example
  • Added New “Plain Text” theme button style – example
  • Added Options to the VC grid modules (portfolio, blog, post type, staff grid) so you can alter the entry design – example
  • Added Ability to link to any Total VC grid module (portfolio, staff, testimonials, blog) filter item – example – use new filter ‘vcex_grid_filter_url_param’ to change the default url param that is checked (if you want to translate ‘filter’ to something else or if it’s conflicting)
  • Added Option in the Theme Panel to disable the “Typography” settings incase you want to use a 3rd party plugin or CSS for this and slim down the theme
  • Added Option in the Theme Panel to disable the “Custom Widgets” added by the theme if you don’t want or need to use them
  • Added New “Category Tag” overlay style – example – this is added after the image and positioned absolutely so its easy to tweak with custom CSS if you want to have it under the image instead
  • Added Ability to add nofollow to links when using the Font Awesome social widget (via the theme filter) – see updated docs
  • Added Highlighting support to the Visual Composer navbar module when using it for local-scrolling links
  • Added Ability to disable the slider ability on WooCommerce products and use lightbox instead via theme filter – learn how here
  • Added Text-align options to the Categories Grid VC module
  • Added Ability to alter the breadcrumbs home link via the ‘wpex_breadcrumbs_args’ filter – see snippet
  • Added Ability to alter the milestone decimal format via the wpex_localize theme filter – see snippet
  • Added New filters for altering the button styles for blog & post type archives – see snippet
  • Added Appear Animation option to the Total Heading module
  • Added New filter “vcex_grid_default_title_tag” so you can easily alter the default title tag for the Portfolio Grid, Staff Grid, Testimonials Grid, Post Types Grid and Blog Grid VC modules – see snippet
  • Added Local scroll ability to the Visual Composer Single image link – guide
  • Added Search form to the “Toggle” mobile menu style – can be removed via PHP or CSS if you don’t want it
  • Added New filters for altering Total VC grid module wrap classes, grid classes and grid data
  • Added New Mailchimp Newsletter widget
  • Added New Instagram Grid custom widget
  • Added New Facebook page widget
  • Added New About widget
  • Added RTL CSS for WooCommerce
  • Added “Pause on Hover” to the theme carousels
  • Added New css file for some small gravity forms tweaks. The gravity forms CSS file will only load if the gravity forms shortcode is used on the current page
  • Added Ability to set the blog post heading to the first category of the post – screenshot
  • Added New filter ‘wpex_page_header_title_args’ to easily alter the page header title (html_tag, string, schema_markup) – see snippet
  • Added Declared global variable for various classes in the theme to make it possible to remove filters and actions from these classes via child themes
  • Added Option for automatic lightbox for images inserted into the Visual Composer text module or in a standard post – screenshot – disabled by default
  • Added “fn” class around vcard author data on the entry meta
  • Added “Post Video” Visual Composer grid module so you can display the video defined in the Total page settings in your custom grids – screenshot
  • Added New filter ‘wpex_{post_type}_entry_overlay_style’ so you can add overlay styles to your custom post type entries – see snippet
  • Added New options in the theme Panel to quickly disable all Google services used in the theme (Google Fonts) – can also be defined using the theme filter “wpex_disable_google_services” – see snippet
  • Added Responsive text support to the Visual Composer Total Heading module – enabled by default but can be disabled for any item via the settings and a new filter was added “wpex_vcex_heading_min_font_size” to define your site wide minimum font size for the text which is 21px (default size as declared in the css file) – also the “wpex-responsive-txt” class can be added anywhere in your site to make use of the new feature
  • Removed Template files page.php, single.php, single-other.php, single-standard.php, single-portfolio.php, single-staff.php and single-testimonials.php – theme uses new singular.php file introduced in WP 4.3.0. If you are using the old template files in your child theme they should still work as before though
  • Removed Extra / character in framework/visual-composer/shortcodes/blog_grid.php line 731
  • Removed “Triangle” on checkout payment type box that WooCommerce added in a recent update
  • Removed Default Visual Composer templates to slim things down and also because they aren’t very nice 🙁 Will probably create our own default templates in upcoming updates
  • Removed Sticky Header Shrink Logo Height option from the customizer the theme will calculate an appropriate size via javascript. You can still control the exact size though via the localize_array theme filter
  • Removed Theme filter ‘wpex_global_theme_object’ because it can cause some issues best to use the individual filters inside the WPEX_Global_Theme_Object class
  • Removed VC Custom Heading template part in vc_templates folder because we aren’t making any changes to the file anymore since many updates ago
  • Updated Visual Composer and added fully support for VC 4.8.1
  • Updated Revolution Slider to version 5.1
  • Updated Templatera to version 1.1.6
  • Updated Theme Panel design to be slimmer and more user friendly (inspired by JetPack) – screenshot
  • Updated Complete overhaul of custom post type entries (please see important notice) which allows for much greater optimization in the future via theme filters
  • Updated The Order settings in various custom widgets and added new Orderby option
  • Updated Total VC modules to move the custom ID to the outer wrap div so you can use it to target your filters and pagination as well
  • Updated Total VC grid modules to use the VC CSS parameter for design options instead of multiple fields – example
  • Updated Customizer styles output loop to speed things up on the front-end significantly by checking the global $wpex_theme_mods var instead of using get_theme_mod to check each setting
  • Updated Retina.js to look for retina versions ONLY if defined using data-at2x or data-retina-true to prevent 404 errors in the browser. This must be enabled via Theme Panel > Image sizes – screenshot
  • Updated Main menu walker so that local-scroll links will never have the current-menu item class added on load – was using javascript previously but creates a nasty “flash” on site load
  • Updated Columns so the styles removed in Total 3.0.0 will actually be moved to the “classes” field when you edit the column so your design should remain the same as before
  • Updated CSS for the “address” type so it’s not smaller then the default body font size
  • Updated Title on the WooCommerce “Order Received” page to say “Order Received” instead of “Checkout”
  • Updated The font awesome social widget so when you add new options via the theme filter you don’t have to remove and re-add the widget in order for them to show up
  • Updated Comment reply text to just say “reply” instead of “reply to this message”
  • Updated Page Header Title to display the Post Type name in the header for the
  • Updated Page header title for the Events Calendar single events because it was showing the event title which is a duplicate of the title in the post already
  • Updated Total Button to add new “On click action” field
  • Updated Moved the “wpex-mobile-menu-fixed-top” element outside of the #wrap div to before the outer-wrap right after the body tag
  • Updated Made some javascript optimizations in the functions.js file
  • Updated The wpex_post_series_query_args filter because it was targeting the query and not the arguments – sample snippet
  • Updated The way the Overlay Header works by adding a new overlay-header-wrap div around the header and main content this will allow you to have the topbar and any other content you want before the header without causing issues with the overlay and allowing the sticky header to function correctly when the topbar is enabled or other content is added via the theme hooks before the header
  • Updated Modern Menu widget border colors to match other border colors in the theme (#eee instead of #ddd)
  • Fixed Issues with the Toggle mobile menu style when using it together with the Overlay Header
  • Fixed Issues with the Visual Composer mobile column settings
  • FixedDouble h1 tag on custom post types
  • Fixed Issue with local-scroll not working when using the new methods and linking from another page
  • Fixed RTL.css issues and rtl.css file now loads right before responsive stylesheet so it overwrite other file’s css easier
  • Fixed Alt titles on the WooCommerce categories thumbnails
  • Fixed Issue with social in the topbar not displaying in “minimal” style by default
  • Fixed Local Scroll not working in Safari
  • Fixed Positioning of vertical social sharing when using the left-sidebar
  • Fixed Issue when setting mobile sidebar menu to open dropdowns when clicking the link it wouldn’t let  you click on the actual dropdown items
  • Fixed Issue with filter links not centering in the blog grid VC module
  • Fixed Active filter category not working for the Blog Grid VC module
  • Fixed Image out of place in the WPML language switcher
  • Fixed Breadcrumbs so they come after the page subheading and not before it
  • Fixed WooCommerce product issue where if you don’t have a featured image but you do have 1 gallery item it was showing the placeholder image and not the gallery image
  • Fixed LocalScroll offset not including the WordPress toolbar when enabled
  • Fixed Issue with Staff Grid (and other VC grid modules) not being able to show all categories
  • Fixed Auto focus on header search when clicking the search icon
  • Fixed Issue with Visual Composer not working with Templaterawhen updating to VC 4.8
  • Fixed Issue with shrink header not working when page transitions is enabled
  • Fixed Issue with the Under Construction page not working as it should
No dev notes for this update.
Back To Top