Page 2 of 15 FirstFirst 123412 ... LastLast
Results 11 to 20 of 149
  1. #11
    Join Date
    Aug 2008
    Posts
    166
    Plugin Contributions
    0

    Default Re: Ultimate Fade-In Slidehow Support thread

    Quote Originally Posted by haredo View Post
    I am looking at the site which is the link in your signature in a post above this:

    The div id is hard coding so you have the find the file to control this:

    Look for this: master0

    1. add: margin:auto;

    If you cant find the right .php file...
    Thank you I made the changes in the css file and that worked!

  2. #12
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,068
    Plugin Contributions
    0

    Default Re: Ultimate Fade-In Slidehow Support thread

    You are most welcome, glad the .css id was the fix for the solution..
    Mark
    Hare Do - Does the rabbit beat Zen "never".
    Zen Cart 1.5.1 Update Release Need help Purchase the Book

  3. #13
    Join Date
    Aug 2008
    Posts
    166
    Plugin Contributions
    0

    Default Re: Ultimate Fade-In Slidehow Support thread

    I'm back again...

    For some reason I can't get the WYSIWYG editor to work when I'm in the define pages editor. I think it may be because I added the script coding as

    <script type="text/javascript" src="fade.js"></script>

    <script type="text/javascript">
    //new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)

    new fadeshow(fadeimages, 700, 450, 0, 3000, 0 )

    </script>

    It's driving me crazy why this is. I've tried removing the script in file manager but I still can't get the WYSIWYG editor. And I checked define main page status and it's "1". I'm thoroughly stumped. Any help much much appreciated, Lynn

    http://www.visitgroverhotsprings.org

  4. #14
    Join Date
    Aug 2008
    Posts
    166
    Plugin Contributions
    0

    Default Re: Ultimate Fade-In Slidehow Support thread

    I've realized now that I have the same problem in my EZ Pages so I don't think this has anything to do with the Ultimate Fade Slider. I'll post elsewhere.

  5. #15
    Join Date
    May 2011
    Posts
    20
    Plugin Contributions
    0

    Default Re: Ultimate Fade-In Slidehow Support thread

    I have installed this but I have a problem with it. I added the code to define_main_page and displays my images like it should do. The problem is when I make my window smaller, the slideshow stays the same size and doesnt resize with the window. Also on screens with different resolutions it doesn't seem to change size so it ends up looking all wrong.

  6. #16
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    21,093
    Plugin Contributions
    25

    Default Re: Ultimate Fade-In Slidehow Support thread

    A link to see this in action? The slideshow is set at a particular pixel size (defined by you), and is not going to shrink or expand if you change the window size.

  7. #17
    Join Date
    May 2011
    Posts
    20
    Plugin Contributions
    0

    Default Re: Ultimate Fade-In Slidehow Support thread

    I have PMed you the link. Notice how when you change the page size. It pushes all the blocks on the right apart. I am not sure if it is becuase I edited the mainwrapper part in my CSS template from 100% to 60%. I did this because I didn't want my template filling up the whole screen. Although I have seen other websites who use this slideshow module with a template that doesn't fill up the whole screen.

  8. #18
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    21,093
    Plugin Contributions
    25

    Default Re: Ultimate Fade-In Slidehow Support thread

    Your slideshow and its images are set to a width that can only work in big widescreen monitors. You have your page set at 60% of the window, which looks fine on a big monitor, but will become too narrow to use regardless of the slideshow in small windows, while leaving lots of blank space on either side. Change the % to a fixed width, or set a min-width large enough that the site won't shrink too much.
    Then resize your images to fit comfortably. I think it is unnecessary to blast your visitors with a huge "secure site" slideshow in the most prime real estate on your homepage. Are you selling SSL certificates, or something else?

  9. #19
    Join Date
    May 2011
    Posts
    20
    Plugin Contributions
    0

    Default Re: Ultimate Fade-In Slidehow Support thread

    That image is temporary for testing purposes. The problem is that all the blank space on the sides should get smaller and smaller depending on the resolution and size of the window. With mine, it keeps the blank space the same size which is why everything goes out of align. I think its a template problem now actually. I must need to edit something else as well as mainwrapper.

  10. #20
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    21,093
    Plugin Contributions
    25

    Default Re: Ultimate Fade-In Slidehow Support thread

    All you need to edit is #mainWrapper.

    #mainWrapper {
    background-color: #f8f2f2;
    text-align: left;
    width: 60%;
    min-width: 900px;

    vertical-align: top;
    }

    How wide is your monitor? Set min-width so that the page never gets narrower than you need to fit the info. If you always want the slideshow to exactly fit the center column, you need to set a fixed px width here.

 

 
Page 2 of 15 FirstFirst 123412 ... LastLast

Similar Threads

  1. can't get Ultimate Fade-in slideshow v2.1 to work on main page
    By frank18 in forum All Other Contributions/Addons
    Replies: 83
    Last Post: 9 Mar 2012, 10:50 AM
  2. Need help with Dynamic Drive Ultimate Fade-in slideshow (v2.4) java script
    By missinglife in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Jun 2010, 03:26 AM
  3. Trying to add Ultimate Fade In Slideshow javascript to my site
    By plymgary1 in forum General Questions
    Replies: 6
    Last Post: 29 Apr 2010, 04:39 PM
  4. How can I use Ultimate Fade-in slideshow v2.1 ?
    By Crunch in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 4 Feb 2010, 03:21 AM
  5. Ultimate Fade-in slideshow in ezpage
    By perkiekat in forum General Questions
    Replies: 5
    Last Post: 27 Dec 2009, 11:47 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
  •