Coder Social home page Coder Social logo

redux-news's Introduction

Redux Framework

WordPress plugin WordPress

ATTENTION

While we recognize Redux could be embedded in a theme or plugin in the past, we are no longer supporting the practice. Too many developers are not keeping their Redux code up-to-date (which could easily accomplished with Composer). When users of the projects experience issues, they seek support from us, which we are unable to provide short of suggesting they contact the project author (you) and ask you to update your vendor code. This puts your users in the middle, and we'd prefer not to do that anymore.

Consequently, the vendor support plugin/extension for ace_editor has been discontinued. The ACE Editor will load exclusively via CDN. If your project requires a local installation of the ACE Editor JavaScript (whose size is substantial), please include it in your project and use the redux/<opt_name>/fields/ace/script filter to specify the URL to that script. The ace_editor field will use that URL to enqueue the ACE library.

Thank you for your kind attention in this matter.

New to Version 4.4

  • Content Field
  • COLOR SCHEMES Extension.
  • TABBED Extension.
  • TAXONOMY METABOXES!
  • USER PROFILE METABOXES!
  • ICON SELECT Extension.
  • The Extendify Templates and Patterns library have been unbundled from Redux. To continue using Extendify, please download the standalone plugin from the WordPress.org repository: https://wordpress.org/plugins/extendify

New to Version 4.3

  • METABOXES!
  • REPEATER EXTENSION!
  • SOCIAL PROFILES EXTENSION!
  • CUSTOM FONTS EXTENSION!
  • Multi Media extension.
  • DateTime extension.
  • JS Button extension.
  • Google Maps extension
  • Widget Areas extension (applies to Classic Widgets only).
  • Gutenberg Template Library updated to the new Extendify library. See more information here about this upgrade and how to access the legacy library: https://redux.io/gutenberg-template-library-upgrade.

New to Version 4.2

See the sample folder for examples of the new and improved fields.

  • Additional Typography features: Top and bottom margins, text shadow.
  • New Media Image Filters (greyscale, sepia, opacity, contrast, invert, blur, saturate, brightness, hue-rotate).
  • New Gradient Field Filters (type, reach, angle), including output for autogenerated CSS.
  • New Box Shadow field with output for autogenerated CSS.
  • New Flyout Submenus: flyout_submenus global arg.
  • New Alpha color option for color field: color_alpha field arg for fields that support color pickers.
  • Removed: async_typography global arg. Google no longer supports it. Use font_display with one of the following auto|block|swap|fallback|optional. See: https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display
  • Automatic update option for Google Fonts without a Pro subscription.

Join us on Slack

Redux Slack

Follow us on Social Media!

Follow us on X Like us on Facebook

Changelog

See Changelog.md

Documentation

Need a little help with Redux? Come check out our brand-new documentation site at devs.redux.io, chock-full of tutorials and examples!

Help Us Translate Redux

Please head over to the plugin page to learn how you can help us translate Redux quickly. Any and all translations are welcome. We appreciate your help! https://translate.wordpress.org/projects/wp-plugins/redux-framework/

Features

  • Uses the WordPress Settings API
  • Multiple built-in field types
  • Multiple layout field types
  • Fields can be overloaded with a callback function for custom field types
  • Easily extendable by creating Field Classes
  • Built-in Validation Classes
  • Easily extendable by creating Validation Classes
  • Custom Validation error handling, including error counts for each section, and custom styling for error fields
  • Custom Validation warning handling, including warning counts for each section, and custom styling for warning fields
  • Multiple Hook Points for customization
  • Import / Export Functionality — including cross-site importing of settings
  • Easily add page help through the class
  • Fully responsive options panel
  • Much more

What's new in version 4?

Core Rewrite

Our code base has been rebuilt from the ground up. With compartmentalized code, autoload, and class inheritance, Redux is now faster and more efficient than it's ever been!

Top of the Line Security!

Redux meets security standards laid out by WordPress Coding Standards, WordPress VIP Standards, and ThemeForest Guidelines. Focus includes escaping, sanitizing, nonces verification, and database query prep/caching.

Automatic Google Font Updates.

This is one of the crown jewels of Redux v4! Your users will have the ability to update Google Fonts as updates are available or automatic ‘behind the scenes’ updates. No more waiting for updates and no API key is required!

Field Sanitizing

Field sanitizing allows one to pass an array of function names as an argument to a field in which the return value will be the sanitizing string. This feature will only work with text-based fields, including text, textarea, and multi_text (ACE Editor and WP Editor not included).

One may use any existing function, including PHP functions, WordPress functions, and custom-written functions. The return value of any used function must be that of a string. Any other return value will be disregarded.

Please view the sample-config.php file for specific examples.

Select2 AJAX Loading

The AJAX loading routines for the select2 fields have been fixed/finished. See the 'capabilities' field in the demo panel for an example.

In the interim, this feature will only work when used in conjunction with the data argument (that is, the one that fetches WordPress data).

To set AJAX loading, add the 'ajax' => true argument to your select field. The min_input_length argument may also be added to specify how many characters should be typed before results are shown. The default is 1.

Field/Section Disabling

This feature has been requested quite a few times over the years. Fields and sections can now be disabled by adding the 'disabled' => true argument to either a section or a field. The section or field will then appear 'greyed out' and not respond to input. This comes in handy in the event one may want to offer teasers for premium versions of their products.

Since those with a little CSS know-how could easily reactivate disabled fields with a little CSS, we took the added precaution of having Redux remove any name attributes on disabled fields/sections. This way, even if a clever user reactivates the field, it will never save.

Updated Panel Interface

The option panel interface has been brought up to date with the current WordPress admin design. It is also now ‘theme aware.’ Panel colors will now follow suit with the selected admin theme.

Improved Field Validation

Due to the need for multiple field validations, Redux now supports an array of validations versus the previously limiting single argument. Validation results now appear in real time after a save without the need for a page refresh.

Full v3 Backward Compatibility

We take backward compatibility very seriously here and strive to maintain it. Redux v4 has been designed to act as a drop-in replacement to offer new functionality without breaking existing functionality.

FAQs

  1. Why should we use require_once instead of get_template_part?
  • First, because get_template_part is for... you guessed it, themes! Redux is designed to work with both themes and plugins.
  • Second, read this.
  1. Why shouldn't we edit sample-config.php in the plugin directory?
  • Because sample-config.php will be replaced at each update of the plugin. You will lose all your work.

redux-news's People

Contributors

dovy avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

redux-news's Issues

Reminder: Redux Webinar in 3+ Hours

Hey there Wordpress Developers!

This is your last reminder for the Redux Framework Webinar being held in a little over three hours! Come learn about all things Redux and how we can literally shave days off of your development time. Reserve your spot now. We’ll see you soon.

February 15th @ 19:00 GMT

https://www2.gotomeeting.com/register/180324930


@enricomingardo, @jloft, @naomicbush, @milohuang, @butamt, @yourdesigncoza, @b00y0h, @sonic27, @kyletheisen, @maail, @hunterwei, @eriteric, @bobulated, @arpitnj, @Gereon93, @shopsinc, @awesomejs, @deeve007, @kaptinlin, @cheekyboots, @stompweb, @timothydang, @thedeadofblackfire, @crnacura, @mukkoo, @VerbHQ, @equiet, @diggy, @orbitalatx, @smeric, @julienanquetil, @parallelus, @muratincesu, @ylcdx, @zawmyohtet, @calvez, @steve228uk, @xtrasmal, @ungestaltbar, @jcnh74, @weissraum, @fnarp, @Redios, @ghardieno8, @swest, @leemason, @sloped, @visionnet, @pothi, @ale77dan

Reminder: Redux Webinar in 3+ Hours

Hey there Wordpress Developers!

This is your last reminder for the Redux Framework Webinar being held in a little over three hours! Come learn about all things Redux and how we can literally shave days off of your development time. Reserve your spot now. We’ll see you soon.

February 15th @ 19:00 GMT

https://www2.gotomeeting.com/register/180324930


@chardy, @teamcrisis, @bbubn, @jabneyhastings, @bonnieshull, @kennybills, @allenbobo, @matchdav, @alex-reid, @neitno, @wir, @a5r7aga, @LucaRosaldi, @lgrandicelli, @fulgorek, @azharijelek, @jazbek, @pixelstrolch, @DummyRobot, @jameswlane, @septembermd, @jameztrue, @prath, @venturepilot, @keithpickett, @antke, @stavrosthewonderchicken, @praveenvvstgy, @craiglondon, @SeptiyanAndika, @jopacicdev, @fmtarif, @juliopinheiro, @haikbvn, @JohnCoppa, @jameskleinschnitz, @JosefJezek, @PattoSK, @nathanp, @pressoholics, @olsgreen, @IAhmad, @anaesthesic, @denchev, @offsitemds, @atomicpages, @engwerda, @freimuth82, @phongmedia, @juanitodelrock

An Announcement from Redux Framework

Hey there Wordpress Developers!

Before we get to the reason for this announcement, we at Team Redux would like to thank all our incredible users for the support you have given us over the past several months. For those who are new to the party, let's take a moment and recap the highlights. Perhaps our most important highlight was has been bringing the NHP and SMOF teams into the Redux Family. Rather than dividing our talent, we opted to join forces, and it's been well worth it... In the last eight months, we have had over 1049 commits! Beyond that, the adoption rate that Redux has seen is nothing short of remarkable. More recently, we have released a plugin called Redux Converter which allows users of SMOF and Option Tree to quickly and easily test Redux and even convert their existing configs to our format.

As if the aforementioned highlights weren't enough, we have recently migrated our website to WP Engine and released several premium modules. Want to take a look at our current offering? A listing is available on the extensions page of our website! Perhaps our most revolutionary feature is our new statistics page. Want to follow our progress? Stop by http://reduxframework.com/statistics/ and see how we're doing for yourself!

Between the sheer number of changes we've made recently and all of the new faces joining our Family, both as members of our Core Team and the community itself, we thought it was high time we host a Webinar. It will be held on Saturday, February 15th, at a time which has yet to be determined. Our user-base is scattered to all corners of the globe, so we're leaving it up to you to help determine the best time for all who want to attend. Planning on attending? Let us know when would you like to meet, what you want to see discussed, and start preparing questions for the Team! Over the next week we'll finalize all the details and prepare ourselves to answer the onslaught of questions we're sure you have for us! Signup now to receive updates for the official time by registering here: https://www2.gotomeeting.com/register/180324930.

Once again, thank you all for your tremendous support, and we look forward to chatting with everyone on February 15th @ 19:00 GMT.


@jubianchi, @jaredcobb, @buzzedword, @salmanpk, @mdkholy, @piotrkulpinski, @yuriceschin, @joshica, @bugsysop, @valeriu, @maggo, @youngster, @deFries, @webstylr, @Danilux, @corycrowley, @rozanighani, @massimopalmieri, @jeherve, @highergroundstudio, @joycse06, @zeb600, @asuh, @wpstudio, @bagerathan, @dplesca, @smartrip, @webeau, @jcbrebion, @rasmustaarnby, @wdalhaj, @valentinvieriu, @avinash2, @fdaciuk, @drrr, @berkapavel, @ice8lue, @karlkori, @cxyewq, @gorilas, @tubalmartin, @Calaelen, @siner, @karalamalar, @sebastianscar, @openfire3, @tobli, @lkbr, @henriesteves, @meydjer

Reminder: Redux Webinar in 3+ Hours

Hey there Wordpress Developers!

This is your last reminder for the Redux Framework Webinar being held in a little over three hours! Come learn about all things Redux and how we can literally shave days off of your development time. Reserve your spot now. We’ll see you soon.

February 15th @ 19:00 GMT

https://www2.gotomeeting.com/register/180324930


@prantor19, @sonnyparlin, @ansaripk, @MoBadawy, @byMenjil, @atamaniuc, @ThemeCluster, @ShaneRounce, @waltercassiano, @Savantos, @djoudi, @Sitatech, @ecquadro, @kprovance, @br0k3n, @xavierartot, @arl1nd, @ipouya, @asifsaho, @WPoets, @kml5ive, @mukto90, @MAJ3STIC, @montazze, @Abu-Taymiyyah, @Mandooox, @marko-mmc, @johnulist, @Leksell, @saqibsarwar, @tagtheme, @nguyen-tam, @jitendrac, @jbutko, @thekillerdev, @shawponaece, @mzbaker, @boywondercreative, @duodao, @danielchikaka, @rakeshr, @jdsans, @cehojac, @kipas, @mariuskubilius, @MrDinsdale, @roniemicro, @dhechler, @arupsky, @walkerstudios

Reminder: Redux Webinar in 3+ Hours

Hey there Wordpress Developers!

This is your last reminder for the Redux Framework Webinar being held in a little over three hours! Come learn about all things Redux and how we can literally shave days off of your development time. Reserve your spot now. We’ll see you soon.

February 15th @ 19:00 GMT

https://www2.gotomeeting.com/register/180324930


@theX, @mul14, @azizur, @budparr, @dwiash, @mandava, @sjardim, @zlulcon, @cgutierrez, @bueltge, @rudeworks, @nichfz, @Vaultman, @clearideaz, @esgy, @westaussie, @od3n, @cmcculloh, @firewalker06, @eabay, @nickhamze, @Darkness, @jiji262, @volomike, @johnnypea, @crynobone, @quangbahoa, @zagriyen, @tsevdos, @hatra-e, @djordjes, @memakeit, @grantpalin, @benwong, @jasondavis, @chadsmith, @timani, @mailtruck, @halles, @sctgraham, @Aredo, @ishmaelahmed, @manchumahara, @bryansayler, @andreeib, @matthewsimo, @seancojr, @EdmundoJr, @dfreerksen, @codekipple

An Announcement from Redux Framework

Hey there Wordpress Developers!

Before we get to the reason for this announcement, we at Team Redux would like to thank all our incredible users for the support you have given us over the past several months. For those who are new to the party, let's take a moment and recap the highlights. Perhaps our most important highlight was has been bringing the NHP and SMOF teams into the Redux Family. Rather than dividing our talent, we opted to join forces, and it's been well worth it... In the last eight months, we have had over 1049 commits! Beyond that, the adoption rate that Redux has seen is nothing short of remarkable. More recently, we have released a plugin called Redux Converter which allows users of SMOF and Option Tree to quickly and easily test Redux and even convert their existing configs to our format.

As if the aforementioned highlights weren't enough, we have recently migrated our website to WP Engine and released several premium modules. Want to take a look at our current offering? A listing is available on the extensions page of our website! Perhaps our most revolutionary feature is our new statistics page. Want to follow our progress? Stop by http://reduxframework.com/statistics/ and see how we're doing for yourself!

Between the sheer number of changes we've made recently and all of the new faces joining our Family, both as members of our Core Team and the community itself, we thought it was high time we host a Webinar. It will be held on Saturday, February 15th, at a time which has yet to be determined. Our user-base is scattered to all corners of the globe, so we're leaving it up to you to help determine the best time for all who want to attend. Planning on attending? Let us know when would you like to meet, what you want to see discussed, and start preparing questions for the Team! Over the next week we'll finalize all the details and prepare ourselves to answer the onslaught of questions we're sure you have for us! Signup now to receive updates for the official time by registering here: https://www2.gotomeeting.com/register/180324930.

Once again, thank you all for your tremendous support, and we look forward to chatting with everyone on February 15th @ 19:00 GMT.


@od3n, @cmcculloh, @firewalker06, @eabay, @nickhamze, @Darkness, @jiji262, @volomike, @johnnypea, @crynobone, @quangbahoa, @zagriyen, @tsevdos, @hatra-e, @djordjes, @memakeit, @benwong, @jasondavis, @chadsmith, @mailtruck, @halles, @sctgraham, @Aredo, @ishmaelahmed, @manchumahara, @bryansayler, @andreeib, @matthewsimo, @EdmundoJr, @dfreerksen, @codekipple, @elifoner, @jfache, @Dannyonestudio, @bordoni, @openube, @victoor, @w2works, @dz0ny, @nodeGarden, @ethanpil, @Chrisedmo, @ftownes, @themes, @pixelspring, @gwho, @mauriciocaballero, @tonykwon, @tlongren, @conatus

Reminder: Redux Webinar in 3+ Hours

Hey there Wordpress Developers!

This is your last reminder for the Redux Framework Webinar being held in a little over three hours! Come learn about all things Redux and how we can literally shave days off of your development time. Reserve your spot now. We’ll see you soon.

February 15th @ 19:00 GMT

https://www2.gotomeeting.com/register/180324930


@jfache, @Dannyonestudio, @bordoni, @openube, @victoor, @w2works, @dz0ny, @nodeGarden, @ethanpil, @Chrisedmo, @ftownes, @themes, @pixelspring, @gwho, @mauriciocaballero, @tonykwon, @tlongren, @conatus, @julien-c, @jubianchi, @jaredcobb, @buzzedword, @salmanpk, @kevindees, @mdkholy, @piotrkulpinski, @yuriceschin, @joshica, @bugsysop, @toszcze, @valeriu, @maggo, @youngster, @deFries, @webstylr, @Danilux, @corycrowley, @rozanighani, @massimopalmieri, @jeherve, @highergroundstudio, @joycse06, @zeb600, @asuh, @wpstudio, @bagerathan, @dplesca, @smartrip, @webeau, @jcbrebion

Reminder: Redux Webinar in 3+ Hours

Hey there Wordpress Developers!

This is your last reminder for the Redux Framework Webinar being held in a little over three hours! Come learn about all things Redux and how we can literally shave days off of your development time. Reserve your spot now. We’ll see you soon.

February 15th @ 19:00 GMT

https://www2.gotomeeting.com/register/180324930


@foxpcteam, @scottrice10, @greatwitenorth, @mattbelecca, @jonamar, @Marco-G, @sushirobot, @gabtio, @nickcernis, @dovy, @aristath, @minustalent, @grindcode, @streamer, @Dev-Dipesh, @Fernando-Dev, @codeboxr, @frebro, @huanghua581, @usaphp, @Marclarr, @maxchirkov, @web-elements, @Flodevelop, @chestertonmartin, @Lomu, @yalamber, @dnlmr, @gsshab, @edpittol, @jonasgiehl, @dodzki, @luisabarca, @someguy9, @cristianmartinez, @eirichmond, @thaer249, @murgatroydj, @richardmax, @fatjester, @rommelxcastro, @bpanatta, @txd159, @floscom, @ArturSitdikov, @yafd, @DigiBeans, @tanselt, @vanpop, @starjive

An Announcement from Redux Framework

Hey there Wordpress Developers!

Before we get to the reason for this announcement, we at Team Redux would like to thank all our incredible users for the support you have given us over the past several months. For those who are new to the party, let's take a moment and recap the highlights. Perhaps our most important highlight was has been bringing the NHP and SMOF teams into the Redux Family. Rather than dividing our talent, we opted to join forces, and it's been well worth it... In the last eight months, we have had over 1049 commits! Beyond that, the adoption rate that Redux has seen is nothing short of remarkable. More recently, we have released a plugin called Redux Converter which allows users of SMOF and Option Tree to quickly and easily test Redux and even convert their existing configs to our format.

As if the aforementioned highlights weren't enough, we have recently migrated our website to WP Engine and released several premium modules. Want to take a look at our current offering? A listing is available on the extensions page of our website! Perhaps our most revolutionary feature is our new statistics page. Want to follow our progress? Stop by http://reduxframework.com/statistics/ and see how we're doing for yourself!

Between the sheer number of changes we've made recently and all of the new faces joining our Family, both as members of our Core Team and the community itself, we thought it was high time we host a Webinar. It will be held on Saturday, February 15th, at a time which has yet to be determined. Our user-base is scattered to all corners of the globe, so we're leaving it up to you to help determine the best time for all who want to attend. Planning on attending? Let us know when would you like to meet, what you want to see discussed, and start preparing questions for the Team! Over the next week we'll finalize all the details and prepare ourselves to answer the onslaught of questions we're sure you have for us! Signup now to receive updates for the official time by registering here: https://www2.gotomeeting.com/register/180324930.

Once again, thank you all for your tremendous support, and we look forward to chatting with everyone on February 15th @ 19:00 GMT.


@me-2-you, @alliswell, @enchance, @jpaezsa, @jpavon, @AdamFrieberg, @fexblanco, @bryceadams, @devjah, @nautilus7, @nisaac2fly, @andreiio, @hchouhan, @saenko-av, @adone1, @hcilab, @langan, @AdyGould, @granolacode, @JohEngstrom, @equus12, @agatenby, @Viscore, @svengiesen, @codelazy, @r3webmotion, @newplayer, @kentliau, @dyea, @boxtwobox, @sangam12345, @dangercris, @dywp, @Fosho, @OCREATIVE, @fruitpixel, @netfuel, @sanampatel, @karikas, @mohammadz, @DarbCal, @webifish, @zlosh, @asheborocreative, @ingozoell, @brewhouse, @vinacode, @Rgiz, @catalinmiron, @cms-

Reminder: Redux Webinar in 3+ Hours

Hey there Wordpress Developers!

This is your last reminder for the Redux Framework Webinar being held in a little over three hours! Come learn about all things Redux and how we can literally shave days off of your development time. Reserve your spot now. We’ll see you soon.

February 15th @ 19:00 GMT

https://www2.gotomeeting.com/register/180324930


@lowhow, @ZoupPowered, @Visioniz, @dynamiq, @ProDevStudio, @KoenRijpstra, @juliend2, @d8n, @jacksuc, @mampranx, @goldenboy, @Cifro, @mb2o, @baxang, @utkarshkukreti, @arjunurs, @Japh, @zschmid, @andrastudio, @therg, @netconstructor, @wesohaire, @laurentzziu, @franz-josef-kaiser, @bluetidepro, @jrstaatsiii, @mohdhazwan, @barayuda, @Nepharius, @kdorsey, @rilwis, @contempoinc, @jeffsebring, @christianwach, @JoeLaCelle, @paulgiacherio, @pseudonymus, @jeroenherczeg, @mkdizajn, @rajkumar282, @KiaJavid, @niczcool, @jamigibbs, @flickapix, @ramzesimus, @PawelPatyk, @rizqyhi, @rawfolio, @rwoody, @iamabdus

