phantasmix
Forum Replies Created
-
Forum: Plugins
In reply to: [Members - Membership & User Role Editor Plugin] echo do_shortcode?Thanks. That’s the direction I went in with the last (edited) message ??
Though still stuck, I suspect it’s to do with ACF now, because $roles is a repeater checkboxes field and I always get stuck at those.
Thank you for your help, I’m sure once the ACF thing is figured out, the above will work.
Forum: Plugins
In reply to: [Members - Membership & User Role Editor Plugin] echo do_shortcode?——-
Forum: Plugins
In reply to: [Members - Membership & User Role Editor Plugin] echo do_shortcode?Spoke too soon. It doesn’t break the page, but the shortcode isn’t filtering the content based on the role, and I’ve got a stray tag showing from the closing do_shortcode
[/members_access]
Forum: Plugins
In reply to: [Members - Membership & User Role Editor Plugin] echo do_shortcode?Really helps to talk it out sometimes ??
There was a typo and an unnecessary ‘echo’. So here’s the working line:
<?php echo do_shortcode( '[members_access role="' . $roles . '"]' ); ?>
Super! Thank you
- This reply was modified 7 years, 6 months ago by phantasmix.
Forum: Plugins
In reply to: [WP Job Manager] Show ONLY closed positionsIt’s already working as I needed it to, by default. It was user error.
Forum: Plugins
In reply to: [WP Job Manager - Company Profiles] Edit company profileSame question –
how can I update the company profile page? Specifically, how can I upload a custom image / logo?Forum: Plugins
In reply to: [Widget Logic] Hide specific widgets on mobile?Either is wp_is_mobile() or using CSS to hide blocks should work.
Forum: Plugins
In reply to: [Widget Logic] !X || !Y doesn't work, !(X || Y) doesYou’re welcome ??
Thought I misunderstood your query and decided to remove my response.Forum: Plugins
In reply to: [Widget Logic] Show on the BLOG page doesn't workThis worked:
global $post; return (is_home() || is_single());
Forum: Plugins
In reply to: [Widget Logic] !X || !Y doesn't work, !(X || Y) does—-
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] Include googlemaps api only on pages with mapsApologies! I found another plugin that caused this. Not obvious at all:
it’s a mega-menu plugin that allows maps in navigation. Issue solved, thank you.Forum: Plugins
In reply to: [Theme My Login] Profile Page redirects to Login form after profile editWhat are the steps to have a separate Profile page without the login form on it?
Forum: Plugins
In reply to: [Theme My Login] Profile Page redirects to Login form after profile editJeff,
I don’t understand what this means./edit-account/ page is set as the Profile page in TML settings for that user type.
Forum: Plugins
In reply to: [WooCommerce] Problem with paymentOne thing I noticed – and this may be irrelevant – under “Checkout” settings, I can’t pick the “Cart” page, it’s not listed at all. It’s the default page generated by Woocommerce upon install. It doesn’t show up in that list.