Search:

Type: Posts; User: clydejones

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    Version 2.1 of Logo Sidebox is now available in the downloads section

    This version contains:
    Updated & improved coding
    fixed $title_link bug
    new comprehensive documentation.
  2. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    #logosideboxContent, #logo2sideboxContent {
    text-align:center;
    }

    external links go to the website/page you are linking to.
  3. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    that is correct.

    gift_certificates.php

    $show_gift_certificates = true;

    if ($show_gift_certificates == true) {...
  4. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    I'm saying I'll fix it with the next update.
  5. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    I'll fix this in the next update.
  6. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    To clone this sidebox you would rename these files

    includes/languages/english/extra_definitions/YOUR_TEMPLATE/logo_sidebox_defines.php
    includes/modules/sideboxes/YOUR_TEMPLATE/logo_sidebox.php...
  7. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    As a matter of fact, Yes. Actually 3 logo sideboxes.

    You can see them here ( clydedesigns.com/designdemo/index.php )

    They're three on the right just after the important links box.
  8. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    I'm not sure where this is coming from
    Gift Certificates [MORE]

    since you haven't define the [MORE] for the heading.

    define('BOX_HEADING_GIFT_CERTIFICATES', 'Gift Certificates');

    I can only...
  9. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    What are the listings for your second sideox
  10. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    According to this, you don't have a sidebox header:

    define('BOX_HEADING_GIFT_CERTIFICATES', '');
  11. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    add the highlighted portion as indicated

    define('GIFT_CERTIFICATES_LINK', 'index.php?main_page=index&cPath=3718"');
  12. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    includes/languages/english/extra_definitions/YOUR_TEMPLATE/logo_sidebox_defines.php
  13. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    Have you looked at the "paypal verified logo" sidebox available in the downloads section.

    I'm suggesting that because you'll need to break down the information you have so it will conform to the...
  14. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    Where are you trying to enter this information?
  15. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    This thread is specific to the logo sidebox and not the default sideboxes that are included with Zen Cart.
    ---------------------

    I don't see a "Featured Products" sidebox at the link you...
  16. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    You could try to hard code the information as follows: (no guarantees that this will work)

    $logoimage = '<img src="/includes/templates/theme181/images/Photo11.jpg" alt="" width="140" height="87"...
  17. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    add the following to your stylesheet.css

    #logosideboxContent {
    text-align:center;
    }
  18. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    I'm guessing you mean the "follow us on these sites" sidebox!

    did you copy the two images to the cherry_zen image folder?
    (includes/templates/Cherry Zen 1.7/images)
  19. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    put it at the bottom of the stylesheet
  20. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    first: add the following to your stylesheet.css

    #logosidebox{
    margin: 0em;
    margin-top: 1.5em;
    border:none;
    }

    #logosideboxContent {
    text-align:center;
  21. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    Looks like you forgot to include the content divs and you commented out the area that would display the images:


    Try this:


    <?php
    //
    //Contribution: Logo Sidebox
    //Author: Clyde Jones...
  22. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    without seeing the actual tpl_logo_sidebox.php you are using I'm not in a position to offer any useful advice.
  23. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    You need to rename your second image defines to:

    LOGO_SIDEBOX1_IMAGE

    without doing this you will only display one image instead of two.
  24. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    Both of these topics are discussed somewhere in this thread (I just don't remember exactly where)
  25. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    it should look like this:


    //
    // Link Option - uncomment this if you intend to use the logo as a link
    $logoimage = '<a href="' . LOGO_SIDEBOX_LINK . '">' ....
  26. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    have you configured includes/templates/YOUR_TEMPLATE/sideboxes/tpl_logo_sidebox.php

    in order to handle the link?





    // Link Option - uncomment this if you intend to use the logo as a link
  27. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    What type of "sidebox menu"?
  28. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    Remove/delete these//$logoimage = '<a href="' . LOGO_SIDEBOX_LINK . '">' . zen_image($template->get_template_dir(LOGO_SIDEBOX_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' ....
  29. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    You can add these statements to your stylesheet.css

    #logosidebox{
    margin: 0em;
    margin-top: 1.5em;
    border:none;
    }

    #logosideboxContent {
    text-align:center;
  30. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    URl for your site?
  31. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    If it working, then I wouldn't worry about it.
  32. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    Not sure what you mean by the highlighted portion.

    The link information is located in logo_sidebox_defines.php which is the proper file for the link definition.
  33. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    I just checked the site and for some reason the second option above is replacing the link option.

    It doesn't appear that it has been commented out properly.

    You could (as a temporary measure...
  34. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    glad to help
  35. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    Looking at your site, I can only assume that you're missing a closing and or opening div on a sidebox that comes before the logo sidebox.

    Having looked at the code for the logo sidebox the problem...
  36. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    Can you post the contents of the following files:

    includes/languages/english/extra_definitions/YOUR_TEMPLATE/logo_sidebox_defines.php
    ...
  37. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    In order to do what you are trying to achieve would require re-writing the entire contribution or creating a completely different contribution.
  38. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    This thread may give you some ideas.

    Also do a search for popups and/or popup windows
  39. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    stylesheet.css

    #logosideboxContent {
    text-align: center;
    }

    #logosideboxoneContent {
    text-align: center;
    }
  40. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    open includes/modules/sideboxes/classic/logo_sidebox_one.php and make the following changes:

    $show_logo_sidebox1 = true;

    if ($show_logo_sidebox1 == true) {
  41. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    make these changes and see if that helps

    $show_logo_sidebox = true;

    if ($show_logo_sidebox_one == true) {
    ...
  42. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    rename the files as indicated(highlighted

    includes/languages/english/extra_definitions/YOUR_TEMPLATE/logo_sidebox_one_defines.php
    includes/modules/sideboxes/YOUR_TEMPLATE/logo_sidebox_one.php...
  43. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    While the contrib was designed for only one logo, its easy enough to edit the following files to include multiple logos.

    open includes/languages/english/extra_definitions/logo_sidebox_defines.php...
  44. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    Glad it working
  45. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    The image needs to be placed in
    includes/templates/CUSTOM/images/cgoa.jpg
  46. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    Check this tutorial article
  47. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    glad to help!
  48. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    Open includes/languages/english/extra_definitions/YOUR_TEMPLATE/logo_sidebox_defines.php

    Modify this define Statement as indicated by the highlighted portion

    define('LOGO_SIDEBOX_LINK',...
  49. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    You CAN duplicate everything (you'll just have to rename all the files)

    This mod was really meant to use only one logo/image.

    You might want to look at the categories dressing mod available in...
  50. Replies
    200
    Views
    45,669

    Re: Logo Sidebox Help

    Then change the declaration as follows

    #logosideboxContent {
    background: transparent; /*Change this to whatever you want the background color to be.*/
    }
Results 1 to 50 of 74
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR