TCBarrett
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Where is the code for HOME menu Please?You can add ‘Home’ to you menu by going to Appearance > Menus. In the Pages block, select the ‘View all‘ tab. This will reveal the home item for you to add to your menu.
Where this links to depends on your front option in Settings > Reading.
Forum: Fixing WordPress
In reply to: WordPress loading long time and time outAccording to yougetsignal “Found 733 domains hosted on the same web server as narinjara.com (65.182.100.88)“.
If you follow Andrew Nevins’s advice (checking against a vanilla set up) and it is still slow, then it is strong indication that it is a hosting issue.
Forum: Fixing WordPress
In reply to: Spooky contact formIf it is an Aegaeus theme specific issue, then you should contact them for support in the first instance.
Forum: Fixing WordPress
In reply to: How to Change the URL of my BlogMake sure you have your DNS set up correctly, and read this article carefully. You should be fine 🙂
Forum: Fixing WordPress
In reply to: Trying to Redirect WebsiteI think this post might be in the wrong forum. The ‘multisite’ forum is for network enabled installations, not people with multiple sites 🙂
Assuming I am correct, then what you probably want to do is set up a 301 or 302 redirect from one site to another. You can most likely do this via hostgator: http://support.hostgator.com/articles/specialized-help/technical/url-redirect-methods-forwarders
Forum: Networking WordPress
In reply to: Dashboard not viewable for subsitesThere are two issues here.
The main one is that if you want create the blog ‘wind.earth.example.com’ and have it be on the url ‘wind.example.com’, then you need to use domain mapping. There is a plugin for that. Additionally I would be concerned that you are creating something that could be confused with a network install on ‘.example.com’ (which is where ‘wind’ would go).
http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/
The second issue is that there can be some intermittent cookie issues with login to network sites. I find it when I’m logging in and out of lots of different blogs with domain mapping and such. It usually clears itself after a minute or so.
Site and home URLs are best not directly edited in the database.
The link generated by the shortcode does have a title attribute.
The details page itself is best controlled by your theme. Good SEO plugins and themes will let you organising things by post type, and should recognise the glossary post type (IMHO) 🙂
Forum: Plugins
In reply to: [WP Glossary] New Window for TootltipThere is now an option for that. Either in general glossary settings, or spitefully on a per term basis in the shortcode.
Forum: Plugins
In reply to: [WP Glossary] A to Z Not working When you have more than 23 enteriesIt’s been 4 weeks – marking as resolved.
If you (still) experience the problems, let me know how to replicate it and I’ll take another look.
Forum: Plugins
In reply to: [WP Glossary] Can't use other language after upgrading to version 2.1.1That’s the way WordPress works. Any changes you make to themes, plugins or core files are lost when you update.
If you want changes to plugins, contact the author or fork your own copy. The same for themes, except you also have the option of building a child theme. For core changes, submit a trac ticket (or bug report in forums).
Glad v2.2 is working for you 🙂
Forum: Fixing WordPress
In reply to: Fatal error: memory sizeYou can never increase the amount of memory available beyond what your host has configured. However, there may be some room for you to increase it: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Forum: Everything else WordPress
In reply to: Funny commentIt is almost certainly someone or something trying to see if they can execute some malicious code on your site. Don’t approve it.
Forum: Reviews
In reply to: [WP Glossary] Great replacement for old glossary systemThanks for the great review!
I have ideas for glossary term selection – at the moment I’m pondering on three options:
1. Add an admin meta box that you can select a term from (creates shortcode syntax for you to copy-pasta into the editor)
2. A TinyMCE dropdown listing all the terms (select one inserts shortcode into the editor at cursor position)
3. Popup button. Click in the editor, click the button and get a popup where you can select term and options (gets inserted where you clicked)1 & 2 are easier, but not as versatile as 3. Hopefully one (or more) of those will make an appearance soon 🙂
Forum: Plugins
In reply to: [WP Glossary] Can't use other language after upgrading to version 2.1.1Hi jbron!
It is possible that the translation of the slug rewrite was removed/broken in that version. Could you try 2.2 and see if that fixes it.
I would also be interested in adding French translation to the plugin! 🙂
The jQuery has also been rewritten for v2.2. Hopefully it is a little more robust.
Forum: Plugins
In reply to: [WP Glossary] PermalinkThere should not be any need to wp-glossary plugin to edit .htaccess files. If you are having .htaccess file problems then they lie outside the boundaries of this plugin.
Also, I believe them to be evil ;p
http://www.tcbarrett.com/2011/08/why-apache-htaccess-files-are-evil/Any permalink issues should be resolved by saving them in the usual admin place (as noted above).