-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make progressive enhancement work for JanosBibliographyStyle #71
Comments
Do you use the bibtexbrowser plugin for wordpress (wp-publications)?
…--Martin
|
Instead of the plugin I am using php. Currently when I use the default publication style (@define('BIBLIOGRAPHYSTYLE','DefaultBibliographyStyle');) and custom css I am able to change the font sizes. However when I use @define('BIBLIOGRAPHYSTYLE','JanosBibliographyStyle'); I am unable to change the font size and colors. |
However when I use @define
<https://github.com/define>('BIBLIOGRAPHYSTYLE','JanosBibliographyStyle'); I am unable to change
the font size and colors.
Probably because JanosBibliographyStyle does not use the same CSS classes.
|
By using at the same time the default style and |
progressive enhancement (show/hide bibtex entries under each publications) does not work even with the default bibliography style. When I click the bibtex link (after setting 'BIBTEXBROWSER_USE_PROGRESSIVE_ENHANCEMENT' to true ) I am getting page not found (URL: http://localhost/wordpress/test-bibtex/bibtexbrowser.php?key=Name_2004_+1&bib=sample.bib). However when I use the following code segment bibtex entry appear in a new page. @define('BIBTEXBROWSER_USE_PROGRESSIVE_ENHANCEMENT',true); |
URL: http://localhost/wordpress/test-bibtex/bibtexbrowser.php?key=Name_2004_+1&bib=sample.bib).
I'm surprised by the key. Is there a "+" or a space " " in your key?
|
Thank you again for your kind support. These are few other examples |
Does progressive enhancement work for the entries with no "+" in the key?
|
No. It does not work. |
In http://bibtexbrowser.sourceforge.net/bibtexbrowser.php?frameset&bib=metrics.bib when I click the bibtex links bibtex appears below each publication, and the URL also remains the same. |
Why do you have urls with no |bibtexbrowser.php| in them||? do you use URL rewriting?
|
I dont use any URL rewriting. Do you think this may be due to the wordpress theme I am using. |
Do you use bibtexbrowser inside wordpress?
|
I used the bibtexbrowser.local file to include the following two lines: Inside wordpress I included custom php as follows |
Thanks for this wonderful package.
I am trying to change the fontsize etc using the bibtexbrowser.css file on wordpress with php (I am working on a local host). However it makes no changes of the font in the publication list. I also tried to directly modify the bibtexbrowser.php file (under bibtexbrowserDefaultCSS() function) but still I am unable to update the fonts in my publication list.
How can I enable show/hide bibtex entries in the same page under each publication entry (e.g. http://bibtexbrowser.sourceforge.net/bibtexbrowser.php?frameset&bib=metrics.bib )?
The text was updated successfully, but these errors were encountered: