conradude
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] selectable recipients with pipes doesn’t workHello @codekraft
quotes are goods, they have been modified in my post.
And I’m talking about the field For, nor From (domain name is not important).Here is the code without the wrong quotes :
[select* subject "First|myemail@mysite.com" "Second|myemail@mysite.com"]I tried to do this in the For field :
[subject] <[_raw_subject]>
but doesn’t work either.Alright, thank you for the quick answer !
@angelo_nwl I’ve added this line in two places : the event description itself and the events > settings > formatting > events > default event list format
As you can see on https://www.charlesfreger.com/exhibitions/ the code appear but doesn’t truncate the event desc. I tried to add the wordpress “read more” in it, but nothing changes.
@aprilschmitt27 Thanks a lot, I can see that I already have an excerpt function in my theme. I tried anyway with your but nothing changed. Thanks anyway, that’s nice of you.
- This reply was modified 6 years, 5 months ago by conradude.
Hi @angelo_nwl and thank you. I trie it but nothing happens. I still see “#_EVENTEXCERPT{20,…} Read More” in the text without nothing happening as you can see in https://www.charlesfreger.com/exhibitions/
Thanks for your answer @angelo_nwl . I’m not sure what you’re asking.
I went to Events > Settings > Formatting, opened the Events tab and found the textarea called “Default event list format”.
In it, I have this :
<tr> <td> #_EVENTDATES<br/> #_EVENTTIMES </td> <td>I tried modifying like this but nothing changed
<tr> <td> #_EVENTDATES<br/> #_EVENTTIMES #_EVENTEXCERPT{20,…} Read More </td> <td> #_EVENTLINK {has_location}<br/><i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>{/has_location} </td> </tr>What should I do ? Thank you
Hello @angelo_nwl yes sure !
You can see here https://www.charlesfreger.com/exhibitions/
i tried to add the placeholder.
Thank you
Hi @angelo_nwl any idea how I could fix this ? Thank you
Thank you for your answer @angelo_nwl but it doesn’t seem to work. Actually, it just writes the exact same line you sent me. I’ve edited the event in text mode instead of visual to be sure. The “read more” link appears after the #_EVENTEXCERPT placeholder but with #_EVENTURL as href.
Do I have yo activate the placeholders to use them ? I didn’t see anything about activating it in the help section of the module.
Thank you !
- This reply was modified 6 years, 7 months ago by conradude.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Stripe not showing input fieldsFound the solution for me : stripe.js and https://js.stripe.com/v3/ weren’t loaded. It was a problem in the template I’m using. Verify your console (to see if there are errors, if yes, it won’t work) and verify if all files are well loaded.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Stripe not showing input fieldsHello, I’m having the exact same problem here. Any one found the solution ?
Oh cool thanks ! i’ll try it asap.
Yeah I think that’s the problem. Plugin might not work when in multisite network.