Page 3 of 11 FirstFirst 12345 ... LastLast
Results 21 to 30 of 109
  1. #21
    Join Date
    Aug 2006
    Location
    Kihikihi, New Zealand
    Posts
    230
    Plugin Contributions
    3

    Default Re: Frontpage Slideshow support thread

    I have "CSS Horizontal Dropdown Menu With jquery" running too.
    Good point had not thought of this.

    I can't send you a url, as I have the site running on xampp.

    Any way of overcomming this problem?

    I really need a slideshow running on my home page and have been looking for a suitable script.

    Goshawk
    Time is but an illusion, there is only "now"!

  2. #22
    Join Date
    Jun 2009
    Location
    Greece
    Posts
    31
    Plugin Contributions
    1

    Default Re: Frontpage Slideshow support thread

    Try to remove this other JQuery script first to make sure that this is causing the problem.

  3. #23
    Join Date
    Feb 2012
    Posts
    2
    Plugin Contributions
    0

    Default Re: Frontpage Slideshow support thread

    Thanx for the module.

    Can you please help me removing space between slideshow and the free shipping banner i have on my site.

    http://itdealshub.com/

    I tried to edit define_main_page.php but cant find the thing to edit.
    I dont like the space between slideshow and banner kindly suggest a fix.

    Thanx

  4. #24
    Join Date
    Aug 2010
    Location
    Hartland, MI
    Posts
    282
    Plugin Contributions
    3

    Default Re: Frontpage Slideshow support thread

    Installed on my current rebuild (starting from scratch instead of updating), works great!
    Would it be possible to integrate a play/pause button?
    Maybe something like THIS.

    Thanks

  5. #25
    Join Date
    Aug 2010
    Location
    Hartland, MI
    Posts
    282
    Plugin Contributions
    3

    Default Re: Frontpage Slideshow support thread

    Quote Originally Posted by itdealshub View Post
    Thanx for the module.

    Can you please help me removing space between slideshow and the free shipping banner i have on my site.

    http://itdealshub.com/

    I tried to edit define_main_page.php but cant find the thing to edit.
    I dont like the space between slideshow and banner kindly suggest a fix.

    Thanx
    Open your stylesheet.css file and find #columnCenter (should be line 86), and add some padding to the top.
    You currently have:
    Code:
    #columnCenter {
    padding: 0 10px;
    background: white;
    }
    The 0 10px makes it so there is zero padding top and bottom and 10px right and left.

    Try this:
    Code:
    #columnCenter {
    padding: 10px;
    background: white;
    }
    Hope this helps
    Last edited by mikestaps; 15 Feb 2012 at 10:49 PM. Reason: add code suggestion to try

  6. #26
    Join Date
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    Default Re: Frontpage Slideshow support thread

    Currently testing on my local site, so no link.

    Using ZC 1.39

    Is it possible to move the red button thingy, or even remove it completely? I'd like to have it in the lower left corner of the images I'm using.

  7. #27
    Join Date
    Aug 2010
    Location
    Hartland, MI
    Posts
    282
    Plugin Contributions
    3

    Default Re: Frontpage Slideshow support thread

    Quote Originally Posted by Serious View Post
    Currently testing on my local site, so no link.

    Using ZC 1.39

    Is it possible to move the red button thingy, or even remove it completely? I'd like to have it in the lower left corner of the images I'm using.
    The position of the red stamp like image that shows up under the price (if you have that active...) is controlled by the price class in the css near the top of the define_main_page.
    Mine was in the lower left when it showed up with the setting:
    Code:
    .price{
    	position: relative;
    	top: -35%;
    	left: 0;
    }
    I did throw this up on my live store while I'm working on the new one if you want to check it out - HERE

  8. #28
    Join Date
    Aug 2010
    Location
    Hartland, MI
    Posts
    282
    Plugin Contributions
    3

    Default Re: Frontpage Slideshow support thread

    Serious-
    if you were talking about the "numbers" indicating what slide is currently displayed those are positioned using the control_div id (#control_id) in the same css.
    Change the left to 0 instead of 400 and it moves to the left side.
    A great way to "play" with is to use chrome, right click on page, select "inspect element" and you can see a little of whats going on, as well as the css... its great for changing things without actually changing them.

  9. #29
    Join Date
    Feb 2012
    Posts
    2
    Plugin Contributions
    0

    Default Re: Frontpage Slideshow support thread

    Quote Originally Posted by mikestaps View Post
    Open your stylesheet.css file and find #columnCenter (should be line 86), and add some padding to the top.
    You currently have:
    Code:
    #columnCenter {
    padding: 0 10px;
    background: white;
    }
    The 0 10px makes it so there is zero padding top and bottom and 10px right and left.

    Try this:
    Code:
    #columnCenter {
    padding: 10px;
    background: white;
    }
    Hope this helps
    Sorry It Dint Worked, I tried different paddings but it affects only left right padding no changes to the white space below slideshow. So i changed back to original settings.

    May be its issue with my template, Sorry to trouble you but if you can suggest more it will be kind of you.

  10. #30
    Join Date
    Feb 2012
    Posts
    1
    Plugin Contributions
    0

    Default Re: Frontpage Slideshow support thread

    Hi I have a small issue with getting this slideshow to work on my site. I have zen cart 1.3.8 and just applied apparel boutique only last night onto my site. It is looking good but I am very much a novice (as my Uncle actually built the site and I have previously only maintained it) and I think where my problem is, I deleted the script on in my admin section - define pages editor/main page
    I have copy pasted the code for the slideshow which is in the read me files but I think i am missing some information.

    I have already done the slides up and loaded them in the appropriate place on the cpanel - if I can add the correct text to the define pages editor I think it should work...

    Is anyone able to help me out with that??

    many thanks

 

 
Page 3 of 11 FirstFirst 12345 ... LastLast

Similar Threads

  1. ZX Slideshow support thread
    By balihr in forum All Other Contributions/Addons
    Replies: 743
    Last Post: 30 Mar 2024, 02:26 AM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 19
    Last Post: 23 Jan 2023, 08:04 AM
  3. BackUp ZC [Support Thread]
    By skipwater in forum All Other Contributions/Addons
    Replies: 285
    Last Post: 23 Dec 2020, 10:40 AM
  4. Wordpress On ZC [Support Thread]
    By hira in forum All Other Contributions/Addons
    Replies: 1858
    Last Post: 17 Jan 2014, 01:24 AM
  5. PurpleShades Support Thread
    By kobra in forum Addon Templates
    Replies: 122
    Last Post: 18 May 2011, 07:18 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