Hello
since MDST is based on Bootstrap can i use other bootstrap features like collapse. I try to do it but since collapse uses #tag mdst keeps trying to open a page and it's blank.
Any suggestions? I would like to use in in a block, also i would like to use a anchor feature but i cant due to the before mentioned problem.
regards
Hi,
Could you describe more about problem? It will be great if we have some screenshots.
I have a bit longer text on one page and i would like to have a button which would then jump to the text below (anchor link) it is usually like <a name="tag"> somewhere bellow and at the top you have <a href="#tag">link</a> but this thing doesnt work.
As for collapse i would like to have something similiar like this button http://getbootstrap.com/javascript/#collapse on the bootstrap page in a side block but since it uses # i cannot use it (maybe it missing a js also i dont know) but since this is based on bootstrap i thought it might work.
I also tried the button version of collapse but no luck also. When i check the code i see that the transitions.js is loaded an it is needed by this function but again no luck at all
Hi,
As default, the theme MDST does not support bootstrap.
Thus, you have to add file js and file css of bootstrap (open file template.process.inc - line 146 - in folder sites\all\themes\md_mdst\inc\front. You can see a list of file js and file css which are added into site then add class (as suggested on page getbootstrap)
In node, you can use href => #tag, but you have to choose full HTMl for text format
If you have any trouble, please give us your site url and admin account. We will check for you