#dynamically add/remove rows in html table using php
Explore tagged Tumblr posts
Text
How to dynamically add/remove table row in jquery with example
How to dynamically add/remove table row in jquery with example
In this article, we will learn about how we can add/remove table rows in jquery as well as we will remove the selected row. Believe me, removing table rows in jquery going to be so easy simple you will understand easily how to remove/add table rows in jquery. To achieve the add/remove table row in jquery, I have used two predefined jquery functions one is append() and the second is…

View On WordPress
#dynamically add/remove row in html table using jquery#dynamically add/remove rows in html table using jquery#dynamically add/remove rows in html table using php#dynamically addremove column in html table using jquery#dynamically addremove rows in html table using javascript#dynamically addremove rows in html table using jquery#dynamically addremove rows in html table using php#how to dynamically add/remove table rows using jquery#how to dynamically addremove table rows using jquery#how to sum values from table column and update when remove or add new row in jquery#javascript add rows to table dynamically#jquery add row to table after specific row#jquery add row to table dynamically jsfiddle#jquery delete table row by id
1 note
·
View note
Text
AxGrid is angularJS based DataGrid and has a lot of features and some of them are unique.
View Presentation site and View on Github or View Invoicing Application based on this framework
I built this framework because the existing frameworks wasn't flexible enough for me, or simple to implement. All controls definitions (except control custom behaviour) are made in html view file. The documentation si not finished, and at this moment I just fixing some bugs.
With this framework you can: - creating new project/module quickly - has source files for new module, which allow you to run a new complex project in less then 30min (including database creation, backend configuration). View on github - development task automation - has configurable gulp tasks for: create index.html with all dependencies, compile scss, compile es6 to es5, minifying css, js, add/remove files from index.html, move files to wwwroot (public).
Possibility to have different versions for js, html files in development and production. Deploy files by sftp protocol to remote server, in production or development
Watchers used in development for add/remove file in index.html (with index.html regeneration), compile scss, verifying js files with jsHint, compile es6 to es5 (if you want), copy files to wwwroot or public folder. View on github - REST api - very handy and light libraries for connecting to databases in php View on github - theme, css - flexible way to load or build themes, adapted (partial at this moment) for mobile devices too. - generic application content - a generic main.html suitable for most application, with a side tree-view control for application menu. - login and users administrations pages - pages easy to customize, for login,and users administration. - ax-table, ax-list - data table, list having same core, with virtual rows and columns scroll, filtering, grouping and sorting, row editing, export. - ax-grid - more complex control having ax-table, editor, pivot table, master-details functions, profiles for pivot table or with different axTable configurations, columns layout, data grouping or sorting. - ax-dropdown-popup - very handy dropdown popup which is smart enough to auto arrange for being visible in browser window, no matter the launcher element is positioned - ax-dropdown-list, ax-dropdown-table - a dropdown list or table. - ax-text - text control. - ax-text-with-zoom - text control with popup editor. - ax-date, ax-datetime - date and datetime control based on uib-date-picker. - ax-checkbox - checkbox control. - ax-radio-options - a radio buttons control. - ax-file - control to upload file based on ng-upload. - ax-autocomplete - autocomplete control, having not only a readonly popup for select item you need, but also a popup contain an ax-table for editing source table (if you want/need) - ax-filter-pane - side panel control with multi selecting lists for setting filters. - ax-scroller - directive for horizontal toolbars, for defining scrollable container for buttons. - ax-tabs - a control for defining tabs control. - ax-tree-view - a tree view control. - ax-json-tree-view - a tree view for json objects - ax-dynamic-template,ax-dynamic-template-url - directive to include a template in any view - ax-url - attribute for defining trusted url. - auth-service - factory for auth. - ax-api - factory for connecting to backend. - ax-data-set - factory to store temporary data. - ax-data-store - factory with few information and methods needed across the application. - template-factory - factory for download html files from server.
At this moment the framework can be used with latest browsers Chrome (recommended), Fire Fox, Opera, Edge.
I'll be glad to know what you think about this.
1 note
·
View note
Text
XenForo 2.1.1 Stable Full
XenForo 2.1.1 is now available for all licensed customers to download. We recommend that all customers running previous versions of XenForo 2.1 upgrade to this release to benefit from increased stability. We have also made some improvements to the importer framework. Notably it is now possible to perform a multi-process import in order to make better use of multi-core processors. If you run an import via the CLI and you add the --processes option with a value greater than 1, then multiple PHP processes will be used to perform the import, instead of a single CPU core being used as is the PHP default. Your results may vary, but with the number of processes set to equal the number of physical cores on a sufficiently powerful server, you should notice a significant increase in performance. You can also run your import command with the new --finalize option which will run the finalize stage automatically after the data import has finished. While we're talking about importers we should also point out that we are today also releasing XenForo Importers 1.2.0 with a new "Invision Community Forums" importer, XenForo Media Gallery 2.1.1 which reintroduces a number of importers originally included in XFMG 1.x and XenForo Resource Manager 2.1.1 which includes an XFRM to XFRM importer. See below for more information. If you are upgrading from XenForo 2.1.0, please be aware that there is a new option called "Convert Markdown-style content to BB code" which is now disabled by default. If you would like to use Markdown-style formatting in your messages, you will need to enable this option first. Download XenForo 2.1.1 Other changes in XF 2.1.1 include:
Solve a critical bug which may allow an extreme number of push subscriptions to be inserted. (Thank you @vbresults)
When pasting tables into the RTE, remove the rowspan/colspan attributes as they aren't supported. For any rows that don't have enough cells, append additional cells to the end (which is what the BB code renderer would do).
When converting emoji shortcodes, ignore any that are also smilies. This effectively prioritizes smilies over emojis on conflict. Adjust the emoji autocompleter to match this behavior.
Don't set a default alt when inserting an attachment into the rich text editor. (If no alt is present, when rendered, it will default to the filename.)
Ensure that auto-completion does not insert an HTML-encoded value when doing a text-based completion.
Ensure that textareas and code editors do not trim the values received before they are displayed.
Use the absolute date and time for poll closing when editing a poll to ensure a consistent wording for the sentence structure.
Add alt attributes to reaction <img> elements.
Support editor icons in specific FA packs by specifying the icon as "fa(l|r|s|b) fa-icon-name".
Ensure that we use the push receiver's language when rendering a push notification from a template.
Send cache-control: no-cache for error images displayed by the image proxy. For successful fetches, set the max-age of the result based on when the next refresh is planned (and if unknown, cache for a day).
Support Markdown image embedding without any alt text and maintain the alt text from Markdown image embeds.
For min-max options, add validation to ensure that the max is never less than the min.
When adding an avatar URL to a registration, only apply the avatar if the user would have permission (once their account is in the valid state).
Don't set a length when setting up boolean columns in the schema manager as we don't actually output this for integer types.
Re-enable ctrl/cmd+enter to submit textareas by default
Fix an issue where some inline styling (such as colors) before a video can cause text to disappear unexpectedly.
Prevent LESS compilation errors if removing certain style property elements (namely ones passed into H-scroller variations).
Disable inline Markdown matches that are known to be smilies. (Note this only applies to exact matches.)
Prevent URLs from being unfurled in signatures.
Fix a situation where a URL would be double auto-linked if it started with www and was on its own line.
Dynamically adjust the RTE z-index so that editor overlays work as expected when the editor is within an overlay itself
Prevent an error if there is an orphaned user connected account record (for a user that doesn't exist) if that connected account is then re-associated with another user.
When counting line limits in signatures, ensure that URLs are not unfurled as this will give an incorrect line count.
Prevent duplicate key error from push subscription update.
When listing watched forums, properly display forums that are children of nodes that are not displayed in the node list.
Provide extra space in the structured list "meta" information (replies and views) cell for longer translations.
Allow category_view template to have search constraints for "This category".
Adjust phrase used on Google Analytics Web Property ID option phrase.
Correctly use the payment profile display title when displaying a list of payment profiles if a display title is defined.
Re-jig the wording and details of the Stripe payment profile page somewhat in an attempt to make the required steps clearer and ensure the instructions of where to find things is correct.
Clarify the format of the expected event hint for the editor_dialog event. We coerce the dialog name to be alphanumeric so essentially anything beyond a-z/0-9 is stripped.
Remove unused bit of code in the GA template.
Ensure we include the fullUnicode default for new installs in the config.php.default file.
When testing for push support, check we have access to the Notification API also.
Use the correct error phrase when a profile post spam decision has been set to denied.
Add support for the iso6 ftype when detecting whether we have a valid MP4 video.
Use a standard textbox (of password type) for the SMTP password as we do not require strength checking or hide/show buttons there.
Ensure that each editor instance starts with an empty set of buttons to remove so that removals only affect the desired editor.
Sort the locale list when editing a language in an accent insensitive way.
Display an error if no templates or style properties have been marked for mass reversion.
Ensure a user cannot be following or ignoring themselves as a result of a merge, and rebuild following caches correctly.
Automatically suggest a name for the import log table, based on the importer class name and a numeric suffix.
Adjust positioning of reaction summary on the thread list.
Update LightGallery to the latest version in order to fix an issue with the slideshow pause button.
Use correct function name for reaction score ratio criteria.
Use a slightly more strict regex when detecting shortcodes in order to not necessarily attempt to replace embedded shortcodes, especially those inside URLs.
Improve behaviour of lists in content when they are used adjacent to floated images.
When inserting the description received by XF.DescLoader.onLoad run it through XF.setupHtmlInsert to ensure the resulting HTML is activated and any new JS is initialized.
When validating email addresses when handling email bounces, do so in a non-strict mode and ignore minor errors.
Exclude disabled reactions from the thread list reaction summaries.
Adjust usernameLength option so the max value cannot exceed 50 (the hardcoded username limit). Also apply that max value to the register form, rather than the max username limit (50).
Ensure a permission check happens at the point of running a search.
Prevent an error when building the backtrace of an error message that has no arguments.
When deleting a reaction definition, delete all reactions of that type to ensure correct and consistent behavior.
Add contentType values to the Report/ReportComment entity structure.
Add a hint which suggests that adding bookmark labels is optional.
Support passing in a custom perPage value to entityColumnsToJson and tableColumnsToJson methods. Set XF:ErrorLog.request_state to do only 300 per page - this table's records are quite data heavy and has been seen to exhaust memory limits.
Delay logging when inserting an emoji via the editor menu so that the emojis do not switch position until 1.5 seconds after you stop inserting emojis.
Change the double-encoded & to simply & in the custom field edit template.
For consistency with similar option groups, separate the "Enable content tagging" option from the other options on the page.
Ensure the tagLength option cannot exceed a maximum length of 100.
Fix next/prev month button color in the date picker and allow date ranges to pull colors from the style properties.
Apply the body font family to message previews.
When processing ajax responses, activate HTML elements after executing any inline scripts.
Allow detection of failed unfurl image loads even when the image proxy is enabled.
Add new template extension points for member_macros in the XF:action_groupsuter_start and XF:action_groupsuter_end positions.
Display the enableTrophies option on the user-title-ladder page so that the trophy points option can be kept disabled or re-enabled if trophies are being enabled/disabled.
Only apply the "Show value" option to member stats if the sort order is numeric (by default, if the sort order is not "username").
In some option templates, protect against invalid user ID data
Fix accidental N+1 query behavior on received reactions page and ensure consistent "all" vs type-specific counts.
Remove the default values for first_post_reaction_score in the Thread searcher, similar to the reaction_score in the User searcher.
Improve performance of loading the editor emoji menu on Android devices.
Remove inconsistent <b> tags from notice edit message explain phrase.
Add missing fal class in the core_contentrow less.
Remove commented out menu headers from navigation item menus.
Always apply the default prefix for a forum on reports sent into a forum.
Make it easier to add additional menus/buttons to the member tooltip/member view template.
Trigger class extension hint file to be rebuilt on class extension import.
When navigating directly to the post-thread page for a forum, attempt to use a predefined title (from the title URL param) if it is available.
Fix code event description argument list for app_admin_render_page event.
Add aria-hidden="true" to share icon placeholders.
In filter lists, do not count rows which we have forced to show - they most likely represent information rather than found results.
Do not duplicate the data-xf-init attribute on the prefix_input template.
Use SFS' load balanced API for SFS lookups. (Submissions do not appear to have changed).
Parse user mentions before MD parsing to avoid issues with user names that have valid MD-style markup.
Use a sufficient number of backslashes (5!) to appropriately escape the fnMaxLength templater function shortname regex.
Replace all hard-coded instances of N/A to the n_a phrase.
Swap order of filters and additional params on the forum_view "Show older items" link.
Add aria-hidden="true" to icon placeholder in the react HTML.
Hide links within ispoilers (and make them clicking the link not trigger while the spoiler is blurred).
Prevent an InvalidStateError in some cases with the numberbox input. Also change its support detection and prevent the stepping starting from an unexpected number.
Allow content_username and content_user_id to be empty/0 by default in the moderator log.
When navigating to a cached page, use conversation/alert unread counters from the most recent stored data, rather than what may have been included with the cached result.
The following public templates have had changes:
app_nav.less
app_sectionlinks.less
app_staffbar.less
bb_code.less
bb_code_preview.less
bookmark_edit
bookmark_macros
category_view
core_bbcode.less
core_block.less
core_contentrow.less
core_menu.less
core_pikaday.less
core_tab.less
editor.less
forum_post_thread
forum_view
google_analytics
member_macros
member_tooltip
member_view
PAGE_CONTAINER
poll_macros
prefix_input
register_form
register_macros
share_page_macros
structured_list.less
thread_list_macros
Where necessary, the merge system within the "outdated templates" page should be used to integrate these changes. As always, new releases of XenForo are free to download for all customers with active licenses, who may now grab the new version from the customer area. Note: add-ons, customizations and styles made for XenForo 1.x are not compatible with XenForo 2.x. If your site relies upon these for essential functionality, ensure that a XenForo 2 version exists before you start to upgrade. We strongly recommend you make a backup before attempting an upgrade. Current Requirements Please note that XenForo 2.1.x has higher system requirements than XenForo 1.x. The following are minimum requirements:
PHP 5.6 or newer (PHP 7.3 recommended)
MySQL 5.5 and newer (Also compatible with MariaDB/Percona etc.)
All of the official add-ons require XenForo 2.1.
Enhanced Search requires at least Elasticsearch 2.0.
Installation and Upgrade Instructions for XenForo 2.1 Full details of how to install and upgrade XenForo can be found in the XenForo 2 Manual. Note that when upgrading from XenForo 1.x, all add-ons will be disabled and style customizations will not be maintained. New versions of add-ons will need to be installed and customizations will need to be redone. We strongly recommended that you make a backup before attempting an upgrade. Once upgraded, you will not be able to downgrade without restoring from a backup.
XF-V2.1.1.zip
source https://xenforoleaks.com/topic/290-xenforo-211-stable-full/
0 notes
Text
DynamiX - Business / Corporate WordPress Theme
https://opix.pk/blog/dynamix-business-corporate-wordpress-theme/ DynamiX - Business / Corporate WordPress Theme https://opix.pk/blog/dynamix-business-corporate-wordpress-theme/ Opix.pk LIVE PREVIEWBUY FOR $49 DynamiX is a dynamic, fast responsive business WordPress theme. Whether you require an Shop, Business, Professional, Portfolio, Blog or One Page site, DynamiX will suit your purpose. DynamiX 7 now available – Released April 2018 with a major update, completely re-written and more dynamic than ever. Last Update September 20th, 2018 DynamiX is a true multi-purpose theme. Not only create any page you desire, but you can use as a Shop, Community, and One-Page Parallax site too. DynamiX comes with a set of powerful admin options to help you create the perfect site. Set options globally across your site and on a page by page basis too to create the truly unique look. Showcase your work with the incredible DynamiX Galleries – Grid, Stage and Group Slider. DynamiX even includes the awesome Slider Revolution. DynamiX includes the incredibly powerful Visual Composer plugin to help you create any page you desire. It also includes bespoke addons and is compatible with 3rd party addons too. Don’t waste time! Simply use the “one-click” demo install button to install the demo content as you see on the demo site, it’s that easy! DynamiX is translate ready with the ability to translate into any language. It works great with WPML and other translation plugins! DynamiX – Responsive WordPress Theme Feature Packed! WPML Multilingual Plugin and Translation Ready. (also includes the .po and .mo files) Responsive HTML5 / CSS3 Design Plugin Integration bbPress BuddyPress Woocommerce Retina Ready SEO Optimization – Search Engine Optimization, including Google Page Speed. Powerful Skin Editor Unlimited Skins Build Your Own Skin Unlimited Colors Google Fonts + Typography Control Powerful Admin Options: Enable / Disable Responsive Global Layouts for Pages / Blog Pages Number of Sidebars Customize Blog Layout ( Normal / Grid ) Customize Blog Images ( Size, Effect, Position ) Customize Blog Metadata ( Left align / Below title ) Excerpt Control Global Header Settings ( Add custom HTML, disable drop panel and search ) Global Footer Settings ( Add custom HTML, disable lower footer ) Global Social Media Options ( with custom URL’s for icons ) Customize Theme ( Custom CSS, Mobile CSS, Custom Scripts ) + tonnes more Child Theme Multisite compatible ( See licensing options for multi-site use ) Page Builder ( Custom version of Visual Composer ) 8 Highly Configurable Stunning Galleries Revolution Slider Stage Nivo iSlider Group Slider Grid Gallery Accordion 3d Piecemaker Filterable Portfolio Gallery Slide Manager Flckr Sets Support Image Effects Frame Shadow Reflection Shadow + Reflection Black & White Black & White + Frame Black & White + Shadow Wistia Video Hosting Integration Select Menus per page Post Formats Support Page Layout Options Full Width 1x Columns (Left Align, Right Align) 2x Columns (Left Align, Right Align, Left & Right) Pricing Tables jQuery features: Accordion Tabs Vertical Tabs Toggle (Reveal) Content Animator Fancybox Lightbox Social Media: 16 Social Icons with Custom URL’s Facebook Like Tweet + Counter Google+ Recommend Pin it ( Pinterest ) Twitter Feed Custom Widgets Lightweight Contact Form Animated Widget Gallery Posts Images Text Post Formats Text Widget Shortcode Support Theme Update Notifier Documentation, Screencasts, Demo XML + Dedicated Support Forum See change log below: Version 7.4 - 29th November 2018 - WPBakery Page Builder Update - Page Skin Fix Version 7.3 - 20th September 2018 - WPBakery Page Builder Update - Revolution Slider Update - Disable Google Font Option - Disable WP Emoji & Migrate Options - Skin Fixes - General Bug Fixes Version 7.2 - 18th July 2018 - New Business Demo, Founder. https://dynamix.acoda.com/founder - Visual Composer Update - Post Video Fix - Background Image Fix - Pricing Table Update - General Bug Fixes Version 7.1 - 21st May 2018 - New Store Demo, Apparel. http://dynamix.acoda.com/apparel - WooCommerce buttons added to Shop pages - Async Google Fonts - Social Icons Widget Fix - - Search Icon Fix - Bug Fixes Version 7.0.1 - 30th April 2018 - Visual Composer Update - Revolution Slider Update - Text domain Fix - Classic Skin Fix for Menu in Mobile ( Skin will have to be deleted and re-selected to take affect ) - Child Theme Fix - Demo Import Fixes - Techbyte Demo Skin Fix Version 7 - 24th April 2018 - Brand new Demos - Reworked Frontend - Reworked Admin - Reworked Skin Editor - Additional Functionality Added - Removed all deprecated functions - Improved page speed Version 5.3 - 20th April 2016 - Visual Composer Update - Revolution Slider Update - Contact Form Fix ( PHP 5.3+ ) Version 5.2 - 14th February 2016 - Sidekick - 1 full year of access to SIDEKICK?s premium walkthroughs for FREE - Visual Composer Update - Added Transparent Header Link Hover - WP 4.5 compatibility - BuddyPress Cover Image Fix - Portfolio Fix For Shortcodes - Singe Image Target Fix - Customizer Fix - Grid Gallery Fix - Portfolio Categories in Visual Composer Fix Version 5.1 - 10th January 2016 - Visual Composer Update - Revolution Slider Update - BuddyPress Cover Images - Slide Set Lazy Load Fix - Fix for Gallery Attached Media - General Bug Fixes Version 5.0.4 - 13th October 2015 - Fix Post Display Title - Logo Display Fix - Fix For Errors With Visual Composer - Fix for Pagination on Home Page Galleries - Added Pagination for Portfolio Posts Version 5.0.3 - 9th October 2015 - Revolution Slider update ( 5.0.9 ) - Visual Composer ( 4.7.4 ) Version 5.0.2 - 20th August 2015 - Revolution Slider update ( Fix for WP 4.3 ) - WP 4.3 shortcode fixes - Customizer Fix for WP 4.3 - Grid Gallery Shadow Fix - Desktop Only Sticky Header - Mobile Menu Font Styling Improved - Fix ability to select "Portfolio Categories" - Demo Data Fix Version 5.0.1 - 11th August 2015 - Fix Mobile Menu Icon Color - Re-worked Skins - BuddyPress Styling Improved - Revolution Slider 5 - Option to Remove Footer / Header Shadow Version 5.0 - 30th July 2015 ** HAPPY 5th BIRTHDAY DYNAMIX ** - Brand new demo site - Transparent Headers - Widget Area for Header - Modern Styling - Visual Composer Update - YouTube Video Backgrounds - Easy Image Selector For Galleries ( See Image Selector Datasource ) - Portfolio Categories for Post Grid and Masonry Post Grid - Anchor ScrollTo function for Rows - Portfolio Admin Options - Much Improved Woocommerce Styling - Much Improved bbPress Styling - Much Improved Mobile Menu - Much Improved Mega Menu - Improved Blog Excerpt - Improved Full Height Rows - Improved Front-End Editing - Improved Sticky Menu - Contact Form 7 Integration Version 4.3.1 - 30th June 2015 - Better Excerpt Function ( No need for a plugin now ) - Visual Composer Update with Security Fix - IE11 Gradient Fix - General Bug Fixes Version 4.3 - 12th May 2015 - Wide Rows + Wide Content - Improved Parallax ( Now with fade ) - Visual Composer Update - All Visual Composer Elements + Styling enabled by default - IE Fix for Gradient Backgrounds - URL Anchor Links Now Function - Post Categories Fix for Sliders Version 4.2.4 - 24th March 2015 - Row Background Fix - WordPress Security Fix - Revolution Slider Update - Visual Composer Update - Search Pagination Fix - Translation Fix for Grid Filtering - Extended Menu Fix Version 4.2.3 - 13th February 2015 - Search Fix - Image Ratio Improvement ( Now set only a height value for auto width ) - Font Awesome Update - StyledBox Fix - Option to enable all VC elements ( Theme Options > General ) Version 4.2.2 - 2nd February 2015 - Customizer Fix - Visual Composer 4.4.2 - Image Path Fix - T_FUNCTION error fix - Tabs Scroll Fix - No Search Term Fix - Added Visual Composer Image Gallery Support - General Bug Fixes Version 4.2.1 - 20th January 2015 - Max Width Fix ( Theme Options > General ) - Theme Update Admin Option - Customizer Fix - Visual Composer 4.4.1 - Video Fix Version 4.2 - 22nd December 2014 - Site Width Control - Global Featured Image Control for Blog - Footer Height Fills Rest of Page - Lighter / Cleaner CSS for Drop Panel - Scroll-to Function ( For One-Page Parallax ) - New CleanGreen Skin - Fixed Customizer for WordPress 4.1 - Visual Composer 4.3.5 Update - Revolution Slider 4.6.5 Update Version 4.1 - 6th September 2014 - Simpler Admin Options - Better Ubermenu Integration - Visual Composer 4.3.3 Update - Revolution Slider 4.6 Update - FontAwesome Update - Slide Set order by name - Change blog image alignment to align with content text too - Password Protected Post Fix - Pricing Table Fix for VC 4.3 + - Social Icons Align Fix - List indent fix - Video Stretch Fix for JW Player - Auto to top button re-positioned - Flickr Update Version 4.0.8 - 12th June 2014 - Visual Composer Update v4.2.2 - Extra Font Icons ( Font Awesome Update ) - Page Comments Fix - Revolution Slider Update - BuddyPress Hidden Registration Fields Fix - Page Skin Select Fix - Visual Composer Updates / Activation Notifications Disabled Version 4.0.7 - 30th May 2014 - Visual Composer Update v4.2.1 - bbPress styling fix ( TinyMCE ) - Stage Gallery Title Overlay Fix - Flickr Fix Version 4.0.6 - 22nd May 2014 - Visual Composer Update ( 4.1.3.1 ) - Editor Quick Shortcode Fix for Lists - Comments Fix - Parallax with Revolution Slider Fix - Fixed Social Media Permalinks in Posts - bbPress styling Fix Version 4.0.5 - 5th May 2014 - Visual Composer Update ( 4.1.2 ) - Revolution Slider Update - Editor Quick Shortcode Fix for WP 3.9 - BuddyPress styling fixes - Tabs display full width fix Version 4.0.4 - 18th April 2014 - Visual Composer Update ( 4.1 - 4.1.1 currently contains bugs ) - Revolution Slider Update - WP 3.9 Bug Fixes Version 4.0.3 - 14th April 2014 - Visual Composer Update - Revolution Slider Update - RESS max image size for mobile and tablets Version 4.0.2 - 2nd April 2014 - Parallax Mobile Width Fix - Admin Options Notice Duplication - Offline documentation - Enqueue Google Fonts Version 4.0.2 - 24th January 2014 - Visual Composer Update - Wide Row / Parallax Full Width Fix - Postmeta Author Name Fix - Recent Post Excerpt Fix - White Text Style ( VC > Text Block > Styles ) - WP 3.8.x Admin Bar Fix - Mobile Menu Trigger Fix Version 4.0.1 - 30th December 2013 - Updated Revolution Slider - Improved BuddyPress integration - Improved BuddyPress styling - iPad Menu Fix - Implemented Rich Snippets Version 4.0 - 19th December 2013 - Visual Composer Update - Re-worked all existing Skins - Parallax and Custom Row Backgrounds - Font Awesome Icons Integration - Font Icon Shortcode ( Choose from 369 icons ) - Updated Theme Graphics - Sticky Header Fix - New Mobile Menu Integration - Improved SEO Page Title - Updated Admin Interface Version 3.2.1 - 22nd November 2013 - Revolution version 4.0.6 Update ( DynamiX/plugins/ ) - Also Fixes Ubermenu Issue - Fix Retina Scroll Logo - Social Sharing Toolkit Plugin Admin Compatibility Version 3.2 - 4th November 2013 - Load plugins remotely via TGM - Portfolio Post Limit Field - Breadcrumbs Fix - iSlider Thumbnail Resize - Load core JS file in the footer - Posts Limit Fix For Visual Composer Galleries - Fix Retina ( Desktop ) Logo - Fix Logo Scroll Resize Version 3.1.2 - ( 16th September 2013 ) - Add CSS Classes to Toggle / Styled Box - Shortcodes for Text Editor - Improved Slide Set performance - Mobile Navigation Location ( Set a menu for mobile devices ) - Visual Composer Portfolio Sort / Excerpt Options - Stage Gallery - One Slide Video Fix - Sticky Menu Admin Bar Fix - Updated Visual Composer - Updated Revolution Slider Version 3.1.1 - ( 12th August 2013 ) - Pie Chart Element - Textdomain Fix - Mobile Sidebar Align Fix - BuddyPress Sidebar Fix ( Sidebar, Content, Sidebar ) - Twitter Solution + API Options - First Image Detection Option - Improved Localization - Menu Animation Improvement - Woocommece styling improvement - Accordion auto height fix Version 3.1 - ( 30th July 2013 ) - Sticky Menu Option - Wide Row Class - Parent Menu Highlight - Revolution Slider Update - One-Click Install - New Demo Content - Sidebar content is now set after main content - Improved Localization - BBPress Layout Fix - Twitter Icon Update - Fixed Visual Composer Bleeding into Content Issue - Fixed PHP 5.4 Errors with mapper.php - Social Icon in VC Fix Version 3.0.5 – ( 12th July 2013 ) Added Accordion Active Tab WPML Flag Area Slide Sets removed from Search Results Flickr slow loading Fix Stage Gallery Visual Composer Timeout Fix Visual Composer Update ( Fixes PHP errors ) Content Animator in Stage Gallery Fix Image Effect Shortcode CSS Class Fix Version 3.0.4 – ( 26th June 2013 ) Animate Elements onto Page Slide Set Multiple Video Fix Slide Sets removed from Search Results Gallery ID fix Page / Post ID Data Source Type StyledBox Heights LinkedIn Social Icon Share Fix Visual Composer Fix Product Category / Tag Data Source Revolution Slider Button Fix Text Block Edit ( Visual Composer ) Fix Theme Options Restore Fix Twitter Update now using 1.1 API iPad / iPhone Landscape Fix JW Player Video within Galleries Improved Version 3.0.3 – ( 30th May 2013 ) Progress / Graph Bar Feature Add WordPress Widgets to a Page Visual Composer Update – Vastly Improved Performance Multiple Slide Set fix Author “Display name publicly as” option ( Posts / Header ) JW Player, YouTube, Vimeo Video Stops on Gallery Slide Change Accordion Shortcode Mini-titles Fix Post Gallery Sort / Orderby Fix Simpler Default Skin option Version 3.0.2 – ( 6th May 2013 ) Branding Display Toggle Visual Composer Gallery ID Fix Better RTL support Revolution Slider in Visual Composer Author Bio Fix with Woocommerce Audio support in JW player lightbox Child-Theme BuddyPress / bbPress support Improved Search Page Visual Composer Update Revolution Slider Update Version 3.0.1 – ( 22nd April 2013 ) BuddyPress 1.7 Support Retina Branding Support ( See Theme Options > Header ) JW Player Lightbox Support Woocommerce Page Layout Admin ( See Theme Options > Woocommerce ) Full Screen Video Background Support Read More Disable ( Slide Sets ) Fix Standard Heading Font Family Fix JS Composer PHP 5.4 Fix Image Resizing Fix ( affected servers only ) Drop Panel / Search Display Fix Theme Options export / import Function Custom Button URL ? Fix Content Animator in Stage Gallery ? Fix Version 3.0 ( Major Update ) 8th April 2013 New HTML5 / CSS3 Design New Responsive Functionality Complete New Admin Simpler, more intuitive set of Page / Post options Page Builder ( Extended version of Visual Composer ) New LIVE Skin Customizer ( Extends the WP Customizer function ) New Gallery Slide Set Manager Replaced Timthumb with an WP Image Resizer Script Revolution Slider iSlider Nivo Slider Woocommerce integration PHP 5.4 Compliant UPDATED 6th November 2012 DynamiX 2.9.2 Twitter Fix BuddyPress 1.6 Compatibility + Styling Improvements Woocommerce Breadcrumb Fix UPDATED 9th August 2012 DynamiX 2.9.1 Woocommerce Integration with Cart bbPress 2.1 Compatiblity Category Description for Blogs Lightbox For Stage Gallery Drop Panel Trigger Close Function UPDATED 21st May 2012 DynamiX 2.9 Contact Form Widget Author Bio / Name Fix Excerpt content Improved Event Manager Plugin (Maps) Compatibility BuddyPress / bbPress border settings Fix Left Slider Navigation Hover Effect Fix Theme My Login plugin Fix Black&White effect Fix Recent Posts Order Fix UPDATED 22nd March 2012 DynamiX 2.8.9 black & white image effect excerpt html support priority loading (option to improve google page load) improved plugin compatibility (jquery) related posts post navigation metadata for recent posts fix for jigoshop conflict fix for accordion timeout improved documentation fix child theme global author bio option (blog settings) UPDATED 4th January 2012 DynamiX 2.8.8 YouTube Playlist and Youtu.be Support German Translated Improved plugin compatibility Zoom Crop Fix for Stage and 3d Gallery Post Image Fix Gallery widget disable read more text Blockquote center fix WPAdmin Bar Fix Custom CSS Fix UPDATED 14th December 2011 DynamiX 2.8.7 Full integration with BBPress plugin (forum software without use of BuddyPress) Full integration with WP e-Commerce plugin (add shop products into Galleries) Improved BuddyPress styling Skin Settings Page – Add your own skin colours/image for the Outer Skin + change font settings. Easily backup and import your Gallery Slide Set Slides. Updated documentation UPDATED 27th October 2011 DynamiX 2.8.6 Full Featured Recent Posts Shortcode WP Thumbnail integration with Blog and Galleries BuddyPress update and fixes Extra Header options including Menu/Branding positions Extended Menu (mega menu) system Updated documentation UPDATED 4th October 2011 DynamiX v2.8.5 BuddyPress 1.5 Compatible RTL Support (beta) Accordion – collapse all panels option Extra compatibility with plugins including Events Manager Add HTML to header option Add Favicon option Combined some CSS files UPDATED 21st August 2011 DynamiX v2.8.4 Latest Timthumb Security Patch Grid Filterting Lightbox Fix 7 Grid Columns UPDATED 21st July 2011 DynamiX v2.8.3 New automatic Slide Set feature for inserting images Select Multiple Slide Sets Select Multiple Filter Categories for Slide Sets New Ajax Form New Documentation JW Player Plugins Option Changelog UPDATED 19th June 2011 DynamiX v2.8.2 Revised Gallery Slide Set System Option to Disable Timthumb Video Shortcode Grid & Group Slider Tite/Text Overlay Image Option Group Slider Auto-Rotate option Accordion Image Fix Animated Filtering Fix for Posts YUI compressed Javascript Front/Admin New Screencasts (See documentation) XML Sample Data Included Change to .MO Language Translate System (See documentation) Added Drop Panel and Footer column options (Select between 1 and 4 columns) UPDATED 15th April 2011 DynamiX v2.8.1 Faster Gallery Slide Set Save Blog Settings Fix JW Player Skin Option Image Shortcode Lightbox Fix Grid Gallery Multiple Category Filtering (Posts) UPDATED 18th March 2011 DynamiX v2.8 DynamiX Child Theme Piecemaker 2 JW Player embed optionhttp://dynamix.creativeworkz.co.uk/galleries-2/stage/ Embed into Galleries Instruction to include into Lightbox Grid Gallery 4, 5, 6 Column Options Grid Gallery Animated Category Filteringhttp://dynamix.creativeworkz.co.uk/5-columns-sortable/ iPhone/iPad 3d Gallery Fall Back (3d Gallery) Menu Navigation Loop Bug Fix Shortcode Image Gallery with new Animation Effects See Slide 4 -> Tab 2 http://dynamix.creativeworkz.co.uk/galleries-2/stage/ Text Only Stage Gallery Put shortcodes within the Stage Gallery See slide 4 http://dynamix.creativeworkz.co.uk/galleries-2/stage/ Add Remove Read More Link Upgraded Prettyphoto upgrade/move stylesheet Reduce SQL query calls Change jQuery calls procedure Blog Image Display Bug Fix Add image effect settings for Blog Settings Page Accordion excerpt issue Bug Fix Change Accordion gallery image ratio Dates to WP settings Add further language support WP Next Page Pagination Formatting Disable All Stage Gallery Navigation Option HTML5 Doctype JQUERY v5.1 Timthumb Upgrade UPDATED 1st Feb 2011 DynamiX v2.7.5 Fix Javascript plugin compatibility Grid Blog Template Image/Text Wiget Gallery with 20+ effects UPDATED 8th Jan 2011 DynamiX v2.7 Accordion Gallery Admin Shortcode Generator Fix Breadcrumbs Fix UPDATED 03rd Jan 2011 DynamiX v2.6.5 3d Gallery New Admin Options and Skin Excerpt limit option for Galleries Faster load times UPDATED 15th December 2010 (v2.6) Great new features NON-Post Gallery System 5 New Dark Colour Skins Full Widget Support for Footer and Drop Panel Columns Added BuddyPress Compatibility (includes BBPress Support) Faster load times UPDATED20th October 2010 (v2.5) Great new features 5 New Skins Custom Skin Creator BuddyPress Support with built in theme Extra blog options with greater image control iPhone/iPad video support via Vimeo Random and Title sort by options added for Galleries UPDATED 2nd September 2010 (v2.1.1) The following has been resolved Stage Gallery Bug with 1 Image Slider Gallery within Reveal Content Shortcode Fixed Extra Translation Terms UPDATED 30th August 2010 Now includes the following Video in all Galleries (SWF, YouTube, Vimeo) Set Stage Gallery Timeout Set individual Gallery Slide Timeout (Match Video Length) Drop Caps Shortcode List Shortcode Reveal Content Shortcode Extra Translation Fields UPDATED Now includes the following Dedicated BLOG (With Page Functionality) JQUERY Tabs JQUERY Accordion Improved Post Gallery (Post Order/Number of Posts) New Style Box Source
0 notes
Text
DynamiX - Business / Corporate WordPress Theme
New Post has been published on https://click.atak.co/dynamix-business-corporate-wordpress-theme/
DynamiX - Business / Corporate WordPress Theme
DynamiX is a dynamic, fast responsive business WordPress theme. Whether you require an Shop, Business, Professional, Portfolio, Blog or One Page site, DynamiX will suit your purpose.
DynamiX 7 now available – Released April 2018 with a major update, completely re-written and more dynamic than ever.
Last Update July 18th, 2018
DynamiX is a true multi-purpose theme. Not only create any page you desire, but you can use as a Shop, Community, and One-Page Parallax site too.
DynamiX comes with a set of powerful admin options to help you create the perfect site. Set options globally across your site and on a page by page basis too to create the truly unique look.
Showcase your work with the incredible DynamiX Galleries – Grid, Stage and Group Slider. DynamiX even includes the awesome Slider Revolution.
DynamiX includes the incredibly powerful Visual Composer plugin to help you create any page you desire. It also includes bespoke addons and is compatible with 3rd party addons too.
Don’t waste time! Simply use the “one-click” demo install button to install the demo content as you see on the demo site, it’s that easy!
DynamiX is translate ready with the ability to translate into any language. It works great with WPML and other translation plugins!
DynamiX – Responsive WordPress Theme
Feature Packed!
WPML Multilingual Plugin and Translation Ready. (also includes the .po and .mo files)
Responsive HTML5 / CSS3 Design
Plugin Integration
bbPress
BuddyPress
Woocommerce
Retina Ready
SEO Optimization – Search Engine Optimization, including Google Page Speed.
Powerful Skin Editor
Unlimited Skins
Build Your Own Skin
Unlimited Colors
Google Fonts + Typography Control
Powerful Admin Options:
Enable / Disable Responsive
Global Layouts for Pages / Blog Pages
Number of Sidebars
Customize Blog Layout ( Normal / Grid )
Customize Blog Images ( Size, Effect, Position )
Customize Blog Metadata ( Left align / Below title )
Excerpt Control
Global Header Settings ( Add custom HTML, disable drop panel and search )
Global Footer Settings ( Add custom HTML, disable lower footer )
Global Social Media Options ( with custom URL’s for icons )
Customize Theme ( Custom CSS, Mobile CSS, Custom Scripts )
+ tonnes more
Child Theme
Multisite compatible ( See licensing options for multi-site use )
Page Builder ( Custom version of Visual Composer )
8 Highly Configurable Stunning Galleries
Revolution Slider
Stage
Nivo
iSlider
Group Slider
Grid Gallery
Accordion
3d Piecemaker
Filterable Portfolio
Gallery Slide Manager
Flckr Sets Support
Image Effects
Frame
Shadow
Reflection
Shadow + Reflection
Black & White
Black & White + Frame
Black & White + Shadow
Wistia Video Hosting Integration
Select Menus per page
Post Formats Support
Page Layout Options
Full Width
1x Columns (Left Align, Right Align)
2x Columns (Left Align, Right Align, Left & Right)
Pricing Tables
jQuery features:
Accordion
Tabs
Vertical Tabs
Toggle (Reveal)
Content Animator
Fancybox Lightbox
Social Media:
16 Social Icons with Custom URL’s
Facebook Like
Tweet + Counter
Google+ Recommend
Pin it ( Pinterest )
Twitter Feed
Custom Widgets
Lightweight Contact Form
Animated Widget Gallery
Posts
Images
Text
Post Formats
Text Widget Shortcode Support
Theme Update Notifier
Documentation, Screencasts, Demo XML + Dedicated Support Forum
See change log below:
Version 7.2 - 18th July 2018 - New Business Demo, Founder. https://dynamix.acoda.com/founder - Visual Composer Update - Post Video Fix - Background Image Fix - Pricing Table Update - General Bug Fixes Version 7.1 - 21st May 2018 - New Store Demo, Apparel. http://dynamix.acoda.com/apparel - WooCommerce buttons added to Shop pages - Async Google Fonts - Social Icons Widget Fix - - Search Icon Fix - Bug Fixes Version 7.0.1 - 30th April 2018 - Visual Composer Update - Revolution Slider Update - Text domain Fix - Classic Skin Fix for Menu in Mobile ( Skin will have to be deleted and re-selected to take affect ) - Child Theme Fix - Demo Import Fixes - Techbyte Demo Skin Fix Version 7 - 24th April 2018 - Brand new Demos - Reworked Frontend - Reworked Admin - Reworked Skin Editor - Additional Functionality Added - Removed all deprecated functions - Improved page speed Version 5.3 - 20th April 2016 - Visual Composer Update - Revolution Slider Update - Contact Form Fix ( PHP 5.3+ ) Version 5.2 - 14th February 2016 - Sidekick - 1 full year of access to SIDEKICK?s premium walkthroughs for FREE - Visual Composer Update - Added Transparent Header Link Hover - WP 4.5 compatibility - BuddyPress Cover Image Fix - Portfolio Fix For Shortcodes - Singe Image Target Fix - Customizer Fix - Grid Gallery Fix - Portfolio Categories in Visual Composer Fix Version 5.1 - 10th January 2016 - Visual Composer Update - Revolution Slider Update - BuddyPress Cover Images - Slide Set Lazy Load Fix - Fix for Gallery Attached Media - General Bug Fixes Version 5.0.4 - 13th October 2015 - Fix Post Display Title - Logo Display Fix - Fix For Errors With Visual Composer - Fix for Pagination on Home Page Galleries - Added Pagination for Portfolio Posts Version 5.0.3 - 9th October 2015 - Revolution Slider update ( 5.0.9 ) - Visual Composer ( 4.7.4 ) Version 5.0.2 - 20th August 2015 - Revolution Slider update ( Fix for WP 4.3 ) - WP 4.3 shortcode fixes - Customizer Fix for WP 4.3 - Grid Gallery Shadow Fix - Desktop Only Sticky Header - Mobile Menu Font Styling Improved - Fix ability to select "Portfolio Categories" - Demo Data Fix Version 5.0.1 - 11th August 2015 - Fix Mobile Menu Icon Color - Re-worked Skins - BuddyPress Styling Improved - Revolution Slider 5 - Option to Remove Footer / Header Shadow Version 5.0 - 30th July 2015 ** HAPPY 5th BIRTHDAY DYNAMIX ** - Brand new demo site - Transparent Headers - Widget Area for Header - Modern Styling - Visual Composer Update - YouTube Video Backgrounds - Easy Image Selector For Galleries ( See Image Selector Datasource ) - Portfolio Categories for Post Grid and Masonry Post Grid - Anchor ScrollTo function for Rows - Portfolio Admin Options - Much Improved Woocommerce Styling - Much Improved bbPress Styling - Much Improved Mobile Menu - Much Improved Mega Menu - Improved Blog Excerpt - Improved Full Height Rows - Improved Front-End Editing - Improved Sticky Menu - Contact Form 7 Integration Version 4.3.1 - 30th June 2015 - Better Excerpt Function ( No need for a plugin now ) - Visual Composer Update with Security Fix - IE11 Gradient Fix - General Bug Fixes Version 4.3 - 12th May 2015 - Wide Rows + Wide Content - Improved Parallax ( Now with fade ) - Visual Composer Update - All Visual Composer Elements + Styling enabled by default - IE Fix for Gradient Backgrounds - URL Anchor Links Now Function - Post Categories Fix for Sliders Version 4.2.4 - 24th March 2015 - Row Background Fix - WordPress Security Fix - Revolution Slider Update - Visual Composer Update - Search Pagination Fix - Translation Fix for Grid Filtering - Extended Menu Fix Version 4.2.3 - 13th February 2015 - Search Fix - Image Ratio Improvement ( Now set only a height value for auto width ) - Font Awesome Update - StyledBox Fix - Option to enable all VC elements ( Theme Options > General ) Version 4.2.2 - 2nd February 2015 - Customizer Fix - Visual Composer 4.4.2 - Image Path Fix - T_FUNCTION error fix - Tabs Scroll Fix - No Search Term Fix - Added Visual Composer Image Gallery Support - General Bug Fixes Version 4.2.1 - 20th January 2015 - Max Width Fix ( Theme Options > General ) - Theme Update Admin Option - Customizer Fix - Visual Composer 4.4.1 - Video Fix Version 4.2 - 22nd December 2014 - Site Width Control - Global Featured Image Control for Blog - Footer Height Fills Rest of Page - Lighter / Cleaner CSS for Drop Panel - Scroll-to Function ( For One-Page Parallax ) - New CleanGreen Skin - Fixed Customizer for WordPress 4.1 - Visual Composer 4.3.5 Update - Revolution Slider 4.6.5 Update Version 4.1 - 6th September 2014 - Simpler Admin Options - Better Ubermenu Integration - Visual Composer 4.3.3 Update - Revolution Slider 4.6 Update - FontAwesome Update - Slide Set order by name - Change blog image alignment to align with content text too - Password Protected Post Fix - Pricing Table Fix for VC 4.3 + - Social Icons Align Fix - List indent fix - Video Stretch Fix for JW Player - Auto to top button re-positioned - Flickr Update Version 4.0.8 - 12th June 2014 - Visual Composer Update v4.2.2 - Extra Font Icons ( Font Awesome Update ) - Page Comments Fix - Revolution Slider Update - BuddyPress Hidden Registration Fields Fix - Page Skin Select Fix - Visual Composer Updates / Activation Notifications Disabled Version 4.0.7 - 30th May 2014 - Visual Composer Update v4.2.1 - bbPress styling fix ( TinyMCE ) - Stage Gallery Title Overlay Fix - Flickr Fix Version 4.0.6 - 22nd May 2014 - Visual Composer Update ( 4.1.3.1 ) - Editor Quick Shortcode Fix for Lists - Comments Fix - Parallax with Revolution Slider Fix - Fixed Social Media Permalinks in Posts - bbPress styling Fix Version 4.0.5 - 5th May 2014 - Visual Composer Update ( 4.1.2 ) - Revolution Slider Update - Editor Quick Shortcode Fix for WP 3.9 - BuddyPress styling fixes - Tabs display full width fix Version 4.0.4 - 18th April 2014 - Visual Composer Update ( 4.1 - 4.1.1 currently contains bugs ) - Revolution Slider Update - WP 3.9 Bug Fixes Version 4.0.3 - 14th April 2014 - Visual Composer Update - Revolution Slider Update - RESS max image size for mobile and tablets Version 4.0.2 - 2nd April 2014 - Parallax Mobile Width Fix - Admin Options Notice Duplication - Offline documentation - Enqueue Google Fonts Version 4.0.2 - 24th January 2014 - Visual Composer Update - Wide Row / Parallax Full Width Fix - Postmeta Author Name Fix - Recent Post Excerpt Fix - White Text Style ( VC > Text Block > Styles ) - WP 3.8.x Admin Bar Fix - Mobile Menu Trigger Fix Version 4.0.1 - 30th December 2013 - Updated Revolution Slider - Improved BuddyPress integration - Improved BuddyPress styling - iPad Menu Fix - Implemented Rich Snippets Version 4.0 - 19th December 2013 - Visual Composer Update - Re-worked all existing Skins - Parallax and Custom Row Backgrounds - Font Awesome Icons Integration - Font Icon Shortcode ( Choose from 369 icons ) - Updated Theme Graphics - Sticky Header Fix - New Mobile Menu Integration - Improved SEO Page Title - Updated Admin Interface Version 3.2.1 - 22nd November 2013 - Revolution version 4.0.6 Update ( DynamiX/plugins/ ) - Also Fixes Ubermenu Issue - Fix Retina Scroll Logo - Social Sharing Toolkit Plugin Admin Compatibility Version 3.2 - 4th November 2013 - Load plugins remotely via TGM - Portfolio Post Limit Field - Breadcrumbs Fix - iSlider Thumbnail Resize - Load core JS file in the footer - Posts Limit Fix For Visual Composer Galleries - Fix Retina ( Desktop ) Logo - Fix Logo Scroll Resize Version 3.1.2 - ( 16th September 2013 ) - Add CSS Classes to Toggle / Styled Box - Shortcodes for Text Editor - Improved Slide Set performance - Mobile Navigation Location ( Set a menu for mobile devices ) - Visual Composer Portfolio Sort / Excerpt Options - Stage Gallery - One Slide Video Fix - Sticky Menu Admin Bar Fix - Updated Visual Composer - Updated Revolution Slider Version 3.1.1 - ( 12th August 2013 ) - Pie Chart Element - Textdomain Fix - Mobile Sidebar Align Fix - BuddyPress Sidebar Fix ( Sidebar, Content, Sidebar ) - Twitter Solution + API Options - First Image Detection Option - Improved Localization - Menu Animation Improvement - Woocommece styling improvement - Accordion auto height fix Version 3.1 - ( 30th July 2013 ) - Sticky Menu Option - Wide Row Class - Parent Menu Highlight - Revolution Slider Update - One-Click Install - New Demo Content - Sidebar content is now set after main content - Improved Localization - BBPress Layout Fix - Twitter Icon Update - Fixed Visual Composer Bleeding into Content Issue - Fixed PHP 5.4 Errors with mapper.php - Social Icon in VC Fix
Version 3.0.5 – ( 12th July 2013 )
Added Accordion Active Tab
WPML Flag Area
Slide Sets removed from Search Results
Flickr slow loading Fix
Stage Gallery Visual Composer Timeout Fix
Visual Composer Update ( Fixes PHP errors )
Content Animator in Stage Gallery Fix
Image Effect Shortcode CSS Class Fix
Version 3.0.4 – ( 26th June 2013 )
Animate Elements onto Page
Slide Set Multiple Video Fix
Slide Sets removed from Search Results
Gallery ID fix
Page / Post ID Data Source Type
StyledBox Heights
LinkedIn Social Icon Share Fix
Visual Composer Fix Product Category / Tag Data Source
Revolution Slider Button Fix
Text Block Edit ( Visual Composer ) Fix
Theme Options Restore Fix
Twitter Update now using 1.1 API
iPad / iPhone Landscape Fix
JW Player Video within Galleries Improved
Version 3.0.3 – ( 30th May 2013 )
Progress / Graph Bar Feature
Add WordPress Widgets to a Page
Visual Composer Update – Vastly Improved Performance
Multiple Slide Set fix
Author “Display name publicly as” option ( Posts / Header )
JW Player, YouTube, Vimeo Video Stops on Gallery Slide Change
Accordion Shortcode Mini-titles Fix
Post Gallery Sort / Orderby Fix
Simpler Default Skin option
Version 3.0.2 – ( 6th May 2013 )
Branding Display Toggle
Visual Composer Gallery ID Fix
Better RTL support
Revolution Slider in Visual Composer
Author Bio Fix with Woocommerce
Audio support in JW player lightbox
Child-Theme BuddyPress / bbPress support
Improved Search Page
Visual Composer Update
Revolution Slider Update
Version 3.0.1 – ( 22nd April 2013 )
BuddyPress 1.7 Support
Retina Branding Support ( See Theme Options > Header )
JW Player Lightbox Support
Woocommerce Page Layout Admin ( See Theme Options > Woocommerce )
Full Screen Video Background Support
Read More Disable ( Slide Sets ) Fix
Standard Heading Font Family Fix
JS Composer PHP 5.4 Fix
Image Resizing Fix ( affected servers only )
Drop Panel / Search Display Fix
Theme Options export / import Function
Custom Button URL ? Fix
Content Animator in Stage Gallery ? Fix
Version 3.0 ( Major Update ) 8th April 2013
New HTML5 / CSS3 Design
New Responsive Functionality
Complete New Admin
Simpler, more intuitive set of Page / Post options
Page Builder ( Extended version of Visual Composer )
New LIVE Skin Customizer ( Extends the WP Customizer function )
New Gallery Slide Set Manager
Replaced Timthumb with an WP Image Resizer Script
Revolution Slider
iSlider
Nivo Slider
Woocommerce integration
PHP 5.4 Compliant
UPDATED 6th November 2012 DynamiX 2.9.2
Twitter Fix
BuddyPress 1.6 Compatibility + Styling Improvements
Woocommerce Breadcrumb Fix
UPDATED 9th August 2012 DynamiX 2.9.1
Woocommerce Integration with Cart
bbPress 2.1 Compatiblity
Category Description for Blogs
Lightbox For Stage Gallery
Drop Panel Trigger Close Function
UPDATED 21st May 2012 DynamiX 2.9
Contact Form Widget
Author Bio / Name Fix
Excerpt content Improved
Event Manager Plugin (Maps) Compatibility
BuddyPress / bbPress border settings Fix
Left Slider Navigation Hover Effect Fix
Theme My Login plugin Fix
Black&White effect Fix
Recent Posts Order Fix
UPDATED 22nd March 2012 DynamiX 2.8.9
black & white image effect
excerpt html support
priority loading (option to improve google page load)
improved plugin compatibility (jquery)
related posts
post navigation
metadata for recent posts
fix for jigoshop conflict
fix for accordion timeout
improved documentation
fix child theme
global author bio option (blog settings)
UPDATED 4th January 2012 DynamiX 2.8.8
YouTube Playlist and Youtu.be Support
German Translated
Improved plugin compatibility
Zoom Crop Fix for Stage and 3d Gallery
Post Image Fix
Gallery widget disable read more text
Blockquote center fix
WPAdmin Bar Fix
Custom CSS Fix
UPDATED 14th December 2011 DynamiX 2.8.7
Full integration with BBPress plugin (forum software without use of BuddyPress)
Full integration with WP e-Commerce plugin (add shop products into Galleries)
Improved BuddyPress styling
Skin Settings Page – Add your own skin colours/image for the Outer Skin + change font settings.
Easily backup and import your Gallery Slide Set Slides.
Updated documentation
UPDATED 27th October 2011 DynamiX 2.8.6
Full Featured Recent Posts Shortcode
WP Thumbnail integration with Blog and Galleries
BuddyPress update and fixes
Extra Header options including Menu/Branding positions
Extended Menu (mega menu) system
Updated documentation
UPDATED 4th October 2011 DynamiX v2.8.5
BuddyPress 1.5 Compatible
RTL Support (beta)
Accordion – collapse all panels option
Extra compatibility with plugins including Events Manager
Add HTML to header option
Add Favicon option
Combined some CSS files
UPDATED 21st August 2011 DynamiX v2.8.4
Latest Timthumb Security Patch
Grid Filterting Lightbox Fix
7 Grid Columns
UPDATED 21st July 2011 DynamiX v2.8.3
New automatic Slide Set feature for inserting images
Select Multiple Slide Sets
Select Multiple Filter Categories for Slide Sets
New Ajax Form
New Documentation
JW Player Plugins Option
Changelog
UPDATED 19th June 2011 DynamiX v2.8.2
Revised Gallery Slide Set System
Option to Disable Timthumb
Video Shortcode
Grid & Group Slider Tite/Text Overlay Image Option
Group Slider Auto-Rotate option
Accordion Image Fix
Animated Filtering Fix for Posts
YUI compressed Javascript Front/Admin
New Screencasts (See documentation)
XML Sample Data Included
Change to .MO Language Translate System (See documentation)
Added Drop Panel and Footer column options (Select between 1 and 4 columns)
UPDATED 15th April 2011 DynamiX v2.8.1
Faster Gallery Slide Set Save
Blog Settings Fix
JW Player Skin Option
Image Shortcode Lightbox Fix
Grid Gallery Multiple Category Filtering (Posts)
UPDATED 18th March 2011 DynamiX v2.8
DynamiX Child Theme
Piecemaker 2
JW Player embed option http://dynamix.creativeworkz.co.uk/galleries-2/stage/
Embed into Galleries
Instruction to include into Lightbox
Grid Gallery 4, 5, 6 Column Options
Grid Gallery Animated Category Filtering http://dynamix.creativeworkz.co.uk/5-columns-sortable/
iPhone/iPad 3d Gallery Fall Back (3d Gallery)
Menu Navigation Loop Bug Fix
Shortcode Image Gallery with new Animation Effects See Slide 4 -> Tab 2 http://dynamix.creativeworkz.co.uk/galleries-2/stage/
Text Only Stage Gallery
Put shortcodes within the Stage Gallery See slide 4 http://dynamix.creativeworkz.co.uk/galleries-2/stage/
Add Remove Read More Link
Upgraded Prettyphoto upgrade/move stylesheet
Reduce SQL query calls
Change jQuery calls procedure
Blog Image Display Bug Fix
Add image effect settings for Blog Settings Page
Accordion excerpt issue Bug Fix
Change Accordion gallery image ratio
Dates to WP settings
Add further language support
WP Next Page Pagination Formatting
Disable All Stage Gallery Navigation Option
HTML5 Doctype
JQUERY v5.1
Timthumb Upgrade
UPDATED 1st Feb 2011 DynamiX v2.7.5
Fix Javascript plugin compatibility
Grid Blog Template
Image/Text Wiget Gallery with 20+ effects
UPDATED 8th Jan 2011 DynamiX v2.7
Accordion Gallery
Admin Shortcode Generator Fix
Breadcrumbs Fix
UPDATED 03rd Jan 2011 DynamiX v2.6.5
3d Gallery
New Admin Options and Skin
Excerpt limit option for Galleries
Faster load times
UPDATED 15th December 2010 (v2.6)
Great new features
NON-Post Gallery System
5 New Dark Colour Skins
Full Widget Support for Footer and Drop Panel Columns
Added BuddyPress Compatibility (includes BBPress Support)
Faster load times
UPDATED20th October 2010 (v2.5)
Great new features
5 New Skins
Custom Skin Creator
BuddyPress Support with built in theme
Extra blog options with greater image control
iPhone/iPad video support via Vimeo
Random and Title sort by options added for Galleries
UPDATED 2nd September 2010 (v2.1.1)
The following has been resolved
Stage Gallery Bug with 1 Image
Slider Gallery within Reveal Content Shortcode Fixed
Extra Translation Terms
UPDATED 30th August 2010
Now includes the following
Video in all Galleries (SWF, YouTube, Vimeo)
Set Stage Gallery Timeout
Set individual Gallery Slide Timeout (Match Video Length)
Drop Caps Shortcode
List Shortcode
Reveal Content Shortcode
Extra Translation Fields
UPDATED
Now includes the following
Dedicated BLOG (With Page Functionality)
JQUERY Tabs
JQUERY Accordion
Improved Post Gallery (Post Order/Number of Posts)
New Style Box
BUY From ENVATO Marketplace
#bbpress#buddypress#Business#corporate#dynamix#metro#minimal#one page#parallax#photography#portfolio#professional#responsive#seo#theme#wordpress
0 notes