Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

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

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

Please Log in or Create an account to join the conversation.

Last edit: by jcbenton.

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

Also, this looks the same in the J-Cook sandbox.
--
Jerry Benton

Please Log in or Create an account to join the conversation.

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

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

Please Log in or Create an account to join the conversation.

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

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
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

Please Log in or Create an account to join the conversation.

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

Yes, I tried it both ways.

My daughter killed my macbook pro with a glass of water once.
--
Jerry Benton

Please Log in or Create an account to join the conversation.

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

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
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

Please Log in or Create an account to join the conversation.

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

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
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

Please Log in or Create an account to join the conversation.

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

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.

Please Log in or Create an account to join the conversation.

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

Yes, please do.
--
Jerry Benton

Please Log in or Create an account to join the conversation.

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

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.

Please Log in or Create an account to join the conversation.

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

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

Please Log in or Create an account to join the conversation.

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

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

Please Log in or Create an account to join the conversation.

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

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

Please Log in or Create an account to join the conversation.

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

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
Fixed.
Coding is now a piece of cake

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.093 seconds

A HUGE thank you for all the time and effort you have put into J-Cook it is a timesaver and a training tool all in one
Morgan Leecy - MCSE  

Get Started