rgfxnet
Forum Replies Created
-
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] Nextgen Photoswipe guide.Hi,
I dont use nextgen typically. But it was not working till I changed those values.
Just saving time for someone else. No issue.
Thanks again for the great plugin. Will be using on all builds. Hope you maintain it till a better photoswipe comes along.
- This reply was modified 7 years ago by rgfxnet.
Me too, Bummmer. Really need this. Any alternatives?
Forum: Plugins
In reply to: [Floating Social Bar] Facebook Button Not AlignedLine-height is causing the issue.
Forum: Plugins
In reply to: [The Events Calendar] Custom Date range.Jonah,
Any word from the developer?
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Custom Date range.still seem to be getting issues, but closer. Here is my code, I tried many combinations.
<h1>Jan</h1> <?php global $post; $current_date = date('2013-01-01 00:00:01'); $end_date = date(strtotime('2013-01-31 23:59:59')); $get_posts = tribe_get_events(array('start_date'=>$current_date,'end_date'=>$end_date,'posts_per_page'=>10) ); foreach($get_posts as $post) { setup_postdata($post); ?> <div class="rg-events-loop"> <div class="rg-events-date"><?php echo tribe_get_start_date($post->ID, false, 'F j, Y'); ?></div> <div class="rg-events-title"><h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2></div> </div> <div class="rg-events-meta-list"> <ul class="meta-list"> <?php if( tribe_address_exists( get_the_ID() ) ) {echo '<li>' . tribe_get_full_address( get_the_ID() ) .'</li>';} ?> <?php if($cfs->get('host')){echo '<li>' . $cfs->get('host') . '</li>';}?> <?php if($cfs->get('event_url')){echo '<li><a href="javascript:void()" onclick="window.open(\'' . $cfs->get('event_url') .'\',\'mywindow\',\'height=600, width=800,location=no,scrollbars=yes,left=\' + (screen.width - 800) / 2 + \',top=\' + (screen.height - 600) /2);">Event Url</a></li>';}?> </ul> </div> <?php } //endforeach ?> <?php wp_reset_query(); ?>
Forum: Plugins
In reply to: [Photoswipe for NextGEN Gallery] Disable image description?This is the code one needs to get it done.
.ps-caption{
display:none !important;
}Forum: Plugins
In reply to: [The Events Calendar] Custom Date range.Which be as so correct? 01/22/2012 12:00:00
Thanks.
Forum: Plugins
In reply to: [The Events Calendar] Custom Date range.Right, but doesn’t that start from now, not a specific date that I can assign?
Forum: Plugins
In reply to: [The Events Calendar] Custom Date range.I need a specific date range. Not for now till the next 5 months. The client wants me to have list as so.
Jan
event 1
event 2Feb
event 1
event 2March
and so on.
Thanks for the response, hope to hear from you soon .
This worked for me, I am using Ng Gallery Optimizer Modified which uses fancybox, This is code one should use.
jQuery(document).ready(function(){ //Remove thickbox effect: jQuery('a.thickbox').removeClass ("thickbox"); //Remove lightbox effect: jQuery('a[rel^="lightbox"]').attr("rel",""); //Remove highslide effect: jQuery('a.highslide').removeClass("highslide").attr("onclick",""); //Remove shutter effect: jQuery('a[class^=shutterset]').removeClass (function (index, css) { return (css.match (/\bshutterset\S+/g) || []).join(' '); }); //Remove fancybox effect: jQuery('a.myfancybox').unbind('click.fb').addClass('nolightbox').removeClass('myfancybox'); });
Forum: Plugins
In reply to: [The Events Calendar] Custom Date range.Anybody? It should be easy to point me in the right direction. Thanks
Forum: Plugins
In reply to: [Custom Field Suite] Import ExportErr, There is export under Tools setting.