Bare
Forum Replies Created
-
You are absolutely right, the flash box was checked. I actually appreciate you pointing that out to me as I prefer to stay away from flash for the same reasons you mentioned and I didn’t even realize I had checked this.
Oh well, back to the drawing board for me… In any event, the random does work for people using the flash version of the slideshow… At least we were able to sort that out for anyone reading this thread.
I know your post is 2 months old, but in case you’re still checking I’ll point you to this thread:
I can’t provide a reference for that parameter, I imagine if I have it (and I do, lol) that I must have found it through scouring the internet for a solution the same way everyone in this thread likely has been.
What about it isn’t working for you? I have the latest version of the NextGen plugin (1.7.2 at the time of this posting) and it works perfectly for me, I just want it to be “all galleries” instead of just one specific gallery. When I put
id=0it shows[gallery not found]in my posts, but when I putid=1(or any other working gallery id number) it works beautifully. I even double checked myself just now to be sure that it is actually random, and it is.To be clear, the only thing you should need to change from:
[slideshow id=x random]is the “x”.
I’d love to help you figure this out if it would fix your problem, but I’m afraid this is all I can offer help with. I’m not sure if I’m using jquery or flash so perhaps that’s the hangup, if you tell me how I can check I’ll be glad to – I set mine up so long ago I forget what I’m using.
I’ll only mention this in case it solves some people’s problems here – you can use the “random” command in the slideshow command like this:
[slideshow id=x random]And it results in a random slideshow from gallery “x”. The problem that I have with this is that I would like it to be a random slideshow from ALL galleries. You can use “all galleries” as an option for the slideshow sidebar widget and this generates a gallery id of “0”, but setting
id=0in that slideshow command doesn’t work.I’ll also add that I’m unsure how the width/height integrate into the command with the random call, I never tried it because I didn’t need it, but I’d bet that you can just enter them after
randomand it will work.If anyone can figure out how to make this
id=0call work in this command I’d really appreciate it!Edit: I found this:
http://wordpress.org/support/topic/plugin-nextgen-gallery-slideshow-from-album?replies=7
So it appears that you used to be able to accomplish this via an album ID, but it doesn’t seem to work anymore. Just throwing this out in case someone smarter than I can use this to implement a solution…
OK, I figured this out – thanks to bolide for guiding me to the solution. The problem I was having was that the
class="shutterset_set_8"was not working for me. I changed that toclass="Thickbox"(which is the effect I use for my images) and it now works.Was I doing something wrong before, or has the code changed? What I’m left wondering is if the code “shutterset_set_8” was a higher tier variable (I’m not sure of the proper programming term) that would display the image regardless of what effect I used rather than having to specify “Thickbox”?
If anyone knows I’d appreciate that info, if not then I hope this helps someone else.
I tried the code listed above in bolide’s post and it didn’t work for me… Can anyone help me figure out why? I tried about a million variations of different things to find if I was making a mistake somewhere, I’m pretty sure that there are missing quotes after “shutterset_set_8” also – correct? I added those quotes, changed the image title and inserted the proper image link only to have the image just open in the same browser window (replacing the webpage).
Can anyone help please? I’m not sure if the “Image_Title” even matters here, but I matched it verbatim to what is in my gallery. I also am certain the link is proper since it opens the image, I even tried it with both the actual image title (.jpg extension) and using the NextGen image id number.
I don’t want to put a link to my site only because I am constantly making changes trying to fix this, so I can’t tell you what state it will be in. I’m not a professional programmer, but I know my way around HTML and CSS pretty well so I don’t feel like I’m overlooking anything basic.
Thanks in advance.
PS – just so we’re clear, this is the code I’m using:
<a class="shutterset_set_8" title="Wires under right side cover" href="/wp-content/image_gallery/tech/electrical/load_eq/done.jpg">this picture</a>Forum: Themes and Templates
In reply to: Left float and bullet lists not playing well together…Wow, thanks! For the record, in case anyone else runs into this… I actually did not have the “outside” command defined, I assume that must be a default. My original code was just:
list-style:disc url("images/bullet.png");I added the “inside” like you said and now it’s perfect.
Thanks again!
Forum: Plugins
In reply to: Can you use subfolders inside of the Nextgen Gallery?OK, I follow what you’re saying and that makes sense. I think I was having a “forest from the trees” moment, because what you’re saying makes total sense… What I was hoping to do was have one gallery, to explain I’ll use the hierarchy from above:
gallery > articles > tech > brakes > brake_bleeding
And I was hoping that I could just point the gallery to “articles” and have it pick up every sub folder from there down. It looks like what I need to do is make a separate gallery for each and every folder and then put them all in one “album” named “articles”.
Does that sound about right?
Thanks for helping me see what really should have been obvious, I think when I first posted this (about a week ago) I was still getting familiar with the Nextgen plug-in. Now that I know a bit more and you pointed this out I can see how to achieve what I want.
Forum: Plugins
In reply to: Can you use subfolders inside of the Nextgen Gallery?Yes, I have existing galleries that are in the root folder, this is strictly folders inside of folders I’m asking about. Just like I described above, my stuff is sorted out in great detail in an attempt to keep it organized.
Any additional info or insight is appreciated!
Forum: Plugins
In reply to: WP-dTree problem displaying quotesI got this response directly from the plug-in author:
“I’m doing the escaping wrong and it will be fixed in the next release, which will be out in a month or two.
For now, try and avoid using the straight quotes.”
So there it is, I hope that helps anyone else with this problem. =)
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] center thumbnails?Thanks to everyone who contributed, I really needed this fix so my galleries would function in older IE.
As many have said, this is now left-justified (float:left;) in older IE, by looking at the code it looks like a centering div could fix this, right? I tried adding a div around the thumbnail creation area in gallery.php and gallery-caption.php but the results were very bad. I don’t understand the template hierarchy in NextGen so I suppose I may have tried editing the wrong files – but those 2 files were the only ones I could find that had the thumbnail “creation” loop.
Is it possible that someone with a little more php or CSS experience figure this out? Or is it already figured out and just too complex to implement?
Thanks for any input.
Forum: Plugins
In reply to: Can you use subfolders inside of the Nextgen Gallery?Does anyone know how I might get an answer to this question? I scoured Google and this site for an answer, I posted my question here a couple of times, I tried emailing the plug-in author directly with a link to this thread, and I tried to see if there was another method to reach the author through his website with no luck (all his comments are RSS from this forum).
I’m just trying to get my head around how it is best for me to organize my images in this program. I am used to using sub-folders, but it doesn’t appear this is possible. Can anyone else provide me with another direction I can try for an answer?
Thanks for your time.
Forum: Themes and Templates
In reply to: div problem in IE…Man, that first link there is really great. It not only really helped to understand and visualize some of the problems I was having (I had sorta figured it out through trial and error), but it helped me to understand a lot of how and why CSS is setup like it is. Good stuff…
Now, to tell how I finally resolved this issue. It took a lot of googling, a lot of reading the information you provided and just a little bit of work. I feel much better about this than I originally thought I would, mostly because it resolves issues I was having across multiple browsers – but also problems within varying versions of browsers.
For starters, I made my horizontal image that I wanted to tile behind my columns. My page content is 960px wide broken down from left to right it is made up of by a 240px left sidebar, a 1px “border” and then a 719px content area. So I simply made an image 960px wide by 1px tall, I colored the left 240px gray, the 1px border black and the 719px content area white. Obviously you can use whatever colors you like.
My code then looks like this:
#content-wrapper { background: #fff url('images/middle-bg.gif') repeat-y; overflow:hidden; width:960px;} .narrowcolumn { float: right; padding: 0 10px 20px 10px; width: 700px;} #sidebar { padding: 3px 10px 10px 10px; width: 220px;}My #content-wrapper ID is just a div that I wrap everything in, it opens at the end of my header.php and closes at the beginning of my footer.php to make it simple (thanks to nebulus for that). As you can see it calls my background image and tiles it vertically.
The .narrowcolumn and #sidebar are common WP titles so I assume most people know what they are and what they do. The only unusual thing I changed was adding the 3px pad to the top of my #sidebar, this was because without the search box there (I moved it into my header), there was a gap which I didn’t like aesthetically.
This link was my partial guide:
http://www.alistapart.com/articles/fauxcolumns/
The rest I figured out by quick trial and error.
Thanks again to everyone who’s helped with this, not just t31os_ but also people like nebulus who helped me with earlier issues that helped me to get to this point.
Forum: Themes and Templates
In reply to: div problem in IE…I’m slowly sifting through all this data trying to find the best way to implement my stuff. I can say that this link:
http://www.alistapart.com/articles/multicolumnlayouts/
Is just about what I had done originally, the problem was that it did not scale like I wanted it to across different browsers. The key words are “like I wanted it to”, in order to implement that method it seems you need to know in advance which column will always be longer.
As much as I hate to say it, I think the simplest all-around solution I’ve found is this one:
http://www.alistapart.com/articles/fauxcolumns/
Which uses a tiled image to create the background, then I just float my content on top. I was really hoping to do it with CSS, but I think that it may just be easier to resolve (especially for cross-browser support) by making the image and calling it a day. I hate to resort to the image route because it feels like I’m “giving up” on the CSS route, but this is a surefire solution that shouldn’t break regardless of browser.
Thanks again for the links and the ideas, I’ll post something more when I finally finish and hopefully it’ll be enough info to help anyone else with the same dilemma.
Forum: Themes and Templates
In reply to: div problem in IE…OK, I think this may be my solution:
http://www.codeproject.com/KB/HTML/relatively_simple.aspx#two-cols
It’s a lot to change and it’s late right now, but I plan to try it tomorrow… It appears like it should work across browsers since it has some conditional formatting for IE only.
I’ll try this tomorrow and report back, if anyone knows this to be a waste of time please say so and save me the hassle, otherwise I’ll find out myself.
Thanks!