Reminder: Redux Webinar in 3+ Hours

Hey there Wordpress Developers!

This is your last reminder for the Redux Framework Webinar being held in a little over three hours! Come learn about all things Redux and how we can literally shave days off of your development time. Reserve your spot now. We’ll see you soon.

February 15th @ 19:00 GMT

https://www2.gotomeeting.com/register/180324930


@CezaryH, @techx, @bgallagh3r, @GeekPress, @chugs, @displayinline, @siriokun, @paulund, @OmegaStudio, @adanarchila, @ndstyle, @damianmakki, @Sifarat, @TKP, @ddips, @leggo-my-eggo, @schlagobers, @ricardoriogo, @blogjunkie, @Flipo, @heikopaiko, @subharanjanm, @jacortes, @kprimdal, @adambbecker, @pragmatic-web, @Thunderlab, @jmahony, @jordanskole, @jnmarcus, @me-2-you, @alliswell, @enchance, @jpaezsa, @jpavon, @AdamFrieberg, @fexblanco, @mandiwise, @bryceadams, @devjah, @nautilus7, @nisaac2fly, @andreiio, @hchouhan, @saenko-av, @adone1, @hcilab, @langan, @AdyGould, @granolacode

Reminder: Redux Webinar in 3+ Hours

Hey there Wordpress Developers!

This is your last reminder for the Redux Framework Webinar being held in a little over three hours! Come learn about all things Redux and how we can literally shave days off of your development time. Reserve your spot now. We’ll see you soon.

February 15th @ 19:00 GMT

https://www2.gotomeeting.com/register/180324930


@dagrander, @ryanedick, @pedroborges, @ruanmer, @seebz, @fthrwght, @b4z81, @mobifreaks, @iodic, @simonyeldon, @zachwise, @ajaypatelaj, @exonen, @dblazeski, @cfaria, @benhuson, @stewartduffy, @stefanmoldoveanu, @macoD, @Xenasio, @mydeadpixel, @RobertCordes, @aroemen, @kenduret, @reezolution, @RyanGannon, @brubrant, @see0, @jacoborus, @willyfc, @croata, @syamilmj, @Trippnology, @faarup, @anthonydurand, @0is1, @chrisblackwell, @p0123n, @seucolega, @AnupRaj, @nWidart, @Flashek, @buffler, @nathanshubert, @awalkerca, @prestarocket, @Mypixel-github, @carlorizzante, @devsys, @ataa

Reminder: Redux Webinar in 3+ Hours

Hey there Wordpress Developers!

This is your last reminder for the Redux Framework Webinar being held in a little over three hours! Come learn about all things Redux and how we can literally shave days off of your development time. Reserve your spot now. We’ll see you soon.

February 15th @ 19:00 GMT

https://www2.gotomeeting.com/register/180324930


@armandmorin, @i3inary, @agusmu, @hkamci, @getsource, @ikramhakimi, @abdusfauzi, @thinkxl, @rawcreative, @hectoramm, @ryan-anderson, @raja3c, @chriscct7, @bloooming, @richcoy, @CyberShot, @Pixelous, @sonnypgs, @philipnewcomer, @gustavolanzas, @rksdm, @jaapwalhout, @welovewordpress, @bfekusis, @shrkz1, @eduvoindo, @Maxxdinh, @atlanteavila, @CodeHunk, @fourleafed, @RoyalScene, @sandra1n, @alinemachado, @sin2384, @GamesDev, @joossh, @bogh11, @WebStudioi, @mechabyte, @klau02, @mjwb, @terkelg, @JeromeLebret, @mnewmedia, @128, @jberdah, @Happycom, @OmarAtta, @Ba5nanas, @sscovil

An Announcement from Redux Framework

Hey there Wordpress Developers!

Before we get to the reason for this announcement, we at Team Redux would like to thank all our incredible users for the support you have given us over the past several months. For those who are new to the party, let's take a moment and recap the highlights. Perhaps our most important highlight was has been bringing the NHP and SMOF teams into the Redux Family. Rather than dividing our talent, we opted to join forces, and it's been well worth it... In the last eight months, we have had over 1049 commits! Beyond that, the adoption rate that Redux has seen is nothing short of remarkable. More recently, we have released a plugin called Redux Converter which allows users of SMOF and Option Tree to quickly and easily test Redux and even convert their existing configs to our format.

As if the aforementioned highlights weren't enough, we have recently migrated our website to WP Engine and released several premium modules. Want to take a look at our current offering? A listing is available on the extensions page of our website! Perhaps our most revolutionary feature is our new statistics page. Want to follow our progress? Stop by http://reduxframework.com/statistics/ and see how we're doing for yourself!

Between the sheer number of changes we've made recently and all of the new faces joining our Family, both as members of our Core Team and the community itself, we thought it was high time we host a Webinar. It will be held on Saturday, February 15th, at a time which has yet to be determined. Our user-base is scattered to all corners of the globe, so we're leaving it up to you to help determine the best time for all who want to attend. Planning on attending? Let us know when would you like to meet, what you want to see discussed, and start preparing questions for the Team! Over the next week we'll finalize all the details and prepare ourselves to answer the onslaught of questions we're sure you have for us! Signup now to receive updates for the official time by registering here: https://www2.gotomeeting.com/register/180324930.

Once again, thank you all for your tremendous support, and we look forward to chatting with everyone on February 15th @ 19:00 GMT.


@equiet, @diggy, @orbitalatx, @julienanquetil, @parallelus, @muratincesu, @ylcdx, @zawmyohtet, @calvez, @steve228uk, @ungestaltbar, @jcnh74, @weissraum, @fnarp, @Redios, @ghardieno8, @swest, @sloped, @visionnet, @pothi, @ale77dan, @relliance, @CezaryH, @techx, @bgallagh3r, @GeekPress, @chugs, @displayinline, @siriokun, @paulund, @OmegaStudio, @adanarchila, @ndstyle, @damianmakki, @Sifarat, @TKP, @ddips, @leggo-my-eggo, @schlagobers, @ricardoriogo, @blogjunkie, @heikopaiko, @subharanjanm, @jacortes, @kprimdal, @adambbecker, @pragmatic-web, @Thunderlab, @jmahony, @jordanskole

Reminder: Redux Webinar in 3+ Hours

Hey there Wordpress Developers!

This is your last reminder for the Redux Framework Webinar being held in a little over three hours! Come learn about all things Redux and how we can literally shave days off of your development time. Reserve your spot now. We’ll see you soon.

February 15th @ 19:00 GMT

https://www2.gotomeeting.com/register/180324930


@hornets, @abouolia, @reterius, @lazmeister, @yzou, @zouyang08, @dstrunk, @jfelient, @respondthemes, @jycr753, @rohitink, @sevendoors, @kevin23, @emkamal, @madrien, @guiliredu, @rod750, @silviulucian, @ericarcana, @SanchoPoncho, @taeo, @martyyy, @kuus, @AhmedTheGeek, @asifpix, @damien1, @bymathias, @sparqvault, @MohamedBadawy, @gabestev, @leonardorb, @tigerknight, @acarbone, @anupdebnath, @webmetender, @heirenton, @Alexander-Fuchs, @maxbizbd, @vburlak, @ozrabal, @yellowby, @samuelthan, @halgatewood, @biojazzard, @yanguanglan, @afurculita, @davesnx, @BassemN, @justintucker, @vojin7

Reminder: Redux Webinar in 3+ Hours

Hey there Wordpress Developers!

This is your last reminder for the Redux Framework Webinar being held in a little over three hours! Come learn about all things Redux and how we can literally shave days off of your development time. Reserve your spot now. We’ll see you soon.

February 15th @ 19:00 GMT

https://www2.gotomeeting.com/register/180324930


@Blakblakblakarak, @flayks, @vaibhavkanwal, @reardestani, @golchha21, @chalenski, @Protohominid, @mirzap, @r8, @nadymain, @anointed, @moyarich, @sbrajesh, @zastavnitskiy, @BoweFrankema, @shivapoudel, @codealicious, @ArRolin, @burbridgeconsulting, @diegolameira, @dacmail, @evanshajed, @rahulincedia, @Nyota, @mindctrl, @dimensionmedia, @felixhirschfeld, @mdzzaman, @hachesilva, @owldesign, @deckerweb, @chrismooney, @mintbird, @atsek, @ntas, @mmdouglas, @jiimmysu, @mostafaabd, @JeremiahTolbert, @gcalore, @MikoMagni, @projectfledge, @Omar-Sharif, @andrewmclagan, @teraphy, @MatthewDaniels, @corradomatt, @omargourari, @kekkorider, @pavot

An Announcement from Redux Framework

Hey there Wordpress Developers!

Before we get to the reason for this announcement, we at Team Redux would like to thank all our incredible users for the support you have given us over the past several months. For those who are new to the party, let's take a moment and recap the highlights. Perhaps our most important highlight was has been bringing the NHP and SMOF teams into the Redux Family. Rather than dividing our talent, we opted to join forces, and it's been well worth it... In the last eight months, we have had over 1049 commits! Beyond that, the adoption rate that Redux has seen is nothing short of remarkable. More recently, we have released a plugin called Redux Converter which allows users of SMOF and Option Tree to quickly and easily test Redux and even convert their existing configs to our format.

As if the aforementioned highlights weren't enough, we have recently migrated our website to WP Engine and released several premium modules. Want to take a look at our current offering? A listing is available on the extensions page of our website! Perhaps our most revolutionary feature is our new statistics page. Want to follow our progress? Stop by http://reduxframework.com/statistics/ and see how we're doing for yourself!

Between the sheer number of changes we've made recently and all of the new faces joining our Family, both as members of our Core Team and the community itself, we thought it was high time we host a Webinar. It will be held on Saturday, February 15th, at a time which has yet to be determined. Our user-base is scattered to all corners of the globe, so we're leaving it up to you to help determine the best time for all who want to attend. Planning on attending? Let us know when would you like to meet, what you want to see discussed, and start preparing questions for the Team! Over the next week we'll finalize all the details and prepare ourselves to answer the onslaught of questions we're sure you have for us! Signup now to receive updates for the official time by registering here: https://www2.gotomeeting.com/register/180324930.

Once again, thank you all for your tremendous support, and we look forward to chatting with everyone on February 15th @ 19:00 GMT.


@clawfire, @ScottPhillips, @svlasov, @travislopes, @juarezpaf, @shawnsandy, @dobata, @KayLeung, @pietromalerba, @chuckreynolds, @zytzagoo, @sumobi, @muratkgirgin, @jque, @vdrnn, @legas, @Hrvoje, @creativeaura, @ahmedelgabri, @extesy, @mikegoodstadt, @Slaver, @seedprod, @karakolum, @ducban, @keithparent, @thecancerus, @Kobe, @dbooom, @suture, @matchartier, @Asparagirl, @fastone, @cointilt, @almuth, @theX, @mul14, @azizur, @budparr, @dwiash, @mandava, @sjardim, @zlulcon, @cgutierrez, @bueltge, @rudeworks, @nichfz, @Vaultman, @clearideaz, @esgy

Reminder: Redux Webinar in 3+ Hours

