Adding the company name from woocommerce to the learndash email report add the following to ../wp-content/plugins/sfwd-lms/includes/vendor/wp-pro-quiz/lib/controller/WpProQuiz_Controller_Quiz.php ‘$companyname’ => $user-> billing_company, it goes in around line 842 in this context:
Category: Wordpress
I develop unique themes for my clients. This is a hacked version of the Oblique theme that I use here, to save time.
WordPress Notification Bar plugin
I want to add a slide in notification bar which contains a mailchimp sign up form. I actually didn’t find anything suitable so I just coded my own with jQuery Toggle animate
Adding line breaks to ultimate member multi-select display
Displaying the multi-select fields in a row made it very hard to read the areas that members covered. I couldn’t change the display without editing the core files, because they weren’t wrapped in a span[…]
WordPress membership plugins
What I wanted was membership that was for a limited period, with a customised registration form and manual approval. Simple WordPress Membership Seemed okay until I wanted to customise the registration process then it needed[…]
WP Store Locator – email as link in single store page
This is a nice little plugin but it needed a fix doing to its core files as well as to functions.php 1. In the core files I had to change the store_address shortcode that is[…]
How to implement Scroll to Fixed – navigation effect
I am trying to implement a scroll to fixed navigation bar in a wordpress theme. The bar is beneath a banner image and then as the page was scrolled to a certain point the navigation[…]
Maintenance mode plugins
Something I often need to implement inside wordpress is an under-maintenance page. This can be a total annoyance because there’s so many under maintenance plugins out there and many of them won’t take custom html.[…]
Adding a taxonomy separate to categories for wordpress
I had a situation where I wanted to use categories for different sorts of reviews, but I also wanted them location based to allow growth in the future. I didn’t want to create loads of[…]
Display post listing differently if there’s more than 3 in the category
Basically I just wanted to display only titles with a link in a page sidebar for posts in a category where there were more than three but I wanted to show the full content for[…]
Change single.php for posts in child of category
Sometimes WordPress can tie you in knots trying to figure out something that should seemingly be simple. In this situation I was searching for a solution to make wordpress check if a single post was[…]
To use colorbox lightbox for native wordpress gallery
I was gutted that changes in the Gallery plugin that I was using (Envira Gallery Light) were such that it was rendered incompatible with my theme templates – I had been using the in page[…]
Loops of featured images by category
I set up a loop to call the featured image from 5 posts from a certain category in wordpress.
Creating a private comment form
I was working on a school website with student’s being given activities and I needed to facilitate communication with their teachers that was private.
Showing the Current User’s Biography, Name, Avatar in WordPress
I really wanted to show the current users biography in a page template for wordpress and I was surprised how long it took me to figure out how to do it. This is the recipe[…]
My solution to free audio downloads and streaming on wordpress
I love to work with WordPress and I recently had the challenge of adding audio streaming and free downloading to a friend’s website, Shiso Records. Because the site is giving away the music free of[…]