Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 42
  1. #11
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: Hints and Tips Manager - support thread

    Quote Originally Posted by lankeeyankee View Post
    Hi Clyde,

    I am having the same thing happening that HeathenMagic had. I have Testimonials and Hints enabled and the Hints sidebox is listing a testimonial on it. Even when I set the hints to display only one, I am getting a hint and a testimonial. I'm wondering if there is such a thing as code "bleedover" since the 2 modules are almost identical apart from names? I don't understand where the problem might be coming from. I have this on a local test server so you can't see it live but I have attached a screenshot.

    Also, is it possible to not use the sidebox for hints and to have an ezpage for it instead or another way to link to the hints page? If so, how would I go about doing that? I am still at the very early stages of learning coding so if you could please be specific about what I would need to do I would greatly appreciate it.

    Thanks!

    Matt
    I turned off the testimonials sidebox and the problem with the testimonial showing up in the hints sidebox disappeared. It seems as if there is a crossed wired somewhere, any ideasw as to where I might start looking?

    Another question for you, which file would I go to to change the author's url from required to optional in hints?

    Thanks!

    Matt

  2. #12
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Hints and Tips Manager - support thread

    Quote Originally Posted by lankeeyankee View Post
    I turned off the testimonials sidebox and the problem with the testimonial showing up in the hints sidebox disappeared. It seems as if there is a crossed wired somewhere, any ideasw as to where I might start looking?

    Another question for you, which file would I go to to change the author's url from required to optional in hints?

    Thanks!

    Matt
    I have both Testimonial Manager and Hints Manager installed on my PC and on my Test Site and haven't been able to duplicate the problem you are describing.

    I'm guessing you mean on the admin side??

  3. #13
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Hints and Tips Manager - support thread

    Also, is it possible to not use the sidebox for hints and to have an ezpage for it instead or another way to link to the hints page?
    Sure you can turn off the sidebox and create an "internal link" using EZ-Pages.

  4. #14
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: Hints and Tips Manager - support thread

    Quote Originally Posted by clydejones View Post
    I have both Testimonial Manager and Hints Manager installed on my PC and on my Test Site and haven't been able to duplicate the problem you are describing.

    I'm guessing you mean on the admin side??
    Hi Clyde,

    Thanks for taking the time to help. Perhaps one of the other many mods I have installed is causing a conflict, I'm going to set up a fresh install of 1.3.7.1 and then add these 2 modules in to confirm that it's not a hiccup of my xampp setup. I have been getting some strange anomolys lately but mostly they have to do with javascript in FireFox going haywire on some things but not others. I will let you know what I find out.

    I was referring to the admin side, changing the code so that adding a url in hints is an optional field, like in the testimonials mod, instead of required.

    Thanks for the info about the EZpages internal link, I forgot about this useful feature.

    Matt

  5. #15
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Hints and Tips Manager - support thread

    Quote Originally Posted by lankeeyankee View Post
    Hi Clyde,

    Thanks for taking the time to help. Perhaps one of the other many mods I have installed is causing a conflict, I'm going to set up a fresh install of 1.3.7.1 and then add these 2 modules in to confirm that it's not a hiccup of my xampp setup. I have been getting some strange anomolys lately but mostly they have to do with javascript in FireFox going haywire on some things but not others. I will let you know what I find out.

    I was referring to the admin side, changing the code so that adding a url in hints is an optional field, like in the testimonials mod, instead of required.

    Thanks for the info about the EZpages internal link, I forgot about this useful feature.

    Matt
    As I said, I have both the Testimonials Manager and Hints Manager set up on my PC (using xampp) and have not been able to duplicate the problem.

    As far as making the URL an optional field -

    Open admin/hints_manager.php

    find the following line of code around line 190:

    Code:
    <td class="main"><?php echo zen_draw_input_field('hints_url', zen_not_null($bInfo->hints_url) ? $bInfo->hints_url : 'http://', 'maxlength="255"', true); ?></td>

    Change the highlighted portion to false.
    Save the file and upload to your server.

  6. #16
    Join Date
    Jan 2009
    Location
    Vegas Baby!
    Posts
    332
    Plugin Contributions
    0

    Default Re: Hints and Tips Manager - support thread

    Hi Clyde,

    I'm getting a messed up Hints & Tips sidebox in IE. You can see it here: click

    In FF it's fine. Any ideas what the problem is and/or what I can do to fix it?

    I have the settings to show 2 tips in the sidebox.

  7. #17
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Hints and Tips Manager - support thread

    Quote Originally Posted by CharInLasVegas View Post
    Hi Clyde,

    I'm getting a messed up Hints & Tips sidebox in IE. You can see it here: click

    In FF it's fine. Any ideas what the problem is and/or what I can do to fix it?

    I have the settings to show 2 tips in the sidebox.
    As far as I can tell, it has something to do with how you've formatted the Picture Perfect Hair hint.

    Somewhere in the formatting you have an open tag; probably an unclosed <p> tag.

  8. #18
    Join Date
    Jan 2009
    Location
    Vegas Baby!
    Posts
    332
    Plugin Contributions
    0

    Default Re: Hints and Tips Manager - support thread

    That was it, thanks!

  9. #19
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Hints and Tips Manager - support thread

    Quote Originally Posted by CharInLasVegas View Post
    That was it, thanks!
    glad it got sorted

  10. #20
    Join Date
    Jul 2009
    Location
    Roswell, NM, USA
    Posts
    97
    Plugin Contributions
    0

    css problem Re: Hints and Tips Manager - support thread

    My hints and tips side box is a mess in IE 7 and below (compatibility mode) but look alright in FF and IE8 except for a _ in the text near the top in the box. All the tips display the same way. With the IE issue, the background of the text is white like it is in a white box instead of in the sidebox.

    Is there any way to get it to format properly in IE7 and below? Most of my customers are older ladies with older computers and they don't like to upgrade.

    Also is there any way to get rid of that line? I have tried everything I could think of to get rid of it but nothing worked.

    Here is the site: http://bestsewingdeals.com/zen-cart/ the sidebox is in the lower right side.

    Thank you for any and all assistance!

    Blessings,
    Krisann

 

 
Page 2 of 5 FirstFirst 1234 ... 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. Poll Manager Support Thread
    By boudewijn in forum Addon Sideboxes
    Replies: 148
    Last Post: 27 Jan 2016, 09:53 AM
  3. Big Page of hints and tips how do i link on the same page
    By mick rodmell in forum General Questions
    Replies: 2
    Last Post: 11 May 2008, 01:26 PM
  4. Tips, Tricks, and Hints
    By gothstone in forum General Questions
    Replies: 14
    Last Post: 2 Mar 2008, 06:37 AM

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