Page 10 of 15 FirstFirst ... 89101112 ... LastLast
Results 91 to 100 of 149
  1. #91
    Join Date
    Jun 2009
    Posts
    207
    Plugin Contributions
    2

    Default Re: Poll Manager Support Thread

    Quote Originally Posted by amyleew View Post
    Hi there

    The text for the options does not display on mine either (the question is there and the radio buttons below but they are blank so you don't know what each button is for). If you click and vote on one of the blank options it displays the text right in the results though.

    I don't know what a CSS issue is. Are you able to give some more detailed instructions on how I can fix this? Other than not showing the text in that first instance it all works fine and looks like it will be very handy.

    Amy
    Hi Amy,

    Can you post a link to your site? I need to see the page to determine what is wrong and what should be fixed.

    Thanks,
    Boudewijn

  2. #92
    Join Date
    Jul 2009
    Posts
    158
    Plugin Contributions
    0

    Default Re: Poll Manager Support Thread

    Thanks for your help - http://www.stampinstuff.com.au/

  3. #93
    Join Date
    Jun 2009
    Posts
    207
    Plugin Contributions
    2

    Default Re: Poll Manager Support Thread

    Quote Originally Posted by amyleew View Post
    Thanks for your help - http://www.stampinstuff.com.au/
    Amy,

    In your stylesheet (includes/templates/cherry_zen/css/stylesheet.css) the class clearBoth is defined with a font size of 0 pixels. This of course makes the text for the options invisible :-)

    You can edit the stylesheet and remove that line from the class, although I am not sure what the impact will be on other parts of the site.

    You can also alter the layout by editing includes/extra_configures/poll_box.php and change:

    define('PM_POLL_OPTIONS_LAYOUT', 'style="width:99%;" class="clearBoth"');

    to:

    define('PM_POLL_OPTIONS_LAYOUT', 'style="width:99%; font-size: 12px;" class="clearBoth"');

    This will at least fix the visibility issue.

    Boudewijn

  4. #94
    Join Date
    Jul 2009
    Posts
    158
    Plugin Contributions
    0

    Default Re: Poll Manager Support Thread

    We have the words visible now but the words are running over the radio buttons.

  5. #95
    Join Date
    Jun 2009
    Posts
    207
    Plugin Contributions
    2

    Default Re: Poll Manager Support Thread

    Quote Originally Posted by amyleew View Post
    We have the words visible now but the words are running over the radio buttons.
    The problem is again the cherry_zen stylesheet. It defaults the radio button to padding 0px, causing the text to be right on it.
    In the next version of PM I will probably add a separate stylesheet for the poll box, making it easier to overrule the faulty behaviour of a template.

    For now, you have to make some adjustments to the code:

    In the file: includes/templates/<YOUR TEMPLATE>/sideboxes/tpl_poll_box.php:

    Line 120: $content .= '<div class="back" style="width:12%;">' . "\n";
    Change the 12% to 16%

    Line 122: $content .= '</div><div class="back" style="width:87%; line-height:1.5em;">' . $option['text'];
    Change the 87% to 83%

    Also I noticed that the poll form (and also the search box above it) are shifted to the right too much. You can fix this by altering the stylesheet I mentioned in my earlier post: set the margin in the "FORM" class from 0.5em to 0em. That looks much better But make sure that other input forms on your website are not affected in a negative way.

    Boudewijn

  6. #96
    Join Date
    Jul 2009
    Posts
    158
    Plugin Contributions
    0

    Default Re: Poll Manager Support Thread

    It worked! Thanks so much for your time and for the help you have given in addition to creating the mod in the first place. It looks like a great mod and in two days of the poll running it gave me the total opposite result (94%) to my own opinion so I can see that it will be very helpful in providing what my customers want.

  7. #97
    Join Date
    Jul 2009
    Posts
    15
    Plugin Contributions
    0

    Default Re: Poll Manager Support Thread

    I tried using the search function but couldn't find an answer. I'm using the latest version of Zen Cart and my shop can be found here: http://d9s.co/shop

    The trouble I'm having is that I'm using the CSS button mod (found here) and while the Vote! button works fine, the other button shows up as "PM_GOTO_RESULT". I'm not sure who's mod to ask this on but I need to know what I need to edit to make "PM_GOTO_RESULT" say "See Results" or something like that.

    Thank you for any help and for this wonderful mod. :)

  8. #98
    Join Date
    Jun 2009
    Posts
    207
    Plugin Contributions
    2

    Default Re: Poll Manager Support Thread

    Quote Originally Posted by D9Studios View Post
    I tried using the search function but couldn't find an answer. I'm using the latest version of Zen Cart and my shop can be found here: http://d9s.co/shop

    The trouble I'm having is that I'm using the CSS button mod (found here) and while the Vote! button works fine, the other button shows up as "PM_GOTO_RESULT". I'm not sure who's mod to ask this on but I need to know what I need to edit to make "PM_GOTO_RESULT" say "See Results" or something like that.

    Thank you for any help and for this wonderful mod. :)
    Hi,

    You truly found a bug in PM. A language constant is defined in the wrong place.
    To correct this:

    Add the line:
    define('PM_GOTO_RESULT', 'All poll results');
    to the file: /includes/languages/english/extra_definitions/poll_box.php

    Be sure to add it BEFORE the line that contains ?>.

    You also may remove the same line from the file: /includes/languages/english/poll_overview.php
    But this is not absolutely necessary.

    Furthermore I noticed that the radio buttons and the text of the poll options are very close to eachother. You may use the fix mentioned earlier (changing the percentages) to correct this.

    Boudewijn

  9. #99
    Join Date
    Jul 2009
    Posts
    15
    Plugin Contributions
    0

    Default Re: Poll Manager Support Thread

    Quote Originally Posted by boudewijn View Post
    Hi,

    You truly found a bug in PM. A language constant is defined in the wrong place.
    To correct this:

    Add the line:
    define('PM_GOTO_RESULT', 'All poll results');
    to the file: /includes/languages/english/extra_definitions/poll_box.php

    Be sure to add it BEFORE the line that contains ?>.

    You also may remove the same line from the file: /includes/languages/english/poll_overview.php
    But this is not absolutely necessary.

    Furthermore I noticed that the radio buttons and the text of the poll options are very close to eachother. You may use the fix mentioned earlier (changing the percentages) to correct this.

    Boudewijn
    Thank you so much!! I'll go find that post on percentages now...

  10. #100
    Join Date
    Jun 2009
    Posts
    207
    Plugin Contributions
    2

    Default Re: Poll Manager Support Thread

    Quote Originally Posted by D9Studios View Post
    Thank you so much!! I'll go find that post on percentages now...
    It's this one: http://www.zen-cart.com/forum/showpo...4&postcount=95

 

 
Page 10 of 15 FirstFirst ... 89101112 ... 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. Download File Manager Support Thread
    By balihr in forum All Other Contributions/Addons
    Replies: 24
    Last Post: 17 Aug 2017, 10:32 PM
  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

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