Hey there Wordpress Developers!

This is your last reminder for the Redux Framework Webinar being held in a little over three hours! Come learn about all things Redux and how we can literally shave days off of your development time. Reserve your spot now. We’ll see you soon.

February 15th @ 19:00 GMT

https://www2.gotomeeting.com/register/180324930


@smartmohi, @cristianogois, @aru-n, @RLTmultimedia, @zenparty, @serradinho, @draison, @wpFramework, @yavane, @searchs, @truongduongmau, @apatche7, @Nielo, @surajv, @kreapress, @webdevid, @Yabukism, @skapator, @zeeshanhasan, @eugenf, @AbdiEffendi, @jusstinas, @maikosoft, @sanchitsoni, @tao-tiago, @Phase1234, @schutzsmith, @yajinn, @madebylam, @farhanhu87, @bighug, @illucent, @vulinhpc, @yramagicman, @NeuronQ, @dendrizzles, @tsesci, @irawannubi, @siubie, @hectorgarrofe, @leoken, @edwardr, @coolio197, @alrobeler, @WordpressDev, @themedune, @boylecreations, @projik, @shereefism, @polymathicmedia

Reminder: Redux Webinar in 3+ Hours

Hey there Wordpress Developers!

This is your last reminder for the Redux Framework Webinar being held in a little over three hours! Come learn about all things Redux and how we can literally shave days off of your development time. Reserve your spot now. We’ll see you soon.

February 15th @ 19:00 GMT

https://www2.gotomeeting.com/register/180324930


@equus12, @agatenby, @Viscore, @svengiesen, @codelazy, @r3webmotion, @newplayer, @kentliau, @dyea, @boxtwobox, @sangam12345, @nogorilla, @wpbakery, @dangercris, @apsolut, @dywp, @Fosho, @OCREATIVE, @fruitpixel, @netfuel, @sanampatel, @karikas, @mohammadz, @DarbCal, @joshmedeski, @webifish, @zlosh, @asheborocreative, @ingozoell, @brewhouse, @vinacode, @Rgiz, @catalinmiron, @cms-, @xupypr, @Clint-M, @patrickheiloo, @moyus, @NickBain, @sandeepvaishnav, @craigcoles, @pullpush, @filipz, @imknight, @timkinnane, @raybes, @Frenkz, @antonkor, @superinteractive, @solidstudio

An Announcement from Redux Framework

Hey there Wordpress Developers!

Before we get to the reason for this announcement, we at Team Redux would like to thank all our incredible users for the support you have given us over the past several months. For those who are new to the party, let's take a moment and recap the highlights. Perhaps our most important highlight was has been bringing the NHP and SMOF teams into the Redux Family. Rather than dividing our talent, we opted to join forces, and it's been well worth it... In the last eight months, we have had over 1049 commits! Beyond that, the adoption rate that Redux has seen is nothing short of remarkable. More recently, we have released a plugin called Redux Converter which allows users of SMOF and Option Tree to quickly and easily test Redux and even convert their existing configs to our format.

As if the aforementioned highlights weren't enough, we have recently migrated our website to WP Engine and released several premium modules. Want to take a look at our current offering? A listing is available on the extensions page of our website! Perhaps our most revolutionary feature is our new statistics page. Want to follow our progress? Stop by http://reduxframework.com/statistics/ and see how we're doing for yourself!

Between the sheer number of changes we've made recently and all of the new faces joining our Family, both as members of our Core Team and the community itself, we thought it was high time we host a Webinar. It will be held on Saturday, February 15th, at a time which has yet to be determined. Our user-base is scattered to all corners of the globe, so we're leaving it up to you to help determine the best time for all who want to attend. Planning on attending? Let us know when would you like to meet, what you want to see discussed, and start preparing questions for the Team! Over the next week we'll finalize all the details and prepare ourselves to answer the onslaught of questions we're sure you have for us! Signup now to receive updates for the official time by registering here: https://www2.gotomeeting.com/register/180324930.

Once again, thank you all for your tremendous support, and we look forward to chatting with everyone on February 15th @ 19:00 GMT.


@sixtytwoprescott, @marcodedo, @huseyinkocak, @pjamest, @jonahbron, @addedlovely, @vteixeira, @lukeburford, @Kordopatis, @su-dnnsldr, @soyoh, @zied86, @majakovskij, @chadhenry, @GeorgeWP, @yoeran, @ciptard, @tarex, @itsabhik, @jmandala, @Freelander, @pyprism, @amindiary, @andreystepanov, @brunobatista, @victorwkm, @ishenkoyv, @ractoon, @tungd, @mrthan, @upended, @chardy, @bbubn, @jabneyhastings, @bonnieshull, @kennybills, @allenbobo, @matchdav, @alex-reid, @neitno, @wir, @a5r7aga, @LucaRosaldi, @lgrandicelli, @fulgorek, @azharijelek, @jazbek, @pixelstrolch, @jameswlane, @septembermd

An Announcement from Redux Framework

Hey there Wordpress Developers!

Before we get to the reason for this announcement, we at Team Redux would like to thank all our incredible users for the support you have given us over the past several months. For those who are new to the party, let's take a moment and recap the highlights. Perhaps our most important highlight was has been bringing the NHP and SMOF teams into the Redux Family. Rather than dividing our talent, we opted to join forces, and it's been well worth it... In the last eight months, we have had over 1049 commits! Beyond that, the adoption rate that Redux has seen is nothing short of remarkable. More recently, we have released a plugin called Redux Converter which allows users of SMOF and Option Tree to quickly and easily test Redux and even convert their existing configs to our format.

As if the aforementioned highlights weren't enough, we have recently migrated our website to WP Engine and released several premium modules. Want to take a look at our current offering? A listing is available on the extensions page of our website! Perhaps our most revolutionary feature is our new statistics page. Want to follow our progress? Stop by http://reduxframework.com/statistics/ and see how we're doing for yourself!

Between the sheer number of changes we've made recently and all of the new faces joining our Family, both as members of our Core Team and the community itself, we thought it was high time we host a Webinar. It will be held on Saturday, February 15th, at a time which has yet to be determined. Our user-base is scattered to all corners of the globe, so we're leaving it up to you to help determine the best time for all who want to attend. Planning on attending? Let us know when would you like to meet, what you want to see discussed, and start preparing questions for the Team! Over the next week we'll finalize all the details and prepare ourselves to answer the onslaught of questions we're sure you have for us! Signup now to receive updates for the official time by registering here: https://www2.gotomeeting.com/register/180324930.

Once again, thank you all for your tremendous support, and we look forward to chatting with everyone on February 15th @ 19:00 GMT.


@klongdesigns, @harrysaputra, @janwagner, @ThiagoF, @dickaldordavid, @Bwade, @stendelis, @codeclown, @amir55, @vrfranco, @monaye, @frytaz, @vysoki, @mustafaismail22, @Ricarditu, @bradryan13, @Greg36, @lkraav, @pantaluna, @dariomarquez, @luizventurote, @cristianogois, @rastabrane, @dostogir171, @snaroliya, @Garlicia, @creat0r, @nadimtuhin, @rahulkashyapknl, @kenzicode, @MoBadawy, @atiqbd, @doanbertoni, @systemhandler, @Bucur, @ansaripk, @paulthecoder, @vgnanendra, @pabagan, @secretdesign, @Buooy, @1000camels, @thrasherstudios77, @siteman, @justiny, @imamherlambang, @rmalloy27, @Serpentsoft, @nguyen-tam, @pe6o

An Announcement from Redux Framework

Hey there Wordpress Developers!

Before we get to the reason for this announcement, we at Team Redux would like to thank all our incredible users for the support you have given us over the past several months. For those who are new to the party, let's take a moment and recap the highlights. Perhaps our most important highlight was has been bringing the NHP and SMOF teams into the Redux Family. Rather than dividing our talent, we opted to join forces, and it's been well worth it... In the last eight months, we have had over 1049 commits! Beyond that, the adoption rate that Redux has seen is nothing short of remarkable. More recently, we have released a plugin called Redux Converter which allows users of SMOF and Option Tree to quickly and easily test Redux and even convert their existing configs to our format.

As if the aforementioned highlights weren't enough, we have recently migrated our website to WP Engine and released several premium modules. Want to take a look at our current offering? A listing is available on the extensions page of our website! Perhaps our most revolutionary feature is our new statistics page. Want to follow our progress? Stop by http://reduxframework.com/statistics/ and see how we're doing for yourself!

Between the sheer number of changes we've made recently and all of the new faces joining our Family, both as members of our Core Team and the community itself, we thought it was high time we host a Webinar. It will be held on Saturday, February 15th, at a time which has yet to be determined. Our user-base is scattered to all corners of the globe, so we're leaving it up to you to help determine the best time for all who want to attend. Planning on attending? Let us know when would you like to meet, what you want to see discussed, and start preparing questions for the Team! Over the next week we'll finalize all the details and prepare ourselves to answer the onslaught of questions we're sure you have for us! Signup now to receive updates for the official time by registering here: https://www2.gotomeeting.com/register/180324930.

Once again, thank you all for your tremendous support, and we look forward to chatting with everyone on February 15th @ 19:00 GMT.

Reminder: Redux Webinar in 3+ Hours

Hey there Wordpress Developers!

This is your last reminder for the Redux Framework Webinar being held in a little over three hours! Come learn about all things Redux and how we can literally shave days off of your development time. Reserve your spot now. We’ll see you soon.

February 15th @ 19:00 GMT

https://www2.gotomeeting.com/register/180324930


@wdalhaj, @valentinvieriu, @avinash2, @fdaciuk, @drrr, @berkapavel, @ice8lue, @karlkori, @victorpetryk, @cxyewq, @gorilas, @tubalmartin, @Calaelen, @siner, @karalamalar, @sebastianscar, @openfire3, @tobli, @lkbr, @henriesteves, @Braunson, @meydjer, @A360, @niklaskorz, @chrisjlebron, @hobbsh, @snapmagazine, @tubiz, @cbishopdev, @davidosomething, @ognjenm, @jlauding, @adyz, @pepito2k, @matthewfowles, @meshachjackson, @asitanga, @jianxioy, @arod2634, @hoangtx, @svenl77, @simonrimkus, @Fatbat, @cleanforestco, @kmikzjh, @mahype, @afutseng, @epicwhale, @corey-benson, @kepek

Reminder: Redux Webinar in 3+ Hours

Hey there Wordpress Developers!

This is your last reminder for the Redux Framework Webinar being held in a little over three hours! Come learn about all things Redux and how we can literally shave days off of your development time. Reserve your spot now. We’ll see you soon.

February 15th @ 19:00 GMT

https://www2.gotomeeting.com/register/180324930


@ludobonnet, @pippinsplugins, @cfoellmann, @MZAWeb, @Vaclad, @amazingSurge, @towfiqi, @thiagogenehr, @sandrobilbeisi, @edirpedro, @oshrib, @fredmarketing, @curranhepp, @erickpatrick, @puikinsh, @Lder, @blogmal, @naveedehmad, @EmranAhmed, @foxer-zt, @andreitanasuca, @dadanarifin666, @whatthefork, @tivnet, @phpbits, @icegit, @iThemesLab, @lengpiseth, @NicolasCambas, @fahlurrozzi, @Cammoy, @raidenz, @helloworldhj, @mgmartel, @AliSiddique, @willmkt, @winhackua, @tnog, @subash1232, @pcescato, @iqbalbary, @musikboy, @OdnaropX, @bookchiq, @kaymmm, @mrpc, @hittheroadjack, @tridungpham, @guerillathemes, @techjewel

