trodat330
Forum Replies Created
-
Same here…
- This reply was modified 8 years, 1 month ago by trodat330.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Filter doesn't update product listI also noticed by activating the plugin, it puts my category products per page count to 9 when I have it set at 18 per page in the betheme admin. I can not override this in the functions.php file.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Filter doesn't update product listDima, thanks for your help. I did get it working by following your instructions. Now I noticed that the pagination links are doubling up the directories after I apply the filter, for example:
I go from here:
https://www.aacleve.org/product-category/books/To here:
https://www.aacleve.org/product-category/books/page//product-category/books/page/2/Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Filter doesn't update product listI turned it back on:
https://www.aacleve.org/product-category/books/Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Gravity Forms conflictEvan,
Woohoo, it works! No more errors. Thank you for the fix and responsiveness.Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Gravity Forms conflictEvan, thanks for addressing the issue. Do you have an ETA on a fix?
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Fatal Error on activationI have the same conflict with another plugin using MailChimp. The develop comments: It appears they aren’t checking for the presence of the Mailchimp class before including their copy of the API files.
Our add-on uses the official MailChimp provided API wrapper and we use the following to determine if the MailChimp API has already been loaded by another plugin before including our copy:
if ( ! class_exists( ‘Mailchimp’ ) ) {
require_once( ‘api/Mailchimp.php’ );
}It seems they have renamed the MailChimp class to wpyksMCAPI.
Can you provide a fix for how you load the API files to prevent conflicts?
Forum: Plugins
In reply to: [Tippy] tip position problemChris, I upgraded the plugin and added subtip=”true” to the shortcode (using the text tab) and 2 things happened.
First, the tooltip seemed to show up in the expected position, well sorta. It was displayed in left-alignment under the word/link so the tooltip partially disappeared off to the right of the browser window because the text column I’m using it in is on the very right-side of the page.
Second, the tooltip broke the paragraph. So it wrapped to a new paragraph.