moireach
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Redirect Issue – Site Redirecting to PageThanks so much parrothead, that did the trick. Pretty disconcerting to discover a whole site is redirecting to a random blog post just because of a WP upgrade! I hope Redirection pushes out a fix soon.
Forum: Themes and Templates
In reply to: Globalnav links not working inside div in Autofocus (Sandbox).Update: the exact same problem with sidebar links being rendered unclickable is also happening when I implement this tutorial on adding the sidebar to the Autofocus homepage: http://wordpress.org/support/topic/380214?replies=1
In this case, the div CSS that renders the sidebar links unclickable is below:
div.hfeed #primary, div.hfeed #secondary {width:200px;clear:both;margin:0;padding:0;display:block;float:right;background:transparent}
.home #container {width:840px;float:left;}Forum: Themes and Templates
In reply to: Globalnav links not working inside div in Autofocus (Sandbox).In case it’s helpful, this is the CSS for the div that formats globalnav properly in the header, but renders the links unworkable in the post template.
#access {display:table;height:160px;vertical-align:middle;width:200px;float:right;}
#access #menu {vertical-align:middle;display:table-cell;font-size:0.8em;}
#access #menu ul {vertical-align:middle;display:block}
#access #menu ul li ul {margin-left:10px;}
#access #menu a {font-weight:800;}Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Help making slideshow open an URL on clickbump
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Adjusting width / hight of the textarea boxThis worked for me (though just as textarea, I didn’t need form#whatever) in the plugin stylesheet (not the main stylesheet). Thanks!
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Can’t generate thumbnailsI was able to fix this problem simply by resizing the dimensions of the files, thanks to @jwcalla’s suggestion. Most of my uploads were generating thumbnails just fine, but for two files I got the [object XMLHttpRequest] error and no thumbnail was generated.
They weren’t the largest I’d tried to upload as far as memory, but they were each about 3000px in their largest dimension. I downsized them to 1000px in their largest dimension and they uploaded and generated thumbnails just fine!
Hope this is helpful to someone.
Forum: Plugins
In reply to: Not one but two pop-up images with NextGen GalleryThis is happening to me, too! I’m also using satorii, which makes me worry it’s a theme conflict.
For me, no matter which effect I select, it will display but behind the pop-up a second window pops-up with the image displayed the way it shows when I have ‘None’ selected as the effect. Basically it seems like that ‘None’ effect isn’t being turned off, when another effect is selected.
Anyone have any ideas?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Slideshow image descriptionAh, partial success! I checked “Show navigation bar:” under slideshow options, and it’s now showing — however only on mouseover and the text isn’t wrapping, so it gets cut off on both ends.
Is there a way I can force captions/descriptions to always display?
And is there a way to force wordwrap?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Slideshow image descriptionI’m having the same problem. I can’t get the slideshow to display any title or description info, although I can see it functioning here: http://nextgen-gallery.com/slideshow/ and here (on mouseover): http://nextgen-gallery.com/nggallery/page-166/slideshow/
I’ve tried both [slideshow id=2] and [nggallery id=2 template=caption] but they only display the slideshow sans captions. I do have the description fields filled in, in the gallery.
Any ideas?