Alu
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Projects Portfolio with Client Testimonials] Bug with user rightsHi,
great it’s working well like that =)ps: Don’t forget to increase the version number to that every users of your plugin will be notified there is a new version.
Forum: Plugins
In reply to: [WP Projects Portfolio with Client Testimonials] Many error messagesGreat thanks for the quick fix 🙂
Forum: Plugins
In reply to: [WP Projects Portfolio with Client Testimonials] Many error messagesHi,
If nobody reported it it’s probably they did not set WP_DEBUG to true.
To reproduce :
– get a fresh WordPress 3.6 install
– setdefine('WP_DEBUG', true)inwp-config.php
– install & activate this plugin
– put the shortcode in a page/post then display itps: I also saw a hardcoded
wp-contentin thewpprojects_portfolio_clearfunction (wppcr-functions.php), it’s not a problem for my case right now, but for people who change the content folder it may become one.It seems mrmccarrin already fix this but it may be useful for others:
The size expansion can be limited with the css properties min-height and max-height
Forum: Fixing WordPress
In reply to: Change of PermalinksI just tested it on my wordpress, http://exemple.com/?page_id=16 got automatically redirected to http://exemple.com/article-name.
In any case it’s easy to go back to your previous settings.edit: You’re talking of posts not page, there is no redirection for me, but it still works.