particulartastes
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Link to parent Page?So extremely useful flashaaron!
Use in combination with information from this page:
https://www.ads-software.com/support/topic/160732?replies=5
Replace “Link to parent page” in the above code with the code below to specifically call whatever the parent’s name is:
<?php $parent_title = get_the_title($post->post_parent); echo $parent_title; ?>
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Import Metadata Not WorkingI solved the problem! The common link between all the photos that would not import the metadata to the Title/Description was an apostrophe (‘). I removed the apostrophe from the details of the metadata in all the photos and everything imported without a hitch.
I have never seen anything written about this in all my searches, so that could be an important FYI…
Remove apostrophe’s from an images metadata to import metadata in NextGEN properly!!!
(I guess that goes for any non ASCII characters? whatever those are)
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Import Metadata Not WorkingThis ever happen to anyone?
just found out its the comments meta field
I think I mean the alt box remains blank…
I’d love to know as well…
Forum: Plugins
In reply to: NextGen Gallery Causes Blank Manage Pagenevermind! I uninstalled some other plugins and installed the widget plugin and the page shows up now. must have been a conflict with another plugin or something.
Forum: Installing WordPress
In reply to: Getting Fatal Error on Front Page After Upgradeyes, its a different site but thanks for the heads up!
Forum: Installing WordPress
In reply to: Getting Fatal Error on Front Page After Upgradewell, right before I began writing to you to say, yes of course I have reactivated all plugins, I just double checked and lo and behold, somehow I hadn’t. my ignorance, and my apologies. thank you for making me look right beneath my nose.
Forum: Installing WordPress
In reply to: Getting Fatal Error on Front Page After Upgradeno not a revolution theme…but all I know is it worked fine before upgrading and now its not working. I didn’t touch the theme. That led me to believe it has something to do with wordpress. Whoever this problem is attributed to, I just want to know what the problem is.
Forum: Fixing WordPress
In reply to: 2.2 Keeps Trying to Change My HTML !?Ah, very sneaky. That appears to have fixed it. Last version I was using, clicking the code tab would literally take you to the code screen. With 2.2, I tried unchecking the visual editor box from my profile, but when it wouldn’t given me the tab to click between visual and code while I was making new posts, I figured what the heck, I might as well go back and check visual editor on my user profile and just click the code tab when needed. Didn’t know the code tab was part of the visual editor now. Not sure what purpose the code tab has then? Very sneak indeed. ??
Forum: Fixing WordPress
In reply to: 2.2 Keeps Trying to Change My HTML !?Yes, I’ve been using the code editor as opposed to the visual editor, but it doesn’t stop changing things. It didn’t used to happen a while back when I was using 2.0. I thought the Code editor was supposed to allow the usage of code? I tried to justify the text using a div code and it turned it into a paragraph. I tried linking to an image and add padding and it changed the entire source address to cut out an entire paragraph. I keep having to go back and fix my posts and pages back to normal from what wordpress keeps changing things to.