Luke Cavanagh
Forum Replies Created
-
Forum: Plugins
In reply to: [BJ Lazy Load] Lazy Loading Breaks SiteTry this plugin from Automattic, it works really well.
Forum: Plugins
In reply to: [Membership Plugin - Restrict Content] Does Restrict Content work WooCommerceOkay thanks.
Forum: Plugins
In reply to: [WP Job Manager] Splitting the job post area into four sectionsTrying to use ACF fields to add this function on the admin and frontend.
Not sure what I am missing.
https://gist.github.com/lukecav/0573310eb8644c6e5396
Thanks in advance.
Forum: Plugins
In reply to: [Membership Plugin - Restrict Content] Does Restrict Content work WooCommerceBut I do not want to make those products restricted, since I am already able to set those products so add to cart and price is hidden unless the user is logged in as a subscriber user role. The part I was trying to see if Restrict Content would be able to do was do show the following under the full description.
To purchase this manual login or register today!
Login or register today!Thanks.
Forum: Plugins
In reply to: [WP Job Manager] Splitting the job post area into four sectionsThanks Mike.
Forum: Plugins
In reply to: [User Specific Content] Not working on a single product in WooCommerceThe shortcode I was trying to use was.
[O_U logged_status=”out”]To purchase this manual login or register today!
Login or register today![/O_U]Forum: Plugins
In reply to: [WP Job Manager] Need to remove post date on single job listingsOkay this did the trick.
.job_listing .entry-meta { display: none; }
Forum: Plugins
In reply to: [WP Job Manager] Need to remove post date on single job listingsAlready tried this method and modified the child theme css file.
https://www.ads-software.com/support/topic/remove-date-from-meta-1?replies=5
ul.job_listings li.job_listing li.date { display: none; }
.single_job_listing .meta .date-posted { display: none; }So using the non-modified templates for
content-single-job_listing-meta.php
content-job_listing.phpMaybe the issue is that the active theme is a Genesis Framework child theme.
Forum: Plugins
In reply to: [WP Job Manager] Need to remove post date on single job listingsThanks Mike I already removed that line. But the post date is still showing on the top of the lob listing page, just above the job type.
Forum: Plugins
In reply to: [WP Job Manager] take over job title in gravity form submitForum: Plugins
In reply to: [WP Job Manager] Change job page layoutTrying to do a similar thing with having department be one of the search options on the jobs page. Department was just a ACF field that only shows for the job listing CPT.
Thanks in advance.
Forum: Plugins
In reply to: [WP-Chargify] Submit Button Missing from Order Form / product out of syncIs there a working WordPress or a WooCommerce plugin that works for Chargify integration?
All I can find at the moment is Zapier.
Okay thanks for looking into this.
Forum: Plugins
In reply to: [wpMandrill] Updates?In that case I created a page called /dashboard/ set that page as the login redirect page in the settings. Then set /dashboard/ to redirect to /wp-admin/ as a simple 301 redirect. So you can do it that way.
Cheers
Luke