vanchalakhotia
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Apply for job buttonThanks Mike and Nelson.
I was able to redirect to Job Submission form by changing the following code and changing the href in (a tag) of job-application.php
<?php if ( $apply = get_the_job_application_method() ) :
if ( $apply->type === ‘url’ ) {
$application_href = $apply->url;
} elseif ( $apply->type === ’email’ ) {
$application_href = sprintf( ‘mailto:%1$s%2$s’, $apply->email, ‘?subject=’ . rawurlencode( $apply->subject ) );
}
?>
<div class=”application”>
<?php _e( ‘Apply for job’, ‘wp-job-manager’ ); ?>
</div>
<?php endif; ?>(http://manta.websitewelcome.com/~itrainconsultant/itrainf/post-a-job-2/?preview=true) to your URL.
Thanks.
Regards,
VanchaForum: Fixing WordPress
In reply to: Remove Cancel Friendship button option from buddypress siteThanks Naomi I’ll try to do this. 🙂
Regards,
VanchaHi Having same problem 🙁
Fatal error: Class ‘BP_Group_Extension’ not found in /home/vancha/public_html/wp-content/plugins/buddypress-kaltura-media-component/bp-media-group.php on line 5
Forum: Plugins
In reply to: [BuddyPress Album] [Plugin: BuddyPress Album] collective galleryPlease let me also know if we can have a collective gallery
Forum: Fixing WordPress
In reply to: WordPress Site size suddenly increased.Hi Michael !
Thanks a lot ! Checked the error log file and found that it was a problem of widget.Deleted that widget it has got resolved.
🙂Regards,
VanchaForum: Fixing WordPress
In reply to: WordPress Site size suddenly increased.Thanks Michael ! I will delete that file temporarily and check for errors.
Regards,
VanchaForum: Fixing WordPress
In reply to: WordPress Site size suddenly increased.Hi Michael,
Thanks a lot! Just checked filezilla and came to know, it is the errorlog file which is of 499818398 bytes .What is this file and how can I reduce its size.
Regards,
Vancha