Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • in reply to: WooCommerce 2.1 Compatibility #89289
    NeutrinoTeam
    Member
    Post count: 5

    Hi Kyle,

    Thanks for replying back. I have rechecked it more in depth, and found that it is still there, it was my wrong settings for that product.

    Thanks

    in reply to: WooCommerce 2.1 Compatibility #89212
    NeutrinoTeam
    Member
    Post count: 5

    Hi

    I wonder if the themeforest version is the latest version.
    Also, on your previous version, when changing variation, you had the variation price displayed right under the selection area, but now I can’t see it in the latest version or in your demo. Could you please add it back, it is very useful.

    Thanks

    in reply to: Swift Builder Error – Not showing content… #39674
    NeutrinoTeam
    Member
    Post count: 5

    Please ignore. Loaded all from yesterday’s backup, and now it is all good 🙂

    in reply to: Add buttons to MCE #27944
    NeutrinoTeam
    Member
    Post count: 5

    Hi,

    If you are still looking for a solution, I made a change and it works great for me, but no warranties here 🙂

    Go to:
    [theme folder]\includes\swift-framework\page-builder\builder\lib\shortcodes.php

    and change line 461. Add to the end of the array sent to wp_editor another value, called tinymce (as array) as follow:

    
    wp_editor($default_content, 'spb_tinymce_'.$param['param_name'], array('editor_class' => 'spb_param_value spb-textarea spb_tinymce '.$param['param_name'].' '.$param['type'], 'media_buttons' => true, 'tinymce' => array('theme_advanced_buttons1' => 'bold, italic, ul, pH, temp') ));
    

    This just added me some very essential buttons. You can add yours by using tinymce buttons. look for it in google.

    NeutrinoTeam
    Member
    Post count: 5

    I think you should make an SQL dump version for everyone who wishes to just import to their fresh installed wordpress, that will replace all DB.
    We can change URLS and admin user ourselves. This will definitely be the fastest way.

    The problem with the demo content is not the size of the XML and not with the theme, it is with wordpress import plugin, which turns each line to sql query which makes it super slow and resource killer.

    I would appreciate if you could post here an sql dump of your demo site, and we will be able to import it directly into our DB’s

    Thanks

Viewing 5 posts - 1 through 5 (of 5 total)