You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#103207 Mediabox

Posted in ‘Mediabox’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by [email protected] on Thursday, 27 February 2020 11:11 GMT

[email protected]
Hi I have two websites which I use JCE one is brilliant but the latest website I just dosent correctly can anyone help me
I have enclosed the links to my websites
Regards Dave Bell

Ryan
Assuming https://highnewportallotments.co.uk is the site with the issue, please install JCE MediaBox 2.0.14 Beta - https://www.joomlacontenteditor.net/downloads/mediabox/development

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

[email protected]
Hi, Ryan, I have installed the new Beta version and it works on https://highnewportallotments.co.uk/ but it's not as good as on my website https://www.davybellsgarden.com/
Regards Dave

Ryan
I have installed the new Beta version and it works on https://highnewportallotments.co.uk/


You do not appear to be using MediaBox on this site, rather it looks like you are using the Yootheme UIKit / WidgetKit lightbox?

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

[email protected]
Hi Ryan I have those themes installed but I prefer the JCE media box but I don’t seem to be able to get it to work properly
Dave

[email protected]
Hi Ryan if I give you the login details for my site could you have a look and see what I doing wrong
Regards David

Ryan
Please send me a login -> https://www.joomlacontenteditor.net/contact/site-login

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

Ryan
It looks like you've almost got this working, but there are some issues in your template's template.css file that are causing some display issues with MediaBox. In these css rules, on line 138+ of your template.css file, you should remove use of the !important statement, as this forces the style for all elements and cannot be overriden:

/* buttons */
.button, button, input[type="button"], input[type="submit"] {
	line-height:24px;
	color: #888;
	text-transform: uppercase; 
	border:0; 
	font-size: 11px !important;
	cursor:pointer;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	outline: none;
	text-align: center;
	text-decoration: none;
	padding: 4px 15px !important;
	text-shadow: 0 1px 1px rgba(0,0,0, 0.1);
	-webkit-border-radius: 4px; border-radius: 4px;
	-webkit-box-shadow: 0 0 0 1px #BBBBBB inset;	
	-ms-box-shadow: 0 0 0 1px #bbbbbb inset;	
	box-shadow: 0 0 0 1px #BBBBBB inset;
	background: #f6f6f6;
	background-image: -webkit-linear-gradient(top,  #fff, #eee);
	background-image: -moz-linear-gradient(top, #fff, #eee);
	background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -o-linear-gradient(top, #fff, #eee);
}

.button:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover {
	color:#666 !important;
	cursor: pointer; text-decoration: none !important;
	background: #eee;
	background-image: -webkit-linear-gradient(top,  #fff,  #ddd);
	background-image: -moz-linear-gradient(top,  #fff,  #ddd);
	background-image: -ms-linear-gradient(top,  #fff,  #ddd);
	background-image: -o-linear-gradient(top,  #fff,  #ddd);
}

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

[email protected]
Hi cheers Ryan so it's the template causing the problem with the JCE mediabox I will have go this evening removing those css files that are causing the issies
Your help is much appreciateed
Thanks Dave

Ryan
I will have go this evening removing those css files that are causing the issies


Not the css files, just the !important statement in those particular css rules I highlighted above.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

[email protected]
Cheers Ryan I appreciate your help what do you as well as developing the JCE editor
Dave

[email protected]
Hi Ryan did you manage to remove the css files that were creating the problem
Dave

Ryan
Yes.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

[email protected]
Thanks
Dave