AmandaEve
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Update via Excelcustom code sounds a bit over my head. I have a schedule on the site now, which shows what is happening from 5:30pm to 1am on that day. the plugin i’m using now allows me to add it weekly, when the schedule is emailed to me i update it. But I would like the cells in excel (or whatever) to be called from wordpress automatically, so the schedule lady could just update the schedule via FTP weekly and the site would update according to the Excel file on the server.
Does that make sense?
Forum: Plugins
In reply to: [Crelly Slider] Template tag?wait … it isn’t working.
Forum: Plugins
In reply to: [Crelly Slider] Template tag?nevermind – i got it.
<?php if(function_exists(‘crellySlider’)) crellySlider(‘your_slider_alias’); ?>
Forum: Plugins
In reply to: [Simple Responsive Slider] Images show as black rectangles after uploadI’m having the same issue
Forum: Fixing WordPress
In reply to: Code added after URLWow ! This just saved me sooooooooooooo much time. Thanks Summu89!
I think I am having the same problem. But I don’t know how to implement what you are saying. Can you talk me through step-by-step?
Forum: Plugins
In reply to: [WooCommerce] Conditional FormattingYeah, I found it … but it broke my site … so I had to revert.
I used this one.
if ( wc_memberships_is_product_viewing_restricted() ) { echo 'Add To Cart Button'; } else { echo 'View Issue Button'; }I just put it in the functions.php by itself, just to test – should I put it in or out of the <php?
Forum: Plugins
In reply to: [WooCommerce] Conditional Formattingi don’t think so … i’ve looked. 🙁
Forum: Plugins
In reply to: [WooCommerce] Conditional Formattingi don’t think so … i’ve looked. 🙁
Forum: Plugins
In reply to: [WooCommerce] Conditional Formattingbut I don’t know how to put short code around the button – it’s a part of the woocommerce set up … and I can’t imagine you could use that shortcode for this case.
Forum: Plugins
In reply to: [WooCommerce] Conditional FormattingHere is the new shortcode … just in case someone else is looking for it.
[wcm_nonmember]
Whoops, this video is for members only. If you have a membership, please log in. If not, you can definitely get access! Purchase a membership here.
[/wcm_nonmember][wcm_restrict]
Embedded video displayed to members only.
[/wcm_restrict]Forum: Plugins
In reply to: [WooCommerce] Conditional Formattingwait – i don’t think that works
Forum: Plugins
In reply to: [WooCommerce] Conditional FormattingWOW! I just found it: [woocommerce_members_only] Your content here for members only… [woocommerce_members_only]
[woocommerce_non_members_only] Your content for non-members only here… [woocommerce_non_members_only]
To specify membership plans, simply use parameter key (or keys for multiple keys), like this:
[woocommerce_members_only key=”silver”] Your content for members with plan Silver here… [woocommerce_members_only]
Forum: Plugins
In reply to: [WooCommerce] Conditional FormattingFor instance this page: http://nfldherald.stirlingpublications.com/product/issue5-jan-31-feb-16/
the button says add to cart, but i want the button to say and the link to be different if someone is signed in.
Right now I have a short code set up so that the ‘View This Issue’ button is only visible to users who are members.\
[wcm_restrict] View Issue Button Here [/wcm_restrict]But i don’t want two buttons … I’d like to have one button, but the attributes change according to the users membership status.
The worst case scenario would be that I have:
[wcm_restrict] View Issue Button Here [/wcm_restrict] [short code that members can't see] Add to Cart [/short code that members can't see]' ^ but ... I don't even know if that exists - a short code that restricts members visibility, so only non-members can see it.Forum: Plugins
In reply to: [WooCommerce] Sale Badge positionThanks. Someone I work with installed the Yith Quick View plugin .. and that fixed it.
Thanks for your attention though 🙂