agreda
Forum Replies Created
-
If you have a small team, just use Disqus
π We host more than 850 sites, with 7,000+ registered members and more than 140,000 forum posts.
Thanks again for the feedback!
Still looking for suggestions from anyone who may be running memcahed and/or caching plugins with forums or other dynamic content sites.
@Chitch1 Thanks for the feedback! Do you happen to run any discussion forums or have any other dynamic/random content on those sites?
Forum: Plugins
In reply to: [Global Content Blocks] PHP Code Not WorkingFixed it! Sometimes you just need to work through these things out loud, even if no one is listening. π
For anyone curious, here is the conditional PHP code I used in the Content Block to render a chat room, only for logged in users…
if (is_user_logged_in()) { require('/home/userx/public_html/chatroom/chat.php'); } else { echo "<p>You must be logged in to join the chat.</p>"; }Forum: Plugins
In reply to: [Global Content Blocks] PHP Code Not WorkingFYI: The chat room renders and works fine when inserted via shortcode with block containing the following content:
require('/home/userx/public_html/chatroom/chat.php');Any direction for including the if/else statement to only show it for logged in members is greatly appreciated.
Thanks again!
Forum: Plugins
In reply to: [Global Content Blocks] PHP Code Not WorkingPS: I did get a simple PHP echo statement to work (without the open/close tags) but I can’t seem to figure out what’s going on with the code above. Nothing renders on the page, and no errors… :-\
@photocrati Thank you! That does work. That “order_by” parameter is just nowhere to be found on the Shortcodes page.
Unfortunately, I now need to troubleshoot an apparent conflict with the Simple:Press plugin that is preventing the shortcode from rendering, even though I have opted not to filter codes… :-\
Presuming I can get that resolved, I have one question/issue with the code you provided. The image that gets displayed is not responsive. It does not size to fit the window/element width. Instead of resizing, the image gets cropped when the window is resized. Is this expected behavior?
EDIT: Never mind! When inserting nextgen_basic_singlepic (instead of thumbnails) the random image resizes with the window.
Thanks again!
@photocrati Thank you for the quick response.
This may indeed be theme related, but interestingly the issue only occurs with previously published posts lacking a featured image. The option to set NGG Featured Image works for new posts.
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Make columns responsiveTry adding float: none; to .rpwe-thumb
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Make columns responsiveGot it! [Link moderated]
@chamster Thanks for the tips and the inspiration to do this in the first place.
@satrya Thanks for the original max-width style suggestion above.
At some point, we’ll just need to add pagination…but for now, for anyone interested, my CSS hacks follow below. I don’t claim this to be the cleanest or best way to do it, but it’s working for me.
NOTE: I’m using cssID=”donors” in my shortcode, change accordingly…
/* RECENT POSTS - DONORS */ #donors h3.rpwe-title { background: none repeat scroll 0% 0% transparent !important; clear: none; margin-bottom: 0px !important; margin-top: 0px !important; font-weight: 400; font-size: 18px !important; line-height: 1.5em; } #donors .rpwe-summary { font-size: 14px; } #donors .rpwe-time { color: #999999; font-size: 14px; } #donors ul{ width: 800px; } #donors li{ float:left; margin:0 10px 10px 0; width: 360px; height: 150px; padding: 10px; list-style-type: none; } #donors li img { max-width: 100%; float: right; padding-left: 10px; } #donors li:nth-child(even){ margin-right:0; } @media screen and (max-width: 800px) { #donors ul { float: none; display: block; margin: 0 0 20px 0; width: 100%; } } @media screen and (max-width: 800px) { #donors li { float: none; display: block; margin: 0 0 20px 0; width: 100%; height: 100%; } }Forum: Plugins
In reply to: [Recent Posts Widget Extended] Make columns responsiveI did try that, but it didn’t work until I remembered I’m using a cssId (#donors)… I’ve got the list looking great in two columns now, if only I could get the responsiveness working for smaller screens. :-\
[Link moderated]
Thanks again for your time. And I am enjoying the book!
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Make columns responsive@chamster Thanks for sharing that! For the life of me, I can’t get the two columns to work on our site. I don’t expect you to provide further instruction, but in a strange coincidence I just started reading “The Art of Racing in the Rain” last week!
@satrya Please consider this a feature request for building in some sort of option or providing documentation for CSS tweaks to display posts in columns.
Thank you!!!
FYI: The page where I’m trying to show tagged posts in 2 or 3 responsive columns via the shortcode is http://tripawds.org/donors/
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Pagination?@satrya I am also looking forward to pagination options for the widget shortcode, and happy to help test!
Thanks for all the hard work.
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Make columns responsive@chamster I would also be interested in seeing how you created columns for the recent posts. Thanks!
Forum: Plugins
In reply to: [Random Content] NextGen Gallery Plugin ConflictThanks for checking in, and all your hard work!
Forum: Plugins
In reply to: [Random Content] NextGen Gallery Plugin Conflict@endocreative
@technocratiJust an FYI…
The latest update (Version 1.0) did not resolve this issue. But thanks for dding the new features!