Pepper+ Changelog

V 1.5.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/at-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/at-woocommerce.php
    /inc/theme-functions.php
    /inc/woocommerce-style1.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
  • Hiding WooCommerce Shop Style option (not in use, but we can’t remove the option as it’s being used to print classes)
    /inc/back-styles.css

V 1.4.9 (5/1/2023)

  • Gutenberg table block: fixed spacing issue
    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)
    /inc/qi-framework/leadbox-helper.php
    /inc/qi-framework/qi-framework.php
    /inc/css-functions.php
    404.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.4.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.4.7.1 (26/3/2022)

  • Fixes javascript notice when WooCommerce cart is not initiated or not present
    /js/scripts.js

V 1.4.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, variables menus alignment, weird borders being added to the Additional Information table, and select menu border in mobile
    /inc/woocommerce-style1.css
  • 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
  • Masonry Blog – New option in module and archive: 2 columns layout
    archive.php
    module-blog.php
    style.css
    /inc/custom-fields-definition.php
    /inc/options-definition.php
    /js/scripts.js
  • Fixed cart’s scrollbar not initiating on page load
    /js/scripts.js

V 1.4.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
  • 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.4.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.4.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.4.3 (28/7/2021)

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

V 1.4.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-style1.css
    /js/scripts.js
  • New Module: WooCommerce Products
    module-wcproducts.php
    /inc/custom-fields-definition.php
    /inc/qi-framework/images/mods/wcproducts.png
  • Fixed spacing
    module-magazine.php

V 1.4.1 (25/6/2021)

  • Removed 60fps-scroll library (deprecated – Chrome adds this by default now)
    /js/scripts.js
  • Fixed textdomain
    module-portfolio.php
    /inc/at-woocommerce.php
  • 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.4.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
  • Reexported Artisan Site “Coach”
    /inc/dcontent/coach/options_export.txt
    /inc/dcontent/coach/pepperpluscoach.demo.xml.gz
  • Artisan Site “Bakery” now declares WooCommerce as required plugin before importing
    /inc/dcontent_available.php

V 1.3.9 (9/3/2021)

  • Framework update for other themes (fixed site-wide transparent header in Indigo and Modules)
    /inc/qi-framework/hooks.php
  • 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
  • WooCommerce CSS fix: removed 5px padding around single product image
    /inc/woocommerce-style1.css
  • Added new option in Theme Options to completely disable the comments section across the whole site
    comments.php
    content-classic-header.php
    content-headlines.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-headlines.php
    content-masonry.php
    content-teasers.php
    module-carousel.php
    module-magazine.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
  • 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
  • Reexported RMS Coach (removed pages as modules error)
    /inc/dcontent/coach/options_export.txt
    /inc/dcontent/coach/pepperpluscoach.demo.xml.gz

V 1.3.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.3.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
    /images/admin/pattern-thumbs/none.jpg
  • 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/at-woocommerce.php
    /inc/theme-functions.php
  • Fixed syntax error in Social Icons module
    module-social_icons.php
  • Adding option for sliders transition timer
    module-carousel.php
    module-logos.php
    module-pslider.php
    module-slider.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
    style.css
  • Fixed missing parenthesis
    /inc/theme-functions.php
  • Implemented background gallery on Slogan module
    module-slogan.php
    /inc/custom-fields-definition.php
    /js/scripts.js
    style.css
  • Fixed syntax error
    /js/scripts.js

V 1.3.6 (9/12/2020)

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

V 1.3.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
  • Fixed one-page mobile menu not scrolling to section
    /js/scripts.js
  • 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

V 1.3.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
  • Added new User Login/Menu on header
    functions.php
    style.css
    /inc/css-functions.php
    /inc/options-definition.php
    /inc/theme-functions.php
    /js/scripts.js

