Modules Changelog

V 1.9.0 (7/8/2023)

  • Fixed: if a modular page is used as shop and its ID entered in Theme Options, its sidebar is the one used on WC pages that do not have that option
    /inc/options-definition.php
    /inc/quadro-woocommerce.php
  • Updated Google Fonts list
    /inc/qi-framework/google-fonts-list.php
  • Fixed typo in function description
    /inc/qi-framework/at-editor/at-editor-scripts.js
  • TinyMCE Editor Color Picker: added user-defined color palette, rebuilt markup, and restyled UI
    /inc/qi-framework/at-editor/at-editor-scripts.js
    /inc/qi-framework/modules-admin.php
    /inc/qi-framework/framework-styles.css
  • Added user-defined color palette to Gutenberg color picker
    /inc/qi-framework/qi-framework.php
  • Added new hook before printing custom CSS in CSS Options file
    /inc/css-functions.php
    /inc/qi-framework/hooks.php
  • Removed empty line
    /inc/qi-framework/at-editor/at-editor-scripts.js
  • Adding module contents refresh when a color is applied on a TinyMCE color picker
    /inc/qi-framework/at-editor/at-editor-scripts.js
  • Added modular page selector option type to framework
    /inc/qi-framework/options-helper.php
  • Added Sidebar Selector option type to theme options
    /inc/qi-framework/options-helper.php
  • WooCommerce integration: Added new options for category and single product pages, changed Modular shop page id option type to page selector, implemented new WooCommerce options for sidebar selection in product pages and category pages, header layout selection in category pages and empty cart text
    /inc/options-definition.php
    /inc/quadro-woocommerce.php
    /inc/theme-functions.php
    /inc/woocommerce-styles.css
    /inc/qi-framework/framework-styles.css
    style.css
    header.php
    /inc/theme-functions.php
  • Fixed breadcrumbs function not printing shop page title and link for WooCommerce
    /inc/qi-framework/extras.php
    /inc/qi-framework/woocommerce-helpers.php
  • Adjusted styles for blog archive taxonomy description
    style.css

V 1.8.9 (5/1/2023)

  • Gutenberg fix: adjusted pullquote block
    style.css
  • Fixed PHP notices (mixed type on Leadbox helper, retina images deleter if no file found, accent font selection in CSS Functions file, quadro_options on 404 page, single post header when image header option was chosen but no image was selected)
    /inc/qi-framework/leadbox-helper.php
    /inc/qi-framework/qi-framework.php
    /inc/css-functions.php
    404.php
    content-single-header.php
  • Changed Arrange Modules screen name to Modules Navigator. Added Edit module button to Modules Navigator screen. Other FEE adjustments.
    /inc/qi-framework/at-editor/at-editor-front-legacy.php
    /inc/qi-framework/at-editor/at-editor-front.php
    /inc/qi-framework/at-editor/at-editor-scripts.js
    /inc/qi-framework/at-editor/at-editor.php
    /inc/qi-framework/framework-styles.css
    /inc/qi-framework/at-editor/at-editor-styles.css
    /inc/qi-framework/qi-framework.php
  • New Feature: Purge page cache in popular cache plugins after editing on Front-End Editor (works in WPRocket, WP Fastest Cache, W3 Total Cache, WP Super Cache)
    /inc/qi-framework/hooks.php
    /inc/qi-framework/at-editor/at-editor.php
  • Replaced Mailchimp “list” label for “audience” to match platform language
    /inc/qi-framework/custom-fields-functions.php
    /inc/qi-framework/leadbox-helper.php
  • Added support for modular pages’ content to Yoast and Rank Math SEO plugins’ content analysis
    /inc/qi-framework/qi-framework.php
    /inc/qi-framework/seo-plugins-helper.php
    /inc/qi-framework/js/rankmath-helper.js
    /inc/qi-framework/js/yoast-helper.js
  • Added function that returns an image element with its alt text to be used in Image module + Added ALT attribute to image module.
    /inc/qi-framework/extras.php
    module-image.php
  • Added “data-url” to HTML filters attributes
    /inc/qi-framework/qi-framework.php
  • Legacy audio player height issue fixed
    style.css

V 1.8.8 (23/6/2022)

  • Complete overhaul of Typography options — 3 optional fonts: Headings, Body, Accent. Added individual selector of font type for each one (Google Fonts, Adobe Fonts, Custom Fonts or Web Safe font). Added new fonts to Google Fonts list. Enabled multiple custom fonts files. Added accent font button in editor. Legacy options migration.
    /inc/qi-framework/extras.php
    /inc/qi-framework/google-fonts-list.php
    /inc/qi-framework/hooks.php
    /inc/qi-framework/legacy-fonts-list.php
    /inc/qi-framework/options-helper.php
    /inc/qi-framework/options.php
    /inc/qi-framework/qi-framework.php
    /inc/qi-framework/js/admin-scripts.js
    /inc/qi-framework/modules-admin.php
    /inc/qi-framework/at-editor/at-editor-scripts.js
    /inc/qi-framework/at-editor/at-side-editor-styles.css
    /inc/qi-framework/framework-styles.css
    /inc/qi-framework/at-editor/at-editor-front.php
    /inc/css-functions.php
    /inc/options-definition.php
  • Implemented GDPR consent checkbox for Mailchimp
    /inc/custom-fields-definition.php
    /inc/qi-framework/custom-fields-functions.php
    /inc/qi-framework/leadbox-helper.php
    /inc/qi-framework/js/admin-scripts.js
  • Fixed galllery module captions not showing up on mosaic style
    module-gallery.php
  • Columns module: Added Animation options to columns
    module-columns.php
    /inc/custom-fields-definition.php
  • Team module: enabled globe, link, external link, paperclip and user icons to be used as social icons
    module-team.php
  • Moved threshold for WordPress “scaled” image reduction to 5500px (this should fix some instances where a correct retina image is created but the retina script can’t find it because of the ‘scaled’ postfix)
    /inc/qi-framework/extras.php

V 1.8.7 (22/3/2022)

  • Re-added portfolio ordering functionality
    /inc/custom-post-types.php
    /inc/custom-fields-definition.php
    /inc/qi-framework/framework-styles.css
    /inc/qi-framework/js/admin-scripts.js
  • Added new options: Mobile Menu Appearance (background and text colors)
    /inc/css-functions.php
    /inc/options-definition.php
  • Added new options: Sub Menu Appearance (background and text colors)
    /inc/css-functions.php
    /inc/options-definition.php
  • WooCommerce – Single product – Fixed gallery spacing issues (now there are 5 images per row, because of WC), and variables menus alignment
    /inc/woocommerce-styles.css
  • Updated prefix names
    /inc/custom-post-types.php
  • Fixed PHP deprecated required function argument after optional argument
    /inc/qi-framework/extras.php
  • Getting rid of PHP deprecated notice when image is not found
    /inc/qi-framework/extras.php
  • Getting rid of PHP deprecated notice for required arguments after optional arguments in function
    /inc/qi-framework/leadbox-helper.php
  • Fixed PHP notice in Gallery module when image is selected but non-existent
    module-gallery.php
  • AT Presets: Fixed PHP error when trying to import not-found image – Fixed image importing for repeatables nested inside repeatable – Fixed gallery modules not importing inside presets. It will now import placeholder image and replace IDs in gallery.
    /inc/qi-framework/at-presets/at-presets.php
  • Upgraded required version for Artisan Pages plugin
    functions.php
  • Fixed search field when Header Layout 12 selected wouldn’t submit (it wouldn’t submit if two search fields were present and either of them was empty)
    /js/scripts.js

V 1.8.6 (8/11/2021)

  • Added New Module: Overlapping
    module-overlaps.php
    style.css
    /images/admin/overlaps-layouts/…
    /inc/custom-fields-definition.php
    /inc/qi-framework/images/mods/overlaps.png
    /inc/qi-framework/at-editor/at-editor-scripts.js
    /inc/qi-framework/at-editor/at-editor-styles.css
    /inc/qi-framework/at-editor/at-editor.php
    /inc/qi-framework/at-editor/at-editor-front.php
    /inc/qi-framework/at-presets/at-presets.php
    /inc/qi-framework/importer/at-importer.php
    /inc/qi-framework/qi-framework.php
  • Columns module – Added 2 new options: Padding around columns, and Border between columns
    module-columns.php
    style.css
    /inc/custom-fields-definition.php
  • Added possibility of manually entering value for range sliders by typing a number
    /inc/qi-framework/custom-fields-functions.php
    /inc/qi-framework/modules-admin.php
    /inc/qi-framework/at-editor/at-editor-scripts-legacy.js
    /inc/qi-framework/at-editor/at-editor-scripts.js
  • Added pause on hover for posts slider module
    /js/scripts.js
  • Styled new range slider value input
    /inc/qi-framework/framework-styles.css
    /inc/qi-framework/at-editor/at-side-editor-styles.css
  • Updated available Google fonts list and added filter to list
    /inc/qi-framework/google-fonts-list.php
    /inc/qi-framework/hooks.php
  • Fixed not all modules inside duplicated columns modules showing up in pages
    /inc/qi-framework/at-editor/at-editor.php
  • Fixed new module not refreshing changes in editor after adding
    /inc/qi-framework/at-editor/at-editor-scripts.js
  • Redesigned license verify message.
    /inc/qi-framework/framework-styles.css
    /inc/qi-framework/options-helper.php
    /inc/qi-framework/js/admin-scripts.js
  • Added skip preset if module type not available in theme version
    /inc/qi-framework/at-editor/at-editor.php
  • Slogan module is now called “Headline”
    /inc/custom-fields-definition.php

