Join to CrocoBLock

Cherry Framework Update. Version 3.1.0

Today we are proud to present new version of Cherry Framework 3.1.0 This version has an updated collection of shortcodes, changed sample data installation logic and other fixes and updates.

To be more specific:

1. Content import and export options have been moved to Cherry Plugin. With easy-to-use interface you can install website content in two clicks.

2. Updated collection of available shortcodes:

  • Carousels. Both Carousel Elasti and Carousel OWL shortcodes have new option to enable/disable post comments.
  • Lists. Added 8 more types of lists. There are list shortcodes available now.
  • Tabs. Added option to configure tabs styling. Each tab now have a unique class so unique styling can be implemented.
  • PricingTables. Added new shortcode for pricing tables.

3. Added new Post Cycle widget, that allows to display posts from specified categories in widget area.

4. Fixes:

  • PostGrid excerpt fix
  • Recent comments widget. Fix for comments number.
  • Added ID for post comments
  • Fixed database requests for shortcodes.

72 Responses

  1. Jorge Flores

    I’m always afraid to update, I always find an issue on every update, please fix your Cherry templates!

    This happens when I access wp-admin!!
    Parse error: syntax error, unexpected T_FUNCTION in /home/usrnapol/public_html/site/wp-content/plugins/cherry-plugin/admin/import-export/import-functions.php on line 874

    • suma

      i have installed cherry frame work and the following error occured
      hi,
      I installed cherry frame work and it is showing the following error

      Warning: is_file() [function.is-file]: open_basedir restriction in effect. File(/reset.less) is not within the allowed path(s): (G:/PleskVhosts//arpohyd.com\;C:\Windows\Temp\) in G:\PleskVhosts\arpohyd.com\httpdocs\bladderclinic\wp-content\themes\CherryFramework\includes\lessc.inc.php on line 80

      did anyone face a similar error? what might be the reason for that error to occur?

      i have tried unistalling and resinstalling but did not solve my problem.

  2. Janos Losonczi

    Hi!

    (Sorry for my english.)

    I have a probleme with 3.1 update.

    Since update to ver. 3.1, im get a following error message (in admin area, front page looks good):
    Parse error: syntax error, unexpected T_FUNCTION in …wp-content/plugins/cherry-plugin/admin/import-export/import-functions.php on line 874

    Im wait for your fast, positive answer.

    Greetings from Hungary,
    Janos Losonczi

  3. Mark

    Applying this update caused me to receive the following error: ” Parse error: syntax error, unexpected T_FUNCTION in /home4/topnootr/public_html/wp-content/plugins/cherry-plugin/admin/import-export/import-functions.php on line 874″. I have reverted back to 3.0.1 and deleted “cherry-plugin” and it seems to be working correctly now. No clue why this happened but trying a second time produced the same exact results.

  4. Yuri

    Hi, i just updated and now i get the error and do not know how to fix it…
    arse error: syntax error, unexpected T_FUNCTION in /home/content/u/k/r/ukrik/html/ZOLOCENTRE/wp-content/plugins/cherry-plugin/admin/import-export/import-functions.php on line 874

  5. Alexey Svistunov

    Hi,
    Sorry for the caused inconveniences. The issue you have has been caused by the old PHP version used on your hosting server (PHP 5.2). To resolve the issue please do the following:
    Edit wp-content/plugins/cherry-plugin/admin/import-export/import-fuctions.php file. On line 874 replace:
    uksort( $url_remap, function ( $a, $b ) {
    return strlen($b) – strlen($a);
    });
    with
    uksort( $url_remap, ‘sort_array’);
    Then at the bottom of the file before
    add_action(‘wp_ajax_remove_widgets’, ‘cherry_plugin_remove_inactive_widgets’);
    add the following:
    function sort_array( $a, $b ) {
    return strlen($b) – strlen($a);
    }

    Or you can update the files from the CherryFramework repository https://github.com/CherryFramework/CherryFramework

    • martin

      Hi.

      I replaced replace what you told us to do: “uksort( $url_remap, function ( $a, $b ) {return strlen($b) – strlen($a)………….” and now I’m getting this error “…export-functions.php on line 75”

      thanks
      Martin

  6. Stéphane Richer

    Hi!

    I have a probleme with 3.1 update.

    After updating to 3.2, I have a blank page when I try to log on wp-admin

    Thanks

    S.

  7. Mickeel Pramono

    I just found another bug in portfolio view.
    After update the portfolio filter is not working (not showing any item.=).

    Any bugfix?

  8. marina

    Hi, sorry for my english…
    I just updated 3.1 and now I get the error:
    Parse error: syntax error, unexpected T_FUNCTION in /htdocs/public/www/wp-content/plugins/cherry-plugin/admin/import-export/export-functions.php on line 75
    I proceed as for the error at line 847 reported by other users?
    Thanks

    • Alexey Svistunov

      Hi Marina, please try to redownload Cherry Framework files from the cherryframework.com and replace wp-content/plugins/cherry-plugin files on your server with the files from the \includes\plugins\cherry-plugin.zip directory of the downloaded framework package.

      • Oleg

        Hello, Alexey.
        I have a problem on my WP Multisite:
        Warning: require(includes/export.php) [function.require]: failed to open stream: No such file or directory in /hosting/users/h3014948/www/sound-comfort.ru/wp-content/plugins/cherry-plugin/admin/import-export/export-functions.php on line 4

        Fatal error: require() [function.require]: Failed opening required ‘includes/export.php’ (include_path=’.:/usr/local/php53/lib/php’) in /hosting/users/h3014948/www/sound-comfort.ru/wp-content/plugins/cherry-plugin/admin/import-export/export-functions.php on line 4

        • Alexey Svistunov

          Please redownload CherryFramework. Go to includes plugins and extract cherry-plugin.zip files to wp-content/plugins/cherry-plugin directory replacing existing files. This should fix the issue.

          • andre valle

            Thanks, solved my problem!

      • John

        I get the same error. I tried what you suggested and it didn’t fix the problem. Running in MU. I tried contact support, but they were of no help. Need resolution ASAP.

        • Alexey Svistunov

          Please send your website access details (WP -Admin and FTP) to [email protected]. We’ll provide you with all possible assistance.

      • John

        Error:
        Warning: require(includes/export.php): failed to open stream: No such file or directory in /home/zzzz/zzzz.com/wp-content/plugins/cherry-plugin/admin/import-export/export-functions.php on line 4

        Fatal error: require(): Failed opening required ‘includes/export.php’ (include_path=’.:/usr/local/lib/php:/usr/local/php5/lib/pear’) in /home/zzzz/zzzz.com/wp-content/plugins/cherry-plugin/admin/import-export/export-functions.php on line 4

        Line 4 is:
        require(‘includes/export.php’);

        • Alexey Svistunov

          Please send your website access details (WP -Admin and FTP) to [email protected]. We’ll provide you with all possible assistance.

  9. marina

    thanks, now it works! 🙂
    marina

  10. PO Michel

    Hi,
    I have just upgraded to Cherry Framework 3.2 on WPMU 3.8.1 installation.
    I can’t access my network admin anymore and I have the following lines in my Apache error log :

    [Thu Jan 30 17:05:56 2014] [warn] [client 86.209.33.216] mod_fcgid: stderr: PHP Fatal error: require(): Failed opening required ‘includes/export.php’ (include_path=’.:/var/www/vhosts/alptic-dev.fr/httpdocs/_wp_bdr/wp-content/plugins/cherry-plugin/admin/import-export’) in /var/www/vhosts/alptic-dev.fr/httpdocs/_wp_bdr/wp-content/plugins/cherry-plugin/admin/import-export/export-functions.php on line 4

    Please advise

    • Alexey Svistunov

      Please redownload CherryFramework. Go to includes plugins and extract cherry-plugin.zip files to wp-content/plugins/cherry-plugin directory replacing existing files. This should fix the issue.

      • Howard

        It seems like the error on line 4 is:

        require(‘includes/export.php’);

        If I replace with the absolute path on my server, the error goes away… This error causes some issues with other plugins like NextGen Gallery.

  11. Tommy

    All my styling codes in styles.css are no longer active affect after the 3.1 update . How do I get my styling back?

    • Alexey Svistunov

      To get your styles back copy them from style.css to style.less

      • Ryan H

        Can you give some more details on this? Is style.css completely ignored now?

        I assume you’re referring to the style.less file in the child theme. Is that correct? Mine currently has over 2000 lines so it doesn’t seem appropriate that I should be adding all my custom CSS to that file.

        Also, it is organized into different sections such as General, Header, Logo, Slider, etc. Do I just ignore that and put my custom CSS to the bottom of everything?

      • Ryan H

        Copying my styles to my child theme’s style.less file did not work for me! Can anyone chime in here?

  12. PO Michel

    Hi,

    Like Stephane, I had a problem with 3.1 update and had to revert to release 3.0.1.
    Moreover, this framework uses jQuery 1.7.2 which is outdated and not compliant with many plugins.
    Is there a workaround to update the jQuery version to 1.9.x ?
    Many thanks in advance.

    • Alexey Svistunov

      Unfortunately at the moment jQuery can not be updated. We are planning to update it in future releases.

      • Roy Tait

        Hi Alexey,

        Can you give any indication at all on when the framework will move to a later version of jQuery? Ideally v1.10 as used by WordPress 3.8. I’m finding an increasing number of plugins ceasing to work with jQuery v1.7. I haven’t yet hit any problems on development sites where I’ve changed theme-scripts.php to include wp_register_script(‘jquery’, includes_url().’js/jquery/jquery.js’, false, ‘1.10.2’); but official support would be nice 😉

        Thanks
        Roy

        • Alexey Svistunov

          Hi Roy,
          Thank you for recommendation. We are planning to add official support for jQuery 1.10 in nearest future.

  13. Shelly

    Parse error: syntax error, unexpected T_FUNCTION in /home1/ingalls/public_html/wp-content/plugins/cherry-plugin/admin/import-export/import-functions.php on line 874

    How do I get into the back end to update Cherry Framework

    • Shelly

      Found how to do it.
      Now I get an error on line 875 – performed what you wrote above twice, same result.

      • Alexey Svistunov

        Please redownload CherryFramework. Go to includes plugins and extract cherry-plugin.zip files to wp-content/plugins/cherry-plugin directory replacing existing files. This should fix the issue.

  14. Steve Kinzey

    After updating to this version of Cherry, my carousel function no longer works. I have two carousels on my homepage and neither works. Instead, all of the images that should be spaced out and in a carousel are either all displayed without much formatting or jumbled together without formatting.

  15. Stéphane Richer

    Hi Alexey

    I still do not have any solutions since the update and still blank page when I try to log in my admin panel?

    Thnaks

  16. Stéphane Richer

    OK. I did the same as you mentionned to marina and it worked

  17. Ronne Clay

    Where is the sample_data ?

    • Alexey Svistunov

      Sample data is provided with Cherry Themes. It can be found in themes/sample_data directory

  18. John

    How to not show categories on recent_posts and posts_grid shortcodes?
    How to have columns in recent_posts shortcode?

  19. PO Michel

    Hi Alexey,

    I have striclty followed your instructions and I still cannot access my WordPress Network Admin page (blank page).

    Debugging raises the following error :

    Fatal error: require(): Failed opening required ‘includes/export.php’ (include_path=’.:/var/www/vhosts/alptic-dev.fr/httpdocs/_wp_bdr/wp-content/plugins/cherry-plugin/admin/import-export’) in /var/www/vhosts/alptic-dev.fr/httpdocs/_wp_bdr/wp-content/plugins/cherry-plugin/admin/import-export/export-functions.php on line 4

    • PO Michel

      Fixed it by changing line 4 on export-functions.php

      from
      require(‘includes/export.php’);

      to
      require(‘export.php’);

    • Alexey Svistunov

      Please send your website access details (wp-admin and FTP) to [email protected] Our team will fix the issue.

  20. Denis

    Trying to import XML and JSON the following appears:
    Installing content started.
    Importing XML
    Installing content error

    Where I can download only the plugin?

    • Alexey Svistunov

      Plugin archive can be taken from includes/plugin directory in the Cherry Framework package.

  21. Jose

    Dear:

    I am trying to fix the “T_FUNCTION in /home/usrnapol/public_html/site/wp-content/plugins/cherry-plugin/admin/import-export/import-functions.php on line 874” error. Then I had made the changes that you told us but I got the following error “C:\AppServ\www\wordpress\wp-content\plugins\cherry-plugin\admin\import-export\import-functions.php on line 1070”. I bought the Dentistry WordPress Theme #48295 but I was not able to use it.
    Regards

    • Jose

      Now I trying remplace to Cherry 3.1 por 3.0 and I got the following error Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 98304 bytes) in C:\AppServ\www\wordpress\wp-admin\includes\media.php on line 294.

    • Alexey Svistunov

      Please redownload recent version of the CherryFramework. It should work fine.

  22. Fisayo

    Please i want to resize my website, its too big, covers the whole page. I would like it to be 75% of what it is now. Please help

    • Alexey Svistunov

      You can try to edit website width in CSS files. For more details please contact our support team

  23. pocolo

    Can I use the cherry framework from templatemonster to develop a wordpress theme to submit in themeforest?

    • Alexey Svistunov

      CherryFramework is offered with GNU GPL license so you can use it to develop your products.

  24. Anthony

    Hi,

    I have just installed this version 3.1 , I have all the steps going well untill the last step uploading sample data the xml and all other files goes fine but when it shows importing json, it shows fail and then the whole instalation could not be completed, can you please help, thank you very much.

    Anthony

  25. Noel Gautier

    Please help I update my site to 3.1.1 and try to downgrade back to 2.2 and receive this error when I access my site.

    Fatal error: Cannot redeclare grid_column() (previously declared in /home/twerkvid/public_html/triphikers.com/wp/wp-content/themes/CherryFramework/includes/theme_shortcodes/columns.php:3) in /home/twerkvid/public_html/triphikers.com/wp/wp-content/plugins/cherry-plugin/includes/shortcodes/columns.php on line 14

    • Alexey Svistunov

      Disable Cherry Plugin to resolve your issue.

  26. Brian

    Do you have a new patch or update version that is compatible with WordPress v3.9? The ‘Insert Shortcode’ button on the editor panel is missing. Or, if you don’t have the update, do you have a complete list of the shortcodes in text, so I can just hardcode them?

    I would appreciate any kind of help or info on this.

    • Alexey Svistunov

      In WordPress admin panel go to Appearance – Themes. Activate default WordPres theme (not Cherry Framework based one)
      Go to Plugins and check if Cherry Plugin updates are available. If update notificatio navailable – update plugin, otherwise delete it and reinstall manually from https://github.com/CherryFramework/CherryFramework/raw/master/includes/plugins/cherry-plugin.zip
      Go back to Appearance – Themes and activate your Cherry Framework based theme.
      You’ll see available updates for Cherry Framework itself. You can update now.

  27. Vitruvian

    Hi,

    Is it possible to update Cherry framework from 2.3.1 to 3.1 ?
    And how do I keep my layout right? Because I tried to update it to 2.3.2 and i didn’t like what happened with the layout.
    Do i have to copy some CSS scripts from the previous version before updating it to the latest version and place it into the new CSS scripts, or is it much more complicated than that?
    All i know is that i need the update because WordPress 3.9 is currently not working properly on my website.

    I use Theme 46784 from template monster.

    Kind regards,
    -V-

    • Alexey Svistunov

      You you can update your theme to WordPress 3.1. Make sure to backup your website before. In case of any issues feel free to contact our support team at [email protected] and they will provide you with any necessary fixes or assistance.

  28. Eric Kindley

    My customer has the Cherry framework installed and when we activated Multisite, it cause the admin to be blank in the network area. When I have the plugin activated, it will not allow me to go into the network side. When it is deactivated it works fine as normal.

    I installed the same site infor (clone) onto a design server to replicate the issue using a fresh install of WOrdPress and I updated the plugin to the latest version. The plugin works there with Multisite but across the header if giivews me the following error code.
    lessphp fatal error: load error: failed to find /home7/foamrol1/public_html/wp-content/themes/theme46546/shop.less

    I am hesitant to update the Cherry frameworkj on the live site, due to the possibility of a fatal error code. But I need the network functions.

    DO you have any suggestions on this? Thank you

    • Alexey Svistunov

      Please contact our support team at [email protected]. They’ll check your website and provide further assistance.

  29. Ajiboye Adedeji

    please, I cant seem to be able to display a particular post category for post grid and recent posts… please help… asap…

  30. ktrls

    Hi,
    I have a strange beahviour and I suspect was for the update to this version.
    I try to create a new Portfolio and add a Gallery inside with a Slideshow view.
    When I finish I see the images on the left and my slideshow is empty.

    This is the page: http://weddesigneventi.it/online/portfolio-view/i-nostri-eventi/

    Another question is: is safe to update to 3.1.3? I use the theme 45883

    Thanks you very much
    Ktrl+S

    • ktrls

      mmmm maybe I have found something…I deleted (not trashed, but destroyed at all) the “slideshow format” page from Portfolio.
      Was this the error? There is some way to recover the page? I tried to create a new Portfolio page with similar url of Audio format but nothing changes…

      Thanks
      Ktrl+S

Leave a comment

You must be Logged in to post a comment.