Reminder: Redux Webinar in 3+ Hours

Hey there Wordpress Developers!

This is your last reminder for the Redux Framework Webinar being held in a little over three hours! Come learn about all things Redux and how we can literally shave days off of your development time. Reserve your spot now. We’ll see you soon.

February 15th @ 19:00 GMT

https://www2.gotomeeting.com/register/180324930


@riesurya, @setya, @hithertolabs, @macanhhuy, @sokvanrithy, @roniwahyu, @WP-Panda, @wences1976, @triwardhana, @eyouth, @wenovo, @tmconnect, @sabbirahmed92, @conversionexpo-test, @yiraaan, @AidHamza, @zuborawka, @benzingtech, @banditqbons, @digitallyclutched, @gtwebsite, @Catheria, @partnuz, @gangesh, @jasimahmed, @theduke, @VladNov, @cristian-chiric, @rogermanche, @jrgodoi, @netcon-source, @LeadsPlus, @UXScripts, @edcousins, @ryannmicua, @babymaster, @qwertydude, @maarcin, @guuthemes, @dimitrilongo, @michaelkk, @peadig, @mharis, @Ninos, @jonahbrown, @echo1consulting, @wpexplorer, @bifok, @gthapar, @Epucfail

An Announcement from Redux Framework

Hey there Wordpress Developers!

Before we get to the reason for this announcement, we at Team Redux would like to thank all our incredible users for the support you have given us over the past several months. For those who are new to the party, let's take a moment and recap the highlights. Perhaps our most important highlight was has been bringing the NHP and SMOF teams into the Redux Family. Rather than dividing our talent, we opted to join forces, and it's been well worth it... In the last eight months, we have had over 1049 commits! Beyond that, the adoption rate that Redux has seen is nothing short of remarkable. More recently, we have released a plugin called Redux Converter which allows users of SMOF and Option Tree to quickly and easily test Redux and even convert their existing configs to our format.

As if the aforementioned highlights weren't enough, we have recently migrated our website to WP Engine and released several premium modules. Want to take a look at our current offering? A listing is available on the extensions page of our website! Perhaps our most revolutionary feature is our new statistics page. Want to follow our progress? Stop by http://reduxframework.com/statistics/ and see how we're doing for yourself!

Between the sheer number of changes we've made recently and all of the new faces joining our Family, both as members of our Core Team and the community itself, we thought it was high time we host a Webinar. It will be held on Saturday, February 15th, at a time which has yet to be determined. Our user-base is scattered to all corners of the globe, so we're leaving it up to you to help determine the best time for all who want to attend. Planning on attending? Let us know when would you like to meet, what you want to see discussed, and start preparing questions for the Team! Over the next week we'll finalize all the details and prepare ourselves to answer the onslaught of questions we're sure you have for us! Signup now to receive updates for the official time by registering here: https://www2.gotomeeting.com/register/180324930.

Once again, thank you all for your tremendous support, and we look forward to chatting with everyone on February 15th @ 19:00 GMT.


@prath, @venturepilot, @keithpickett, @stavrosthewonderchicken, @praveenvvstgy, @SeptiyanAndika, @jopacicdev, @fmtarif, @juliopinheiro, @JohnCoppa, @jameskleinschnitz, @PattoSK, @olsgreen, @IAhmad, @anaesthesic, @offsitemds, @freimuth82, @phongmedia, @juanitodelrock, @WPBaker, @hornets, @reterius, @lazmeister, @yzou, @zouyang08, @dstrunk, @jfelient, @respondthemes, @jycr753, @rohitink, @sevendoors, @kevin23, @emkamal, @madrien, @guiliredu, @rod750, @ericarcana, @SanchoPoncho, @martyyy, @kuus, @AhmedTheGeek, @damien1, @bymathias, @sparqvault, @MohamedBadawy, @gabestev, @leonardorb, @tigerknight, @acarbone, @anupdebnath

An Announcement from Redux Framework

Hey there Wordpress Developers!

Before we get to the reason for this announcement, we at Team Redux would like to thank all our incredible users for the support you have given us over the past several months. For those who are new to the party, let's take a moment and recap the highlights. Perhaps our most important highlight was has been bringing the NHP and SMOF teams into the Redux Family. Rather than dividing our talent, we opted to join forces, and it's been well worth it... In the last eight months, we have had over 1049 commits! Beyond that, the adoption rate that Redux has seen is nothing short of remarkable. More recently, we have released a plugin called Redux Converter which allows users of SMOF and Option Tree to quickly and easily test Redux and even convert their existing configs to our format.

As if the aforementioned highlights weren't enough, we have recently migrated our website to WP Engine and released several premium modules. Want to take a look at our current offering? A listing is available on the extensions page of our website! Perhaps our most revolutionary feature is our new statistics page. Want to follow our progress? Stop by http://reduxframework.com/statistics/ and see how we're doing for yourself!

Between the sheer number of changes we've made recently and all of the new faces joining our Family, both as members of our Core Team and the community itself, we thought it was high time we host a Webinar. It will be held on Saturday, February 15th, at a time which has yet to be determined. Our user-base is scattered to all corners of the globe, so we're leaving it up to you to help determine the best time for all who want to attend. Planning on attending? Let us know when would you like to meet, what you want to see discussed, and start preparing questions for the Team! Over the next week we'll finalize all the details and prepare ourselves to answer the onslaught of questions we're sure you have for us! Signup now to receive updates for the official time by registering here: https://www2.gotomeeting.com/register/180324930.

Once again, thank you all for your tremendous support, and we look forward to chatting with everyone on February 15th @ 19:00 GMT.


@risadagut, @ereztourjeman, @HandlebarLabs, @subodhghulaxe, @sonnyparlin, @atamaniuc, @ThemeCluster, @ShaneRounce, @waltercassiano, @Savantos, @djoudi, @Sitatech, @ecquadro, @asifsaho, @WPoets, @kml5ive, @mukto90, @MAJ3STIC, @montazze, @Mandooox, @marko-mmc, @johnulist, @Leksell, @tagtheme, @jitendrac, @jbutko, @thekillerdev, @shawponaece, @mzbaker, @boywondercreative, @duodao, @danielchikaka, @rakeshr, @cehojac, @kipas, @mariuskubilius, @MrDinsdale, @roniemicro, @walkerstudios, @setya, @hithertolabs, @macanhhuy, @roniwahyu, @WP-Panda, @wences1976, @triwardhana, @eyouth, @wenovo, @sabbirahmed92, @conversionexpo-test

An Announcement from Redux Framework

Hey there Wordpress Developers!

Before we get to the reason for this announcement, we at Team Redux would like to thank all our incredible users for the support you have given us over the past several months. For those who are new to the party, let's take a moment and recap the highlights. Perhaps our most important highlight was has been bringing the NHP and SMOF teams into the Redux Family. Rather than dividing our talent, we opted to join forces, and it's been well worth it... In the last eight months, we have had over 1049 commits! Beyond that, the adoption rate that Redux has seen is nothing short of remarkable. More recently, we have released a plugin called Redux Converter which allows users of SMOF and Option Tree to quickly and easily test Redux and even convert their existing configs to our format.

As if the aforementioned highlights weren't enough, we have recently migrated our website to WP Engine and released several premium modules. Want to take a look at our current offering? A listing is available on the extensions page of our website! Perhaps our most revolutionary feature is our new statistics page. Want to follow our progress? Stop by http://reduxframework.com/statistics/ and see how we're doing for yourself!

Between the sheer number of changes we've made recently and all of the new faces joining our Family, both as members of our Core Team and the community itself, we thought it was high time we host a Webinar. It will be held on Saturday, February 15th, at a time which has yet to be determined. Our user-base is scattered to all corners of the globe, so we're leaving it up to you to help determine the best time for all who want to attend. Planning on attending? Let us know when would you like to meet, what you want to see discussed, and start preparing questions for the Team! Over the next week we'll finalize all the details and prepare ourselves to answer the onslaught of questions we're sure you have for us! Signup now to receive updates for the official time by registering here: https://www2.gotomeeting.com/register/180324930.

Once again, thank you all for your tremendous support, and we look forward to chatting with everyone on February 15th @ 19:00 GMT.


@salsaturation, @bassscape, @dbizzy, @patrick91, @jdwit, @juanfran-granados, @isorna, @thanh4890, @oldquest, @jchn, @scottrice10, @greatwitenorth, @mattbelecca, @jonamar, @Marco-G, @gabtio, @nickcernis, @minustalent, @grindcode, @streamer, @Dev-Dipesh, @codeboxr, @frebro, @huanghua581, @usaphp, @maxchirkov, @web-elements, @Flodevelop, @chestertonmartin, @Lomu, @yalamber, @dnlmr, @gsshab, @jonasgiehl, @luisabarca, @someguy9, @cristianmartinez, @eirichmond, @thaer249, @murgatroydj, @richardmax, @rommelxcastro, @bpanatta, @floscom, @yafd, @DigiBeans, @vanpop, @starjive, @lotus25, @rippalsetia

An Announcement from Redux Framework

Hey there Wordpress Developers!

Before we get to the reason for this announcement, we at Team Redux would like to thank all our incredible users for the support you have given us over the past several months. For those who are new to the party, let's take a moment and recap the highlights. Perhaps our most important highlight was has been bringing the NHP and SMOF teams into the Redux Family. Rather than dividing our talent, we opted to join forces, and it's been well worth it... In the last eight months, we have had over 1049 commits! Beyond that, the adoption rate that Redux has seen is nothing short of remarkable. More recently, we have released a plugin called Redux Converter which allows users of SMOF and Option Tree to quickly and easily test Redux and even convert their existing configs to our format.

As if the aforementioned highlights weren't enough, we have recently migrated our website to WP Engine and released several premium modules. Want to take a look at our current offering? A listing is available on the extensions page of our website! Perhaps our most revolutionary feature is our new statistics page. Want to follow our progress? Stop by http://reduxframework.com/statistics/ and see how we're doing for yourself!

Between the sheer number of changes we've made recently and all of the new faces joining our Family, both as members of our Core Team and the community itself, we thought it was high time we host a Webinar. It will be held on Saturday, February 15th, at a time which has yet to be determined. Our user-base is scattered to all corners of the globe, so we're leaving it up to you to help determine the best time for all who want to attend. Planning on attending? Let us know when would you like to meet, what you want to see discussed, and start preparing questions for the Team! Over the next week we'll finalize all the details and prepare ourselves to answer the onslaught of questions we're sure you have for us! Signup now to receive updates for the official time by registering here: https://www2.gotomeeting.com/register/180324930.

Once again, thank you all for your tremendous support, and we look forward to chatting with everyone on February 15th @ 19:00 GMT.


