Results 1 to 3 of 3

Highslide Resize & vBSEO

This is a discussion on Highslide Resize & vBSEO within the Deutsch forums, part of the General Discussion category; Hallo, leider funktioniert bei mir dieses Image/Resize Addon mit Highslide nicht mit aktiviertem vBSEO . Es funktionieren alle Bilder & ...

  1. #1
    Member
    Real Name
    sören
    Join Date
    Jan 2007
    Posts
    59
    Liked
    0 times

    Highslide Resize & vBSEO

    Hallo,

    leider funktioniert bei mir dieses Image/Resize Addon mit Highslide nicht mit aktiviertem vBSEO. Es funktionieren alle Bilder & Anhänge die auf meinen Server liegen.

    Bei Bildern die auf anderen Servern z.b. Imagashack u.o.Ä liegen funktioniert das ganze leider nicht!


    Habe zur Funktionsüberprüfung kurz mal vBSEO ausgeschaltet, dann funktioniert es....


    mfg

  2. #2
    Senior Member
    Real Name
    Marco
    Join Date
    Feb 2006
    Posts
    561
    Liked
    2 times
    Du wirst die highslide-Pfade anpassen müssen, etwa so

    HTML Code:
    <script> <!--
    			folder="/highslide/";
    			//--> </script> <script language='javascript1.2' src='/highslide/highslide.js'></script> <script type="text/javascript">
    hs.registerOverlay(
    	{
    		thumbnailId: null,
    		overlayId: 'controlbar',
    		position: 'top right',
    		hideOnMouseOut: true
    	}
    );
    hs.graphicsDir = '/highslide/graphics/';
    hs.outlineType = 'rounded-white';
    hs.restoreTitle = 'Click to close, use arrow keys for next and previous';
    hs.loadingText = 'Loading...';
    hs.fullExpandTitle = 'Expand to actual size';
    hs.focusTitle = 'Click to bring to front';
    hs.loadingTitle = 'Click to cancel';
    hs.align = 'center';
    hs.easingClose = 'easeInQuad';
    hs.expandDuration = Math.max(1, 702);
    hs.restoreDuration = Math.max(1, 702);
    hs.expandSteps = 20;
    hs.restoreSteps = 20;
    hs.showCredits = false;
    hs.captionId = 'the-caption';
    hs.captionSlideSpeed = 0;
    hs.allowSizeReduction = false;
    hs.dimmingOpacity = 0.7;
    hs.dimmingDuration = 100;
    hs.spaceForCaption = 50;
    </script> <script type="text/javascript">
    		hs.easing = 'easeInBack';
    	</script> <script type="text/javascript">
    		hs.allowSizeReduction = true;
    	</script> <script type="text/javascript">
    		hs.easing = 'easeInBack';
    	</script> <script type="text/javascript">
    		hs.allowSizeReduction = true;
    	</script> <style type="text/css">
    .highslide {
    	cursor: url(/highslide/graphics/zoomin.cur), pointer;
        outline: none;
    }
    .highslide-active-anchor img {
    	visibility: hidden;
    }
    .highslide:hover img {
    	border: 2px solid white;
    }
    .highslide-wrapper {
    	background: white;
    }
    .highslide-image {
        border: 2px solid white;
    }
    .highslide-image-blur {
    }
    .highslide-dimming {
     background: black;
     position: absolute;
     visibility: hidden;
    }
    .highslide-active-anchor img {
     visibility: hidden;
    }
    .highslide-caption {
        display: none;
        
        border: 2px solid white;
        border-top: none;
        font-family: Verdana, Helvetica;
        font-size: 10pt;
        padding: 5px;
        background-color: white;
    }
    .highslide-loading {
     display: block;
     color: white;
     font-size: 9px;
     font-weight: bold;
     text-decoration: none;
     padding: 3px;
     border-top: 1px solid white;
     border-bottom: 1px solid white;
     background-color: black;
    }
    a.highslide-credits,
    a.highslide-credits i {
        padding: 2px;
        color: silver;
        text-decoration: none;
    	font-size: 10px;
    }
    a.highslide-credits:hover,
    a.highslide-credits:hover i {
        color: white;
        background-color: gray;
    }
    .highslide-move {
     cursor: move;
    }
    .highslide-overlay {
     display: none;
    }
    a.highslide-full-expand {
    	background: url(/highslide/graphics/fullexpand.gif) no-repeat;
    	display: block;
    	margin: 0 10px 10px 0;
    	width: 34px;
    	height: 34px;
    }
    .control {
    	float: right;
        display: block;
        position: relative;
    	margin: 0 5px;
    	font-size: 9pt;
        font-weight: bold;
    	text-decoration: none;
    	text-transform: uppercase;
        margin-top: 1px;
        margin-bottom: 1px;
    }
    .control:hover {
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
        margin-top: 0;
        margin-bottom: 0;
    }
    .control, .control * {
    	color: #666;
    }
    .highslide-display-block {
     display: block;
    }
    .highslide-display-none {
     display: none;
    }
    .highslide-background {
    color: #000000;
    }
    </style>
    da du sonst mit deiner OrdenerURL probleme bekommst

  3. #3
    Member
    Real Name
    sören
    Join Date
    Jan 2007
    Posts
    59
    Liked
    0 times
    hmm leider bisher immer noch ohne effect!

Similar Threads

  1. Resize Images vBSeo..
    By jarod1981® in forum Template Modifications
    Replies: 7
    Last Post: 03-08-2008, 05:20 PM
  2. vbseo & highslide mod
    By wkdchris in forum General Discussion
    Replies: 16
    Last Post: 12-12-2007, 03:59 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
  •