danaila_iulian
Forum Replies Created
-
Hi, sorry for the late response, we will be fixing this error (showed up on my end as well) next week and we will soon be updating the plugin as well and add new features.
Forum: Plugins
In reply to: [Enhanced Category Pages] No updates??Sorry for the bad news, we did not get to launch it, it still needs some work, and, as you probably imagine, we do have day-jobs which take much of our time from maintaining a free plugin ?? All I can say is that it will happen, but only when it’s a well-done plugin. Thank you for your patience!
Forum: Plugins
In reply to: [Enhanced Category Pages] Ability to select enhanced taxonomies + Menu bugThank you! Yes, that option will be added because, yes again, it does make your life a lot more easier.
Forum: Plugins
In reply to: [Enhanced Category Pages] Enhanced text positioningHi, without having the website to look at and see what is actually going on, all I can presume is something wrong in the templates, unclosed tags perhaps. I can’t help further without seeing the website, if you can please send details to my email [email protected] I’ll gladly take a look. Thank you!
Hi, from what I can think off, no, there is no way of achieving this, since the custom post we use is a hidden one, only to be used on these pages. So, if on the category page you want a smaller content, like an excerpt, which is fine, where should the link go? On another category page identical to this one? That’s why I’m thinking it’s not a viable idea.
The only way I see this working is have the enhanced content only have the except you want in it, and add the end add a Read more link to another page, in which you can post the long content. So for each category, create another page that would be linked in the Read More.
Let me know what you think! Thank you!
Forum: Plugins
In reply to: [Enhanced Category Pages] HTTP ERROR 500Hi Pinkyblue, I don’t have an immediate solution for your problem. We are working on a bit of refactoring for the plugin, since there were so many complaints on so many plugin combinations. What I can say, is that this month we will issue an update that should fix most problems. Thank you for hanging in there!
Forum: Plugins
In reply to: [Enhanced Category Pages] Difficulty getting content to display properlyHi, to remove the comments, if that would fix your issue, take a look here: https://www.ads-software.com/support/topic/please-remove-comments-from-category-page/ . If that doesn’t fix it for you, please contact me at [email protected] and I’ll take a closer look and see what’s going on and then post the solution here.
Thank you!
Forum: Plugins
In reply to: [Enhanced Category Pages] 500 error with enhanced-category-pagesHi, we can’t replicate this bug. We would really like to investigate further, to fix it for you and make sure it doesn’t happen to anyone else. Can you please contact me at [email protected]?
Thank you!
Forum: Plugins
In reply to: [Enhanced Category Pages] display some pages full-widthHi, the link doesn’t work, but either way it’s not something connected to the plugin, it’s something to do with your theme and the style of it.
Forum: Plugins
In reply to: [Enhanced Category Pages] Plugin Simply Not WorkingAfter getting in contact with Anthony by email I managed to solve the problem.
The plugin basically hooks into the category_description call in the category page of the theme. So, if there is no category_description function call, nothing is going to show up. In his case, the theme file used to display categories was index.php. So, considering it’s not a category-only file, instead of only adding a call to the category_function call, I had to add an ‘if’ to check if we are on a category page.
I added:
<?php if(is_category()){ echo category_description();} ?>
to the index.php file.I can see this situation happening a lot more often from theme creators, not creating a category theme file. I will update the instructions to let users know this might be a problem.
Forum: Plugins
In reply to: [Enhanced Category Pages] Visual Composer and Categories – Not showingHi guys, we will investigate what happened with Visual Composer in the latest update.
But I suspect there might be something else: can you please tell me is the admin username you use on your site is called “admin” or something else? Visual Composer has a weird way of providing access to it’s components, and it’s tied to the username.
Will get back with an update shortly.
Thank you!
Forum: Plugins
In reply to: [Enhanced Category Pages] Plugin not making changesHi, we will investigate what is happening with Visual Composer, cause it’s supposed to be working.
Also, I have refreshed my email address in my account, apparently there was an old one which is not active anymore.
Please, if the issue is still there, contact me at [email protected] and we will try to solve it.
Thank you!
Forum: Plugins
In reply to: [Enhanced Category Pages] Plugin Simply Not WorkingHi Anthony, if you are still having issues, don’t hesitate to contact me at [email protected] and we’ll try and solve your issues, which is probably just a simple mistake in the code. Thank you!
Forum: Plugins
In reply to: [Enhanced Category Pages] No changes shownThe enhanced edit content should be displayed automatically. Did you try creating the content-ecp.php file, like in the step 1 of the installation instructions? Thank you!
Forum: Plugins
In reply to: [Enhanced Category Pages] Hide block, when no contentHi, in the next update we will include the option to not show it if it’s empty, someone else came with the idea, and I can’t see why we didn’t think of it ?? Thank you!