Truffledome
Forum Replies Created
-
Forum: Plugins
In reply to: [Bullhorn Career Portal WordPress Plugin] Specific job URLs?Many thanks Paul, we’re just looking to see how far we can go with the free plugin.
Roger that, many thanks for your swift replies.
Hi Charles – I will do. Can you advise what’s missing? I’m just testing the plugin on behalf of a friend.
I just installed the premium version of this plugin and despite its great array of features I’m disappointed to find that there is:
1. No option to hide/change the login url away from wp-admin or login.php
2. Country blocking: unable able to block only login (or specific) urls by country; despite the fact there is a button labelled ‘Block access to the login form’ – if I check it, the rest of the site is blocked too even if the button underneath ‘Block access to the rest of the site (outside the login form)’ is un-checked? N.b. To test, I have whitelisted my country, and then enabled VPN with a IP originating from a country on the block list and I am blocked from the entire site.
I know I can do this via .htaccess, but I installed this plugin for non-technical users and for $99 you kind of expect both of these features as standard.
Am I missing something?
- This reply was modified 8 years, 8 months ago by Truffledome.
- This reply was modified 8 years, 8 months ago by Truffledome.
Forum: Plugins
In reply to: [Lifestream] Lifestream API v1.1 Twitter SupportExactly the same situation here http://www.fitpr.co.uk.
This error message pops up when adding a twitter user:
<?xml version=”1.0″ encoding=”UTF-8″?><errors> <error code=”68″>The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview.</error></errors>
I need to fix this urgently for my client’s website or I’ll have to ditch lifestream and find another option.
Otherwise, a great plugin.
Thanks
Don’t worry, I figured it out. If anyone’s interested copy this code into wp-single-post-navigation/wp-single-post-navigation.php
// Add single post navigation links add_action( 'wp_head', 'single_prev_next_links' ); function single_prev_next_links() { if ( is_single() ) { ?> <div class="wpspn-area"> <div id="wpspn-nextpost"> <?php previous_post_link( '%link', '«' ); ?> </div> <div id="wpspn-prevpost"> <?php next_post_link( '%link', '»' ); ?> </div> </div> <?php } } ?>Forum: Fixing WordPress
In reply to: Wanna make my post resumes link to the full post (F8 Lite)Thanks very much QT Software. Your solution worked perfectly on http://www.tigerleaf.co.uk which uses the F8 Lite theme.