Forum Replies Created

Viewing 15 replies - 16 through 30 (of 59 total)
  • Thread Starter mgreis

    (@mgreis)

    Katie,

    I’m talking about a custom CSL style I created. In it, I explicitly request that it sort the items by the CSL “note” field which corresponds to the Zotero “Extra” field. I’m assuming that the style then serves the items in that order. If so, then all I need is to be able to tell Zotpress to display them in the order it receives them. Or am I missing sonething?

    Here’s the link to the CSL style file.

    Here’s a test page using this style.

    Here’s the zotpress shortcode used on the page:

    [zotpress collection=”F6X6F522″ tags=”test” showtags=”no” urlwrap=”title” abstract=”yes” style=”http://www.riverbendadvisors.com/blog/wp-content/uploads/2019/08/site-resource-list-new.csl” highlight:”Abstract” ]

    Thanks!

    mgreis

    (@mgreis)

    I just ran into the exact same problem (and workaround).

    This occurs with both Zotpress 7.0.3 and 6.2.4 (I am testing before upgrading, so I have an otherwise identical staging site with the newer Zotpress intalled.)

    Thread Starter mgreis

    (@mgreis)

    Hi again,

    OK, so I tested every one of the plugins on the 4.8.1 site that is having the problem. No change.

    I then went over to another site I have. This one was at 4.7.5, the same level as the one that is still working with Custom Sidebars. I had loaded custom sidebars on this site when I first experienced the problem. Since I’m not actually using Custom Sidebars on the site, and I couldn’t think of anything else to do, I updated that site to 4.8.1.

    Lo and behold, no spinning wheel (and no errors in the Chrome console).

    So, to summarize:

    I have a WP 4.7.5 site. No problems with custom sidebars.

    I have a second site using the same theme which I upgraded from 4.7.5 to 4.8.1.
    – Since upgrading, I get a spinning circle when I select “Sidebar Location” or “Edit” for any sidebar on the Widgets screen. The sidebar location menu is visible under the spinning wheel. This happens for all sidebars, not just custom ones.
    – Note that custom sidebars do appear on the site.
    – I can in fact create a new custom sidebar. I just can’t select the location for an existing one.

    I have a third site, also using the same theme, which I just upgraded from 4.7.5 to 4.8.1. The spinning wheel problem does not appear on this site.

    Should I perhaps try uninstalling Custom Sidebars and re-installing it on the problem site?

    Thanks!

    Michael

    Thread Starter mgreis

    (@mgreis)

    Kasia,

    Thanks – that’s helpful advice.

    I have seen that often enough to know that you’re right – sometimes it is the plugin you last suspect. I guess I was just hoping to avoid testing them all.

    From what you say, I can leave my current them in place while I test the plugins on my working site. Let’s hope that testing them one at a time will turn up the problem (I can’t even contemplate having to turn permutations of multiple plug-ins on and off.)

    I’ll try to get to it in the next couple of days and report back.

    Thanks again!

    Michael

    Thread Starter mgreis

    (@mgreis)

    Switched to Default 2016 theme – still get the spinning circle.

    There are a handful of plug-ins on the problem site (4.8.1) that I don’t also have on the site that does work (at 4.7.5). Some seem like a stretch to be culprits. I’m reluctant to turn all my plugins off (just in case), so perhaps you can suggest which ones I should try:
    – Admin Columns Pro
    – Collapse-o-matic
    – Postie (used very sparingly)
    – RDP WikiPress Embed (testing)
    – RSS Multi-importer
    – WP Crontrol
    – WP Twitter Feeds (not currently using)

    I do have a testing site, but I would have to install and customize the theme I’m using on these two production sites before I could try troubleshooting there. Let me know if that would be helpful.

    Thanks!

    Thread Starter mgreis

    (@mgreis)

    Shelby,

    Thanks. I searched through the “Customizing our Products” link you provided. There’s a lot of good information on customizing the plugin, but I’m not sure I’m at that point yet. I believe I first need to know what happens in the plugin when Include events in main blog loop is selected in the General Settings for The Events Calendar?

    Once I know that, I should be able to determine whether to:

    • Customize the main loop
    • Customize the plugin
    • Customize the calendar entry (tag, category, field)

    Can you offer any insight?

    Thanks so much!

    Josh,

    Thanks! That’s exactly what I needed. There is a lot of capability there; I clearly have more to learn.

    That said, I was able to accomplish what I wanted by using the {get:field_name} magic tag as the Default entry for the fields I wanted to pre-fill. I was then able to create customized e-mails using a Mail Merge add-in for Thunderbird with a clickable link that looks like this:

    http://www.michaelgreis.com/pagename?fn=Michael&ln=Greis&.....

    Another option, if I had pre-populated entries in my form responses (for example, if I wanted people to confirm existing information rather than creating a new form), is:

    http://www.michaelgreis.com/pagename?cf_ee=12

    to select entry #12 in the “responses” to the form already in the database.

    Thanks so much for the pointer!

    Did the original poster (@morbidcuriousity) ever get further information about this? I’ve just started using Caldera Forms, and I too am very impressed. I’m likely to sign up for a license or support license, primarily because I like to support quality products. At that point, I could re-ask the question.

    But until then, I’m just curious about whether pre-filled fields are possible and, if so, whether it’s something a user could do or would require custom programming by the Caldera team? Again, I understand completely that Caldera won’t provide a detailed explanation in this forum. But couldn’t someone offer a bit more information on feasibility?

    Thanks for any information anyone can provide!

    Thread Starter mgreis

    (@mgreis)

    Caroline,

    Thanks. I have looked around the knowledge base, the “local” plugin library you provide, and some of the documentation.

    I’m wondering if I can come up with a workaround using the existing code and features. For example, when I select the setting to “Include events in main blog loop”, what exactly changes? How is the main loop notified that events are to be treated like other posts?

    I’m wondering if I could set a category or tag which I then filter out of the main loop.

    More simply, could I set the publish_date for events I don’t want in the main loop to a date well in the past (e.g. 12/31/00), so that the event would technically be shown in the main loop, it would virtually never be reached in most displays because the main loop publishes in descending date order? (I noticed one of the extensions in your library allows the publish date to be overriden by the event date for purposes of the main loop’s ordering.)

    If that worked, could the publish date later be reset so that the event moves up in the hierarchy? For example, say I have an event for which the publish date was originally set as 12/31/00 when it was published. Now I reset the publish date to yesterday. Would it now be picked up in the main loop and ordered accordingly?

    Thanks!

    Thread Starter mgreis

    (@mgreis)

    Forgot to mark topic resolved.

    Michael

    Thread Starter mgreis

    (@mgreis)

    That is exactly what I needed. Works like a charm!

    Thanks, Geoff.

    Michael

    Thread Starter mgreis

    (@mgreis)

    Robert,

    Works like a champ!

    Same goes for this new version of the plug-in. I can finally cleanly embed wiki pages.

    Thanks!

    Michael

    Thread Starter mgreis

    (@mgreis)

    Including the URL in the shortcode is correct.

    A couple of things I can think of to check:

    – Make sure you are providing a fully-qualified address for the CSL file, and that the CSL file is readable and in a readable (by others) directory. My test page shortcode looks like this:

    [zotpress collection="F6X6F522" tags="zpt" showtags="no" urlwrap="title" abstract="yes" style="http://www.riverbendadvisors.com/blog/wp-content/uploads/2016/02/site-resource-list.csl" highlight:"Abstract" ]

    – Remove the reference to the CSL file in the shortcode just to be sure that something else isn’t causing the endless gear.

    – Did you validate your CSL file? (Since you say it worked in standalone Zotero, it sounds as if the file is valid). You can validate a CSL file (and also verify that it can be read) at:

    http://validator.citationstyles.org

    No answer to this one? I’d like to do it as well.

    I don’t understand how to use the filter capability, though that seems to offer a potential workaround.

    Zotpress really extends the usefulness of a Zotero library. It certainly allows easy creation of in-line citations and bibliographies.

    But, as someone who started using Zotero recently to build and maintain a “library” of research information and sources, Zotpress offers a way to share this information on a WordPress site that goes beyond an academic bibliography. (For example, displaying a dynamic list of documents/articles on a topic that can be updated by updating the library.) So I would include on the wish list any capability that adds to the ability to define which items are selected, as well as those that allow selective formatting of fields in an entry (as the urlwrap does for the title).

    Theoretically, some of that could be done by creating new styles, so I support the non-repository CSL item already on the list. That said, I’m not a CSL author and creating a style seems very daunting. I don’t know much about the ZotPress API, either, so I don’t know which would be the more practical request (maybe neither!):

    • the capability to selectively pull fields from Zotero items which can then be formatted
    • a few sample styles that are more like lists than citations

    To end on a less ambitious note, searching by item type would also be high on my list.

    Thanks for a great plugin!

Viewing 15 replies - 16 through 30 (of 59 total)