close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Ribbon + Lightbox Display Problem

Thread began 4/01/2010 12:23 pm by dennis.hacker262917 | Last modified 4/02/2010 9:08 am by dennis.hacker262917 | 2035 views | 5 replies

neilo

Hi Dennis,

What and where did you 'change description' in the admin folder?

For some reason the paths to the required files are all missing the 'photoGallery/' part of the path.

Your code for the gallery part (as written to the page html) looks like this:

<style type="text/css" media="all">
@import url("css/slimbox/slimbox.css");
@import url("css/common.css");
@import url("css/dark.css");
</style>
<script type="text/javascript" src="js/mootools-core.js"></script>
<script type="text/javascript" src="js/mootools-more.js"></script>
<script type="text/javascript" src="js/slimbox.js"></script>
<script type="text/javascript" src="js/gallery.js"></script>


whereas it should be showing the full relative path to the required files like:

<style type="text/css" media="all">
@import url("photoGallery/css/slimbox/slimbox.css");
@import url("photoGallery/css/common.css");
@import url("photoGallery/css/dark.css");
</style>
<script type="text/javascript" src="photoGallery/js/mootools-core.js"></script>
<script type="text/javascript" src="photoGallery/js/mootools-more.js"></script>
<script type="text/javascript" src="photoGallery/js/slimbox.js"></script>
<script type="text/javascript" src="photoGallery/js/gallery.js"></script>



Go to the Admin area of your gallery, select a gallery and then click on the 'Add to Site' menu item.

The code that it produces for you to include in your page should look something like this:

<?php
$pg_id = '1';
$pg_theme = 'dark';
include('/full/server/path/to/4riversusbc.com/photoGallery/galleries/ribbon_fullsize_lightbox/index.php');
?>



with the 'photoGallery' directory as part of the path. If it isn't, then you will need to check your set-up procedure. [I can't see how changing 10 to 5 in the javascript file could be responsible?]

In the meantime, to get your tournaments.php page working, you could try opening it in Dreamweaver and adding the 'photoGallery' directory to the include path.

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...