Search:

Type: Posts; User: habsolutely

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    23
    Views
    8,519

    Re: Add a Facebook link?

    Hi, so wondering how you did it? Did you have to use the blank sidebox module?? I wanna add some Facebook code (Like Box) to the sidebar of my site too.
    Thanks for any & all help.
  2. Re: Top nav bar links still going to old folder when 'live'.

    "Explicit"? :unsure:
    Reasoning is that I can use my admin and maybe it's just me but the changes I've made since seem to be taking effect. So when you say that I should not be able to use my admin,...
  3. Re: Top nav bar links still going to old folder when 'live'.

    Yes, I just tried, why?
  4. Re: Top nav bar links still going to old folder when 'live'.

    I uploaded the zencart/includes/configure.php file and now the changes have taken effect (without uploading zencart/admin/includes/configure.php). So that was the only configure.php file that I was...
  5. Re: Top nav bar links still going to old folder when 'live'.

    And so for the other configure.php file it is here where I make changes?:

    define('DIR_WS_ADMIN', '/zencart/admin/');
    define('DIR_WS_CATALOG', '/zencart/');
    define('DIR_WS_HTTPS_ADMIN',...
  6. Re: Top nav bar links still going to old folder when 'live'.

    Okay is this in the \zencart\includes\configure.php file and do I change only the following two locations in that file?:

    // NOTE: be sure to leave the trailing '/' at the end of these lines if you...
  7. Top nav bar links still going to old folder when 'live'.

    Something really weird, I uploaded my entire site from a "zencart" folder to my home folder and now when I click on my 'live' site's home page links, they all go to the links under /zencart. Why?
  8. Replies
    11
    Views
    5,888

    Re: Facebook Sidebox

    Trying to add the Facebook Like Button code to the blank sidebox addon, but when I do, nothing shows up. Here's my code in tpl_blank_sidebox.php, is there anything wrong?:

    <?php
    /**
    * blank...
  9. Re: Change padding around home page Category icons/thumbs

    I managed to change it enough to look how I want it. I was altering stylesheet_tm.css and this code:
    .maintep .row22 .inn2{padding:0px 15px 9px 28px; background:url(../images/maintep_side_bg.gif)...
  10. Re: Change padding around home page Category icons/thumbs

    If you could remove my link that would be appreciated. Thanks.

    I removed a variety of "inn2" divs, but nothing is changing. Which page and approx. what line is the one you are referring to?
  11. Re: Change padding around home page Category icons/thumbs

    Forget it then.
  12. Re: Change padding around home page Category icons/thumbs

    Here is a screenshot (attachment) of the area in question. How can I move the icons up? Thanks.
  13. Re: Change padding around home page Category icons/thumbs

    Does anyone know which css property changes this?
  14. Change padding around home page Category icons/thumbs

    How do I change the padding around the home page's Category icons? Above the top row of icons, specifically, there is too much white space between there and the "Home" title. If this is in...
  15. Replies
    0
    Views
    901

    Twitter Sidebox Addon link colors

    I may end up using the Twitter Sidebox Addon on my site. I have it installed and it works, but doesn't look as aesthetically-pleasing as the one on the WordPress site, for example. That can be seen...
  16. Adding Twitter code to Blank Sidebox Add On

    I am trying to add this code to the Blank Sidebox Add On:

    <script src="http://widgets.twimg.com/j/2/widget.js"></script>
    <script>
    new TWTR.Widget({
    version: 2,
    type: 'profile',
    rpp: 4,...
  17. Re: More Information side box editing - where?

    Hi,
    I thought I uploaded everything correctly, but I get a server error with the blank_sidebox_defines.php file uploaded to zencart\includes\languages\english\extra_definitions\
    What am I doing...
  18. Re: More Information side box editing - where?

    True. I will play around with both looks and see which one suits best.
  19. Re: More Information side box editing - where?

    Actually I guess I could put the code inside the Blank Sidebox Mod...
  20. Re: More Information side box editing - where?

    I am possibly going to delete the More Information sidebox altogether, therefore I would like to add code to the right hand side column, outside of a particular sidebox.
    Specifically, I have copied...
  21. More Information side box editing - where?

    I can't find in the forum an answer to how to edit the "More Information" side box along the right hand column. Which file? English.php doesn't seem to be the right one. I would like to add code...
  22. Re: Digg-Digg Social Bookmark plug-in/banner

    Hi, so nobody knows of a plug-in like the above links and whether it is compatible with zencart?
  23. Digg-Digg Social Bookmark plug-in/banner

    Found here: http://wordpress.org/extend/plugins/digg-digg/
    Is this plug-in supported in ZenCart? Or is there a better choice out there for a social media plug-ins bookmark? I've looked in the Free...
  24. Re: Category Thumbs on home page not showing

    I can't believe I didn't see that earlier, I thought for sure I tried that, guess I somehow missed it! Thank you stevesh! :wacko:
  25. Re: Category Thumbs on home page not showing

    I have created several categories. Yes I see that I can add an image when I create the category, but what about after the categories are already created? Where can I go back into the admin and add...
  26. Category Thumbs on home page not showing

    I can't seem to find the location of any documentation in this forum of how to enable the category thumbnails to show on the home page. All of my categories are showing up in text format in a 'grid'...
  27. Replies
    15
    Views
    1,338

    Re: Customizing the Homepage

    Thanks, Yes I tried to do everything as recommended. I used some of your help (and schoolboy's), some of Dev7Studios help here: http://nivo.dev7studios.com/support/jquery-plugin-usage/ and some of...
  28. Replies
    15
    Views
    1,338

    Re: Customizing the Homepage

    The remote script and everything is actually working - woohoo! Having a remote script - is that such a bad thing? Why, if so? Just curious.
    Here's a sample of some of the code:
    <link...
  29. Replies
    15
    Views
    1,338

    Re: Customizing the Homepage

    Well I renamed the js files with javascript_ at the beginning, copied them into zencart>includes>templates>themeXYZ>jscript. Is that the correct location?
    I also renamed the css file and placed it...
  30. Replies
    10
    Views
    3,316

    Re: Changing paypal express button image

    Where's that file?
  31. Replies
    10
    Views
    3,316

    Re: Changing paypal express button image

    I'd search for the button in an images folder and just make a new one, upload it there with the same name (unless of course this is against PayPal's terms and conditions). Probably others have...
  32. Replies
    15
    Views
    1,338

    Re: Customizing the Homepage

    Okay I read schoolboy's post, went to his link and read the "page-specific-jscripts" part. By the way, I am trying to install the Nivo Slider, not that Galleria slideshow that I referenced earlier....
  33. Replies
    15
    Views
    1,338

    Re: Customizing the Homepage

    I'm also trying to add a slideshow to my home page only. I put the following code in the box on the Define Pages Editor: <script src="galleria/galleria-1.2.5.min.js"></script> Question - shouldn't it...
  34. Re: remove "congratulations! you've installed zen-cart" from main page

    :wink: seen that post before.
  35. Re: Category Sidebox Links Single Line not Double

    Here's an example of one of the links that goes to two lines. If I know where to edit it, I can play with it and probably fix it. Is it the "&nbsp;"?


    <li class="category-top"><span...
  36. Re: remove "congratulations! you've installed zen-cart" from main page

    Template Monster.

    Here's some more of the code, I don't know how much you need.. which file is it in?:


    <!-- deprecated - to use - uncomment
    <div id="" class="content">This is the main define...
  37. Re: remove "congratulations! you've installed zen-cart" from main page

    Okay understandable but I am hoping to avoid showing my site, not that it's a huge deal, but that's what I prefer.
    Here is some of the code where I think it may be happening, however I don't know...
  38. Re: remove "congratulations! you've installed zen-cart" from main page

    But seeing the website will show you the same thing as the image. Surely having posted almost 17 thousand times you've figured this issue out more than once, no?
  39. Re: remove "congratulations! you've installed zen-cart" from main page

    I attached a screenshot of that area. That help?
    PS. No idea why it's blurry, it's a jpg at 100% clarity. Gif did the same thing, but you can still see the issue.
  40. Re: Category Sidebox Links Single Line not Double

    Sorry but that's not it. They are 200 px wide and some links are like 3 letters long, which obviously shouldn't bump the # down to the next line. There must be a <br> that makes this happen, no?
  41. Re: remove "congratulations! you've installed zen-cart" from main page

    Whoa whoa WHOA! Not so fast. On my site, I still see the little square icon there where the 'Welcome...' used to be (well, part of it anyways, it's kind of half-there, being covered up a little bit...
  42. Category Sidebox Links Single Line not Double

    Hi,

    Trying to make the Category links in the sidebox single, not double. Searched this forum, can't find the exact solution. I tried one person's solution of having
    margin-bottom: -1.2em;...
  43. Re: How would I take orders for food and delivery?

    Hi could you please enlighten the rest of us as to what the advice was?
  44. Replies
    16
    Views
    1,636

    Re: Heading_title

    Okay, but by saying "non-standard practices", did you imply that there are other template building companies that build templates better? Just curious.
  45. Replies
    16
    Views
    1,636

    Re: Heading_title

    Well if that's the case is there a better template site out there (with ecommerce capabilities also)?
  46. Replies
    16
    Views
    1,636

    Re: Heading_title

    Hi any solution to my problem? (see above)
  47. Replies
    16
    Views
    1,636

    Re: Heading_title

    But it is already set to zero=off. :(
  48. Replies
    9
    Views
    718

    Re: Categories links double lined

    Hi, that definitely fixed the double lined problem. One thing that it seems to have caused, however, is for some reason the font has shrunk. I've played with a couple "font:size" within that css, but...
  49. Replies
    9
    Views
    718

    Re: Categories links double lined

    I tried that and that's apparently not the solution. You will see with the "Bedroom" link that (2) should probably fit on that line. What else do you think is causing this?
  50. Replies
    16
    Views
    1,636

    Re: Heading_title

    Which "Title"/"Value"/"Action" do I need to change? I don't see one that can eliminate this.
Results 1 to 50 of 64
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR