bttmrc
Forum Replies Created
-
Forum: Plugins
In reply to: [Groups] BBPRESS + GroupsNevermind, it doesn’t.
Nevermind, found the error. The store only had the url and not a store name.
That function is workin, but besides the product summary, how can we change it to the title or short description?
Yes but it not even showing in the checkout.
Example: https://imgur.com/a/PvdAZQK
Sadly its not working, I added that to my child theme functions file
Ok, so I was able to achieve what I wanted by going to:
/includes/xoo-el-functions.phpand change
$item->title = get_avatar($user->ID).str_replace( 'username' , $user->user_login , $item->title );
to
$item->title = get_avatar($user->ID).str_replace( 'username' , $user->first_name , $item->title );
Is there anything I can do to not lose the changes in the next update, or better yet can you add this as a option? Or even better, is this an option on the paid version?
Forum: Reviews
In reply to: [Side Cart Woocommerce | Woocommerce Cart] SupportYeah my bad, just realized I clicked on review instead of support.
Forum: Reviews
In reply to: [Side Cart Woocommerce | Woocommerce Cart] SupportGot the email, everything is good now. On my way to buy the modal login ??
Forum: Themes and Templates
In reply to: [MH Magazine lite] Remove Link in header logo.logo-wrap a {
pointer-events: none;
}Forum: Plugins
In reply to: [Download Manager] ExportI went to ‘Export’ chose ‘Downloads’
Them imported the xml file in the new site but then I only got ( attached file is missing/deleted )There are some strings like ‘confirm password’ that don’t appear on loco
Forum: Plugins
In reply to: [Responsive Posts Carousel] Carousel contents not found!Nevermind this. For some reason, all my posts went to ‘trash’
Forum: Plugins
In reply to: [Affiliates Manager] Doesn’t this work with Bank Transfer?I did another test with paypal sandbox and got the same result.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Frontend subsmissionThank you Jim
How can I remove some fields using the shortcode?
Also, and this one is far fetched but let me ask anyway.
Lets say I create a CPT called SESSIONS and the front end submit looks like this: https://imgur.com/4W9EWr8
Is it possible to create some sort of leaderboard like this after?
That is quite all right.I will mark this as solved, but let me know if you add that feature to a public vote on trello so I can go there an vote.
?
You said so yourself that was silly of you not to have that. The emails are exactly the same the only thing that changes is the course name and link.
When we use woocommerce to sell products we don’t create individual emails for every single product do we?