Dine kommentarer
Hi all,
I have to say I'm a bit out of my depth here as I'm not a massive expert of css/bootstrap... But I think I'm experiencing the same kind of weird behaviour. My list of publications generated by bibbase is embedded in my website (http://www.statistica.it/gianluca/misc/publicationslist/). The website is generated by R blogdown and uses Hugo. There is a css file, which I can manipulate, but I'm not sure where bootstrap gets loaded... I do get the same issue with bibbase menus and log rendered incorrectly.
Like I said, it may be very trivial --- but help much appreciated!
Thanks
Gianluca
Christian, no need to apologise --- in fact, I should thank you again for looking into this so promptly and for providing such a great service as bibbase!
I think your suggestion works --- I've just modified the index.php page and now the list of references is uploaded!
Many thanks
Gianluca
Thank you Christian,
I'm using php to embed the page in my website --- this is the code I'm using:
<?php $contents = file_get_contents("https://bibbase.org/show?bib=http://www.statistica.it/gianluca/Publications/mypubs.bib&theme=simple&authorFirst=1&group0=year"); print_r($contents); ?>
(I've just added the https to my website address, but to no avail...). I'm not sure about the details of my server --- sorry. Is there any other way I can try and help you help me?
Many thanks!!
Gianluca
Kundesupport af UserEcho
Hi all, sorry to keep nagging you with this problem. But I have banged my head against it and didn't managed to find a solution. I'm guessing it's about the css of my website --- would it help people to help me figure out, if I shared that?