Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 4 of 4

Thread: Vortx Mobile Plug-In: changing mage displayed in Mobile Header

  1. #1
    wkeithg is offline Member
    Join Date
    Mar 2010
    Posts
    34

    Default Vortx Mobile Plug-In: changing image displayed in Mobile Header

    I've got Vortx's Mobile Plug-in working in a test environment. Two questions:

    1. What are the size specs for the image in the Mobile header
    2. How do I replace the default Vortx logo? Where is the image stored?
    Last edited by wkeithg; 04-27-2011 at 04:47 PM.

  2. #2
    AspDotNetStorefront Staff - Erik is offline Senior Member
    Join Date
    Nov 2010
    Location
    Ashland, OR
    Posts
    168

    Default Mobile browser logo replacement

    You need to edit this in the template.ascx file in your /skins/Skin_#/ folder if version ML8, and it is the line:

    <a href="default.aspx" id="FixedHeaderLogo">V<span style="color:#fad225">O</span>RTX</a>

    If using an image, it will look something like:
    <a href="default.aspx" id="FixedHeaderLogo"><img src="skins/skin_2/images/logo.gif" alt="search" /></a>
    Erik Sutton
    AspDotNetStorefront Technical Support

  3. #3
    wkeithg is offline Member
    Join Date
    Mar 2010
    Posts
    34

    Default Mobile browser logo size

    Erik,

    Thanks. What're the size requirements so I can pass them on to my graphics support?

  4. #4
    AspDotNetStorefront Staff - Erik is offline Senior Member
    Join Date
    Nov 2010
    Location
    Ashland, OR
    Posts
    168

    Default

    Keep the size under 45x200
    Erik Sutton
    AspDotNetStorefront Technical Support