dkeenan
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Staff List] How to display group nameThis took me a while to figure out but seems to work…
If you are editing your single-staff-member.php template page, you will use the following code:
<?php echo strip_tags(get_the_term_list( $post->ID, 'staff-member-group')); ?>This displays the group name in plain text. For more info on displaying custom post taxonomies you can look here: http://codex.wordpress.org/Function_Reference/get_the_term_list
Forum: Fixing WordPress
In reply to: Visual Edit Tab Disappears Upon UpgradeThe admin of our server said that no errors were found for this site under the php error logs. Is there somewhere else we should be looking for errors?
Forum: Fixing WordPress
In reply to: Visual Edit Tab Disappears Upon UpgradeWe noticed (while using Firebug) that WP 3.6 “adds” a
hide-if-no-jsclass to the<div id="wp-content-editor-tools">that was not present in 3.4.1 (and others). Before drilling down into our specific theme problem, we wanted to post this in case it shed light on what looks to be a pervasive issue.
Here are links to two pictures showing what the Visual Editor element looks like in 3.4.1 and 3.6, with the differences noted.http://s2.postimg.org/8wpy7q855/wp_3_4_1.png
http://s14.postimg.org/dlwd6oj2p/wp_3_6.pngDoes anyone know the purpose of this class?
Forum: Fixing WordPress
In reply to: Visual Editor No Longer Working in 3.6Hey all,
We are experiencing the same issue, and we noticed (while using Firebug) that WP 3.6 “adds” a class to the Visual Editor that was not present in 3.4.1 (and others). While the editor works with the default themes, our custom theme is broken due to this. Before drilling down into our specific theme problem, we wanted to post this in case it shed light on what looks to be a pervasive issue.
Here are links to two pictures showing what the Visual Editor element looks like in 3.4.1 and 3.6, with the differences noted. I’m not a programmer, so if my details are a bit off, forgive me.http://s2.postimg.org/8wpy7q855/wp_3_4_1.png
http://s14.postimg.org/dlwd6oj2p/wp_3_6.pngForum: Fixing WordPress
In reply to: Visual Edit Tab Disappears Upon UpgradeIt is a custom theme that we developed. I have never experienced this issue with the same theme on any other version of WordPress. It only became an issue upon upgrading to 3.6.1.
Forum: Fixing WordPress
In reply to: Visual Edit Tab Disappears Upon UpgradeThanks for your quick response! I tried deactivating all plugins as well as reinstalling WordPress with no luck. As I mentioned above, the visual edit tab works fine when I switch it to the default theme. This would lead me to believe that it is in fact an issue with my theme.
However, I am confused as to how my theme would have any impact on the TinyMCE functionality.