p10design
Forum Replies Created
-
Hi, I just downloaded the newest update, 8.7.2, and this is still an issue on my site.
Forum: Plugins
In reply to: [Fly Dynamic Image Resizer] Feature: retrieve image alt / caption in arrayHi Junaid,
Thanks for replying. I wasn’t really requesting a third partying integration but just noting that it would be useful to have the functions retrieve more information about the image stored in the wp (alt and caption are the main ones).Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Salesforce Leads are not populatingYes, I have verified both the ORGid, and I’m pretty sure I’m looking at the right leads panel.
Forum: Plugins
In reply to: [Advanced Cron Manager - debug & control] Activation triggers fatal errorHi, the current active plugins are :
Admin Menu Editor Pro
Advanced Custom Fields PRO
Advanced Custom Fields: Link Picker
Better Search
Custom Login Page CustomizerDisable Users
Enhanced Media Library
Gravity Forms
Gravity Forms MailChimp Add-On
Improved CronLogin Logo
ManageWP – Worker
Native PHP Sessions for WordPress
Page Links ToPolylang
Radio Buttons for Taxonomies
Redirection
Regenerate ThumbnailsSendGrid
Simple Google Analytics
Simple Page OrderingSVG Support
The Events Calendar
The Events Calendar PROTinyMCE Advanced
Transients Manager
What The File
WP Redis
WPX Cron Manager Light
Yoast SEOForum: Plugins
In reply to: [Merge + Minify + Refresh] Add hook to allow me modify paths out wp-configHaven’t had time to debug anything. I will update this post once I have more info.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Add hook to allow me modify paths out wp-configI am not sure why it’s hidden. I guess it’s not finding the new folder I defined, but I get no errors. When I check the css of that page I see that’s there, but the main block is hidden. I checked your JS and I see that the display none is removed once content is retrieved from ajax call, so I guess the ajax call is failing.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Add hook to allow me modify paths out wp-configAlso, after I changed the path in the wp-config file, I no longer see the Purge All buttons in the admin. The files are loading, the page is loading fine, no errors… but no way to purge them.
Forum: Plugins
In reply to: [Enjoy Social Feed plugin for WordPress website] Some hashtags aren’t working#iloveorganicgirl and #moregreenslessfruit are working. I am able to moderate #truehearts but it does not load on the page. #goodcleangreens, #saladlove and #livelifefresh are not working.
Forum: Plugins
In reply to: [CMB2] Is it possible to use show_on filters without refreshing the page?Thanks @michael.
Forum: Plugins
In reply to: [Redirection] What needs to be in the CSV import?It worked for me. I imported over 2000 redirects from a csv file. I had what you described happen to me once. It said it imported about 100 items, but it imported them all wrong. I think it was due to some excel formatting. I then switched to google sheets, and after I exported from there I didn’t touch it again. If you are using excel, try using another tool that only works with csv files. I think there are some available online. You can also check the database… this plugin creates 4 tables in the WP database. Checking the database might help you find out the issue. It’s possible that the data was imported, but not attached correctly to group, or maybe the data was not imported at all. The plugin does not seem to have much error handling.
Forum: Plugins
In reply to: [Redirection] What needs to be in the CSV import?I took a look at the import code. Basically you just need 2 columns, no need for headers. First column with the source url, and second column with the redirect/target url.
If no headers the plugin will assume that’s a 301 redirect, match = url only, action = redirect to url, will check for regex, and use the group you selected before clicking on import.
- This reply was modified 7 years, 11 months ago by p10design.
Forum: Plugins
In reply to: [Redirection] Plugin disabled on Pantheon due to limited write accessI am on Pantheon and this plugin is working for me. Just make sure you are using WordPress redirects option and not the apache or nginx option.
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Need option to make it work with NGINXthanks for the reply. after writing here I discovered that this wouldn’t work with my host anyway because they don’t allow changes to the nginx config file.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Custom template lostcan the same be done to the repeater templates (add-on)? I have had this issue with both of them.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Custom template lostYeah, I typically use the wp interface to update the plugins. I don’t know if it’s a permission issue, because when I try to save the repeater template and don’t have permission, I get a “something went wrong, try again” message. The plugin doesn’t throw any errors. I usually also make plugin updates on a dev environment first where I have full write access.