janineisabelle
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Tracking number variableThanks, but this doesn’t really work for what I’m trying to accomplish. I really just need a variable for the tracking number by itself.
Forum: Plugins
In reply to: [Table Field Add-on for SCF and ACF] Output table with TimberFor anyone else who may want to know the answer to this, here’s how you output the table in twig/Timber:
{% set table = post.get_field('investors_table') %} {% if table is not empty %} <table border="0"> {% if table['caption'] is not empty %} <caption>{{ table['caption'] }}</caption> {% endif %} {% if table['header'] is not empty %} <thead> <tr> {% for cell in table.header %} <th>{{ cell.c }}</th> {% endfor %} </tr> </thead> {% endif %} <tbody> {% for row in table.body %} <tr> {% for cell in row %} <td>{{ cell.c }}</td> {% endfor %} </tr> {% endfor %} </tbody> </table> {% endif %}
Also having the same issue since the latest update. Was working fine before updating.
Is anyone even looking at this forum?? I’ve been waiting over a month for a response to this issue – including 3 emails to support – and NOTHING. I have multiple client sites having this same issue after updating the plugin and I’m going to have to switch them all to a different plugin. It is unbelievable that we haven’t had a response from the support team about this when this issue is clearly affecting dozens of users. Worst customer service I’ve experienced in awhile.
Forum: Plugins
In reply to: [Recipes by Simmer] Recipe won’t insert into postI’m in the exact same boat – custom-built theme (although mine uses Underscores as a boilerplate) with ACF installed. Also cannot disable ACF, so I guess I will also stick with with the fix listed above.
+1 for this issue. Submitted a support ticket and haven’t heard back. This is clearly an issue for multiple people since the update and is pretty serious considering none of our forms having been working since we updated two weeks ago. Will also be switching to another plugin.
Forum: Plugins
In reply to: [jQuery Pin It Button for Images] Enabled classes errordiv.product img
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Hit enter to submit not working on SafariShoot, sorry about that. Here’s the link. Newsletter signup is in the footer.
That worked thanks.
Forum: Themes and Templates
In reply to: Underscores jQuery issue with WPMU's CoursePress pluginThanks! I’ll try that. Most of the site works perfectly well – it’s just the pages related to the CoursePress plugin that appear completely blank like this.
Also just a side note that Underscores is built by Automattic and is probably the best & most widely used boilerplate WP theme available, so the fact that CoursePress is apparently incompatible with it is pretty surprising.
Yikes. Is there anything you can point me too? This is a pretty major issue for me since I’ve now got an entire client site dependent on CoursePress and its core functionality is straight up not working. Underscores is open source and therefore doesn’t have a support forum I can consult about this, so I’m pretty much in full panic mode right now. :/
Forum: Plugins
In reply to: [CoursePress Learning Management System] Navigation betwen unitsThanks!
Oh, if it helps, my theme is based on Underscores
Forum: Plugins
In reply to: [Membership 2] Coupons not being appliedHi Bojan,
Thanks for the information. The site looked legit and contained a bunch of information explaining the licensing, so it seemed ok. I appreciate you clearing that up for me. We will have to discuss how to move forward with the plugin. Thanks again for all your help.