@KoenRijpstra, @juliend2, @d8n, @jacksuc, @mampranx, @goldenboy, @Cifro, @mb2o, @baxang, @utkarshkukreti, @arjunurs, @zschmid, @therg, @netconstructor, @wesohaire, @laurentzziu, @jrstaatsiii, @mohdhazwan, @Nepharius, @kdorsey, @contempoinc, @jeffsebring, @christianwach, @JoeLaCelle, @paulgiacherio, @pseudonymus, @jeroenherczeg, @mkdizajn, @rajkumar282, @niczcool, @jamigibbs, @flickapix, @ramzesimus, @PawelPatyk, @rizqyhi, @rawfolio, @rwoody, @iamabdus, @d2tstudio, @armandmorin, @i3inary, @agusmu, @hkamci, @getsource, @ikramhakimi, @abdusfauzi, @thinkxl, @rawcreative, @hectoramm, @ryan-anderson

Reminder: Redux Webinar in 3+ Hours

Hey there Wordpress Developers!

This is your last reminder for the Redux Framework Webinar being held in a little over three hours! Come learn about all things Redux and how we can literally shave days off of your development time. Reserve your spot now. We’ll see you soon.

February 15th @ 19:00 GMT

https://www2.gotomeeting.com/register/180324930


@EyesX, @NielsvanDijk, @MilkyWaySoft, @GreenKakadu, @Uranbold, @tondesign, @web3official, @artlantis, @snhasani, @dedicatedsoul, @jzatt, @slightlyoffbeat, @rosslittle, @molnatti, @luanmuniz, @MaximOrlovsky, @sodbileg, @mommaroodles, @agliottone, @emanuelpoletto, @keithjhardy, @ChrisSoutham, @kpodemski, @kokareff, @mgb9, @JoseRaffucci, @ello0o, @nmabhinandan, @erikhuisman, @adisetiawan, @yawalkar, @philburton, @StefanKovac, @szepeviktor, @MarioGiancini, @oemran, @Shakibmir, @maidulcu, @nkrambo, @irazasyed, @simplexstudios, @jbckmn, @matchbranding, @colinsanford, @rmorse, @davidtaboas, @romulobastos, @vincentgates, @jnijstad, @klongdesigns

An Announcement from Redux Framework

Hey there Wordpress Developers!

Before we get to the reason for this announcement, we at Team Redux would like to thank all our incredible users for the support you have given us over the past several months. For those who are new to the party, let's take a moment and recap the highlights. Perhaps our most important highlight was has been bringing the NHP and SMOF teams into the Redux Family. Rather than dividing our talent, we opted to join forces, and it's been well worth it... In the last eight months, we have had over 1049 commits! Beyond that, the adoption rate that Redux has seen is nothing short of remarkable. More recently, we have released a plugin called Redux Converter which allows users of SMOF and Option Tree to quickly and easily test Redux and even convert their existing configs to our format.

As if the aforementioned highlights weren't enough, we have recently migrated our website to WP Engine and released several premium modules. Want to take a look at our current offering? A listing is available on the extensions page of our website! Perhaps our most revolutionary feature is our new statistics page. Want to follow our progress? Stop by http://reduxframework.com/statistics/ and see how we're doing for yourself!

Between the sheer number of changes we've made recently and all of the new faces joining our Family, both as members of our Core Team and the community itself, we thought it was high time we host a Webinar. It will be held on Saturday, February 15th, at a time which has yet to be determined. Our user-base is scattered to all corners of the globe, so we're leaving it up to you to help determine the best time for all who want to attend. Planning on attending? Let us know when would you like to meet, what you want to see discussed, and start preparing questions for the Team! Over the next week we'll finalize all the details and prepare ourselves to answer the onslaught of questions we're sure you have for us! Signup now to receive updates for the official time by registering here: https://www2.gotomeeting.com/register/180324930.

Once again, thank you all for your tremendous support, and we look forward to chatting with everyone on February 15th @ 19:00 GMT.


@AidHamza, @benzingtech, @banditqbons, @imagiinate, @digitallyclutched, @gtwebsite, @Catheria, @gangesh, @jasimahmed, @theduke, @cristian-chiric, @rogermanche, @jrgodoi, @netcon-source, @LeadsPlus, @UXScripts, @edcousins, @ryannmicua, @babymaster

An Announcement from Redux Framework

Hey there Wordpress Developers!

Before we get to the reason for this announcement, we at Team Redux would like to thank all our incredible users for the support you have given us over the past several months. For those who are new to the party, let's take a moment and recap the highlights. Perhaps our most important highlight was has been bringing the NHP and SMOF teams into the Redux Family. Rather than dividing our talent, we opted to join forces, and it's been well worth it... In the last eight months, we have had over 1049 commits! Beyond that, the adoption rate that Redux has seen is nothing short of remarkable. More recently, we have released a plugin called Redux Converter which allows users of SMOF and Option Tree to quickly and easily test Redux and even convert their existing configs to our format.

As if the aforementioned highlights weren't enough, we have recently migrated our website to WP Engine and released several premium modules. Want to take a look at our current offering? A listing is available on the extensions page of our website! Perhaps our most revolutionary feature is our new statistics page. Want to follow our progress? Stop by http://reduxframework.com/statistics/ and see how we're doing for yourself!

Between the sheer number of changes we've made recently and all of the new faces joining our Family, both as members of our Core Team and the community itself, we thought it was high time we host a Webinar. It will be held on Saturday, February 15th, at a time which has yet to be determined. Our user-base is scattered to all corners of the globe, so we're leaving it up to you to help determine the best time for all who want to attend. Planning on attending? Let us know when would you like to meet, what you want to see discussed, and start preparing questions for the Team! Over the next week we'll finalize all the details and prepare ourselves to answer the onslaught of questions we're sure you have for us! Signup now to receive updates for the official time by registering here: https://www2.gotomeeting.com/register/180324930.

Once again, thank you all for your tremendous support, and we look forward to chatting with everyone on February 15th @ 19:00 GMT.


@wpFramework, @yavane, @searchs, @truongduongmau, @apatche7, @surajv, @webdevid, @Yabukism, @skapator, @zeeshanhasan, @AbdiEffendi, @jusstinas, @maikosoft, @sanchitsoni, @tao-tiago, @Phase1234, @schutzsmith, @yajinn, @madebylam, @rambulun, @illucent, @vulinhpc, @yramagicman, @NeuronQ, @dendrizzles, @tsesci, @irawannubi, @siubie, @leoken, @edwardr, @coolio197, @alrobeler, @WordpressDev, @themedune, @boylecreations, @projik, @shereefism, @polymathicmedia, @sugarsoho, @lowhow, @ZoupPowered, @Visioniz, @ProDevStudio

Reminder: Redux Webinar in 3+ Hours

Hey there Wordpress Developers!

This is your last reminder for the Redux Framework Webinar being held in a little over three hours! Come learn about all things Redux and how we can literally shave days off of your development time. Reserve your spot now. We’ll see you soon.

February 15th @ 19:00 GMT

https://www2.gotomeeting.com/register/180324930


@bazlur36, @zenideas, @MartyThornley, @signo, @SleeplessByte, @stilfx, @saas786, @DietmarHartje, @denis0706, @FrankM1, @alexpos, @clawfire, @ScottPhillips, @svlasov, @travislopes, @onurozkan, @juarezpaf, @shawnsandy, @dobata, @KayLeung, @pietromalerba, @geekz, @chuckreynolds, @radum, @zytzagoo, @sumobi, @savage69kr, @muratkgirgin, @jque, @vdrnn, @legas, @bradjonesca, @Hrvoje, @creativeaura, @ahmedelgabri, @extesy, @mikegoodstadt, @Slaver, @seedprod, @karakolum, @ducban, @keithparent, @thecancerus, @Kobe, @dbooom, @suture, @matchartier, @Asparagirl, @fastone, @cointilt

An Announcement from Redux Framework

Hey there Wordpress Developers!

Before we get to the reason for this announcement, we at Team Redux would like to thank all our incredible users for the support you have given us over the past several months. For those who are new to the party, let's take a moment and recap the highlights. Perhaps our most important highlight was has been bringing the NHP and SMOF teams into the Redux Family. Rather than dividing our talent, we opted to join forces, and it's been well worth it... In the last eight months, we have had over 1049 commits! Beyond that, the adoption rate that Redux has seen is nothing short of remarkable. More recently, we have released a plugin called Redux Converter which allows users of SMOF and Option Tree to quickly and easily test Redux and even convert their existing configs to our format.

As if the aforementioned highlights weren't enough, we have recently migrated our website to WP Engine and released several premium modules. Want to take a look at our current offering? A listing is available on the extensions page of our website! Perhaps our most revolutionary feature is our new statistics page. Want to follow our progress? Stop by http://reduxframework.com/statistics/ and see how we're doing for yourself!

Between the sheer number of changes we've made recently and all of the new faces joining our Family, both as members of our Core Team and the community itself, we thought it was high time we host a Webinar. It will be held on Saturday, February 15th, at a time which has yet to be determined. Our user-base is scattered to all corners of the globe, so we're leaving it up to you to help determine the best time for all who want to attend. Planning on attending? Let us know when would you like to meet, what you want to see discussed, and start preparing questions for the Team! Over the next week we'll finalize all the details and prepare ourselves to answer the onslaught of questions we're sure you have for us! Signup now to receive updates for the official time by registering here: https://www2.gotomeeting.com/register/180324930.

Once again, thank you all for your tremendous support, and we look forward to chatting with everyone on February 15th @ 19:00 GMT.


@patrickheiloo, @moyus, @NickBain, @sandeepvaishnav, @craigcoles, @pullpush, @filipz, @timkinnane, @raybes, @Frenkz, @antonkor, @superinteractive, @solidstudio, @sotoole, @aleks, @dave-hunt, @CiTroNaK, @warp-x, @DheerG, @vaakash, @herewithme, @rasha1, @tonydjukic, @feryardiant, @PabloVallejo, @elkebirmed, @itskawsar, @RGkevin, @siamcomm, @ti2, @Sebaortiz, @ikixxx, @tandoigai, @sepehrmm, @kutaygoksu, @Mr2P, @beytarovski, @medfreeman, @MrMaz, @alekseysolo, @tmm153, @graphicscove, @pvillarreal, @martinproject, @ToddSmithSalter, @egza, @JonPenny, @dehartmatt, @vol4ikman, @edtownend

An Announcement from Redux Framework

Hey there Wordpress Developers!

Before we get to the reason for this announcement, we at Team Redux would like to thank all our incredible users for the support you have given us over the past several months. For those who are new to the party, let's take a moment and recap the highlights. Perhaps our most important highlight was has been bringing the NHP and SMOF teams into the Redux Family. Rather than dividing our talent, we opted to join forces, and it's been well worth it... In the last eight months, we have had over 1049 commits! Beyond that, the adoption rate that Redux has seen is nothing short of remarkable. More recently, we have released a plugin called Redux Converter which allows users of SMOF and Option Tree to quickly and easily test Redux and even convert their existing configs to our format.

As if the aforementioned highlights weren't enough, we have recently migrated our website to WP Engine and released several premium modules. Want to take a look at our current offering? A listing is available on the extensions page of our website! Perhaps our most revolutionary feature is our new statistics page. Want to follow our progress? Stop by http://reduxframework.com/statistics/ and see how we're doing for yourself!

Between the sheer number of changes we've made recently and all of the new faces joining our Family, both as members of our Core Team and the community itself, we thought it was high time we host a Webinar. It will be held on Saturday, February 15th, at a time which has yet to be determined. Our user-base is scattered to all corners of the globe, so we're leaving it up to you to help determine the best time for all who want to attend. Planning on attending? Let us know when would you like to meet, what you want to see discussed, and start preparing questions for the Team! Over the next week we'll finalize all the details and prepare ourselves to answer the onslaught of questions we're sure you have for us! Signup now to receive updates for the official time by registering here: https://www2.gotomeeting.com/register/180324930.

Once again, thank you all for your tremendous support, and we look forward to chatting with everyone on February 15th @ 19:00 GMT.


@Rokito, @zuborawka, @Ryu-k, @vedrisha, @rashoaib, @Itachicz1, @Alir3za, @Veto, @gnrocks, @axdil, @srfranky, @chipbennett, @gopalraju, @ZERGE, @msa138, @maxonik, @jkd77, @MomenMohamed, @chathuraa, @akshaydesi, @canman, @100hz, @sarojlakra, @ashobiz, @jackdavenport, @billyfoo, @ParagonEffect, @enpinteractive, @awshout, @jh1551, @brainbuzzmedia, @mrklandry, @kumar87, @zabestof, @wptomi, @markfaseldesign, @Itachicz11, @danielpost, @acpote, @kls803, @geaz, @Leomgx, @modiworks, @RickPrice62, @ThemeSheep, @twolightcrew, @kiwiadv, @SMP-DM, @bdacode, @avastamin

Reminder: Redux Webinar in 3+ Hours

Hey there Wordpress Developers!

This is your last reminder for the Redux Framework Webinar being held in a little over three hours! Come learn about all things Redux and how we can literally shave days off of your development time. Reserve your spot now. We’ll see you soon.

February 15th @ 19:00 GMT

https://www2.gotomeeting.com/register/180324930


@astritmalsija, @harrysaputra, @ehrig, @janwagner, @ThiagoF, @dickaldordavid, @Bwade, @stendelis, @codeclown, @amir55, @vrfranco, @monaye, @frytaz, @vysoki, @mustafaismail22, @Ricarditu, @bradryan13, @rtbfreitas, @Greg36, @lkraav, @pantaluna, @dariomarquez, @luizventurote, @rastabrane, @erichnascimento, @jahir07, @RafaelFunchal, @mattts, @dostogir171, @whoman, @colin-m, @madmadjo, @imagiinate, @pshemanthkumar, @bdthemes, @robi09, @r-a-stone, @vhinmanansala, @shozib13, @kiwiadv, @SMP-DM, @bdacode, @avastamin, @inithemes, @risadagut, @nadimtuhin, @creat0r, @ereztourjeman, @HandlebarLabs, @subodhghulaxe

An Announcement from Redux Framework

Hey there Wordpress Developers!

Before we get to the reason for this announcement, we at Team Redux would like to thank all our incredible users for the support you have given us over the past several months. For those who are new to the party, let's take a moment and recap the highlights. Perhaps our most important highlight was has been bringing the NHP and SMOF teams into the Redux Family. Rather than dividing our talent, we opted to join forces, and it's been well worth it... In the last eight months, we have had over 1049 commits! Beyond that, the adoption rate that Redux has seen is nothing short of remarkable. More recently, we have released a plugin called Redux Converter which allows users of SMOF and Option Tree to quickly and easily test Redux and even convert their existing configs to our format.

As if the aforementioned highlights weren't enough, we have recently migrated our website to WP Engine and released several premium modules. Want to take a look at our current offering? A listing is available on the extensions page of our website! Perhaps our most revolutionary feature is our new statistics page. Want to follow our progress? Stop by http://reduxframework.com/statistics/ and see how we're doing for yourself!

Between the sheer number of changes we've made recently and all of the new faces joining our Family, both as members of our Core Team and the community itself, we thought it was high time we host a Webinar. It will be held on Saturday, February 15th, at a time which has yet to be determined. Our user-base is scattered to all corners of the globe, so we're leaving it up to you to help determine the best time for all who want to attend. Planning on attending? Let us know when would you like to meet, what you want to see discussed, and start preparing questions for the Team! Over the next week we'll finalize all the details and prepare ourselves to answer the onslaught of questions we're sure you have for us! Signup now to receive updates for the official time by registering here: https://www2.gotomeeting.com/register/180324930.

Once again, thank you all for your tremendous support, and we look forward to chatting with everyone on February 15th @ 19:00 GMT.


@RyanGannon, @brubrant, @see0, @jacoborus, @willyfc, @croata, @syamilmj, @Trippnology, @faarup, @anthonydurand, @0is1, @chrisblackwell, @p0123n, @seucolega, @AnupRaj, @nWidart, @Flashek, @buffler, @nathanshubert, @awalkerca, @prestarocket, @Mypixel-github, @carlorizzante, @devsys, @ataa, @LeToNode, @enricomingardo, @jloft, @naomicbush, @milohuang, @butamt, @yourdesigncoza, @b00y0h, @sonic27, @kyletheisen, @maail, @hunterwei, @eriteric, @bobulated, @arpitnj, @Gereon93, @shopsinc, @awesomejs, @deeve007, @cheekyboots, @stompweb, @timothydang, @thedeadofblackfire, @crnacura, @mukkoo

An Announcement from Redux Framework

Hey there Wordpress Developers!

Before we get to the reason for this announcement, we at Team Redux would like to thank all our incredible users for the support you have given us over the past several months. For those who are new to the party, let's take a moment and recap the highlights. Perhaps our most important highlight was has been bringing the NHP and SMOF teams into the Redux Family. Rather than dividing our talent, we opted to join forces, and it's been well worth it... In the last eight months, we have had over 1049 commits! Beyond that, the adoption rate that Redux has seen is nothing short of remarkable. More recently, we have released a plugin called Redux Converter which allows users of SMOF and Option Tree to quickly and easily test Redux and even convert their existing configs to our format.

As if the aforementioned highlights weren't enough, we have recently migrated our website to WP Engine and released several premium modules. Want to take a look at our current offering? A listing is available on the extensions page of our website! Perhaps our most revolutionary feature is our new statistics page. Want to follow our progress? Stop by http://reduxframework.com/statistics/ and see how we're doing for yourself!

Between the sheer number of changes we've made recently and all of the new faces joining our Family, both as members of our Core Team and the community itself, we thought it was high time we host a Webinar. It will be held on Saturday, February 15th, at a time which has yet to be determined. Our user-base is scattered to all corners of the globe, so we're leaving it up to you to help determine the best time for all who want to attend. Planning on attending? Let us know when would you like to meet, what you want to see discussed, and start preparing questions for the Team! Over the next week we'll finalize all the details and prepare ourselves to answer the onslaught of questions we're sure you have for us! Signup now to receive updates for the official time by registering here: https://www2.gotomeeting.com/register/180324930.

Once again, thank you all for your tremendous support, and we look forward to chatting with everyone on February 15th @ 19:00 GMT.


@niklaskorz, @chrisjlebron, @hobbsh, @snapmagazine, @cbishopdev, @davidosomething, @ognjenm, @jlauding, @adyz, @pepito2k, @matthewfowles, @meshachjackson, @asitanga, @jianxioy, @arod2634, @hoangtx, @svenl77, @simonrimkus, @Fatbat, @kmikzjh, @mahype, @afutseng, @epicwhale, @corey-benson, @kepek, @johnsardine, @dagrander, @ryanedick, @pedroborges, @ruanmer, @seebz, @fthrwght, @b4z81, @mobifreaks, @iodic, @simonyeldon, @zachwise, @ajaypatelaj, @exonen, @dblazeski, @cfaria, @benhuson, @stewartduffy, @stefanmoldoveanu, @macoD, @Xenasio, @mydeadpixel, @RobertCordes, @aroemen, @kenduret

An Announcement from Redux Framework

Hey there Wordpress Developers!

Before we get to the reason for this announcement, we at Team Redux would like to thank all our incredible users for the support you have given us over the past several months. For those who are new to the party, let's take a moment and recap the highlights. Perhaps our most important highlight was has been bringing the NHP and SMOF teams into the Redux Family. Rather than dividing our talent, we opted to join forces, and it's been well worth it... In the last eight months, we have had over 1049 commits! Beyond that, the adoption rate that Redux has seen is nothing short of remarkable. More recently, we have released a plugin called Redux Converter which allows users of SMOF and Option Tree to quickly and easily test Redux and even convert their existing configs to our format.

As if the aforementioned highlights weren't enough, we have recently migrated our website to WP Engine and released several premium modules. Want to take a look at our current offering? A listing is available on the extensions page of our website! Perhaps our most revolutionary feature is our new statistics page. Want to follow our progress? Stop by http://reduxframework.com/statistics/ and see how we're doing for yourself!

Between the sheer number of changes we've made recently and all of the new faces joining our Family, both as members of our Core Team and the community itself, we thought it was high time we host a Webinar. It will be held on Saturday, February 15th, at a time which has yet to be determined. Our user-base is scattered to all corners of the globe, so we're leaving it up to you to help determine the best time for all who want to attend. Planning on attending? Let us know when would you like to meet, what you want to see discussed, and start preparing questions for the Team! Over the next week we'll finalize all the details and prepare ourselves to answer the onslaught of questions we're sure you have for us! Signup now to receive updates for the official time by registering here: https://www2.gotomeeting.com/register/180324930.

Once again, thank you all for your tremendous support, and we look forward to chatting with everyone on February 15th @ 19:00 GMT.


@heirenton, @Alexander-Fuchs, @maxbizbd, @vburlak, @ozrabal, @yellowby, @samuelthan, @halgatewood, @biojazzard, @yanguanglan, @afurculita, @davesnx, @justintucker, @vojin7, @HazemNoor, @EyesX, @NielsvanDijk, @MilkyWaySoft, @GreenKakadu, @Uranbold, @tondesign, @web3official, @dedicatedsoul, @jzatt, @rosslittle, @molnatti, @luanmuniz, @sodbileg, @mommaroodles, @agliottone, @emanuelpoletto, @keithjhardy, @ChrisSoutham, @kokareff, @mgb9, @nmabhinandan, @erikhuisman, @yawalkar, @philburton, @MarioGiancini, @maidulcu, @nkrambo, @simplexstudios, @jbckmn, @matchbranding, @colinsanford, @rmorse, @davidtaboas, @romulobastos, @vincentgates

Reminder: Redux Webinar in 3+ Hours

Hey there Wordpress Developers!

This is your last reminder for the Redux Framework Webinar being held in a little over three hours! Come learn about all things Redux and how we can literally shave days off of your development time. Reserve your spot now. We’ll see you soon.

February 15th @ 19:00 GMT

https://www2.gotomeeting.com/register/180324930


