Israel Cefrin

Results 11 comments of Israel Cefrin

OJS version: 3.1.1.0 Bootstrap: 1.1.4.0

OJS 3.3 shows similar issues using the Bootstrap theme. I've tested on the test-drive install: https://demo.publicknowledgeproject.org/ojs3/testdrive/index.php/testdrive-journal/about/submissions There is not a "copyright notice", but either "Submission Preparation Checklist " and "Author...

Hi @asmecher , could you please have a look and let me know if everything is fine? This PR fixes the main issue from this one: https://github.com/pkp/pkp-lib/issues/6296 and also covers...

> @israelcefrin Thank you! Looks good to me. You mentioned that the aria-current should be used only on links? If thats the case, should not we also update the other...

Hi @jardakotesovec , I've implemented the same feature on the breadcrumbs of OPS and OMP Default Theme breadcrumb template files. OPS 3.4 PR: https://github.com/pkp/ops/pull/630 OMP 3/4 PR: https://github.com/pkp/pkp-lib/pull/9684

The code which is being prevented from indexing is a piece like this: ``` Stranack, K. (2018) “Editorial”, OJS3 Testdrive Journal, 1(3). Available at: https://demo.publicknowledgeproject.org/ojs3/testdrive/index.php/testdrive-journal/article/view/710 (Accessed: 18September2019). ``` Which is...

@asmecher Google bot crawls the source-code of the article detail page. In the article detail page we have the citation formats being called with a hyperlink (A) **HREF** (HTML) parameter...

> Mind if I punt this over to @NateWr? Not at all, please feel free to hop in @NateWr. I hadn't tagged him because I thought he was away this...

Hi @jardakotesovec , there are more than one possible solution to code this table structure. If we are willing to keep as a single table, then it is called a...

Hi @jardakotesovec , here is the example using small tables. You will notice that there is a first table only with headers. Its purpose is to show the headers to...