V 1.8.5 (24/9/2021)

  • Fixed PHP error in Blog module when offset was emptied and pagination was on
    module-blog.php
  • Added “inspiration link” to color palette option in Theme Options
    /inc/qi-framework/options-helper.php

V 1.8.4 (21/9/2021)

  • Revamped admin notices for expired licenses
    /inc/qi-framework/framework-styles.css
    /inc/qi-framework/update.php
    /inc/qi-framework/license-check.php
  • Added filter to function that specifies allowed attributes for escaping
    /inc/qi-framework/hooks.php
    /inc/qi-framework/qi-framework.php
  • Fixed undefined index notice for user agent check in deferring scripts function
    /inc/qi-framework/qi-framework.php
  • Added TikTok and Etsy to social icons (module, header/footer icons, and user contact methods)
    style.css
    /inc/custom-fields-definition.php
    /inc/options-definition.php
    /inc/qi-framework/extras.php
  • Fixed Gutenberg’s TikTok block style
    style.css
  • Redesigned Color Palette Option + Now there are 10 swatches availables
    /inc/qi-framework/framework-styles.css
    /inc/qi-framework/options-helper.php
  • Fixed PHP error in Magazine module when offset was emptied and pagination was on
    module-magazine.php

V 1.8.3 (28/7/2021)

  • WooCommerce: Fixed Gallery Thumb Image Size
    /inc/quadro-woocommerce.php

V 1.8.2 (7/7/2021)

  • Revamped & fixed Artisan Sites importing:
    – Images import one by one (fixes server timeouts)
    – Modules remapping after importing
    – WPforms form creation and remapping
    – Added scan for used modules after importing
    – Added record of all that was imported so we can add an undo function soon
    – Replaced wp_get_http deprecated function in importing class
    – Added UNDO function
    /inc/qi-framework/dcontent_importerx.php
    /inc/qi-framework/modules-admin.php
    /inc/qi-framework/options-helper.php
    /inc/qi-framework/qi-framework.php
    /inc/qi-framework/wordpress-importer.php
    /inc/qi-framework/importer/at-importer-class.php
    /inc/qi-framework/importer/at-importer.php
    /inc/qi-framework/importer/parsers.php
    /inc/qi-framework/js/admin-scripts.js
    /inc/qi-framework/framework-styles.css
    /inc/qi-framework/qi-framework.php
    /inc/qi-framework/images/at-mark.png
    /inc/options-definition.php
  • Clearing fix
    /inc/qi-framework/framework-styles.css
  • Fixed PHP notice in repeatable theme options
    /inc/qi-framework/options-helper.php
  • WooCommerce: Integrated Store Notice
    /inc/css-functions.php
    /inc/options-definition.php
    /inc/theme-functions.php
    /inc/woocommerce-styles.css
    /js/scripts.js
  • New Module: WooCommerce Products
    module-wcproducts.php
    /inc/custom-fields-definition.php
    /inc/qi-framework/images/mods/wcproducts.png
  • Fixed notices in magazine module when posts had no featured image
    module-magazine.php

V 1.8.1 (25/6/2021)

  • Removed 60fps-scroll library (deprecated – Chrome adds this by default now)
    /js/scripts.js
  • Fixed syntax errors
    footer.php
  • Added email address option to Social icons in header/footer
    /inc/options-definition.php
    /inc/qi-framework/extras.php
  • Added autoplay and speed option to Carousel Gallery module
    module-cgallery.php
    /inc/custom-fields-definition.php
    /js/scripts.js
  • Added pre-connecting to GoogleFonts CDN
    /inc/css-functions.php
  • Replaced H1’s used in mobile menus with span tags
    /inc/theme-functions.php
  • Removed deprecated demo content importer functions (not in use anymore)
    /inc/qi-framework/dcontent_importer.php
    /inc/qi-framework/options-helper.php
    /inc/qi-framework/js/admin-scripts.js
  • Added ActiveCampaign option for Email Service Providers in Leadbox module
    /inc/qi-framework/custom-fields-functions.php
    /inc/qi-framework/leadbox-helper.php
    /inc/qi-framework/js/admin-scripts.js

V 1.8.0 (4/5/2021)

  • FEE: Added option to also duplicate modules inside a Columns module when duplicating a Columns module
    /inc/qi-framework/at-editor/at-editor-front.php
    /inc/qi-framework/at-editor/at-editor-scripts.js
    /inc/qi-framework/at-editor/at-editor.php
    /inc/qi-framework/at-editor/at-editor-styles.css
  • FEE: Fixed link for destination page after a module was duplicated into another page
    /inc/qi-framework/at-editor/at-editor-front.php
    /inc/qi-framework/at-editor/at-editor-scripts-legacy.js
    /inc/qi-framework/at-editor/at-editor-scripts.js
  • FEE: Fixed weird cases of Columns modules not bringing Style and Advanced options into the editor
    /inc/qi-framework/custom-fields-functions.php
  • FEE: Fixed weird behavior in editor where editing a module would cause the editor to copy that module into the previously edited module if there were still changes to preview in the first one
    /inc/qi-framework/at-editor/at-editor-scripts.js
  • FEE: Added search by name filter for existing modules in Arrange Modules window
    /inc/qi-framework/at-editor/at-editor-scripts.js
    /inc/qi-framework/at-editor/at-editor.php
    /inc/qi-framework/at-editor/at-editor-styles.css
    /inc/qi-framework/framework-styles.css
  • FEE while having a transparent header fix: Now the first module on the page that’s behind the header is hoverable and editable
    /inc/qi-framework/at-editor/at-editor-scripts.js
    /inc/qi-framework/at-editor/at-editor-styles.css
  • FEE: Added interception for clicks inside module links (in addition to clicks on the header menu)
    /inc/qi-framework/at-editor/at-editor-scripts.js
  • Removed Font-Awesome upgrade message
    /inc/qi-framework/qi-framework.php
  • Enabled code-editor syntax highlighting to be used with modules too
    /inc/qi-framework/options.php
  • Modified requested version numbers for js and css files to override browser’s old cache at theme update
    /inc/qi-framework/qi-framework.php
    /inc/qi-framework/at-editor/at-editor-front.php
  • Added custom CSS code editors per module
    /inc/qi-framework/modules-admin.php
    /inc/qi-framework/at-editor/at-editor-scripts-legacy.js
    /inc/qi-framework/at-editor/at-editor-scripts.js
    /inc/qi-framework/js/admin-scripts.js
    /inc/qi-framework/framework-styles.css
    /inc/qi-framework/at-editor/at-side-editor-styles.css
  • Added new module: List
    /inc/qi-framework/images/mods/list.png
    module-list.php
    style.css
    /images/admin/list-styles/…
    /inc/css-functions.php
    /inc/custom-fields-definition.php
  • Added hooks to function that prints field boxes before closing the switch loop and before closing the fields table
    /inc/qi-framework/custom-fields-functions.php
    /inc/qi-framework/hooks.php
  • Added filter to set no-index on module post type when RankMath is active
    /inc/qi-framework/qi-framework.php
  • Fixed cases where the theme wouldn’t find images that were downsized with the -scaled suffix.
    Added new threshold at 2800 so that WordPress doesn’t downscale images that are the exact recommended size for the theme to use in retina devices.
    /inc/qi-framework/extras.php
  • Removed sourceMappingURL parameter from TinyColorPicker script
    /inc/qi-framework/js/admin-scripts.js
  • Decoupled function to process custom CSS
    /inc/qi-framework/qi-framework.php
    /inc/css-functions.php
  • Added menu exports (footer, main right, and proper secondary) to proper menu locations in theme after importing
    /inc/qi-framework/dcontent_importerx.php
  • Upgraded requested versions for AT Pages and AT Advanced Styles
    functions.php
  • Replaced editor field for slogan module (removed backward compatibility with old pre-2015 editor)
    /inc/custom-fields-definition.php
  • Fixed JS error when embed iframe didn’t have a source set
    /js/scripts.js
  • Fixed empty image when image inside Gallery module wasn’t found
    module-gallery.php
  • Fixed check for custom font existence
    /inc/css-functions.php
  • Updated empty sidebar message and made it to show only if user is logged in
    sidebar.php
  • Call to Action module – Added new options: 2 layouts for alignment and button size “medium”
    module-cta.php
    style.css
    /inc/custom-fields-definition.php
  • Replaced Services content area for a proper editor. Enabled the_content filtering on Services’ content (fixes inability to easily break lines).
    module-services.php
    /inc/custom-fields-definition.php
  • Fixed icon prefix for envelope (email address link) in team module
    module-team.php
  • Added option to Gallery module to hide captions
    module-gallery.php
    /inc/custom-fields-definition.php

V 1.7.9 (9/3/2021)

  • Fixed site-wide transparent header (overlapping, sticky menu, and single post header sizes)
    /inc/theme-functions.php
    /inc/css-functions.php
    /inc/options-definition.php
    /inc/qi-framework/hooks.php
    style.css
  • Fixed editor tabs position in Theme Options editors
    /inc/qi-framework/framework-styles.css
  • Fixed formatting in code
    /inc/theme-functions.php
  • Revamped 404 Page Options: Enabled hiding the header if no title present, added option to show/hide the search form, enabled a proper editor for 404 page content, enabled module shortcodes inside editor, added new option for 404 page layout.
    404.php
    /inc/options-definition.php
    style.css
  • Fixed PHP notice on 404 pages
    /inc/qi-framework/at-editor/at-editor.php
  • WooCommerce: Added new breadcrumbs option inside product pages + Added option to manually define shop page ID for WooCommerce’s breadcrumbs if using a modular page
    /inc/options-definition.php
    /inc/qi-framework/extras.php
    /inc/qi-framework/hooks.php
    /inc/qi-framework/qi-framework.php
    /inc/qi-framework/woocommerce-helpers.php
    style.css
  • Added new option in Theme Options to completely disable the comments section across the whole site
    comments.php
    content-single-header.php
    functions.php
    inc/options-definition.php
    /inc/qi-framework/extras.php
  • Enabled featured image for password-protected posts when showed inside a posts container module query
    content-masonry.php
    content-teasers.php
    module-videoposts.php
  • Updated adjustVideo function in JS so that we only auto-calculate ratios for iframe sources in video providers list
    /inc/qi-framework/qi-framework.php
    /inc/qi-framework/hooks.php
    /js/scripts.js
  • Requesting uncached new files for new theme version
    functions.php
    /inc/qi-framework/qi-framework.php
    /inc/qi-framework/at-editor/at-editor-front.php
  • Added filter for allowed wp_kses tags + Reordered and added missing allowed tags for wp_kses
    /inc/qi-framework/qi-framework.php
    /inc/qi-framework/hooks.php
  • Front-End Editor: Fixed “Formats” button’s width inside repeatable
    /inc/qi-framework/framework-styles.css
  • Front-End Editor: Added intercepting and proper handling of menu links when inside the editor to prevent weird editor behaviors
    /inc/qi-framework/at-editor/at-editor-front.php
    /inc/qi-framework/at-editor/at-editor-scripts.js
    /inc/qi-framework/at-editor/at-editor.php
  • Front-End Editor: Brought back numbered list icon tool to repeatable editors in Tinymce
    /inc/qi-framework/at-editor/at-editor-scripts.js
  • Front-End Editor: Removed numbered list button from repeatable editors
    /inc/qi-framework/at-editor/at-editor-scripts.js
  • Front-End Editor: Restored functionality of WP Links plugin and image editor inside Tinymce in FEE
    /inc/qi-framework/at-editor/at-editor-scripts.js
  • Front-End Editor: Added handler to create a new module in between modules
    /inc/qi-framework/at-editor/at-editor-scripts.js
    /inc/qi-framework/at-editor/at-editor.php
  • Added target option for links in services module
    module-services.php
    /inc/custom-fields-definition.php
  • Fixed PHP notice
    /inc/theme-functions.php
  • Code cleanup
    /inc/qi-framework/update.php
    /inc/qi-framework/at-editor/at-editor.php
  • Fixed icon for email contact method, and escaping for Skype URL in author box
    /inc/theme-functions.php
  • Bug fix: Testimonials in layouts with no slider were hidden – now they show up properly
    style.css
  • Fixed PHP notice in Gallery module when there’s no real image selected (unlikely, but still)
    module-gallery.php

V 1.7.8 (11/2/2021)

  • Front-End Editor: Fixed slidable insights weren’t able to refresh after changes (and also icons modules and pricing tables modules) + Removed “UNSAVED” from title shown in module when shown + Disabled toolbar on side FEE + Added View Page button + Updated copy on FEE button
    /inc/qi-framework/at-editor/at-editor.php
    /inc/qi-framework/at-editor/at-editor-scripts.js
    /inc/qi-framework/qi-framework.php
    /inc/qi-framework/at-editor/at-side-editor-styles.css
  • Front-End Editor: Added action buttons in the panel when nothing is selected to edit (add module, presets, arrange, page settings)
    /inc/qi-framework/at-editor/at-editor.php
    /inc/qi-framework/at-editor/at-side-editor-styles.css
  • Front-End Editor: Fixed pattern selector adding pattern to un-patterned module
    /inc/qi-framework/custom-fields-functions.php
    /inc/qi-framework/at-editor/at-editor-scripts-legacy.js
  • Updated copy for WooCommerce Sidebars options
    /inc/options-definition.php
  • Replaced old prev-editor fields for newer simple-editor
    /inc/custom-fields-definition.php
  • Added new simple-editor field type
    /inc/qi-framework/custom-fields-functions.php
  • Commented a line
    /inc/qi-framework/at-editor/at-editor-scripts-legacy.js
  • Fixed icon prefix for email icon in Social Icons module + Added default color for email in social icons
    module-social_icons.php
    style.css
  • FIxed new modules+presets getting added after mods in widgets, or after footer if page was empty
    /inc/qi-framework/at-editor/at-editor-scripts.js

V 1.7.7.1 (5/2/2021)

  • Fixed post content not getting properly aligned
    header.php
    /inc/theme-functions.php

V 1.7.7 (3/2/2021)

  • NEW Front-End Editor (side editor)
    functions.php
    /inc/qi-framework/at-editor/at-editor-front.php
    /inc/qi-framework/at-editor/at-editor-scripts.js
    /inc/qi-framework/at-editor/at-editor-styles.css
    /inc/qi-framework/at-editor/at-editor.php
    /inc/qi-framework/transient-cache.php
    /inc/qi-framework/at-editor/at-editor-front-legacy.php
    /inc/qi-framework/at-editor/at-editor-scripts-legacy.js
    /inc/qi-framework/at-editor/at-side-editor-styles.css
    /inc/qi-framework/custom-fields-functions.php
    /inc/qi-framework/js/admin-scripts.js
    /inc/qi-framework/qi-framework.php
    /inc/qi-framework/framework-styles.css
    /inc/qi-framework/fonts/eicons/e-icons.css
    /inc/options-definition.php
    /inc/custom-fields-definition.php
  • Added new module: Line
    module-line.php
    style.css
    /inc/custom-fields-definition.php
    /inc/qi-framework/images/mods/line.png
  • Copy changes
    /inc/qi-framework/custom-fields-functions.php
  • Adjusted patterns selector
    /inc/qi-framework/custom-fields-functions.php
    /inc/qi-framework/framework-styles.css
    /inc/qi-framework/at-editor/at-side-editor-styles.css
  • Presets catalog: Fixing image width issue on Windows
    /inc/qi-framework/at-editor/at-editor-styles.css
  • Front-End Editor: Fixed editors not working after creating a mod with an editor
    /inc/qi-framework/at-editor/at-editor-scripts.js
  • Fixed escaping for Skype link in header/footer social icons. Added email to header/footer social icons. Added Skype and Email to Social Icons module.
    module-social_icons.php
    /inc/custom-fields-definition.php
    /inc/qi-framework/extras.php
  • Added new option for sidebar position in WooCommerce single product pages
    /inc/options-definition.php
    /inc/quadro-woocommerce.php
    /inc/theme-functions.php
    header.php
  • Fixed syntax error in Social Icons module
    module-social_icons.php
  • Adding option for sliders transition timer
    module-carousel.php
    module-flashnews.php
    module-logos.php
    module-pslider.php
    module-slider.php
    module-slogan.php
    module-testimonials.php
    /inc/custom-fields-definition.php
    /js/scripts.js
  • Fixed WooCommerce blocks wide and full width when used inside a Shop page
    style.css
  • Updated copy in the importer
    /inc/qi-framework/options-helper.php
    /languages/quadro.pot
  • Slick Slider script – Went back to v1.6.0 and fixed error when re-initiating it
    /inc/slick.css
    /js/slick.min.js
    /js/scripts.js

V 1.7.6 (9/12/2020)

  • Added different versions of jQuery file name to scripts deferring option
    /inc/qi-framework/qi-framework.php

V 1.7.5 (1/12/2020)

  • NEW Module Presets
    /inc/qi-framework/at-editor/at-editor-front.php
    /inc/qi-framework/at-editor/at-editor-scripts.js
    /inc/qi-framework/at-editor/at-editor.php
    /inc/qi-framework/at-presets/at-presets.php
    /inc/qi-framework/at-editor/at-editor-styles.css
    /inc/options-definition.php
    /inc/qi-framework/options-helper.php
    /inc/qi-framework/js/admin-scripts.js
  • Updated available Google Fonts list
    /inc/qi-framework/google-fonts-list.php
  • Added check for Parallax function exists
    /inc/theme-functions.php
  • Modules metaboxes handlers (in backend) – Now styled and displayed, so one can fix their position if needed
    /inc/qi-framework/framework-styles.css
  • Patterns selector: added thumb for “none”
    /images/admin/pattern-thumbs/none.jpg

V 1.7.4 (10/10/2020)

  • Added functionality to indicate in which pages is a module being used
    /inc/qi-framework/options-helper.php
    /inc/qi-framework/qi-framework.php
    /inc/qi-framework/at-editor/at-editor.php
    /inc/qi-framework/js/admin-scripts.js
    /inc/qi-framework/at-editor/at-editor-scripts.js
    /inc/qi-framework/modules-admin.php
    /inc/custom-post-types.php
    /inc/options-definition.php
  • Added target option for Slogan module’s buttons
    module-slogan.php
    /inc/custom-fields-definition.php
  • New Tools tab in Theme Options adjustments
    /inc/qi-framework/framework-styles.css
  • Added check to Restore Options button for existing backup before moving forward
    /inc/qi-framework/options-helper.php
    /inc/qi-framework/js/admin-scripts.js
  • Moved importer and options backup options to new Tools tab in Theme Options
    /inc/options-definition.php
  • Fixed missing check for existing array key in Image module border radius definition
    module-image.php

