machination
Forum Replies Created
-
Any update on this? I’m having the same issue.
That’s what I’d like to know as well.
Forum: Plugins
In reply to: [Random Redirect 2] Not all categories work?I have the same problem…yet again.
The other Random Redirect worked OK with “?random=” appended to the URL, but still wouldn’t work for specific categories. This one has the same issue. I think it has something to do with attempting to use a category that has multiple child categories. I want the link to target any one post from 4 different categories. These 4 categories are under one parent category, so I figured I could use that parent category ID to redirect to posts from a variety of specific categories. But it doesn’t seem to work that way. For now I may just go back to using “?random=” because I don’t want to specify one of the child categories.
Forum: Themes and Templates
In reply to: News posts taking on random tagsI figured it out. “Executable PHP widget” plugin was causing a conflict with my Custom Widgets. Never happened before. I’ll just move the PHP code to the Custom Widgets area because it accepts PHP too. There must have been a reason why I needed the EPW plugin, but I think the newer version of WP and these plugins should make it OK for me to get rid of one of them.
Thanks for all the help though!
Forum: Themes and Templates
In reply to: [Theme: Workaholic] Number of project thumbnails per pageFound it: just change the number of blog posts per page.
Thanks, Dalton. I’ll give it a go.
FYI: to replace “previous” and “next” with images, I put the image URL in “div.slideshow-nav a.slideshow-prev” and put “display: block” in “.slideshow-prev”.
If the “inactive” option I want is not possible, I’ll just stick to the current set-up. At least it keeps cycling though indefinitely.
Forum: Themes and Templates
In reply to: News posts taking on random tagsI’m using the Custom Sidebars plugin so that I can have different sidebars for each page. When I change the “news” sidebar to a “projects” sidebar, the tags work fine. So it just doesn’t work for one specific sidebar. But that could be a template issue as well…not sure.
Forum: Themes and Templates
In reply to: News posts taking on random tagsHere’s the single.php:
Forum: Themes and Templates
In reply to: News posts taking on random tagssingle pages, but only those from a specific category. Let me know if you want me to post some templates. I do have custom templates for a few categories that work properly. It’s the one that doesn’t have a custom template that is wonky.
Forum: Themes and Templates
In reply to: News posts taking on random tagsHere’s my functions.php
http://pastebin.com/2SuuWrUUI’ll have to disable plugins and see what happens as well, because it was working fine a couple of weeks ago.
Forum: Plugins
In reply to: [Plugin: Easy Fancybox] Not working on home pageNevermind, I see it on line 197
Forum: Plugins
In reply to: [Plugin: Easy Fancybox] Not working on home pageI see two instances of “jquery-1.3.2.js” (one near the top that I just commented out)
Where’s the third one?
Thanks!
Forum: Plugins
In reply to: [Plugin: Easy Fancybox] Not working on home pageAnyone have any suggestions?
It should be working. If you view the actual code, you can see that the links do have a class of “fancybox”.
That code isn’t in the easy-fancybox.php file anymore. Any idea how I could get rid of the border just for the image on the page (I still want to keep the border in the overlay though, if possible).
Thanks.