Never mind, I managed to fix it!
While setting the shadow size in the Juicebox editor to 0 didn't remove it, going in to the config.xml file afterwards did. Thanks anyway Steven.
You are not logged in. Please login or register.
Juicebox Support Forum → Posts by luke
Pages 1
Never mind, I managed to fix it!
While setting the shadow size in the Juicebox editor to 0 didn't remove it, going in to the config.xml file afterwards did. Thanks anyway Steven.
Hi Steven,
Sorry about the delay in responding to you. I appreciate the help!
I've attempted the suggestions above but none have worked. It's worth noting that we have no additional .css on our pages, and none of the sites images have a drop shadow to them. I've included the URL for the page below:
http://www.biopartner.co.uk/gallery/BEU17/ (the problem image is the 2nd to last)
Also, I tried removing all code from the page apart from the Juicebox code, and it is still showing the shadow.
Thanks in advance!
Hi,
I'd like to remove the slight shadows that appear round images in Juice Box galleries. In the image I've attached you can see the shadows more pronounced.
The reason I would like to include some images that are not of the same scale as others (taken portrait and will look bad resized). I imagine the solution lies in the theme.css file but I am a little lost on which line to edit. Can you help me please? Thanks!
Hi Steven,
Thanks for all your useful information. You've given me the tools to get the php's and inc's linked to our site! For now I'm good to go. Keep up the great work.
Luke
Hi,
My apologies in advance if this is a noob question... I am attempting to embed a Juicebox gallery on to the following website (the gallery would replace everything below the strip menu):
http://biopartner.co.uk/
I have read the tutorials on embedding but it simply doesn't work for me. Instead it completely takes over the page every time. I think the problem may stem from how our pages are coded.
The top half of the page is included on every page site-wide using .inc pages. These are used within the .php page format like css is (that's my understanding) but I've found no info on whether Juicebox will work with the file types. Below I provide code from a test page I've been putting together; if anyone can point out what my error is I would be immensely grateful:
<?php
$strMain = 1; // banner and menubar to display
$strSideNav = 1; // Side nav to display
include('includes/header.inc');
include('includes/main.inc');
?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>BIO-Europe 2017</title>
<meta charset="utf-8" />
<meta name="viewport" id="jb-viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1, maximum-scale=1, user-scalable=0" />
<meta name="description" content="" />
<!-- START OPEN GRAPH TAGS-->
<meta property="og:title" content="BIO-Europe 2017" />
<meta property="og:type" content="website" />
<meta property="og:url" content="" />
<meta property="og:image" content="" />
<meta property="og:description" content="" />
<!-- END OPEN GRAPH TAGS-->
<style type="text/css">
body {
margin: 0px;
}
</style>
</head>
<body>
<!--START JUICEBOX EMBED-->
<script src="jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId: 'juicebox-container',
galleryWidth: '100%',
galleryHeight: '100%',
backgroundColor: 'rgba(255,255,255,1)'
});
</script>
<div id="juicebox-container">
<!-- Image gallery content for non-javascript devices -->
<noscript>
Pages 1
Juicebox Support Forum → Posts by luke
Powered by PunBB, supported by Informer Technologies, Inc.