V 1.7.3 (30/9/2020)

  • Fixed unstyled central slide in Carousel Gallery module when the script prints slides as divs instead of lis
    style.css
  • Removed all left instances of old license verification functionality
    /inc/qi-framework/dcontent_importerx.php
    /inc/qi-framework/license-check.php
    /inc/qi-framework/qi-framework.php
    /inc/qi-framework/styles-pl-updater.php
    /inc/qi-framework/js/admin-scripts.js
  • UX redesign and improvements: Front-End Editor, Modules Backend and Theme Options
    /inc/qi-framework/framework-styles.css
    /inc/qi-framework/at-editor/at-editor-styles.css
    /inc/qi-framework/at-editor/at-editor-scripts.js
    /inc/qi-framework/at-editor/at-editor.php
    /inc/qi-framework/custom-fields-functions.php
    /inc/qi-framework/options-helper.php
    /inc/qi-framework/license-check.php
    /inc/qi-framework/update.php
    /inc/custom-fields-definition.php
    /inc/options-definition.php
    /languages/modules.pot
  • Fixed Email Settings window closing module editor on FEE.
    /inc/qi-framework/at-editor/at-editor-scripts.js
  • Module Style – Changed wording for image background option
    /inc/custom-fields-definition.php
    /languages/indigo.pot
  • Added target option for Info Box module’s button
    /module-ibox.php
    /inc/custom-fields-definition.php
  • Added option to remove selected gallery inside module
    /inc/qi-framework/custom-fields-functions.php
    /inc/qi-framework/js/admin-scripts.js
    /inc/qi-framework/framework-styles.css
  • Updated hooks file
    /inc/qi-framework/hooks.php
  • Added function conditionals to relevant functions including (and most of all) gallery printing functions. Added pre and post hooks to widget areas.
    /inc/qi-framework/extras.php

V 1.7.2 (10/9/2020)

  • Front-End Editor: Fixed different elements’ styles
    /inc/qi-framework/at-editor/at-editor-styles.css
  • Insight Module: Lists inside the content now have the same font-size as the paragraphs
    style.css
  • Enabled post content escaping in Services module
    module-services.php
  • Upgraded license verification functionality
    /inc/options-definition.php
    /inc/qi-framework/options-helper.php
    /inc/qi-framework/update.php
    /inc/qi-framework/js/admin-scripts.js
    /inc/qi-framework/framework-styles.css
  • Fixed range inputs not updating value
    /inc/qi-framework/modules-admin.php
    /inc/qi-framework/at-editor/at-editor-scripts.js
    /inc/qi-framework/js/admin-scripts.js

V 1.7.1 (12/8/2020)

  • Fixed jQuery errors preventing theme UI from working properly
    /inc/qi-framework/options.php
    /inc/qi-framework/js/admin-scripts.js
    /inc/qi-framework/onboard/onboard-run.js
  • Removed lazy loading functionality and adjusted code elements, as lazy loading is now being natively added by WP
    /js/scripts.js
    /inc/theme-functions.php
    module-gallery.php
    style.css
    /inc/qi-framework/extras.php
  • Fixed mmenu error for landing page mode
    /js/scripts.js
  • Fixed error on scroll-to-link links
    /js/scripts.js
  • Fixed escaping for ad shortcodes that was preventing ads from working properly
    /inc/theme-functions.php
  • Hid modules metaboxes handlers
    /inc/qi-framework/framework-styles.css

V 1.7.0 (7/7/2020)

  • Fixed bug where first image in gallery would not display properly on occasions
    /inc/qi-framework/custom-fields-functions.php
    /inc/qi-framework/js/admin-scripts.js
  • Fixed Front-End Editor link in toolbar not showing up on occasions
    /inc/qi-framework/at-editor/at-editor.php
  • Getting Started page modifications
    /inc/qi-framework/framework-styles.css
    /inc/getting-started/getting-started.php
  • Gutenberg blocks group with background – Fixed padding
    style.css
  • WPForms – Fixed arrows not appearing on select/drop-down input
    /inc/wpforms-styles.css
  • Fixed logo getting distorted sometimes
    style.css
  • Blog Classic and Blog Headlines styles – Now entry thumb links to post too
    content-classic-header.php
    content-headlines.php
  • Removed editor error notifications from Front-End Editor when the site is in a different language
    /inc/qi-framework/at-editor/at-editor-styles.css
  • Hid WordPress gallery sidebar on the gallery module to avoid confusion with the columns option
    /inc/qi-framework/framework-styles.css
  • Services Module – Added link to image on Layout 3, when the service has a link
    module-services.php
  • Removed onboarding tour from framework
    /inc/qi-framework/qi-framework.php
  • Added 500px to available social icons for header and footer, and added profile to Theme Options
    /inc/qi-framework/extras.php
    /inc/options-definition.php
  • Fixed new CSS code syntax for Custom CSS Box
    /inc/qi-framework/js/admin-scripts.js

V 1.6.9 (11/4/2020)

  • Fixed menu items click on mobile not closing mmenu for scroll to link links
    /js/scripts.js
  • Added code syntax highlighting to Custom CSS box in Theme Options
    /inc/qi-framework/framework-styles.css
    /inc/qi-framework/options.php
    /inc/qi-framework/js/admin-scripts.js
  • Copy changes in backend
    /inc/options-definition.php
  • Fixed jQuery error
    /inc/qi-framework/js/admin-scripts.js
  • Fixed missing social icons in Elegant Icons font
    /inc/qi-framework/e-icons-list.php
    /inc/qi-framework/fonts/eicons/e-icons.css
  • Fixed content area size for WooCommerce with sidebar on the right
    /inc/woocommerce-styles.css
  • Fixed social media icons (Slack and Trello) not being defined
    /inc/qi-framework/extras.php
  • Social media icons on footer: fixed hover color when they use the brand colors instead of custom colors
    /inc/css-functions.php
  • Fixed social media icons color issue (new icons didn’t have colors set yet, and icons with new classes were missing their colors too) – For icons on header/footer, Social Icons module, and author box
    style.css
  • News Flash module: fixed name and now it doesn’t slide if only one post selected
    /inc/custom-fields-definition.php
    /js/scripts.js
  • Added link to New Modular Page in New Content admin bar menu
    /inc/qi-framework/qi-framework.php
    /inc/qi-framework/js/admin-scripts.js
  • Added default success message after submit for Leadbox module
    module-leadbox.php
  • Initial work on an ajax powered Post Finder option field
    /inc/qi-framework/options-helper.php
    /inc/qi-framework/js/admin-scripts.js
  • Added FB Messenger to social icons. Fixed prefix style for Elegant Icons. Added missing social networks in Font Awesome Upgrader.
    /inc/qi-framework/extras.php
    /inc/qi-framework/fonts/eicons/e-icons.css
    /inc/qi-framework/js/font-awesome-upgrade.js
  • Fixed prefix for icons in Team module
    module-team.php
  • Added Facebook Messenger to social icons list
    /inc/custom-fields-definition.php
    /inc/options-definition.php
    style.css
  • Fixed Gutenberg media captions’ style. And other image block adjustments.
    style.css

V 1.6.8 (5/12/2019)

  • Font Awesome: Removed extra spaces that were causing problems on some installs. Prevented missing icon font option error.
    /inc/qi-framework/font-awesome5-list.php
    /inc/qi-framework/custom-fields-functions.php
  • Fixed missing ‘fab’ prefix on social icons for author boxes and authors module.
    module-authors.php
    /inc/theme-functions.php
  • Styled new icons picker on modules’ backend and fixed category filter in not working
    /inc/qi-framework/framework-styles.css
    /inc/qi-framework/js/admin-scripts.js
  • Copy and icon changes in backend
    /inc/qi-framework/license-check.php
    /inc/qi-framework/gs-helper.php
    /inc/getting-started/getting-started.php
  • Fixed elegant icons not showing up in backend when selected
    /inc/qi-framework/custom-fields-functions.php
    /inc/qi-framework/framework-styles.css
  • Added new option: Button on header (Theme Options » Layout)
    header.php
    style.css
    /inc/css-functions.php
    /inc/options-definition.php
    /inc/theme-functions.php
  • Added a 2px border-radius to header extras on hover
    style.css

