DMXzone Bootstrap Elements Support Product Page

Not a problem

Extension overwrites includes and puts them in wrong order

Reported 17 Jun 2013 14:07:15
1
has this problem
17 Jun 2013 14:07:15 Sean Hunt posted:
Your extension insists on adding the non minified versions of the css files to my headcant i just manage the includes my self? Is there a consiguration or setting somewhere for your plugin?

The css it includes are always after my own customization css file as well which then overrides my css

I dont want the extension to add or modify the css includes at all

If I cant override this annoying behavior i would like to get a refundplease respond asap

Replies

Replied 17 Jun 2013 15:30:56
17 Jun 2013 15:30:56 Teodor Kuduschiev replied:
Hello,

This is how the extension is supposed to work, it always checks if the bootstrap css files are included:

<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap-responsive.css" />


Of course after the extension adds them you can include your custom css file, for example:

<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap-responsive.css" />


Replied 17 Jun 2013 15:45:50
17 Jun 2013 15:45:50 Sean Hunt replied:
Like I mentioned earlier it doesnt recognize the minified versions of the bootstrap files that are already included and has no option to use the minified files, we have sites with hundreds of pages that this extension would modify with it use. We'll have to wait till the minified compatibility is added

Reply to this topic