Yes, FXtender was clearing PayPal settings each time it was activated.
You can avoid this by following these steps:
1. edit the file ..\fxtender-pro-jobroller\fxtender-pro-jobroller.php
2....
Yes, FXtender was clearing PayPal settings each time it was activated.
You can avoid this by following these steps:
1. edit the file ..\fxtender-pro-jobroller\fxtender-pro-jobroller.php
2....
Thanks for the access
I have looked into it and I found the media settings were changed, so I changed them back, also there is an option there:
Crop thumbnail to exact dimensions (normally...
@pauldehav, please replace your fxtender-pro-jobroller.php file with the one located here.
It already contains the code change.
FXtender Pro, should only deactivate itself when it's not able to identify a compatible JobRoller version ( >= 1.7.x ).
If you are using JobRoller 1.7.x, and FXtender deactivates itself, please...
In this case the code must be like this:
<?php if ( is_user_logged_in() && current_user_can('can_submit_resume') ) { ?>
<div>
<a href="<?php echo get_permalink( JR_Resume_Edit_Page::get_id() );...
There is a way but you'll need to do some custom mods. the logical reason that there is only one button there because even if there is 2, only one will be working, because according to the role is...
I am glad that was resolved. :)
for the advertising, the code you posted can be only in widget, not in banner, for the one in the banners, you should use the entire html code of the image. like this...
Hi letsgo2uk,
The emails are processed through the jobroller/includes/theme-emails.php of which you may take a look at. The codes are properly commented with and so you easily spot the set of...