curiositykillsthecat
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Tickets and Registration] Put ticket form in archive page?@abzlevelup If I buy the Pro, will I be able to change the function of the button to redirect user (who have bought it) to somewhere?
Forum: Plugins
In reply to: [Event Tickets and Registration] Is there a button to buy one ticket?Thanks.
Forum: Plugins
In reply to: [Event Tickets and Registration] Put ticket form in archive page?Can you provide me a link to read up to check if this is really what we needed before we buy the Pro version?
Thank you, the second link is what I was looking for.
To prevent the page refresh, you need to add interaction between two tables using javascript.
Can you drop me some hints? ??
Solved by changing
$
tojQuery
…@missveronicatv
Thanks, this solved the problemForum: Plugins
In reply to: [Redirection] Can I make it only work for user who is not logged in?I didn’t expect the answer to be so simple. Thank you.
Problem solved. Used “Duplicator” and “WP All Import”.
- This reply was modified 4 years, 9 months ago by curiositykillsthecat.
Problem solved. Answer: SSL.
Thank you, catacaustic! Your idea works.
Forum: Plugins
In reply to: [Simple Product Options for WooCommerce] Moving the optionsThank you!
Forum: Plugins
In reply to: [Simple Product Options for WooCommerce] Moving the optionsUpdate:
Ignore the last sentence of my initial post.
What I want is to have Price and your plugin’s Options on the archive loop.
So I moved
woocommerce_template_single_add_to_cart
to the loop. But the Options do not appear there. I thought maybe it only affectwoocommerce_template_single_price
, so I moved that to the loop as well. The Options are still not appearing on the loop.Forum: Plugins
In reply to: [WP2Static] Cannot download generated zip because cleanup deleted itResolved.
Forum: Developing with WordPress
In reply to: How to get link of attachment page based on attachment ID?orz
Answer is to use
get_attachment_link
.