Dying2Live
Forum Replies Created
-
I fixed it by not using the the #_EVENTSIMAGE{x,y}. I used this instead and it solved the problem
<img src="#_EVENTIMAGEURL" width="150" height="150" border="0">Thanks
I’m Running Version 5.5.3.1
Sorry. Just didn’t want to flood the forum with multiples of the same issue.
I’m having the same issue. All was working fine and then all of a sudden it stopped working. I was using the placeholder #_EVENTIMAGE{x,y}. When I switch it to #_EVENTIMAGE all the images show up, but they are gigantic. Any help resolving this issue would be greatly appreciated.
Here is the site:
http://fourmoontavern.com/events/Thanks.
Never mind I figured it out. It was because I didn’t have an SEO Title or Meta Description filled out for that page.
I’m having the same issue. did you ever find a solution to it?
Thanks.
Forum: Plugins
In reply to: [Facebook] facebook breaks paginationDid anyone find a solution to this? I’m having the same issue.
Thanks.***Sorry It’s called Blog Excerpt (summary) template
I’m having the same issue and I’m using the blog summery template. Was this ever resolved?
Forum: Fixing WordPress
In reply to: Multiple loops with in a conditional statementSo I actually got it to work.
I changed the conditional statement to this:<?php if (is_page('leadership')) { include (TEMPLATEPATH . '/inc/leadership.php'); } elseif (is_page('marketing')) { include (TEMPLATEPATH . '/inc/marketing.php'); } elseif (is_page('operations')) { include (TEMPLATEPATH . '/inc/operations.php'); } elseif (is_page('talent')) { include (TEMPLATEPATH . '/inc/talent.php'); } else { include (TEMPLATEPATH . '/inc/knowledgebase.php'); } ?>Then I just placed each query in its own php file.
Forum: Fixing WordPress
In reply to: Multiple loops with in a conditional statementYes it is.
Forum: Fixing WordPress
In reply to: Highlighting admin comments onlyOh man, I just figured it out.
It was actually working fine, but when I entered the posts and comments into the database manually I forgot to change the user_id’s from mine to the corresponding member’s, so that’s why they were all showing up as comment-author-admin.
Everything is working good now. Thanks for the help and sorry that I wasted your time.
Mike
Forum: Fixing WordPress
In reply to: Highlighting admin comments onlyThanks for the reply. I see the issue in firebug but, I’m just not sure how to fix it.
All the li tags have a class of this:
<li id="li-comment-8" class="comment byuser comment-author-admin odd alt thread-odd thread-alt depth-1">In the class for all the user comments it’s showing up as comment-author-admin when it should be comment-author-“the user_id”
Any clue on how to fix this?
I would post a link but can’t due to confidentiality issues.Thanks
Okay, with more research I found this out and got it to work on my site.
1. Download and install jQuery Lightbox Plugin.
2. Now in nextgen-gallery go to gallery => Options => Effects and make sure you have lightbox selected as your effect and the code looks like this: rel=”lightbox[%GALLERY_NAME%]”.
3. Save it out and it should work. (at least it did for me)This is the link to the thread that I found (Post #7)
http://wordpress.org/support/topic/plugin-nextgen-gallery-lightbox-2-effect-in-nextgen-galleries?replies=4I’m having the same issue, except I’m calling it by album: [album id=2 template=extend]
I can’t get Lightbox or Highslide to work. Any help would be appreciated.
If I find anything out I’ll let you know.
Thanks,
Mike