gutterboy333
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How complete is the WP export function?Dang…. ok, thanks for the answer!
Forum: Plugins
In reply to: Multiple Category Permalink Selection?I just wanted to point out that the plugin that you linked to actually has a couple of bugs & is apparently no longer supported; there is however a fork made of it which fixes the bug’s & that plugin can be found here: https://www.ads-software.com/extend/plugins/hikari-category-permalink/
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] FancyBox no longer workingOk great TY!
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] FancyBox no longer workingThanks very much – it’s working now! ??
I assume I can set that option to “none” if I have the navigation arrows turned off right?
Forum: Plugins
In reply to: Multiple Category Permalink Selection?Haha…… thanks VERY much for finding that my man!! ??
Forum: Fixing WordPress
In reply to: Inserting code after each post in WordPressThank you very much!! ??
Forum: Fixing WordPress
In reply to: Post date always the same?NP…. Happy to help! ??
Forum: Fixing WordPress
In reply to: Post date always the same?Yeah I actually figured it out, forgot to post the solution here sorry. Fix is below ??
Check out line 60 of theme-functions.php:
if (in_array(‘Date’, $rev_meta)) { echo ’ on ’.get_the_time(‘F m, Y’); }
Change to:
if (in_array(‘Date’, $rev_meta)) { echo ’ on ’.get_the_time(‘F d, Y’); }
That’s it!
Forum: Alpha/Beta/RC
In reply to: Problem uploading PNG to Media LibraryLOL…. ok. But it would be good if WP allowed you to select which you would like to use rather than having to turn it off, as you may want to use GD elsewhere.
But alas….. this isn’t a huge problem anyway, just a thought. ??
Forum: Alpha/Beta/RC
In reply to: Problem uploading PNG to Media LibraryYou mean turn OFF GD & it should default to ImageMagick? :p
Forum: Alpha/Beta/RC
In reply to: Problem uploading PNG to Media LibraryIt doesn’t use ImageMagick… that’s what I’m saying. If GD has problems with PNG’s, then maybe WP should use ImageMagick instead.
Forum: Alpha/Beta/RC
In reply to: Problem uploading PNG to Media LibraryI’m still getting this error myself….. don’t get it all the time, just sometimes.
Maybe WP should use ImageMagick instead of GD!? ??
Forum: Fixing WordPress
In reply to: No auto paragraphs in HTML view?Yeah….. that’s what I’ve started doing. Using the preview mode each time; but just liked using the visual mode for standard stuff. But guess I’ll have to adjust. :/
Forum: Fixing WordPress
In reply to: No auto paragraphs in HTML view?Because I prefer to use the visual mode unless I have to input my own HTML code.
Forum: Fixing WordPress
In reply to: No auto paragraphs in HTML view?So even if you don’t change anything on the visual page & just go to view it & then back WP will add
<p>
tags to the output?