V 1.3.3 (30/9/2020)

  • Fixed unstyled central slide in Carousel Gallery module when the script prints slides as divs instead of lis
    style.css
    module-cgallery.php
  • 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/pepperplus.pot
  • Fixed Email Settings window closing module editor on Front-End Editor
    /inc/qi-framework/at-editor/at-editor-scripts.js
  • Module Style – Changed wording for image background option
    /inc/custom-fields-definition.php
    /languages/pepperplus.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.3.2 (10/9/2020)

  • Front-End Editor: Fixed different elements’ styles
    /inc/qi-framework/at-editor/at-editor-styles.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 Front-End Editor edit buttons position when using Header Layout 6
    style.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.3.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.3.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
  • Added new Blog Layout: Teasers
    content-teasers.php
    module-blog.php
    style.css
    /inc/custom-fields-definition.php
  • Gutenberg blocks group with background – Fixed padding
    style.css
  • WPForms – Fixed arrows not appearing on select/drop-down input
    /inc/wpforms-styles.css
  • Blog Classic style – Now entry thumb links to post too
    content-classic.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 – Now images have links too when the service has a link
    module-services.php
    style.css
  • 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.2.9 (11/4/2020)

  • Removed extra “;” – the headings font gets already printed with that
    /inc/css-functions.php
  • Added new options to single post: Title size and Featured image options (including “hide”)
    content-single-header.php
    content-single.php
    style.css
    /inc/custom-fields-definition.php
  • Fixed logo image width (before this, sometimes it got distorted, now it shouldn’t)
    style.css
  • Added new Header Layout 9
    style.css
    /images/admin/header-layouts/header-layout9.png
    /inc/css-functions.php
    /inc/options-definition.php
    /inc/theme-functions.php
  • Replaced Typekit mentions for Adobe Fonts
    /inc/options-definition.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
  • Fixed Gutenberg media captions’ style. And other blocks adjustments.
    style.css
    /inc/css-functions.php
  • 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
  • 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 social media icons (Slack and Trello) not being defined
    /inc/qi-framework/extras.php
  • 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

V 1.2.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
    /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)
    style.css
    /inc/css-functions.php
    /inc/options-definition.php
    /inc/theme-functions.php
  • Added new option: Body text color
    /inc/css-functions.php
    /inc/options-definition.php

V 1.2.7 (27/11/2019)

  • Added function to retrieve ID of image from URL
    /inc/artisan-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
  • Fix 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

V 1.2.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/at-woocommerce.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.2.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
  • Added option to hide Author Box in single post
    content-single.php
    /inc/options-definition.php

V 1.2.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-single.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.2.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
  • Fixed “Creative” Artisan Site file name
    /inc/dcontent_available.php
  • Updated WooCommerce templates for latest version
    /woocommerce/checkout/form-checkout.php
  • Fixed PHP notice
    module-portfolio.php

