Mark
Forum Replies Created
-
Forum: Plugins
In reply to: [Zotpress] Customize links, RIS & download optionsWith a view to flexibility (including use in non-anglo contexts) these small customizations would really be incredibly helpful. I have tried to frame them in the most helpful and explicit way possible while keeping it compatible with the current behaviour users have come to expect.
For the record, my current workaround is that I have hardcoded the kind of output code I needed in the ZotPress php, which is obviously not ideal (because it gets lost with new updates).
bumping this tread along with four other relatively simple feature requests from the past few months in the hope @kseaborn can pitch in on feasibility or likelihood of implementation. Together, these represent the most important ‘papercuts’ (little things that make software just that bit harder to use) I’ve run into after almost six months of intensive use (as reflected in my other contributions to the forums here).
Forum: Plugins
In reply to: [Zotpress] Use original filename for downloadsForum: Plugins
In reply to: [Zotpress] Simple feature request: exclude tagbumping this thread in the hope @kseaborn can comment on feasibility; also to note the related, open issue that multiple tags should probably produce the set intersection, not union
Forum: Plugins
In reply to: [Zotpress] Filter/select by item typebumping this thread in the hope @kseaborn can comment on the feasibility
Forum: Plugins
In reply to: [Zotpress] can’t get the years in order and list changes on page reloadPlease share the shortcode you’re using so that others can try to reproduce what you run into.
Forum: Plugins
In reply to: [Zotpress] IEEE Citation NumberingPerhaps have a look at this thread to see whether that solves your issue.
Forum: Plugins
In reply to: [Zotpress] Zotpress not working properly with new WP-Editor (Gutenberg)I’m afraid your diagnosis is right: ZotPress usually does its work after the rest of the page is loaded. This is nothing to do with the loading order of plugins per se; it is that ZotPress uses Javascript to adjust some of its content on the fly after page load. I don’t think there is an easy solution if you want to use the Gutenberg styling options.
I haven’t run into this problem myself because whatever styling I use I apply using CSS. That could be a solution for you too if what you want to accomplish is consistent and needs to be applied across all citations everywhere. But from your description it sounds like you’re looking for a finer-grained level of control.
That works & is all fixed now, thanks!
Sorry for bumping the thread, but after having a look at the Matomo tables in my MySQL db I have no idea where to find the wrongly urlencoded download URLs. If they’re in the binary blobs I don’t think I have a way to fix it on my end?
Oh, and another tiny UI thing: the new blogs menu item doesn’t have the right font color in the mobile menu on mobile (white on white, so displays as a blank rectangle).
They all stay the same (generated by ZotPress). I understand this is a db issue then. I have no way of regenerating URLs, so I guess should try and get rid of the introduced ”amp;” using a MySQL query. Do you have a pointer for which db field to target?
BTW This last issue (of
&being changed to& amp;in download URLs reported in the logs) has not been fixed in the last few updates. Here’s where I get those problematic URLs:1. On the ‘visitor profile’ popup
2. In the ‘Visits in real time’ panel
3. In Visitors > Visits LogHere’s where there is no problem:
1. Under Behaviour > DownloadsForum: Plugins
In reply to: [Zotpress] Adding or block to publication output CSS formattingYou have no doubt seen that ZotPress does add quite some data in the form of CSS attributes to enable styling of selected references. However, based on my understanding, short of it reparsing the citation information it gets through the Zotero + CSL API pipeline, it is not trivial for ZotPress to style individual parts of citations in the way that you suggest. Disclaimer: I’m not the developer, just a ZotPress user.
The solution that would have prevented my support quesiotn would be to simply add a line to the text box next to the IP exclusions, conditional on whether IP anonymization is on:
You can use CIDR notation eg. 1.2.3.4/24 or you can use wildcards, eg. 1.2.3.* or 1.2.*.*. Note: Your IP anonymization settings mask the final byte of IP addresses. Use 1.2.3.* to capture IP’s you want to exclude.
or for 2 bytes:
You can use CIDR notation eg. 1.2.3.4/24 or you can use wildcards, eg. 1.2.3.* or 1.2.*.*. Note: Your IP anonymization settings mask the final two bytes of IP addresses. Use 1.2.*.* to capture IP ranges you want to exclude.