object81
Forum Replies Created
-
Forum: Plugins
In reply to: [Sweet Titles] [Plugin: Sweet Titles] wp_nav_menu and javascript tooltipsThe Sweet Titles CSS uses a z-index of 1000. I just changed my styles.css like this:
#access ul ul { [...] z-index: 999; }Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Problem with large attachmentsI want people to be able to send me PowerPoint Presentations trough a Website. I don’t want to use any external services or set up a FTP Server for that.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Problem with large attachmentsanyone?
Forum: Plugins
In reply to: Highlight Current Category Single Page With New WP3.0 wp_nav_menuThanks guys! You got me on the right track after hours of searching. I wanted to mark a specific top menu item as active when a single post is viewed. Namely the “Archive” item. All I needed was this little CSS snippet (I use a Child Theme of TwentyTen):
.single-post #menu-item-2299 a {
color:#fff;
}Forum: Plugins
In reply to: [Plugin: Simple Tags] cloud_selection won’t workThanks, it works fine now.
Forum: Plugins
In reply to: [Plugin: Simple Tags] cloud_selection won’t workcloud_selection works now and the 10 most popular tags are displayed. But they are still sorted alphabetically, and not randomly.
Looks likecloud_sort=randomdoesn’t work. Tried again to reset the options, but that didn’t do anything.Forum: Plugins
In reply to: No tool-tips for WordPress TinyMCEComments on 2.7.1New versions of TinyMCEComments don’t have a
settings.js.Simply rename
wp-includes/js/tinymce/langs/wp-langs-en.jstowp-langs-[YOUR LOCAL].jsand edit the labels. I.e.wp-langs-de.jsForum: Plugins
In reply to: [Plugin: NextGEN Gallery] slideshow not showingI find that
slideshowis not working when enabled on the same page asimagebrowser.Forum: Plugins
In reply to: [Plugin: TinyMCEComments] Not working with nested comments in 2.7Thanks bforchhammer! That worked for me.
Forum: Plugins
In reply to: No tool-tips for WordPress TinyMCEComments on 2.7.1Found the bug. When TinyMCE doesn’t find the correct language file, it shows the descriptor (“advanced.bold_desc”). But putting a language file in
/wp-includes/js/tinymce/langswhich corresponts to the language set for your blog. Like if WP has the German localede_DE, ade.jsfile should be placed inside thelangsfolder AND../plugins/tinymcecomments/settings.jsshould be configured for the same language as well, likelanguage: 'de'Not sure if that applies to everyone, but it worked for me!
Forum: Plugins
In reply to: [Plugin: Admin Favicon] Admin-Favicon didn’t work for meHad the same issue, but setting the link to my theme folder did the trick. Like http://www.mydomain.com/wp-content/themes/mytheme/favicon.ico π
Forum: Plugins
In reply to: No tool-tips for WordPress TinyMCEComments on 2.7.1Same issue here. Any way the WYSISWYG Editor inside the admin-panel can be shown in the comment form?
Forum: Fixing WordPress
In reply to: how to enable lightbox in nextgen galleryyou have a link? Sounds like a script rendering problem..
Forum: Fixing WordPress
In reply to: how to enable lightbox in nextgen galleryI don’t find the rel=lightbox in your img tags.
<img src="http://www.mackonkiemis.info/galerija/pirtele/thumbs/thumbs_DSCF5034.JPG" style="width:50px;height:50px;" title="DSCF5034.JPG" alt="DSCF5034.JPG" />Forum: Fixing WordPress
In reply to: how to enable lightbox in nextgen galleryHow does the HTML Source look like? You see any reference to lightbox in your img tags? How does the header reference to slimbox.js resolve? Just post your URL if you’re unsure.
Personally I use Thickbox, Slimbox gave me to many javascript errors.