hridaya
Forum Replies Created
-
do you have any idea about this
http://wordpress.org/support/topic/how-to-show-upcoming-this-week-events
Thank you it works for me..
Thank you @philipjohn for the quick reply.
This function echo EM_Events::output( array(‘limit’=>10,’orderby’=>’name’) )
displays the result .. actually i need the custom function which only returns the the data i can loop and displays the event data my way .. so that i can manage post meta data as i added custom meta box for the additional data ..
can you help me on this .Thank you
Is there any inbuilt function for listing events .. like past event , upcoming etc..
Thank you
Solved it … i have a theme issue and fixed it..
es it is pointing to the correct location of the wp-super-cache plugin
@donncha O Caoimh
No the error message is not gone even after reloads.
Configuration seems ok according to the instructions provided at plugins pageTHank you
Forum: Plugins
In reply to: [qTranslate] How can i add custom text to langiage tranlationsWhen i disabled warning at wp-config.php it goes but how can i add custom text at admin ?
Forum: Plugins
In reply to: [Event Organiser] List Event By Particular dateSolved it . I have fixed it by following code
$args = array(
‘numberposts’ =>1,
‘orderby’ => ‘eventstart’,
‘post-type’=>’event’,
‘suppress_filters’=>false,
‘post_status’ => ‘publish’,
‘ondate’=>’2013-05-08’
);
$events=get_posts($args);with best regards
Hridaya
http://www.in2bazar.comI got the way..
This can be done through the settings area Under Property Types sections and can select the fields which will be hidden under Hidden Attributes sections
Thank you
Forum: Plugins
In reply to: [Event Organiser] Event Calendar Widjet Not workingok solved don’t worry
Thank you
Forum: Plugins
In reply to: [Event Organiser] Event Calendar Widjet Not workinghello,
I have sent email through stephenharris.info/contact i have issue on another site
can you please check email please.
Forum: Plugins
In reply to: [Event Organiser] Event Calendar Widjet Not workingyes you are right i resolved it..
Edited register_sidebar code in functions.php like this and it worked
register_sidebar(array(
‘name’ => __( ‘Side bar name’ ),
‘id’ => ‘sidebar-id’,
‘description’ => __( ‘Widget area description’ ),
‘before_title’ => ‘<h1>’,
‘after_title’ => ‘</h1>’,
‘before_widget’ => ‘<div id=”%1$s” class=”widget %2$s”>’,
‘after_widget’ => ‘</div>’,
));before there is missing id part on before_widget section
Thank you
HridayaForum: Plugins
In reply to: [Event Organiser] Event Calendar Widjet Not workingHello,
Thank you for the reply.
I figure out the issue
The issue is prev next link is not worked.there is such Js code but not defined any eo_calendar_widget-5 ID on the Html widget code
var eo_widget_cal = {“eo_calendar_widget-5”:{“showpastevents”:1,”event-venue”:0,”event-category”:0}};if i add the hardcode the html and added this id to the div then its works
Now i tested it on local host
Thank youForum: Fixing WordPress
In reply to: WYSIWYG Editor Not working when upgrading to 3.5.1not working on any browser. its very strange issue. I tried so many options.