yourvirtualtemp
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How to add customer name to new customer admin order emailSo I can’t add any of these to the subject line then? The only way is to buy yet another extension or create a new php page?
{customer_username} Displays the username of your customer
{customer_first_name} Displays the first name of your customer
{customer_last_name} Displays the last name of your customer
{customer_name} Displays the concatenated first and last name of your customerForum: Plugins
In reply to: [Clean Testimonials] Author showing up as logged in user/AdminI figured out the issue…I was using Testimonial Category pages, and that’s when it was showing my user/admin login name instead of the “Client” name.
Changed to individual pages with the category shortcode and the issue resolved.
Thanks.Forum: Themes and Templates
In reply to: Zeke 1.0 – How do I show blog titleUpdate, the blog titles show on every page except the main/current article.
Forum: Plugins
In reply to: [Slideshow] White space between image and borderHi Stefan, here is my element settings:
.slider {
float: left;
width: 575px;
overflow: hidden;
border: 10px solid #fff;}