Hello jmdev
Thanks for the feedback
Re this:
“One with the permalinks in the portfolio items (they were 404ing) that was resolved after updating the permalinks so you’re probably missing a flush_rewrite_rules(); during the activation.”
The plugin has the flush rewrite on activation function for when first install – we did not miss it – this is it
if ( get_option('a3_portfolio_just_installed') == 'yes' ) {
flush_rewrite_rules();
}
jmdev I do not know with that code in the plugin why you would have had that issue. Today on our local we did a fresh install of WordPress version 4.1 using the default twenty Fifteen theme – installed a3 Portfolios and the flush rewrite function worked perfectly. So I just don’t know what happen on your site as we cannot replicate it.
re this:
“Another one in the portfolio page, when I click in one of the porfolio items in the portfolio page it would give a javascript error as follows:”
jmdev – where did you see that? Where you using a debug tool to see it or did it show on the site? Was it a Chrome DE BUGGER tool?
Again we have tested it on both the clean install and on existing installs and cannot see that Notice using
WP_DEBUG return php error code which we always have on when doing any work
and also tested with
Browser JS inspector for debug javascript, style and html
But the Uncaught TypeError notice that you posted gives us some clues – and if you can let me know the DE BUG tool that you where that show that Uncaught TypeError any other info that you think might be relevant – we can have another crack at it.
Thank you for your testing and feedback – it is most useful and appreciated.
Steve