evermeg
Forum Replies Created
-
Forum: Plugins
In reply to: [Carousel Horizontal Posts Content Slider] cannot see CPTs in categoriesThis is the same for me. The categories available are only from “posts” and do not allow me to select my custom post types. I have uninstalled and reinstalled the newest version. It is still not working. Any help or update would appreciated. thank you.
Forum: Plugins
In reply to: [Offers for WooCommerce] Change Intro TextYes, the other filters I found worked:
my_offer_form_top_message
I’m good to go for that. Thank you.
- This reply was modified 9 years, 3 months ago by evermeg.
Forum: Plugins
In reply to: [Offers for WooCommerce] Change Intro TextThanks so much for your response. However, what you sent didn’t work.
I found this page… https://www.angelleye.com/offers-for-woocommerce-developer-hooks-guide/
and using what I found there I used the following:function my_offer_form_top_message( $message ) {
$message = ‘<p>Tell us the price you need, and we’ll do our best to match or beat it.</p>’;
return $message;
}
add_filter( ‘aeofwc-offer-form-intro-html’, ‘my_offer_form_top_message’ );Forum: Plugins
In reply to: [Offers for WooCommerce] Change Intro TextThank you so much for your quick reply. I’ve tried to figure out the filters, but I guess it is not as simple as I thought…
Can you show me an example of how I might write the aeofwc_offer_form_top_message filter in my child theme functions.php folder to change the message to say:
“Tell us the price you need, and we’ll do our best to match or beat it.”Thanks,