Welcome, Guest
Username: Password: Remember me

TOPIC: [FIXED] Display error with latest j-cook

Display error with latest j-cook 28 Sep 2013 04:26 #11207

  • jcbenton
  • jcbenton's Avatar
  • Offline
  • Premium Member
  • Posts: 125
  • Thank you received: 9
  • Karma: 3
I downloaded the my component today and installed it. Firefox immediately complains about blocking loading external mixed content css. (jquery ui css) I did the same as before and commented out the line that tries to load it. Previously, everything displayed fine. Now images do not display on the admin side and the text displays incorrectly.

Note: This was working with the previously generated version I downloaded on 22 Sept.

I also tested this by embedding the JQ framework. Firefox does not complain and block the CSS, but it still looks exactly the same.

See attached screen shot to see how the image is missing and the text is broken.


--
Jerry Benton
Last Edit: 28 Sep 2013 04:29 by jcbenton.
The administrator has disabled public write access.

Display error with latest j-cook 28 Sep 2013 04:40 #11208

  • jcbenton
  • jcbenton's Avatar
  • Offline
  • Premium Member
  • Posts: 125
  • Thank you received: 9
  • Karma: 3
Also, this looks the same in the J-Cook sandbox.
--
Jerry Benton
The administrator has disabled public write access.

Display error with latest j-cook 28 Sep 2013 15:46 #11211

  • jcbenton
  • jcbenton's Avatar
  • Offline
  • Premium Member
  • Posts: 125
  • Thank you received: 9
  • Karma: 3
Well there was a reply here from BTB300 seeing similar issues.

Anyway, I just ran it in the sandbox again and am still seeing the same behavior.

admin?
--
Jerry Benton
The administrator has disabled public write access.

Display error with latest j-cook 28 Sep 2013 15:55 #11212

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 987
  • Karma: 140
I am here and I do my best.

My laptop went under problems yesterday.
Does not like water..


Did you tried to set Embed framework = true ?
Coding is now a piece of cake
The administrator has disabled public write access.

Display error with latest j-cook 28 Sep 2013 16:03 #11213

  • jcbenton
  • jcbenton's Avatar
  • Offline
  • Premium Member
  • Posts: 125
  • Thank you received: 9
  • Karma: 3
Yes, I tried it both ways.

My daughter killed my macbook pro with a glass of water once.
--
Jerry Benton
The administrator has disabled public write access.

Display error with latest j-cook 28 Sep 2013 17:19 #11216

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 987
  • Karma: 140
This is a problem coming with bootstrap compatibilities.
I must check few things there, so I will get you informed for this one.
Coding is now a piece of cake
The administrator has disabled public write access.

Display error with latest j-cook 28 Sep 2013 17:27 #11217

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 987
  • Karma: 140
It occurs on Joomla versions under 3.0

The problem come from the css class icon-*
It creates a mess.
The best and recall the icons with "glyphicon" class.

In your case, because the toolbar title is embeded in a icon-* span. Native Joomla, and really ennoying for Bootstrap compat.
Very difficult one to solve. I will take the time to propose the more convenient
Coding is now a piece of cake
The administrator has disabled public write access.

Display error with latest j-cook 28 Sep 2013 21:13 #11219

  • Tomaselli
  • Tomaselli's Avatar
  • Online
  • Elite Member
  • Posts: 293
  • Thank you received: 87
  • Karma: 46
this is why I proposed this,
I had icons compatibility problems (J3.x), due to the JOOMLA icons itself + bootstrap FULL integration + JDOM icons generation, I modified jdom and fixed the problem.
if someone is interested I'll post the full modifications I added to make the icons work properly with bootstrap.
The administrator has disabled public write access.

Display error with latest j-cook 28 Sep 2013 21:52 #11220

  • jcbenton
  • jcbenton's Avatar
  • Offline
  • Premium Member
  • Posts: 125
  • Thank you received: 9
  • Karma: 3
Yes, please do.
--
Jerry Benton
The administrator has disabled public write access.

Display error with latest j-cook 28 Sep 2013 22:09 #11221

  • Tomaselli
  • Tomaselli's Avatar
  • Online
  • Elite Member
  • Posts: 293
  • Thank you received: 87
  • Karma: 46
there are several files to modify, I'll add the full quick and dirty workaround I did, but it should be checked, and I'll surely will do in the next days, because I added it to one project I'm working on.
I'll copy and paste the files modified within few mins, on the original post I made.
The administrator has disabled public write access.

Display error with latest j-cook 28 Sep 2013 23:10 #11224

  • jcbenton
  • jcbenton's Avatar
  • Offline
  • Premium Member
  • Posts: 125
  • Thank you received: 9
  • Karma: 3
Admin,

I of course understand you need time to address this, but I kind of need the component to work. Is there not a way to access the old J-Cook builder?
--
Jerry Benton
The administrator has disabled public write access.

Display error with latest j-cook 29 Sep 2013 00:11 #11230

  • jcbenton
  • jcbenton's Avatar
  • Offline
  • Premium Member
  • Posts: 125
  • Thank you received: 9
  • Karma: 3
Admin,

I played around with the CSS. In short, the background-position, height, and width need to be defined to override the bootstrap for the object. See screen shot where I was able to get the items to display correctly.

--
Jerry Benton
The administrator has disabled public write access.

Display error with latest j-cook 29 Sep 2013 00:25 #11231

  • jcbenton
  • jcbenton's Avatar
  • Offline
  • Premium Member
  • Posts: 125
  • Thank you received: 9
  • Karma: 3
I fixed it in toolbar.css like this:
.ico-48-svm_releasetype, .icon-48-svm_releasetype {
	background-image:url('../images/icon-48-svm_releasetype.png');
	background-position: 0 0; 
	height: auto;
	width: auto;
}
--
Jerry Benton
The administrator has disabled public write access.

Display error with latest j-cook 29 Sep 2013 23:39 #11242

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 987
  • Karma: 140
Fixed.
Coding is now a piece of cake
The administrator has disabled public write access.
Time to create page: 0.104 seconds

Get Started