Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Jun 2007
    Posts
    10
    Plugin Contributions
    0

    Default 3 Questions (Media Manager, Index Listing Customization, Search Sidebox)

    Hello geniuses,

    These are the issues I'm facing:

    Music store: www.exiledrecords.com/shop

    (1) Media Manager:
    I've got it working and doing everything that I desire. Except this: I want the link to the mp3 file to pop-up as a javascript window small pop-up instead of a browser window. Can make this happen? It is not a huge problem, just something that would be nice.

    (2) Index Listing Customization:
    It seems like many of us are having this issue, but maybe someone has found a simple way of solving it that I don't know about?

    In my main index listing under my "featured" heading, I want my products to be one per row (this is simple, I know). I want the image to be aligned left. Then, I want the title of the product and the description of the product to the right of the image. The whole description would not be present, simply the first 150 characters or something.

    This seems like it could be a feature in the admin, but I can't find it anywhere.

    (3) Search Sidebox:
    Can I change the "submit" form into a button and center align it? Where do I look to do this? (I'm getting tired)


    Thank you very much for your time. I really appreciate it.

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: 3 Questions (Media Manager, Index Listing Customization, Search Sidebox)

    1. You will need to locate the file with the link code and it probably is a href with some relative locator and "target=blank" you can probably find another function that uses the pop-up function and apply it

    2. admin > config > index listing > Featured Products Columns per Row > set to 1
    Find or Add this to the stylesheet
    Code:
    .centerBoxContentsFeatured img {
    float: left;
    }
    3. Find this in the stylesheet and most probably have to seperate out the form
    Code:
    FORM {
    	text-align: center;
    	font-size: 1em;
    	margin: 0.1em;
    	}
    
    SELECT, INPUT {
    	display: inline;
    	font-size: 1em;
    	margin: 0.1em;
    	}
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. Replies: 0
    Last Post: 13 Mar 2009, 10:00 PM
  2. Product Listing Modification to Include Link to Media Manager Preview
    By sleastack in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 2 Mar 2008, 12:25 AM
  3. Media Manager/Listen to MP3 link in categories product listing?
    By Ian Davies in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 21 Sep 2006, 01:42 PM

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