cherry-framework
cherry-framework copied to clipboard
100% GNU GPL WordPress framework
Hello, Please review and fix. create_function() is deprecated in setup.php on line 14 ` $newfunc = create_function( '', ' global $chery_core_version; $path = trailingslashit( dirname( __FILE__ ) ) . \'cherry-core.php\';...
In WP 5.5 the jQuery migrate library was removed, hence the plugins aren't working properly any longer: `/wp-content/plugins/cherry-projects/cherry-framework/modules/cherry-js-core/assets/js/min/cherry-js-core.min.js: 'ready' event is deprecated` A fix would be highly appreciated! Thanks!
Hello. I am WordPress developer. I want to use interface builder module to my commercial project. I seen Cherry Framework is 100% GPL. But i need to ask it from...
Fixes #178
I encountered a problem with my WP installation where I separated the WP core and the `wp-content` folder into different locations within the filesystem, eg.: * ABSPATH: `/var/www/myblog/public/wp/` * WP_CONTENT_DIR:...
This code is issuing an "Array to string conversion" notice because of `$object->$args['content_type']`. https://github.com/CherryFramework/cherry-framework/blob/4f8bea71ff0cbc0b1b9271d48473b2cbe16a200e/modules/cherry-utility/inc/cherry-attributes-utilit.php#L99
With Php 7 it breaks my site...is there a compatible version?
Modify code on cherry-satellite-utilit.php Modify is necessary to use it in module Taxonomy of PowerBuider: in module is possible to select various type of taxonomy but his work only with...
Нужно добавить дополнительную проверку для input type="number" для максимального значения, сейчас игнорирует эту настройку, когда обработка идет не через событие submit
Context method: https://github.com/CherryFramework/cherry-framework/blob/master/modules/cherry-widget-factory/cherry-widget-factory.php#L79 My web service provider makes my $current_core looks like that: `//wp-content/themes/mytheme/cherry-framework/`. The $path is ``/wp-content/themes/mytheme/cherry-framework/modules/cherry-widget-factory/inc``. There is no way, to get other result than false from strpos....