V 1.6.7 (27/11/2019)

  • Added function to retrieve ID of image from URL
    /inc/quadro-widgets.php
    /inc/qi-framework/extras.php
  • Minor code formatting fixes
    /inc/qi-framework/onboard/onboard-setup.php
    /inc/qi-framework/options-helper.php
    /inc/qi-framework/options.php
    /inc/qi-framework/update.php
  • Fixes double video appearing on Video Posts Slider module when two videos were on the same post
    /inc/qi-framework/extras.php
  • Fixes Vimeo auto thumbs not working and YouTube auto thumbs with black strips for 16:9 scale
    /inc/qi-framework/extras.php
  • Added parameter to auto-video-thumb function to select small thumbnail sizes when needed (specifically for video posts slider)
    /inc/qi-framework/extras.php
  • Selected small thumbnail size for auto thumbnails
    module-videoposts.php
  • Fixed bug that prevented ZERO as value from being shown in the UI when set on number option fields
    /inc/qi-framework/custom-fields-functions.php
  • Added option to Remove Module from page in Front-End Editor
    /inc/qi-framework/at-editor/at-editor-front.php
    /inc/qi-framework/at-editor/at-editor-scripts.js
    /inc/qi-framework/at-editor/at-editor-styles.css
    /inc/qi-framework/at-editor/at-editor.php

  • Improved search in icon picker by adding categories dropdown and search by category
    /inc/qi-framework/custom-fields-functions.php
    /inc/qi-framework/js/admin-scripts.js
  • Added option to open link in new tab for Call To Action module
    module-cta.php
    /inc/custom-fields-definition.php
  • Updated copy explaining how to activate theme license
    /inc/getting-started/getting-started.php
  • Columns Module: new advanced layout options and structure changes
    module-columns.php
    style.css
    /inc/qi-framework/at-editor/at-editor-scripts.js
    /inc/custom-fields-definition.php
    /inc/theme-functions.php
    /images/admin/columns-advanced/…
  • Updated Font Awesome to version 5 and added option to load Font Awesome Upgrader script
    /inc/qi-framework/font-awesome-list.php
    /inc/qi-framework/font-awesome5-list.php
    /inc/qi-framework/qi-framework.php
    /inc/qi-framework/framework-styles.css
    /inc/qi-framework/js/admin-scripts.js
    /inc/qi-framework/js/font-awesome-upgrade.js
    /inc/options-definition.php
  • Replaced icon on color pickers. Fixed styling for such icons that were misplaced.
    /inc/qi-framework/custom-fields-functions.php
    /inc/qi-framework/framework-styles.css
    /inc/qi-framework/options-helper.php
  • Updated social icons definitions and printing functions for both structural placements (headers and footers) and the social icons modules. Added filter for social icons definition.
    /inc/qi-framework/extras.php
    /inc/qi-framework/hooks.php
  • Updated social icons module to use new Font Awesome 5 format on brand icons. Removed now extinct Google+ icon option. Added Whatsapp, Spotify, iTunes (and Kickstarter on social icons module) to social network options.
    module-social_icons.php
    /inc/custom-fields-definition.php
    /inc/options-definition.php
  • Added fix to prevent color picker input fields from offering autocomplete options
    /inc/qi-framework/custom-fields-functions.php
    /inc/qi-framework/options-helper.php
  • Added new field type (dropdown select with images) for Advanced Styles dividers
    /inc/qi-framework/custom-fields-functions.php
    /inc/qi-framework/at-editor/at-editor-scripts.js
    /inc/qi-framework/js/admin-scripts.js
    /inc/qi-framework/framework-styles.css
  • Fixed proposal for when editing lightbox of columns module opens the editor for the last edited module inside the columns
    /inc/qi-framework/at-editor/at-editor-scripts.js
  • Front-End Editor minor style adjustments
    /inc/qi-framework/at-editor/at-editor-styles.css
  • CSS Fix for Gutenberg’s galleries (the last photo didn’t have a margin and it affected the way the whole gallery looked)
    style.css

V 1.6.6 (28/8/2019)

  • Copy changes in backend
    /inc/options-definition.php
  • WooCommerce: Fixed ‘wc_doing_it_wrong’ notice, updated version for content-product template file
    /inc/quadro-woocommerce.php
    /woocommerce/content-product.php
  • Styled layout picker for Advanced Styles background image properties, and adjusted layout picker in general
    /inc/qi-framework/framework-styles.css
  • Added new options to Image module: Effects, Shadow, Opacity, Border Radius
    module-image.php
    style.css
    /inc/custom-fields-definition.php
  • Added default value option for Number custom field type
    /inc/qi-framework/custom-fields-functions.php
  • Added Border Radius custom field type
    /inc/qi-framework/custom-fields-functions.php
    /inc/qi-framework/modules-admin.php

    /inc/qi-framework/at-editor/at-editor-scripts.js
    /inc/qi-framework/js/admin-scripts.js
    /inc/qi-framework/framework-styles.css
    /inc/custom-fields-definition.php
  • Upgraded required version for Advanced Styles plugin (to 1.0.2)
    functions.php

V 1.6.5 (12/2/2019)

  • Created function for the Carousel Gallery and Slick Slider (fixes weird carousel gallery issue)
    /inc/qi-framework/extras.php
  • Changed function to use new lazy loading on Slick slider and lazy loading
    module-cgallery.php
  • Updated Slick slider version
    /js/slick.min.js
  • Updated call for Slick slider with lazy loading and fixed empty position in Carousel Gallery module
    /js/scripts.js
  • Fixed page template related metaboxes not showing up
    /inc/qi-framework/js/admin-scripts.js

V 1.6.4 (1/2/2019)

  • Enabled Password Protected modular pages
    template-modular.php
    style.css
  • Modified maybe print gallery function to use lazy load variables
    /inc/qi-framework/extras.php
  • Implemented new lazy load on gallery module
    content-headlines.php
    content-masonry.php
    content-teasers.php
    /js/scripts.js
    module-carousel.php
    module-display.php
    module-gallery.php
    module-magazine.php
    module-pslider.php
    style.css
  • Fixed new wpforms class for styles loading check
    functions.php
  • Removed unnecessary Font Awesome enqueuing for FEE
    /inc/qi-framework/at-editor/at-editor-front.php

V 1.6.3 (10/12/2018)

  • Front-End Editor: Added abbility to create modules inside nesting modules, fixed Colorbox lightbox not being draggable and other improvements
    /inc/qi-framework/qi-framework.php
    /inc/qi-framework/at-editor/at-editor-scripts.js
    /inc/qi-framework/at-editor/at-editor.php
    /inc/qi-framework/at-editor/at-editor-styles.css
  • Columns Module: Added columns quantity data for Front-End Editor
    module-columns.php
  • Image Module: Added link option
    module-image.php
    /inc/custom-fields-definition.php
  • Fixed New Modular Page link not working in WordPress 5.0 because of new hook
    /inc/qi-framework/qi-framework.php

V 1.6.2 (17/10/2018)

  • Front-End Editor: Fixed button on Front Page page and buttons font-family
    /inc/qi-framework/js/admin-scripts.js
    /inc/qi-framework/at-editor/at-editor-styles.css
  • Hid Lightbox plugin Galleries button and set YOAST default options for modules and portfolio post types
    /inc/qi-framework/framework-styles.css
    /inc/qi-framework/qi-framework.php
  • Set archive false for module post type
    /inc/custom-post-types.php
  • Fixed submit inputs and buttons font family
    /inc/css-functions.php

V 1.6.1 (17/09/2018)

  • Updated Google Fonts list
    /inc/qi-framework/google-fonts-list.php
  • Fixed new modular page link
    /inc/qi-framework/qi-framework.php

V 1.6.0 (12/09/2018)

  • Gutenberg Integration
    functions.php
    style.css
    /inc/qi-framework/js/admin-scripts.js
    /inc/qi-framework/qi-framework.php
    /inc/css-functions.php
  • Front-End Editor: Adjustments and Fixes
    /inc/qi-framework/framework-styles.css
    /inc/qi-framework/js/admin-scripts.js
  • Fixed empty alert appearing after Artisan Site import success
    /inc/qi-framework/js/admin-scripts.js
  • Mobile menu: Enabled full line longer menu items and other adjustments
    style.css
    /inc/jquery.mmenu.css

V 1.5.7 (15/08/2018)

  • Front-End Editor: Fixed media library z-index
    /inc/qi-framework/at-editor/at-editor-styles.css

V 1.5.6 (02/08/2018)

  • Front-End Editor: Fixed z-index of editor dropdowns
    /inc/qi-framework/at-editor/at-editor-styles.css

V 1.5.5 (01/08/2018)

  • Added update helper for Artisan Styles and upgraded required version for Artisan Styles plugin
    /inc/qi-framework/qi-framework.php
    /inc/qi-framework/styles-pl-updater.php
    functions.php
  • Fixed Portfolio filters applying to other portfolio modules
    /js/scripts.js
  • Front-End Editor: Increased editor z-index because of issue in Nayma
    /inc/qi-framework/at-editor/at-editor-styles.css

V 1.5.4 (19/07/2018)

  • Getting Started Page: Added FB Group banner and other adjustments
    /inc/qi-framework/framework-styles.css
    /inc/qi-framework/images/fbwpdiyer-color.png
    /inc/getting-started/getting-started.php
  • Added Footer Menu Functionality
    /inc/qi-framework/template-tags.php
    footer.php
    functions.php
    /inc/options-definition.php
    style.css
    /inc/css-functions.php
  • Properly commented function
    /inc/qi-framework/at-editor/at-editor-scripts.js
  • Tiled Display Module Fix: now the entire image of each item is clickable
    module-display.php
    style.css

V 1.5.3 (28/06/2018)

  • Front-End Editor: Added Page Slug field to Page Settings
    /inc/qi-framework/at-editor/at-editor-scripts.js
    /inc/qi-framework/at-editor/at-editor.php
  • Front-End Editor: Implemented Module duplication
    /inc/qi-framework/at-editor/at-editor-scripts.js
    /inc/qi-framework/at-editor/at-editor.php
    /inc/qi-framework/at-editor/at-editor-front.php
  • Front-End Editor: Adjustments
    /inc/qi-framework/at-editor/at-editor-scripts.js
    /inc/qi-framework/at-editor/at-editor.php
    /inc/qi-framework/at-editor/at-editor-front.php
    /inc/qi-framework/at-editor/at-editor-styles.css
  • Front-End Editor: Fixed Add Media button not adding media in Canvas editor
    /inc/qi-framework/at-editor/at-editor-scripts.js
  • Added new module: Carousel Gallery
    functions.php
    /inc/css-functions.php
    /inc/custom-fields-definition.php
    /inc/slick.css
    /js/scripts.js
    /js/slick.min.js
    module-cgallery.php
    style.css
  • Removed unnecessary globalized variable
    /inc/qi-framework/modules-admin.php
  • Updated default footer copy
    /inc/options-definition.php
  • Fixed issue with multiple leadboxes on a same page. Paired Leadbox scripts code.
    /js/scripts.js
  • WooCommerce small style adjustments (buttons mainly, as per changes in the plugin)
    /inc/woocommerce-styles.css
  • Updated WooCommerce template
    /woocommerce/content-product.php

