cip
Forum Replies Created
-
Forum: Plugins
In reply to: [Enhanced Category Pages] Category titles with apostrophesHi Penny,
Thank you for pointing that, we have just released a new version, based on your suggestion, that fixes exactly this issues.
Note: WordPress method single_cat_title(“”, false) applies filters to the returned name that implicitly converts all applicable characters to HTML entities. This caused a mismatching when querying the database.
We would appreciate your consideration by rating our plugin.
Cheers!
Hi Nikki!
Have you been able to solve the issues in the meantime?
When you “enhance edit” a category you are basically editing a custom post type. Everything that is available for a custom post type should apply.
Unfortunately your problem is to specific that we could investigate. However we can offer custom support and development services if you might be interested.
Forum: Plugins
In reply to: [Enhanced Category Pages] fatal error when usedWithout access to the theme, we could not help you. Feel free to email it to us to investigate. You can use this support email address: [email protected]
@ericnikki Hi, WordPress automatically appends the numbers for the same named posts/pages etc.
Hi everyone!
Thank you for using the plugin to create great stuff and helping the community.
We have released version 2.1.2 that adds WP 4.4 compatibility.
PS: this compatibility was wide spread among plugins using custom post types, including WooCommerce.
Forum: Plugins
In reply to: [Enhanced Category Pages] fatal error when usedCould you provide a link to the theme page download (if free)?
Forum: Plugins
In reply to: [Enhanced Category Pages] fatal error when usedThank you!
The error occurred by an incompatibility with one of those plugin or the theme itself caused by a PHP bug (solved in PHP 7 that was released today): https://bugs.php.net/bug.php?id=55428
Technical: we use
ob_start
to load and get content from our view (that users can overwrite). One of those plugins/theme uses ob_start with a complete handler and the ECP plugin code runs in that handler, thus the fatal error.We are working on finding alternatives.
Forum: Plugins
In reply to: [Enhanced Category Pages] fatal error when usedWe have troubles duplicating this.
Could you mention what plugins you have installed, what theme and what PHP version?
Thank you!
Forum: Plugins
In reply to: [Enhanced Category Pages] fatal error when usedHi!
We are checking this and shall be solved soon: ETA 1h.
Forum: Plugins
In reply to: [Enhanced Category Pages] Can't get page layout rightCould you email us the theme that you are using so I could pin point you?
Use this email address: [email protected]
Thank you!
Forum: Plugins
In reply to: [Enhanced Category Pages] Can't get page layout rightHi!
The default view of the plugin, also includes comments (and they are set bellow the custom post content – category description). You can override the default view by creating a new file in your theme folder:
content-ecp.php
The content of the file can be the one found here: https://pastebin.com/Sd39h993 (stripped comments).
If you want to add comments somewhere else in the page template, here is the code to put in the template page (where you want the comments to appear): https://pastebin.com/nCPcKN2a
Let us know if it works, we are here to help you integrate the plugin in your theme.
Your issue would generate a plugin update that would automatically set comments bellow the page (after posts).
Forum: Plugins
In reply to: [Enhanced Category Pages] Move Content to below product images.Hi!
Thank you for finding the plugin useful.
You should search for
woocommerce_archive_description
call in your category/archive template and move it where you want to show the category description (under the product images).Let us know how it worked for you.
Forum: Plugins
In reply to: [Enhanced Category Pages] Enhanced content not showing on category pageHi,
We do not have access to this theme to check out its code to ease your integration. It can be tha the theme does not use
category_description
or similar function for terms. In this case you have to go for advanced way of integration, see the installation section.Let us know if it worked out, if not, please provide via email ([email protected]) some other details like theme code or ftp access.
Forum: Plugins
In reply to: [Enhanced Category Pages] Comments on my category pageChecking your link above (https://mauditsproduits.ca/category/vos-envies/) it seems that it worked. Congratulations for managing to display a Map in category page using our plugin.
Forum: Plugins
In reply to: [Enhanced Category Pages] Fatal error when trying to actvate pluginI hope you were able to upgrade your PHP version and all worked well.