armed888
Forum Replies Created
-
I’m using “TablePress Extension: DataTables Inverted Filter” also to hide the table first hand.
However, I found this and pasted it to my function.php and it is doing what I wanted it. BUT, when I search, I still see my old search result, every time I try for another search.
is there some way to hide the table or table results?, then show only after the “enter key” has been pressed?
thanks in advance.. Hoping you can help me out.
add_filter( ‘tablepress_datatables_command’, ‘tablepress_filter_on_enter’, 10, 5 );
function tablepress_filter_on_enter( $command, $html_id, $parameters, $table_id, $js_options ) {
$name = ‘DT_’ . str_replace( ‘-‘, ‘_’, $html_id );
$command = <<<JS
var {$name} = $(‘#{$html_id}’).dataTable({$parameters});
$(‘#{$html_id}_filter input’).unbind().bind(‘keyup’, function(e) {
if( 13 == e.keyCode )
{$name}.fnFilter( this.value );
});
JS;
return $command;
}Ow, Sorry for my dumb reply.. i didnt notice there is a guide already in you reply to the old post by goose2009.
Thanks again TobiasBg, Its working as expected..
??
Thanks for the speedy reply. ??
Do you have a link also on how to use it? i already instal this and activated. but i dont know where I can find the setting for this.
Forum: Plugins
In reply to: [Event Organiser] How to show the upcoming event using shortcode or php codeThat’s easy.
Thanks again, Stephen ??
Forum: Plugins
In reply to: [Event Organiser] how to make the featured image link to the eventHey Stephen,
Thank you so much.. That solves it perfectly.
??
Forum: Plugins
In reply to: [Event Organiser] Show past event always?it’s already checked.
maybe im missing something? im not seeing events before the current date.. we just want to show them always, event if its already past. im also using event organizer poster board. thanks again
Forum: Plugins
In reply to: [Event Organiser] how to make the featured image link to the event<%=event_thumbnail%>
im also using Event Organiser Posterboard,
to display them.
here is the link to the event:
https://jcstennis.com/tournament-calendar/
hope you can shed some light.
thanks again
Forum: Plugins
In reply to: [WP RSS Multi Importer] help on Positioning elementsalmost forgot… thanks again for the extended support.
Forum: Plugins
In reply to: [WP RSS Multi Importer] help on Positioning elementsHi Allen,
Thanks for the prompt reply.
i used the shortcode.. but luckily just today also .. i sorted it out by comparing templates you have.. and managed to create my own.. ??
at first, its merely impossible to style them because the image is part of the excerpt of the default template.
so what i did is:
1. copy the part where it display the image and create a new div from boxed-with-image template
2. next is copy the part where excerpt only is displayed without the image on box template.
3. copy them both on the default template and saveand surprisingly it appears as how i want it to be.
https://worlddailybread.com/v2/
its under associate website inside a carousel. ??
Really is a great plugin. thanks again
Forum: Plugins
In reply to: [CampTix Event Ticketing] camptix not redirecting to paypalThanks For the fast reply… will try your suggestion..
Forum: Plugins
In reply to: [CampTix Event Ticketing] camptix not redirecting to paypalbut i have created a new api, but still it comes out like that, i tried using cart66lite.. api is working just fine ?? ..please help