V 1.5.2 (28/05/2018)

  • Added Drip to leadbox module providers
    /inc/qi-framework/js/admin-scripts.js
    /inc/qi-framework/custom-fields-functions.php
    /inc/qi-framework/hooks.php
    /inc/qi-framework/leadbox-helper.php
    /inc/custom-fields-definition.php
    /js/scripts.js
    module-leadbox.php
  • Added GDPR consent checkbox
    /inc/qi-framework/js/admin-scripts.js
    /inc/qi-framework/custom-fields-functions.php
    /inc/qi-framework/hooks.php
    /inc/qi-framework/leadbox-helper.php
    /inc/custom-fields-definition.php
    /inc/qi-framework/qi-framework.php
    /js/scripts.js
    module-leadbox.php
    style.css

V 1.5.1 (04/05/2018)

  • Fixed scroll to ajax portfolio item on open
    /js/scripts.js
  • Minor copy fix
    /inc/options-definition.php
  • Widgets name changes
    /inc/quadro-widgets.php
  • Fixed Google Fonts loading when only one font is used
    /inc/css-functions.php
  • Removed extra definition for post-thumbnails
    functions.php
  • Fixed screenshot URLs for Mega Menu Page Builder layouts
    /inc/page-builder-layouts.php

V 1.5.0 (20/04/2018)

  • Enabling BR tags in Testimonials module
    module-testimonials.php
  • Updated Flexslider version to 2.7
    /js/scripts.js
  • Added target option for External link in Portfolio items
    /inc/custom-fields-definition.php
    /inc/theme-functions.php
  • Updated theme screenshot
    screenshot.png
  • Updated Artisan Themes Logo on Getting Started Page
    /inc/qi-framework/framework-styles.css
    /inc/qi-framework/images/at-logo.png

