zerokarma
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] UFAQ permalinksIt would be nice if you could find a way to fix this.
I can’t update the plugin until you resolve this because it breaks all my existing links.
Forum: Plugins
In reply to: [WooCommerce PDF & Print] Feature Request – Create PDF in new TabActually I figured out how to do it.
In the plugins functions page search for
$button['string']['doc'] = '<a href="'.$upx.'wpp_export=doc" '.$wpp_follow.'>'.$doc_string.'</a>';In this area you will see the buttons/icons/strings output code, add target=”_blank” to the PDF ones and/or the DOC option if you are using that as well.
Forum: Plugins
In reply to: [WooCommerce PDF & Print] Feature Request – Create PDF in new TabI would also like to know how to do this, I want it to open in a new window instead of the same window.
Forum: Plugins
In reply to: [WooCommerce PDF & Print] PDF option is generating a blank pageOk not sure how you figured out it was mbstring but I added it to my server configuration and it worked!
Thanks! that helped me a lot.
Forum: Plugins
In reply to: [WooCommerce PDF & Print] PDF option is generating a blank pageHow did you figure out it was mbsring php extension that is needed?
It’s doing it on the dashboard screen and on the main screen.
Forum: Plugins
In reply to: [WooCommerce PDF & Print] PDF option is generating a blank pageHaven’t figured out any solution or the cause, even with debug mode on I can’t find anything obvious that is causing it. I emailed their support email but have not heard anything back from them.
I didn’t have it installed previously so wasn’t sure if it was just me or a new version problem. Was it working for you on an earlier version of this plugin? and if so which version?
Forum: Plugins
In reply to: Rewrite URLs to show Gallery Name and be more SEO friendlyUnfortunately Alex Rabe the author seems to totally ignore this aspect and has done nothing to improve the SEO/rewrite feature in over a year now.
This is something that really needs to be addressed, it would make an already great plugin 100x better if he could simply improve the rewrite feature.
Forum: Plugins
In reply to: Rewrite URLs to show Gallery Name and be more SEO friendlyHaven’t found any solution.
The author of this plugin doesn’t seem to want to reply to this or improve this issue.
I think the author really needs to improve this as it would help the SEO of the site significantly.
Forum: Installing WordPress
In reply to: WordPress 2.7 Blank Page Problem (Upgrade & Fresh Install)Just for anyone who runs into this problem, I was recently upgrading an older WordPress install and ran into this blank page problem, could not get into the control panel or anything.
wdln’s solution above is correct, the blank pages is likely caused by out of date plugins that are not compatible with the latest versions of wordpress. To fix the problem go into the wp_options table of the database and in there there is an entry for “active_plugins”, delete its contents and that will disable all the plugins, then you will gain access again.
Forum: Fixing WordPress
In reply to: [Plugin: Redirection] Redirecting a URL with a Number VariableNevermind i figured it out
You have to select “Regular expression” when making the redirect
Forum: Plugins
In reply to: Rewrite URLs to show Gallery Name and be more SEO friendlyAnyone?
Forum: Themes and Templates
In reply to: [Plugin: NextGEN Gallery] Page Title – Picture 1 etcI have tried this with the latest version and it seems to work perfectly. My page titles are now showing the gallery name which is really good.
I only wish I knew how to modify it have the gallery name in the permalink urls instead of “album-1/gallery-3” sort of thing… anyone know how to modify it?
Nevermind, I figured it out.
See this thread for a solution:
http://wordpress.org/support/topic/227040?replies=4Anyone? this can’t be to hard to edit