@involvedUX, @screamwork, @tarikcayir, @xRayDev, @martinrusevbg, @alvisir, @AvalonPixedo, @IbrahimSaqr, @designerken, @edi2lopez, @Synvox, @adbutt, @mladen16, @smartik89, @AliMD, @hikomen, @stueynet, @prescottt, @marcodedo, @huseyinkocak, @pjamest, @jonahbron, @addedlovely, @vteixeira, @lukeburford, @matyushen, @Kordopatis, @su-dnnsldr, @soyoh, @zied86, @majakovskij, @chadhenry, @seb86, @GeorgeWP, @yoeran, @ciptard, @tarex, @fovoc, @itsabhik, @jmandala, @Freelander, @pyprism, @amindiary, @andreystepanov, @brunobatista, @victorwkm, @ishenkoyv, @ractoon, @tungd, @mrthan

An Announcement from Redux Framework

Hey there Wordpress Developers!

Before we get to the reason for this announcement, we at Team Redux would like to thank all our incredible users for the support you have given us over the past several months. For those who are new to the party, let's take a moment and recap the highlights. Perhaps our most important highlight was has been bringing the NHP and SMOF teams into the Redux Family. Rather than dividing our talent, we opted to join forces, and it's been well worth it... In the last eight months, we have had over 1049 commits! Beyond that, the adoption rate that Redux has seen is nothing short of remarkable. More recently, we have released a plugin called Redux Converter which allows users of SMOF and Option Tree to quickly and easily test Redux and even convert their existing configs to our format.

As if the aforementioned highlights weren't enough, we have recently migrated our website to WP Engine and released several premium modules. Want to take a look at our current offering? A listing is available on the extensions page of our website! Perhaps our most revolutionary feature is our new statistics page. Want to follow our progress? Stop by http://reduxframework.com/statistics/ and see how we're doing for yourself!

Between the sheer number of changes we've made recently and all of the new faces joining our Family, both as members of our Core Team and the community itself, we thought it was high time we host a Webinar. It will be held on Saturday, February 15th, at a time which has yet to be determined. Our user-base is scattered to all corners of the globe, so we're leaving it up to you to help determine the best time for all who want to attend. Planning on attending? Let us know when would you like to meet, what you want to see discussed, and start preparing questions for the Team! Over the next week we'll finalize all the details and prepare ourselves to answer the onslaught of questions we're sure you have for us! Signup now to receive updates for the official time by registering here: https://www2.gotomeeting.com/register/180324930.

Once again, thank you all for your tremendous support, and we look forward to chatting with everyone on February 15th @ 19:00 GMT.


@EricHamby, @techsaqib, @metalenger, @sascha95, @guuthemes, @Oleg-Pro, @themeton, @borm, @wishcms, @owie, @arupsky, @MRHunter, @genethic, @crossreftech, @wpsoul, @shojol80, @br0k3n, @askwpcoach, @arl1nd, @nyrsimon, @SubatomicDan, @rashidrupani, @haxkep, @thomasjt, @Ste3et, @journeythemes, @jdsans, @labanino, @XJAST, @dhechler, @hocpana, @Alberuni-Azad, @Umeed, @sokvanrithy, @laos94, @FameThemes, @ardziej, @mythirdeye, @Phuturist, @strujillojr, @aijazsiddique, @liviucerchez, @stcfive, @moyger, @tmconnect, @Zenger, @PabloEzequiel, @neueweide, @zaib, @tmeyer45458

An Announcement from Redux Framework

Hey there Wordpress Developers!

Before we get to the reason for this announcement, we at Team Redux would like to thank all our incredible users for the support you have given us over the past several months. For those who are new to the party, let's take a moment and recap the highlights. Perhaps our most important highlight was has been bringing the NHP and SMOF teams into the Redux Family. Rather than dividing our talent, we opted to join forces, and it's been well worth it... In the last eight months, we have had over 1049 commits! Beyond that, the adoption rate that Redux has seen is nothing short of remarkable. More recently, we have released a plugin called Redux Converter which allows users of SMOF and Option Tree to quickly and easily test Redux and even convert their existing configs to our format.

As if the aforementioned highlights weren't enough, we have recently migrated our website to WP Engine and released several premium modules. Want to take a look at our current offering? A listing is available on the extensions page of our website! Perhaps our most revolutionary feature is our new statistics page. Want to follow our progress? Stop by http://reduxframework.com/statistics/ and see how we're doing for yourself!

Between the sheer number of changes we've made recently and all of the new faces joining our Family, both as members of our Core Team and the community itself, we thought it was high time we host a Webinar. It will be held on Saturday, February 15th, at a time which has yet to be determined. Our user-base is scattered to all corners of the globe, so we're leaving it up to you to help determine the best time for all who want to attend. Planning on attending? Let us know when would you like to meet, what you want to see discussed, and start preparing questions for the Team! Over the next week we'll finalize all the details and prepare ourselves to answer the onslaught of questions we're sure you have for us! Signup now to receive updates for the official time by registering here: https://www2.gotomeeting.com/register/180324930.

Once again, thank you all for your tremendous support, and we look forward to chatting with everyone on February 15th @ 19:00 GMT.


@BADJOHNNY, @Nielo, @kicoenet, @rimesta, @mrdarpan, @nhunet, @farhanhu87, @iamsalmanafzal, @hermanjr2012, @Markicc, @BlueSkyProblem, @andyburr, @ozanurl, @Joshi3s, @Azuka, @TalZia, @tolusonaike, @thewpman, @CNTF, @prezzz, @leifdejong, @3oh6, @cs2, @Kermit2, @buggawugga, @raptor235, @noahjohn9259, @bulletproofcreative, @vmodha, @tylernorris, @Viktor-Bjorn, @benjjj6, @omkar18, @louhq, @12Hoog, @dynamiq, @okeyspokey, @orenkolker, @michaellautman, @firstbasedesign, @wayneashleyberry, @Slimmity, @stevebluck, @landarts, @franz-josef-kaiser, @jamesmorrison, @digitalimpact, @aru-n, @zenparty, @serradinho

Reminder: Redux Webinar in 3+ Hours

Hey there Wordpress Developers!

This is your last reminder for the Redux Framework Webinar being held in a little over three hours! Come learn about all things Redux and how we can literally shave days off of your development time. Reserve your spot now. We’ll see you soon.

February 15th @ 19:00 GMT

https://www2.gotomeeting.com/register/180324930


@ghost1227, @punchline, @rodriguesmarcos, @DmsR, @djevrek, @juniorgodoi, @naeemnur, @tolgaergin, @bimaljr, @evoratec, @hasinhayder, @wonderyak, @purethemes, @Pushplaybang, @cabans, @tim-green, @DanielBakovic, @jasonbahl, @peter-nl, @Themeic, @psaikali, @cyberwani, @tyl3r, @UniqueCreativity, @jeni4, @greenbrook, @Arslan104, @joanhard, @jetonr, @danielhaim1, @gustao, @kwayyinfotech, @availium, @drsprite, @lokielse, @stuartduff, @urbanimatic, @axidev, @JonMasterson, @akmanda, @Stronic, @digitalclutch, @rm2334, @AryaPrakasa, @arifulhb, @cmwwebfx, @bluehiveinteractive, @ChuckMac, @adhixz, @andreilupu

An Announcement from Redux Framework

Hey there Wordpress Developers!

Before we get to the reason for this announcement, we at Team Redux would like to thank all our incredible users for the support you have given us over the past several months. For those who are new to the party, let's take a moment and recap the highlights. Perhaps our most important highlight was has been bringing the NHP and SMOF teams into the Redux Family. Rather than dividing our talent, we opted to join forces, and it's been well worth it... In the last eight months, we have had over 1049 commits! Beyond that, the adoption rate that Redux has seen is nothing short of remarkable. More recently, we have released a plugin called Redux Converter which allows users of SMOF and Option Tree to quickly and easily test Redux and even convert their existing configs to our format.

As if the aforementioned highlights weren't enough, we have recently migrated our website to WP Engine and released several premium modules. Want to take a look at our current offering? A listing is available on the extensions page of our website! Perhaps our most revolutionary feature is our new statistics page. Want to follow our progress? Stop by http://reduxframework.com/statistics/ and see how we're doing for yourself!

Between the sheer number of changes we've made recently and all of the new faces joining our Family, both as members of our Core Team and the community itself, we thought it was high time we host a Webinar. It will be held on Saturday, February 15th, at a time which has yet to be determined. Our user-base is scattered to all corners of the globe, so we're leaving it up to you to help determine the best time for all who want to attend. Planning on attending? Let us know when would you like to meet, what you want to see discussed, and start preparing questions for the Team! Over the next week we'll finalize all the details and prepare ourselves to answer the onslaught of questions we're sure you have for us! Signup now to receive updates for the official time by registering here: https://www2.gotomeeting.com/register/180324930.

Once again, thank you all for your tremendous support, and we look forward to chatting with everyone on February 15th @ 19:00 GMT.


@richcoy, @CyberShot, @Pixelous, @philipnewcomer, @gustavolanzas, @rksdm, @jaapwalhout, @welovewordpress, @bfekusis, @shrkz1, @eduvoindo, @Maxxdinh, @atlanteavila, @CodeHunk, @fourleafed, @RoyalScene, @sandra1n, @alinemachado, @sin2384, @GamesDev, @joossh, @bogh11, @WebStudioi, @klau02, @mjwb, @terkelg, @JeromeLebret, @mnewmedia, @128, @jberdah, @Happycom, @OmarAtta, @Ba5nanas, @sscovil, @MediaTri-be, @involvedUX, @screamwork, @tarikcayir, @xRayDev, @martinrusevbg, @AvalonPixedo, @IbrahimSaqr, @designerken, @edi2lopez, @Synvox, @adbutt, @mladen16, @smartik89, @AliMD, @hikomen

Test

Hey there Wordpress Developers!

This is your last reminder for the Redux Framework Webinar being held in a little over three hours! Come learn about all things Redux and how we can literally shave days off of your development time. Reserve your spot now.

February 15th @ 19:00 GMT

https://www2.gotomeeting.com/register/180324930

We’ll see you soon.

Reminder: Redux Webinar in 3+ Hours

Hey there Wordpress Developers!

This is your last reminder for the Redux Framework Webinar being held in a little over three hours! Come learn about all things Redux and how we can literally shave days off of your development time. Reserve your spot now. We’ll see you soon.

February 15th @ 19:00 GMT

https://www2.gotomeeting.com/register/180324930


@aleks, @dave-hunt, @CiTroNaK, @warp-x, @DheerG, @vaakash, @herewithme, @rasha1, @tonydjukic, @feryardiant, @PabloVallejo, @elkebirmed, @itskawsar, @RGkevin, @siamcomm, @ti2, @Sebaortiz, @ikixxx, @tandoigai, @sepehrmm, @kutaygoksu, @Mr2P, @beytarovski, @medfreeman, @MrMaz, @alekseysolo, @tmm153, @graphicscove, @pvillarreal, @thachpham92, @martinproject, @ToddSmithSalter, @egza, @vsalda, @JonPenny, @dehartmatt, @filipeoliveiraa, @vol4ikman, @edtownend, @xmarcos, @codearachnid, @salsaturation, @bassscape, @dbizzy, @patrick91, @jdwit, @juanfran-granados, @isorna, @thanh4890, @oldquest

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.