V 1.2.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 Llightbox 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
  • Enabled post markup elements on Testimonial module content
    module-testimonial.php
  • Fixed submit inputs and buttons font family
    /inc/css-functions.php
  • Added new Artisan Site: Creative
    /inc/dcontent/creative/*
    /inc/dcontent_available.php
  • Fixed footer menu max-width
    style.css
  • Fixed bug for portfolio single layout when Sidebar is chosen for single post
    style.css

V 1.2.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
  • Gutenberg Styling Adjustments
    /inc/css-functions.php
    style.css

V 1.2.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
  • Added new Artisan Site: Her
    /inc/dcontent/her/*
    /inc/dcontent_available.php
  • Mobile menu: Enabled full line longer menu items and other adjustments
    style.css
    /inc/jquery.mmenu.css
  • Header Layout 7 Fix (3rd level menu position)
    style.css

V 1.1.7 (15/08/2018)

  • Front-End Editor: Fixed media library z-index
    /inc/qi-framework/at-editor/at-editor-styles.css
  • Added new Artisan Site: Bakery
    /inc/dcontent/bakery/*
    /inc/dcontent_available.php

V 1.1.6 (02/08/2018)

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

V 1.1.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
  • Added new Header Layout 8
    /inc/options-definition.php
    /inc/theme-functions.php
    style.css
    functions.php
    /js/scripts.js
    /images/admin/header-layouts/header-layout8.png
  • Leadbox module: Added options “border: none” and button background
    /inc/css-functions.php
    /inc/custom-fields-definition.php
    module-leadbox.php
    style.css
  • Testimonials Module: Added 1 column layout option
    /inc/custom-fields-definition.php
    style.css

V 1.1.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
  • Changed the way widget title border is made
    style.css
  • Added option to customise footer colors (background, text color, links color)
    /inc/css-functions.php
    /inc/options-definition.php

V 1.1.3 (29/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
  • Carousel Gallery module adjustments
    functions.php
    /inc/custom-fields-definition.php
  • Removed unnecessary globalized variable
    /inc/qi-framework/modules-admin.php
  • Added link title to default footer copy
    /inc/options-definition.php
  • Paired Leadbox scripts code
    /js/scripts.js
  • WooCommerce small style adjustment
    /inc/woocommerce-style1.css

V 1.1.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
  • Added new RMS: Photographer
    /inc/dcontent/photographer/*
    /inc/dcontent_available.php

V 1.1.1 (04/05/2018)

  • Enabled the use of the Columns module inside another Columns module
    style.css
  • Minor copy fix
    /inc/options-definition.php
  • Fixed Google Fonts loading when only one font is used
    /inc/css-functions.php
  • Added conditional loading for Fonts function
    /inc/css-functions.php
    functions.php

V 1.1.0 (20/04/2018)

  • Updated Flexslider version to 2.7
    /js/scripts.js
  • Fixed bad semicolon placement
    module-portfolio.php
  • 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.0.9 (27/03/2018)

  • Fixed typo
    /inc/options-definition.php
    languages/pepperplus.pot
    inc/qi-framework/qi-framework.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
  • Added caption as link title for ligthbox use
    /inc/qi-framework/extras.php
    module-gallery.php

V 1.0.8 (12/03/2018)

  • 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.0.7 (20/02/2018)

  • Added new RMS: Moments
    /inc/dcontent/moments/*
    /inc/dcontent_available.php
  • Added Secondary Menu + New Header Layout 7
    functions.php
    /images/admin/header-layouts/header-layout5.png
    /images/admin/header-layouts/header-layout7.png
    /inc/css-functions.php
    /inc/jquery-mmenu.css
    /inc/options-definition.php
    /inc/theme-functions.php
    /js/scripts.js
    style.css
  • Replaced old mmenu script to work with the new secondary menu
    /js/scripts.js
  • Removed the edit pencil icon on pages
    style.css
  • Added video background option to Slogan module
    /inc/custom-fields-definition.php
    /js/scripts.js
    module-slogan.php
    style.css
  • Adding feature to open portfolio items on external links
    /inc/custom-fields-definition.php
    module-portfolio.php
  • Replaced stylesheet reference for child themes compatibility
    functions.php
  • Fixed FEE for Social Icons module
    /inc/qi-framework/at-editor/at-editor.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
  • 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
  • Styled new color swaches
    /inc/qi-framework/framework-styles.css

V 1.0.6 (17/01/2018)

  • Added new RMS: Coach
    /inc/dcontent/coach/*
    /inc/dcontent_available.php
  • Added new RMS: Lifestyle
    /inc/dcontent/lifestyle/*
    /inc/dcontent_available.php
  • Added new module: Tabs
    /inc/custom-fields-definition.php
    /js/scripts.js
    module-tabs.php
    style.css

V 1.0.5 (01/01/2018)

  • Updated Font Awesome version to 4.7.0
    /inc/qi-framework/font-awesome-list.php
    /inc/qi-framework/fonts/font-awesome/font-awesome.min.css
    /inc/qi-framework/qi-framework.php
  • 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
  • Added new module: Social Icons
    /images/admin/icons-shape/*
    /inc/custom-fields-definition.php
    module-social_icons.php
    style.css
  • Added module’s icon for new module: Social Icons
    /inc/qi-framework/images/mods/social_icons.png
  • Removed RMS images from theme package and switched RMS images origin to cloud
    /inc/dconent/*/*.jpg
    /inc/qi-framework/options-helper.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.0.4 (15/12/2017)

  • Added new option to Slogan module: a 2nd button
    /inc/custom-fields-definition.php
    inc/theme-functions.php
    module-slogan.php
    style.css
  • 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 Artisan Advanced Styles to plugins list
    functions.php

V 1.0.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
  • Added Custom Font option
    /inc/options-definition.php
  • Added autoplay and hide controls options to Video & Embeds Module
    /inc/qi-framework/extras.php
    /inc/custom-fields-definition.php
    module-video.php

V 1.0.2 (17/10/2017)

  • New header layout added (6)
  • Call to Action Module: added Layout option and button size option
  • CTA Module: Added “scroll-to-link” class to button
  • Columns Module: added 2 new layouts: 16 and 17
  • Team Module: added option to have rounded pictures
    /images/admin/columns-layouts/
    /inc/css-functions.php
    /inc/options-definitions.php
    /inc/custom-fields-definition.php
    module-columns.php
    module-cta.php
    module-team.php
    style.css
  • Added new RMS: Deco
    /inc/dcontent/deco
  • Added new RMS: Digital Agency
    /inc/dcontent/agency
  • 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.0.1 (4/10/2017)

  • Added Option: Logo Image Light Version (for Transparent header with Light color)
    /inc/options-definition.php
    /inc/theme-functions.php
  • Modified Slidable Insights so it can be just one insight
    styles.css
  • Added wp_kses_post to buttons to allow icons in Insights and Sl. Insights modules
    module-insights.php
    module-sl_insights.php
  • Added new RMS: Green Market
    /inc/dcontent/gmarket
  • Added new RMS: The Artist
    /inc/dcontent/artist