Page 24 of 26 FirstFirst ... 142223242526 LastLast
Results 231 to 240 of 258
  1. #231
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    Quote Originally Posted by Nick1973 View Post
    Anybody know why I can't select five stars on this page?

    And also why the stars are boxes?
    Your fontawesome 5 is not loaded correctly and this mod was not upgraded to 5 yet.. If you load FontAwesome 5 kit with version 4 enabled the stars would show.
    I use the kit and local/backup install as
    Code:
    <script src="https://kit.fontawesome.com/YOUR_KIT_ID.js" crossorigin="anonymous"></script>
     
     
     <script type="text/javascript">
         (function($){
             var $span = $('<span class="fas" style="display:none"></span>').appendTo('body');
             if ($span.css('font-family') !== 'Font Awesome 5 Free' ) {
                 // Fallback Link   
                  $('head').append(<?php echo '\'<link rel="stylesheet" type="text/css" href="' . $template->get_template_dir('.css',DIR_WS_TEMPLATE, $current_page_base,'css') . '/' . 'font-awesome.css' . '" />\''; ?>);
                  $('head').append(<?php echo '\'<link rel="stylesheet" type="text/css" href="' . $template->get_template_dir('.css',DIR_WS_TEMPLATE, $current_page_base,'css') . '/' . 'all.css' . '" />\''; ?>);    
                    
             }
             $span.remove();
         })(jQuery);
     </script>
    I was working on a how-to but not posted yet..
    Dave
    Always forward thinking... Lost my mind!

  2. #232
    Join Date
    May 2006
    Location
    Montana
    Posts
    291
    Plugin Contributions
    20

    Default Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    I have tried to install this on a 1.5.7 site, but even though there is one testimonial written up and active, the sidebox is not showing up. Wondering if a 1.5.7 version needs to come out before it can be used?

    Any suggestions? Thanks in advance!

  3. #233
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    Quote Originally Posted by stellarweb View Post
    I have tried to install this on a 1.5.7 site, but even though there is one testimonial written up and active, the sidebox is not showing up. Wondering if a 1.5.7 version needs to come out before it can be used?

    Any suggestions? Thanks in advance!
    There are allot of minor updates to meet ZC1.5.7 admin and php7.4 which I'm working on. Once tested and packaged, I'll upload it.
    Dave
    Always forward thinking... Lost my mind!

  4. #234
    Join Date
    May 2006
    Location
    Montana
    Posts
    291
    Plugin Contributions
    20

    Default Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    Thanks Dave!!

  5. #235
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    Just pushed an update to git for ZC157 ONLY I'm thinking about doing a new installer for ZC156 yet before uploading here...

    Some new things going on in admin, some bug fixes, new switch to turn off the submit form.. This only works for ZC157!
    Dave
    Always forward thinking... Lost my mind!

  6. #236
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    Just sent in an update. I made a change in the star rating to make it simple to use. I tried switching over to emoji's but found that FTP transfer was changing the font. Changed to image png emoji's instead..

    I updated my site if you want to see the emoji rating.
    Dave
    Always forward thinking... Lost my mind!

  7. #237
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,227
    Plugin Contributions
    6

    Default Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    Hi davewest,

    The coloured symbols under 'Status' don't work when you try to approve a testimonial. It goes to a blank page or 500 error.

    https://yourdomainname.com/YOURADMIN...onials_manager
    Nick Smith - Venture Design and Print
    https://venturedesignandprint.co.uk

  8. #238
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    Quote Originally Posted by Nick1973 View Post
    Hi davewest,

    The coloured symbols under 'Status' don't work when you try to approve a testimonial. It goes to a blank page or 500 error.

    https://yourdomainname.com/YOURADMIN...onials_manager
    If you see the user-circle-o then you have FontAwesome 4 running,
    and the cmd in the address is a ZC1.5.7x thing..
    I would need more info to guess at what's not working...

    Tested with a clean install of ZC1.5.7b and a heavy modified one with FontAwesome4 and PHP7.4. Not designed for anything less then ZC1.5.7x without modifying files.
    Dave
    Always forward thinking... Lost my mind!

  9. #239
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    Nice update Dave!


    Getting the classic 'headers already sent' error when operating the uninstall button:

    --> PHP Warning: Cannot modify header information - headers already sent by (output started at /###/shop/zc_plugins/TestimonialManager/v2.5.0/Installer/ScriptedInstaller.php:168) in /###/shop/YOUR_ADMIN/includes/functions/general.php on line 19.


    No cause/fix found yet.



    Also, ScriptedInstaller.php updates needed:


    Example Testimonial Image...
    replace this:
    avatars/cbgdave.png

    with this:
    avatars/cbg_dave.png


    Uninstall...
    replace this:
    $sql = "DROP TABLE ' . $table_name . '";

    with this:
    $sql = "DROP TABLE $table_name ";



    Zen Cart 1.57c running PHP 7.3.33
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base8 - Obsidian - This, is what's new.

  10. #240
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    Upgrade testing found an error when upgrading using the plugin manager...

    ScriptedInstaller.php updates needed:

    replace this:
    ('Testimonial Manager Version','TM_VERSION',$version,'Testimonial Manager version', $tm_config_id, 21, NOW(), NOW(), NULL, NULL, NULL)";

    with this:
    ('Testimonial Manager Version','TM_VERSION','.$version.','Testimonial Manager version', $tm_config_id, 21, NOW(), NOW(), NULL, NULL, NULL)";


    The error only seemed to be relevant during manual upgrade (Un-Install then Install new version) automatic upgrade with the plugin manager button has been unsuccessful and also causes the headers already sent error - which also blanks the right configuration sidebox completely.


    I assume the plugin manager Clean Up button is not working as a result of the processActionDoCleanup in the PluginManagerController.php being empty (stock 1.57c) which is a Zen Cart problem not a Testimonials Manager problem - the function is empty.


    Testing continues!
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base8 - Obsidian - This, is what's new.

 

 
Page 24 of 26 FirstFirst ... 142223242526 LastLast

Similar Threads

  1. Link Manager 3.0 Support Thread
    By clydejones in forum Addon Sideboxes
    Replies: 1987
    Last Post: 6 Aug 2021, 02:56 PM
  2. Testimonial Manager Support Thread
    By clydejones in forum All Other Contributions/Addons
    Replies: 1500
    Last Post: 4 Feb 2021, 04:12 PM
  3. Poll Manager Support Thread
    By boudewijn in forum Addon Sideboxes
    Replies: 148
    Last Post: 27 Jan 2016, 09:53 AM
  4. Empty Cart Manager [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 26 May 2010, 10:26 AM
  5. [Support Thread] Simple Video Manager
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 1 Nov 2008, 02:44 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR