aself
Forum Replies Created
-
My bad! The plugin was not updated on the new platform. Thanks for keeping it updated!
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] 403 Error when trying to view CalendarUnchecking the “Filter Suspicious Query Strings in the URL” option worked. Thanks for the help Benjamin!
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] 403 Error when trying to view CalendarWe have the same error, http://www.christbible.church/events. We ARE using iThemes Security and deactivating it solves the issue. Is there a solution for the plugins to coexist?
Thanks!
Forum: Plugins
In reply to: [MaxGalleria] Set height of thumbnail but use proportional widthThanks so much Alan. I ended up having to go a different route but will mark this as resolved since I can’t test it. I appreciate your response!
Forum: Plugins
In reply to: [Custom Post Type UI] Single Post template not workingNot at all. What’s the best way to go about sharing access?
Forum: Plugins
In reply to: [Custom Post Type UI] Single Post template not workingYes, the file is single-quote.php. It has been the same for months and just stopped working this week. We performed all of the plugin updates on Sucuri’s list as well as a major theme update for Avada. I thought we tested everything along the way but missed this template as it’s automatically generated by a form and not accessible by site navigation.
Bottom line is that I’m not sure where it might have stopped working in the midst of updates.
Thanks again for your help!
Forum: Plugins
In reply to: [Custom Post Type UI] Single Post template not workingPost type slug is just “quote”. What needs to match? The file name and slug?
Thanks for responding!
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Cannot upload files after updatingHi,
I’m still looking for some direction with this issue. I’m using BuddyPress 2.2.1 and haven’t been able to solve it yet.
Thanks!
Forum: Plugins
In reply to: [Simple Custom CSS Plugin] Style not applied to SSL pagesHi John,
The form in the sidebar on the right on this page is where they aren’t being applied, https://www.starsaz.org/make-donation/
Thanks!
AndreaI’m not sure how to edit my original post so I’m adding the following for clarification:
I’m using the Gravity Forms + Custom Post Type plugin plus ACF to collect information and automatically generate a post from it. The user is automatically shown the newly generated post via a redirect confirmation.The form has a list type in GF that maps to a repeater field in ACF. I’m using a function (gfToAcfListToRepeater) that I found on gist to unserialize the values in the list field and assign them to the repeater field which is working great.
The problem is that the the values in the repeater field are not being displayed initially on the newly generated post even though they are in the correct fields on the Edit page (in Admin). If I manually update the post (in Admin) and refresh the page (in the browser), the values display correctly.
The function runs on gform_after_submission and I’m wondering if the post is created before the values are inserted into the repeater field. How can I either program saving the post automatically or is there a better way to accomplish this?
Thanks!!
Thanks angelo. I might see if I can get in the code and remove it. Not sure I’m up to the task, but we’ll see!
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Extra tagThanks caimin_nwl. That does the trick but as mentioned in other threads, the <p> tags are now stripped out of content elsewhere on my site. Is there a hook in Events Manager so that I can target that section? OR can you point me to the documentation where I can read about it?
Thanks again!
Forum: Plugins
In reply to: [Ultimate Posts Widget] Category within custom post type?Looking for the same.
Forum: Plugins
In reply to: [Redirection] Import Not working with CSV fileI used @samantha Miller’s solution and it worked perfectly. I wasn’t getting an error, just a blank screen. I made the changes in the post she referenced, then it still didn’t work.
I found another post saying the CSV file has to be Windows Comma Separated. I made that change and it imported perfectly.
My file is A1-A58, old URL and B1-B58, new URL. No header row.
Thanks to everyone for posting solutions!
Sorry, it’s in my “Default Event List Format”.
The whole code is:
`<li class=”event-item eventscat-#_CATEGORYID”>
<div class=”event-cost-reg”>
<div class=”cost”>#_ATT{Cost}</div>
<div class=”register-link”><a href=”#_EVENTURL”>REGISTER</a></div>
</div>
<div class=”event-main”>
<h3>#_EVENTLINK</h3>
<div class=”event-date”>
{not_long}#_EVENTDATES{/not_long}</div>
<div class=”event-time”>{not_long}#_EVENTTIMES{/not_long}</div>
<div class=”event-location”>{has_location}Location: <i>#_LOCATIONTOWN</i>{/has_location}</div> <div class=”event-description”>#_EVENTNOTES</div>
</div>
<br style=”clear: both;”>
</li>`