Rob Cubbon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: New published post 404 Not Found !I’ve fixed it.
I changed permalinks from Postname to Default to Custom and back to Postname (I didn’t know they were on Postname, I thought they were on custom but I don’t know if there’s any difference if the custom is set to %postname%)
This didn’t work.
I then used my trusty WP Database Optimizer Tools http://xtremenews.info/wordpress-plugins/wp-database-optimizer-tools/ to optimize and repair DB
Then it worked!
Forum: Fixing WordPress
In reply to: New published post 404 Not Found !I mentioned about the draft preview because the preview once published didn’t work either.
Here is the URL (I’ve just published it again and I’ll leave it like that for a few minutes)
http://robcubbon.com/how-to-increase-your-web-design-prices/
Not different from any ohter post I’ve published over the years.
I’ve not changed the permalinks or anything else.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] filename as the title of the anchor tagI’ve marked it as Resolved 🙂
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] filename as the title of the anchor tagGreat you’ve found a solution, Pieter. Hopefully this thread will help someone out in the future! 🙂
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] filename as the title of the anchor tagAs far as I remember the description field in the gallery doesn’t get filled in.
You’re telling it to display the alt text as the caption by making the change to the plugin’s code and making sure there’s a caption by adding the shortcode [nggallery id=X template=caption] where you want the gallery.
Are you sure you’ve done those two things correctly? Experiment by changing the alt / title and description fields in the gallery and seeing which one comes up.
Forum: Fixing WordPress
In reply to: Changed admin and can't get Gravatar to workbtw there’s a fix for this. You have to do a find/replace on the database and change the user_id in the wp_comments table; from 1 (being the original admin account) to the new user id number. then the gravatar will work.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] filename as the title of the anchor tagYes, Pieter, Karl Peschel at the LI WordPress group came to the rescue:
http://www.linkedin.com/groupItem?view=&gid=154024&type=member&item=223362863&qid=8347661e-257a-439d-8833-759dda73014d&trk=group_search_item_list-0-b-ttlDoes that link work for you?
You have to hack the plugin and use the [ nggallery id=X template=caption ] shortcode. But it’s real easy. Let me know if you need any help.
Forum: Fixing WordPress
In reply to: Alternatives toYes, it does, php the_excerpt() is much better than php content() in this regard. Thank you graphical_force.
Forum: Fixing WordPress
In reply to: Alternatives toI want it to return an excerpt but not include a video, if a video happens to be within the the first few words of the post
Forum: Plugins
In reply to: [Aviary Image Editor Add-on For Gravity Forms] Wait a secondHi, is there any progress on this issue. I’m getting the same problem with Genesis and Twenty Twelve.
Forum: Fixing WordPress
In reply to: Paginating single postsThank you esmi – sorry brain malfunction on my part.
Thank you alchymyth – I prefer to use the text editor anyway but good to know about that plugin 🙂
Forum: Fixing WordPress
In reply to: MySQL database is 2GB !Hello Lyle. Thanks very much for your help. I’m sure you’re right about the Akismet issue highlighted in the SPblogger article.
However, I think you were running the Succuri check while my website was down during ongoing measures to fix this issue. If you go back to that link and hit Re-Scan I get a full bill of health 🙂
Forum: Fixing WordPress
In reply to: MySQL database is 2GB !I’m using quite a good hosting plan. I have the capacity. I just don’t think the database should be 2GB – it’s only text afterall?
Forum: Fixing WordPress
In reply to: MySQL database is 2GB !The site has 300 posts at the most. I have been deleting spam comments. I think the site is quite small compared to the other sites out there
Forum: Localhost Installs
In reply to: WordPress "not found" using MAMPSolved!
Stupid me. The localhost URL is http://localhost:8888 not localhost:8888/MAMP/htdocs