cip
Forum Replies Created
-
Forum: Plugins
In reply to: [Enhanced Category Pages] Comments on my category pageHello,
I am glad you found the plugin useful.
The default view for the plugin, also includes comments. You can override the default view by creating a new file in your theme folder:
content-ecp.php
The content of the file should be the one found here: https://pastebin.com/Sd39h993
Note: If you find the plugin useful, please support open source by rating this plugin: https://www.ads-software.com/support/view/plugin-reviews/enhanced-category-pages#postform
Forum: Plugins
In reply to: [Enhanced Category Pages] is your plugin appropriate?Cool! Good luck it was :). Keep it up!
Thank you for your remarks!
Mark as resolved as it was addressed in 2.0.1
Forum: Plugins
In reply to: [Enhanced Category Pages] is your plugin appropriate?Hi!
Thank you for trying our plugin. Enhanced Category (applies to terms also) Pages plugin offers a way to edit categories/terms as a normal post/page. This way you can add things like:
- custom HTML description (short-tags work also)
- featured image
- custom fields
- etc.
Your request is very specific, and cannot easily be solved using our plugin.
You should use WP_Query class to get the last post of terms: https://codex.www.ads-software.com/Class_Reference/WP_Query#Tag_Parameters
Please note that we are also offering premium custom WordPress plugin development, customization, theme development etc.
Good luck!
Hi!
Thank you for pointing that out. We have just released v2.0.1 that handles exactly this problem and certifies compatibility with latest WordPress version i.e. 4.3.1.
Forum: Plugins
In reply to: [Enhanced Category Pages] Fatal error when trying to actvate pluginHi Laura!
I am glad that you stumbled upon this error because it shows an important server setup problem. This is because we are using anonymous functions that were introduced in PHP 5.3.
I see from your file location that you are using 123reg as hosting company. Follow the instructions to upgrade your PHP version on 123reg. My suggestion is to update to 5.5.x if available for your account.
Cheers!
PS: let us know if everything went well. Some minimal coding skills are required, make sure to check the install version and if problems occur read the other support topics and if still it did not work, just let us know.
Forum: Plugins
In reply to: [Enhanced Category Pages] Fatal error when trying to actvate pluginHi!
Most likely it is not the plugin, but still, could you provide the full error message that includes the file name and the line number?
Thank you!
PS: we are here to assist anyone using this plugin.
Forum: Plugins
In reply to: [Enhanced Category Pages] It seems do nothingHi!
We have used your
category.php
code provided and except for commenting out the call totie_breadcrumbs
that we do not have in our test theme, everything worked as expected. Here is the screenshot we got from test: https://awesomescreenshot.com/0f957o4y25Forum: Plugins
In reply to: [Enhanced Category Pages] Enhanced content not showingHi!
We have tested using your files (the child theme) and it works as expected, only the lines 1-15 from
archive.php
are not needed.If it’s still not working, than it must be something specific on your server… Do you experience any PHP errors?
Forum: Plugins
In reply to: [Enhanced Category Pages] Enhanced content not showingDo send the theme by email pls: [email protected]
Thank you!
PS: sometimes simple mistakes are more difficult to track down.
Forum: Plugins
In reply to: [Enhanced Category Pages] It seems do nothingHi!
I am glad that you found our plugin appropriate for your requirements.
Unfortunately, because there are very many themes that differ greatly in the way they display category and for greatest flexibility for the developer, the usage of the plugin requires some minimal coding skills. Please check the installation section of the plugin.
If you could not find the right files in the theme you are using, do a text search for
single_cat_title
oris_category
orcategory
in all files of the theme, as these are the functions that are likely to be used when displaying a category page.Forum: Plugins
In reply to: [Enhanced Category Pages] Enhanced content not showingHi!
Please provide a diff your files and maybe a link to your dev server.
The changes worked on our support server and this it why the thread was marked as resolved. There must be something specific to your setup or some wrong changes.
Let us know!
Forum: Plugins
In reply to: [Enhanced Category Pages] It doesn't work for me :-(Hi!
Based on your images, my strong guess is to check and edit the file
structure/archive.php
https://cl.ly/image/0N1K3O0U2A1a
Generally you could search for
single_cat_title
,is_category
etc. As these are functions that are likely to be used when displaying a category page.I hope this helps and you find your way through!
Forum: Plugins
In reply to: [Enhanced Category Pages] It doesn't work for me :-(Hi!
I do not have access to this theme. What you have to search is the theme file that outputs the category (and the taxonomy if you want it to work for other taxonomies, too). This file should be located under
wp-content
, notwp-includes
.wp-includes
WordPress core and it is not advisable to edit.Step 2 in installation is an example of how you could show more than one categories. You have to get the categories array by yourself.
Let me know if you managed to find the right places. Unfortunately there is no easy way for us to implement this, so development skills are required.
Forum: Plugins
In reply to: [Enhanced Category Pages] It doesn't work for me :-(Hi!
Thanks for finding the plugin useful.
You have to copy&paste some code in your theme,the file displaying the category.
See the installation section of the plugin (ECP Installation) and if it does not work read the other support topics: ECP Support
If you tell us what plugin you are using, I could tell you the file and line to change.
Cheers!