V 1.4.9 (27/03/2018)

  • Main Demo updated and reexported
    /inc/dcontent/main/*
    /inc/dcontent_available.php
  • Removed CF7, PageBuilder and Jetpack from required plugins on RMS
    /inc/dcontent_available.php
  • Updated and reexported several RMS
    /inc/dcontent/agency/*
    /inc/dcontent/app/*
    /inc/dcontent/blog/*
    /inc/dcontent/colors/*
    /inc/dcontent/corporate/*
    /inc/dcontent/film/*
    /inc/dcontent/freelancer/*
    /inc/dcontent/gourmet/*
    /inc/dcontent/pop/*
    /inc/dcontent/portfolio/*
    /inc/dcontent/shop/*
    /inc/dcontent_available.php
  • Fixed typos
    /inc/options-definition.php
    languages/modules.pot
    inc/qi-framework/qi-framework.php
  • Added caption as link title for ligthbox use
    /inc/qi-framework/extras.php
    module-gallery.php
  • Added new social profiles to Theme Options » Social, and updated Instagram icon color
    /inc/options-definition.php
    /inc/qi-framework/extras.php
    style.css
  • Enabled SVG uploads
    /inc/qi-framework/extras.php

V 1.4.8 (12/03/2018)

  • Fixed bug: single post featured image on mobile, removed fixed property from header background
    style.css
  • Services Layout 3 fix: dark overlay position and small border
    module-services.php
    style.css
  • Fixed error for missing color palette choices
    /inc/qi-framework/at-editor/at-editor-front.php
    /inc/qi-framework/qi-framework.php
  • Changed variable names to make it clearer
    /inc/qi-framework/leadbox-helper.php
  • Added Editor field option
    /inc/qi-framework/leadbox-helper.php
  • Added disabled field option to Mods picker
    /inc/qi-framework/custom-fields-functions.php
  • Added styles for Upgrade messages in Pepper theme
    /inc/qi-framework/framework-styles.css
  • Fixed bug on FEE for WP editors not loading up properly
    /inc/qi-framework/at-editor/at-editor-scripts.js
  • Improved Gallery field UI in modules
    /inc/qi-framework/js/admin-scripts.js
    /inc/qi-framework/framework-styles.css
    /inc/qi-framework/custom-fields-functions.php
    /inc/qi-framework/framework-styles.css

V 1.4.7 (20/02/2018)

  • Removed old Themeforest reference from FAQ
    /inc/getting-started/theme-faqs.php
  • Fixed FEE for Social Icons module
    /inc/qi-framework/at-editor/at-editor.php
  • Added feature to open portfolio items on external links
    /inc/custom-fields-definition.php
    module-portfolio.php
  • Added Module Shortcode (to print a module on request)
    /inc/qi-framework/extras.php
  • Wrapped MailChimp functions in conditional declarations
    /inc/qi-framework/leadbox-helper.php
  • Added Color Palette option to Theme Options
    /inc/options-definitions.php
  • Styled new color swaches
    /inc/qi-framework/framework-styles.css
  • Fixed pattern thumbs path for Child Themes
    /inc/qi-framework/custom-fields-functions.php
  • Added Color Swatches to color pickers
    /inc/qi-framework/at-editor/at-editor-front.php
    /inc/qi-framework/at-editor/at-editor-scripts.php
    /inc/qi-framework/framework-styles.css
    /inc/qi-framework/js/admin-scripts.js
    /inc/qi-framework/modules-admin.php
    /inc/qi-framework/options-helper.php
    /inc/qi-framework/qi-framework.php
  • FEE style adjustment for Leadbox module’s email service settings
    /inc/qi-framework/at-editor/at-editor-styles.css
  • Fixed missing comma in Leadbox Email Settings
    /inc/qi-framework/js/admin-scripts.js
  • Replaced stylesheet reference for child themes use
    functions.php
    /inc/page-builder-layouts.php
  • Fixed bug RMS Author
    /inc/dcontent/author/modulesauthor.demo.xml.gz
  • Added 3 new header layouts with secondary menu
    functions.php
    /images/admin/header-layouts/18.png
    /images/admin/header-layouts/19.png
    /images/admin/header-layouts/20.png
    /inc/css-functions
    /inc/options-definition.php
    /inc/theme-functions.php
    /js/scripts.js
    style.css
  • Replaced old mmenu script with new version and rebuilt mobile menu – Now it also integrates the secondary menu
    /inc/jquery.mmenu.css
    /js/scripts.js
    style.css

V 1.4.6 (26/01/2018)

  • Added new RMS: Author
    /inc/dcontent/consultant/*
    /inc/dcontent_available.php

V 1.4.5 (01/01/2018)

  • Added new module: Social Icons
    /images/admin/icons-shape/*
    /inc/custom-fields-definition.php
    module-social_icons.php
    style.css
  • Removed RMS images from theme package and switched RMS images origin to cloud
    /inc/dconent/*/*.jpg
    /inc/qi-framework/options-helper.php
  • Insights Module: modified the content area so it allows different text elements from the editor
    module-insights.php
    style.css
  • Fixed zero value not getting saved in custom fields. Minor formatting fixes.
    /inc/qi-framework/custom-fields-functions.php
  • Defined title names for Social Networks to be used in Social Icons module
    /inc/qi-framework/extras.php
  • Removed Font Awesome files from theme package
    /inc/qi-framework/fonts/font-awesome/*
    /inc/qi-framework/options-helper.php
  • Added check for Binder Pro theme
    /inc/qi-framework/options-helper.php

V 1.4.4 (15/12/2017)

  • Added base_path parameter option to layout pickers to allow for more dynamic path
    /inc/qi-framework/custom-fields-functions.php
  • Prevented PHP notice when a gallery is called but not present
    /inc/qi-framework/extras.php
  • Styled Split Background layout option in Framework
    /inc/qi-framework/framework-styles.css
  • Added module’s icon for new module: Social Icons
    /inc/qi-framework/images/mods/social_icons.png
  • Added Artisan Advanced Styles to plugins list
    functions.php

V 1.4.3 (12/12/2017)

  • Enabled Icon Tags in Editors
  • Fixed error thrown on jQuery after saving a newly created module
    /inc/qi-framework/at-editor/at-editor-scripts.js
    /inc/qi-framework/js/admin-scripts.js
    /inc/qi-framework/modules-admin.php
  • Removed Front-End Editor link from Toolbar when the page isn’t modular
    /inc/qi-framework/at-editor/at-editor.php
  • Added new Dynamic Styles filter to all modules processing
    /inc/qi-framework/hooks.php
    /inc/theme-funtcions.php
  • Added new hook for section opening and section closing to all modules
  • Added new module class filter to all modules
    /inc/qi-framework/hooks.php
    /inc/extras.php
    module-*.php (all module files)
  • Fixed navigation for when 2 Magazine Modules are used on a same page
    module-magazine.php
  • Changed markup in Columns, Tabs and Wrapper modules for future compatibility with Advanced Styles plugin
    module-columns.php
    module-tabs.php
    module-wrapper.php
    style.css
  • Added autoplay and hide controls options to Video & Embeds Module
    /inc/qi-framework/extras.php
    /inc/custom-fields-definition.php
    module-video.php
  • Added new Thin layout to Leadbox Module
    /images/admin/leadbox-layouts/leadbox-layout10.png
    /inc/custom-fields-definition.php
    module-leadbox.php
    style.css
  • New options added to Call To Action Module: Layout and button size
    /inc/custom-fields-definition.php
    module-cta.php
    style.css
  • CSS adjustement for Info Box Module
  • Columns Module CSS adjustment for when Slogan Module size regular is inside a column
  • Added 2 new layouts to Columns Module
    /images/admin/columns-layouts/columns-layout16.png
    /images/admin/columns-layouts/columns-layout17.png
    /inc/custom-fields-definition.php
    module-columns.php
    style.css

V 1.4.2 (17/10/2017)

  • Improved fonts loading system
    /inc/css-functions.php
  • Fixed Retina Logo option
    /inc/theme-functions.php
  • Removed the need for the importer to deactivate the original WordPress Importer plugin
    /inc/qi-framework/dcontent_importerx.php
    /inc/qi-framework/wordpress-importer.php
  • Moved Font Awesome loading to their own CDN
    /inc/qi-framework/qi-framework.php
  • Preventing a notice in Nayma because of removed Rev. Slider module type
    /inc/qi-framework/custom-fields-functions.php
  • Fixed Insert image into post not working while editing a Canvas module in FEE
  • Added module type to editing lightbox in Front-End Editor
    /inc/qi-framework/at-editor/at-editor-scripts.js
    /inc/qi-framework/at-editor/at-editor.php

V 1.4.1 (25/9/2017)

  • Fixed weird behavior for Color Pickers in repeatables
  • Fixed default title placeholder for items without title on posts and mods picker
    /inc/qi-framework/custom-fields-functions.php
  • Fixed new modules added without order after flexbox applied
  • Fixed method for obtaining first module type that was breaking modules where the order of the classes was different
  • Fixed no edit handler on inside modules after editing
    /inc/qi-framework/at-editor/at-editor-scripts.js
  • Fixed pricing tables and slidable insights not reloading after saving changes
    /inc/qi-framework/at-editor/at-editor.php
  • Front-End Editor Style adjustments
    /inc/qi-framework/at-editor/at-editor-styles.css
  • Framework – CSS adjustments
    /inc/qi-framework/framework-styles.css
  • Fixed js error for when there’s no permalink created on the page before switching to Modular Template
    /inc/qi-framework/js/admin-scripts.js

V 1.4.0 (4/9/2017)

  • Removed old IE8 compatibility scripts and check
    functions.php
  • Replaced deprecated add_to_cart_fragments hook for WooCommerce
    /inc/quadro-woocommerce.php
  • Moved jQuery dom ready scripts into atInit function for Front-End Editor compatibility
    /js/scripts.js
  • Replaced image upload mode on Image Module type
    module-image.php
    /inc/custom-fields-definition.php
    /inc/custom-post-types.php
  • Implemented new Front-End Editor
  • Fixed error for pre PHP 5.5 version servers
  • Added new field type to move image module type to a new upload field
  • Added Promise.done as a replacement of SetTimeOut for module controls on type loading
  • Implemented new color picker library
    /inc/qi-framework/at-editor/
    /inc/qi-framework/qi-framework.php
    /inc/qi-framework/modules-admin.php
    /inc/qi-framework/framework-styles.css
    /inc/qi-framework/options-helper.php
    /inc/qi-framework/js/admin-scripts.js
    /inc/qi-framework/custom-fields-functions.php
  • Updated Google Fonts list
    /inc/qi-framework/google-fonts-list.php
  • Fixed menu importing bug in RMS by programmatically creating the Main Menu item
    /inc/qi-framework/dcontent_importerx.php
    /inc/qi-framework/parsers.php

V 1.3.8 (10/8/2017)

  • Moved Module Background options to top of metabox
    /inc/custom-fields-definition.php
  • Fixed spinner on mod type select class
    /inc/qi-framework/modules-admin.php
  • Added check for wp_enqueue_editor function
  • New: Added Onboarding Tour
    /inc/qi-framework/qi-framework.php
    /inc/qi-framework/onboard/

V 1.3.7 (31/7/2017)

  • Added selected icon remover for modules UI
  • Implemented full TinyMCE editors for previous visual-only editors in modules
    /inc/qi-framework/qi-framework.php
    /inc/qi-framework/framework-styles.css
    /inc/qi-framework/modules-admin.php
    /inc/qi-framework/js/admin-scripts.js
    /inc/qi-framework/custom-fields-functions.php
  • Removed check for updates option (it’ll always check for updates)
    /inc/qi-framework/update.php
    /inc/options-definition.php

V 1.3.6 (16/6/2017)

  • Fix to make sure we stay on the plugins tab when the Getting Started plugin manager proceeds
    /inc/qi-framework/class-tgm-plugin-activation.php
  • Added extra step to make sure module type selector is open if no type selected
    /inc/qi-framework/js/admin-scripts.js
  • Implemented new product gallery options for WooCommerce
    /inc/options-definition.php
    /inc/quadro-woocommerce.php

V 1.3.5 (5/5/2017)

  • Allowed two logos roll with different options in the same page
    /js/scripts.js
  • Fixed bug for first time saving options
    /qi-framework/options.php
  • Fixed bug that prevented RMS menus from being properly imported
    /qi-framework/parsers.php

V 1.3.4 (27/4/2017)

  • Added Landing Page option to modular template
    header.php
    style.css
    /inc/custom-fields-definition.php
  • Changed internal script name for mmenu
    functions.php
  • Fixed animation on portfolio loader icon when it’s Elegant Icons
    style.css
  • Fixed PHP notice for undefined module type on list column
    /inc/custom-post-types.php
  • Added support for WPForms plugin
    functions.php
    /inc/css-functions.php
    /inc/wpforms-styles.css
  • Added CSS fixes for WooCommerce 3.0
    /inc/woocommerce-styles.css
  • Updated plugin version for included WooCommerce template file
    /woocommerce/content-product.php
  • Added new Leadbox module
    /inc/custom-fields-definition.php
    module-leadbox.php
    style.css
    /js/scripts.js
    /inc/qi-framework/images/mods/leadbox.png
    /inc/qi-framework/qi-framework.php
    /inc/qi-framework/leadbox-helper.php
    /inc/qi-framework/js/admin-scripts.js
    /inc/qi-framework/custom-fields-functions.php
    /inc/qi-framework/js/framework-styles.css
    /images/admin/leadbox-layouts/*
  • Fixed module type filtering in Page edit screen
    /inc/qi-framework/custom-fields-functions.php

V 1.3.3 (16/3/2017)

  • Upgraded required version for Artisan Pages
    functions.php
  • Implemented new UI for module type selector
    /inc/qi-framework/custom-fields-functions.php
    /inc/qi-framework/modules-admin.php
    /inc/qi-framework/admin-scripts.js
    /inc/qi-framework/framework-styles.css
    /inc/custom-fields-definition.php
    /inc/qi-framework/images/mods/*
    /inc/custom-post-types.php
  • Added Changelog link in admin Toolbar
  • Fixed slug for Binder PRO on admin Toolbar
    /inc/qi-framework/dashboard-helper.php
  • Fixed the distorting issue of the image on Teasers blog by adding object-fit: cover; (It’s still not supported by IE and Edge)
    style.css

V 1.3.2 (22/2/2017)

  • Fixed Repeatables bug when re-ordering due to wrong radio input syntax
  • Added custom color option and link tool to all wp editors in modules (Slogan and Repeatables)
    /inc/qi-framework/modules-admin.php
    /inc/qi-framework/js/admin-scripts.js
  • Linked KB on Toolbar straight to proper theme URL
  • /inc/qi-framework/dashboard-helper.php

V 1.3.1 (13/1/2017)

  • Fixing license check for theme folders with modified names
    /inc/qi-framework/options-helper.php
  • Separated parameter from function result to avoid PHP version bug
    /inc/qi-framework/extras.php
  • Removed the “View” action from Modules list on backend
    /inc/qi-framework/qi-framework.php
  • Enabled option to disable Portfolio transients functionality
  • Added icons to Theme Options tabs
    /inc/options-definition.php
    /inc/theme-functions.php
  • Udpdated version for Google font loader
    /inc/css-functions.php
  • Fixed image aligning on Image module
    style.css
  • Removed bundled version of Artisan Pages and added external URL for installation
    functions.php
    /inc/plugins/

V 1.3.0 (8/12/2016)

  • Added new modules: Info Box, Video & Embeds and Modules Columns
    module-ibox.php
    module-video.php
    module-columns.php
    /inc/custom-fields-definition.php
    style.css
    /images/admin/columns-layouts/*
  • Added new RMS: Freelancer
    /inc/dcontent_available.php
    /inc/dcontent/freelancer/*
  • Updated Google Fonts available list
    /inc/qi-framework/google-fonts-list.php
  • Added Artisan Pages to available plugins
    /inc/plugins/artisan-pages.zip

V 1.2.4 (8/12/2016)

  • Fixed licenses check
    /inc/qi-framework/qi-framework.php
    /inc/qi-framework/options-helper.php

V 1.2.3 (17/11/2016)

  • Updated FAQ copy
    /inc/getting-started/theme-faqs.php
  • Added a new Getting started area
    /inc/qi-framework/framework-styles.css
    /inc/qi-framework/gs-helper.php
    /inc/getting-started/getting-started.php
  • Added license and domain to update request on framework
    /inc/qi-framework/update.php
  • Styled NEW WooCommerce My Account Page Tabs
    /inc/woocommerce-styles.css
  • Fixed post excluding on magazine module when no featured image
  • Added pagination option to magazine module
    module-magazine.php
    /inc/custom-fields-definition.php
  • Fixed Vimeo URL on helpers
    /inc/qi-framework/extras.php
  • Fixed video SSL URL on helpers
  • Removed imagesLoaded script from bundled scripts.
    /js/scripts.js
  • CSS Little Adjustments
    style.css

V 1.2.2 (14/9/2016)

  • Added new Gallery module
    */images/admin/gallery-styles/*
    */inc/custom-field-definitions.php
    *module-gallery.php
    *style.css
    */js/scripts.js
  • Adjusted gallery function to accept caption and link
    */inc/qi-framework/extras.php
  • Fixed errors in the import process
    */inc/qi-framework/dcontent_importerx.php
    */inc/qi-framework/wordpress-importer.php
  • Fixed ad shortcode output for ads widget
    */inc/quadro-widgets.php
  • Updated language files
    */languages/*

V 1.2.1 (30/8/2016)

  • Fixed bug on bbPress
    /inc/qi-framework/extras.php
  • Enabled background pattern replacement in theme through filter
    /inc/qi-framework/options.php
    /inc/qi-framework/hooks.php
  • Added new Pricing Tables module
    /inc/css-functions.php
    /inc/custom-fields-definitions.php
    module-pr_tables.php
    style.css
  • Removed SSL filter string from license check response.
    /inc/qi-framework/options-helper.php

V 1.2.0 (5/8/2016)

  • Added new module: Call To Action
    /module-cta.php
    /inc/custom-fields-definition.php
    style.css
  • New RMS added: Portraits
    /inc/dcontent/portraits/*
  • New RMS added: The Film
    /inc/dcontent/film/*
  • New RMS added: Movies
    /inc/dcontent/movies/*
  • Updated all RMS and Main Demo Export Files
    /inc/dcontent/
  • Fixed responsive WooCommerce cart page
    /inc/woocommerce-styles.css
  • Updated language files
    /languages/modules.pot
  • Updated syntax for get_terms function
    module-portfolio.php
  • Crelly Slider styles adjustments (loader and others)
    /inc/qi-framework/plugins/crelly-slider-styles.css
  • Updated syntax for get_terms function
  • Added check for sidebars existance
  • Added LinkedIn to Team Social Networks in Framework
    /inc/qi-framework/custom-fields-functions.php

V 1.1.4 (29/6/2016)

  • Modified company name and links in framework
  • Fixed services icon picker in framework
    /inc/qi-framework/dashboard-helper.php
    /inc/qi-framework/framework-styles.css
    /inc/qi-framework/options-herlper.php
    /inc/qi-framework/gs-helper.php
    /inc/qi-framework/update.php
    /inc/qi-framework/images/at-logo.png
    /inc/qi-framework/js/admin-scripts.js
  • Added option to enable script deferring
    /inc/options-definition.php
  • Updated Portfolio plugin
  • Modified company name and links in theme
    /inc/plugins/quadro-portfolio.zip
    functions.php
    style.css
    /inc/dcontent_available.php
    /inc/getting-started.php
    /inc/theme-faqs.php
    /inc/options-definition.php
    /inc/theme-functions.php
  • Modified SE crawling block on single mods
    single-quadro_mods.php
    /inc/custom-post-types.php
  • Updated WooCommerce template for 2.6
    /woocommerce/content-product.php
  • Moved category printing inside category check
    content-classic-header.php
    content-headlines.php
    content-single-header.php

V 1.1.3 (24/4/2016)

  • Modified variables prefix
  • Added Menu Order option to Portfolio order option
    /inc/custom-fields-definition.php
    /inc/custom-post-types.php
  • Added Header Layouts filter
    /inc/theme-functions.php
  • Enabled video poster by user agent
  • Adding functionality to enable ‘current’ status on portfolio filters.
    /js/scripts.js
    module-portfolio.php
    style.css
  • Created function to define options group variable
    functions.php
  • Fixed Font Awesome loading folder path
  • Removed deprecated screen_icon function from wordpress-importer plugin
  • Added pseudo “cache” to $quadro_options variable output
  • Removed $quadro_options group from global space in framework
  • Fixing upload images error bug when retina enabled
  • Removing unneeded call to quadro_get_options
  • Enqueuing Font Awesome from bundled files
  • Adding header layouts filter to qi_framework
  • Prefixed Global Variables
  • Prefixed global variables
  • Replaced add_submenu_page for proper theme_page function
  • Adding Instagram and Pinterest for Nayma Team members in proper field section
  • Fixing user test in all themes
  • Adding Instagram and Pinterest to old Social custom field
  • Fixed internal-preview parameter not being added inside modules posts-pickers.
  • Fixed module type filter for backend
  • Fixed translation issues
  • Added message to editor to double update modules to properly display HTML content
  • Modified Font Awesome script name to allow for other plugins to use it too
  • Fixed CBox styles conflicting with other plugins
  • Removed sticky posts from custom posts selected queries in all modules
    /inc/qi-framework/extras.php
    /inc/qi-framework/class-tgm-plugin-activation.php
    /inc/qi-framework/custom-fields-functions.php
    /inc/qi-framework/dashboard-helper.php
    /inc/qi-framework/framework-styles.css
    /inc/qi-framework/gs-helper.php
    /inc/qi-framework/hooks.php
    /inc/qi-framework/js/admin-scripts.php
    /inc/qi-framework/qi-framework.php
    /inc/qi-framework/template-tags.php
    /inc/qi-framework/welcome-msg.php
    /inc/qi-framework/fonts/font-awesome/font-awesome.min.css
    /inc/qi-framework/options.php
    /inc/qi-framework/options-helper.php
    /inc/qi-framework/update.php
    /inc/qi-framework/wordpres-importer.php

V 1.1.2 (21/1/2016)

  • Fixed undefined notice for cover image
    /inc/theme-functions.php
  • Fixed modular navigation
    template-modular.php
    style.css
  • Fixed Masonry Portfolio height issue
  • Added scroll-to-link class to Slogan buttons
    module-slogan.php
    /js/scripts.js
  • Fixed Modules Filter on backend
    /inc/custom-post-types.php
  • Fixed navigation in Magazine Module
    module-magazine.php
  • Updated WooCommerce templates to 2.5
    /woocommerce/content-product.php
    /inc/woocommerce-styles.css
  • Fixed repeatables bug when there are no editors to repeat
  • Fixed module type filter for backend
  • Fixed internal-preview parameter not being added inside modules posts-pickers
    /inc/qi-framework/js/admin-scripts.js
  • Fixed CBox styles conflicting with other plugins
  • Further Improved Backend UI
    /inc/qi-framework/framework-styles.css
  • Modified Font Awesome script name to allow for other plugins to use it too
    /inc/qi-framework/qi-framework.php

V 1.1.1 (17/12/2015)

  • Fixed background video not starting automatically on some cases.
  • Added inner wrapper for mega menus.
  • Added waypoint to handle modules navigation active state on scroll
    /js/scripts.js
  • Adjusted styles for custom menu widget in pages
  • .site-content .widget_nav_menu a styled – For Custom Menu widgets inside pages
  • Fixed starting position of the .header-search in Header Layout 7
    style.css
    /inc/css-functions.php
  • Adjustment for font-size in some page builder elements
    /inc/page-builder-specific-styles.css
  • Added Slidable Insights Module
    /inc/custom-fields-definition.php
    *module-sl_insights.php
  • Fixing bug on repeatables – radio inputs missing values when adding new items
    /inc/qi-framework/js/admin-scripts.js
  • Updated Font Awesome in framework to 4.5.0
    /inc/qi-framework/font-awesome-list.php
    /inc/qi-framework/qi-framework.php
  • Re-enabling modules preview for WP 4.4
    /inc/qi-framework/framework-styles.css
    /inc/qi-framework/js/admin-scripts.js
    /inc/custom-post-types.php

V 1.1.0 (26/11/2015)

  • Added CF Mega Menus plugin support
    /js/scripts.js
    style.css
    functions.php
  • Added Page Builder prebuilt layouts for Mega Menu plugin
    functions.php
    /inc/page-builder-layouts.php
    /inc/qi-framework/framework-styles.css
    /images/admin/prebuilt-layouts/*
  • Removed the_title filter in favor of title-tag support
    /inc/qi-framework/extras.php
    functions.php
    header.php
  • Added Modular Template in-page navigation
    template-modular.php
    style.css
    /js/scripts.js
    /inc/custom-field-definition.php
  • Added Logos Roll module
    module-logos.php
    /js/scripts.js
    style.css
  • Adapted headings hierarchy for 4.4 WordPress release
    /inc/custom-fields-functions.php
    /inc/qi-framework/framework-styles.css
  • Added color options for Testimonials module
    /inc/custom-field-definitions.php
    module-testimonials.php
  • Added modules type filter to Posts Picker on Modules mode
    /inc/js/admin-scripts.js
    /inc/custom-fields-functions.php
    /inc/qi-framework/framework-styles.css
  • Fixed .content-area width and max-width when no sidebar
  • Fixed #payment background
  • Adjusted .cart-actions div a (font weight and transform) to make it bolder
    /inc/woocommerce-styles.css

V 1.0.1 (11/11/2015)

  • Updated Google fonts list
    /inc/qi-framework/google-fonts-list.php
  • Added notice for Transients and Page Builder elements
    /inc/options-definition.php
  • Fixed undefined variable notice
    module-insights.php
  • Adjusted .slide-content (position and max-width)
  • Added p.small-2 class
    style.css
  • Added animation delay times
    /inc/custom-fields-definition.php
    module-insights.php
    module-services.php
    module-slogan.php
  • Separated function from array access on function for prior PHP5.3 compatibility
    /inc/theme-functions.php
  • Added Pop & Restaurant demos
    /inc/dcontent/dcontent_available.php
    /inc/dcontent/pop/
    /inc/dcontent/restaurant/