Forum Replies Created
-
Author
-
cali82Participant
Hello=)
I can’t seem to create a new ticket. I believe he user interface changed a bit. Could you please guide me as to where I can create a new ticket?
Thanks!
cali82ParticipantThanks=)
I can’t seem to submit a new ticket, did the support system change? I wanted to ask a different question.
Thanks again!!
cali82ParticipantHello =)
I found this online and it worked. I still do see the little clock icon though. Please let me know if there is a better code or I can add anything to remove the icon.
Thanks a bunch!
CODE:
/* remove “not recently active” */
function bpfr_core_get_last_activity( $last_activity_date, $string ) {
if ( empty( $last_activity_date ) )
// we do nothing
$last_active = ”;
else
$last_active = sprintf( $string, bp_core_time_since( $last_activity_date ) );
}
add_filter( ‘bp_core_get_last_activity’, ‘bpfr_core_get_last_activity’ );/* remove whole recently active filter */
function bpfr_remove_last_activity_filter() {
remove_filter( ‘bp_core_get_last_activity’, $last_active, $last_activity_date, $string );
}
add_filter( ‘bp_core_get_last_activity’, ‘bpfr_remove_last_activity_filter’ );cali82ParticipantHello =)
I deactivated the plugin that is causing the issues.
Thanks
cali82ParticipantThis reply has been set as private.cali82ParticipantHello=)
The code sometimes seems to work now, but the issue is that sometimes there isn’t price that displays. =/
I need a new solution. lol Any suggestions?Thanks!
cali82ParticipantHello=)
Yes, I do use buddy press, but I did not see that in my profile? I did add the page to the menu, but I would like to put it in the faqs where they can easily access all their past orders. Please let me know where in the profile it shows it, I can’t seem to find it.
I saw a nice paid plugin that displays it really nicely, perhaps I will purchase it in the future.
Thanks!
cali82ParticipantHello:)
I guess I was wondering if the people that shop can log into their account and look at their orders? So I thought that “my account” would be the place?
I see it for the paid membership plugin and have it on my site, but I wasn’t sure if how to display it for woocommerce customers to log in and see their purchases.
Thanks!
cali82ParticipantHello=)
You are the boss and know better than I do. I have followed your instructions. Plugin is deactivated (redirect is removed) and I added your code.
Thanks!
cali82ParticipantHello=)
Yes, the layout and I like when you click on the image it changes in the same main area of the product image. Also, if I would like to zoom I click on the main image.
Thanks!
cali82ParticipantHello:)
No problem. Come lately understand. I was just wondering if some of the Mai lions had translation basics, but of course I could translate the rest.
Also, do you recommend wpml or should I just use loco translate?
Thank you!
cali82ParticipantHello=)
I found a pretty good temporary code, which disables the main price on the top left when there is a variation and only shows the variation price.Please let me know if you know of something else that can make each variation price only show up large on the top left as you click on it.
//override woocommerce function
function woocommerce_template_single_price() {
global $product;
if ( ! $product->is_type(‘variable’) ) {
woocommerce_get_template( ‘single-product/price.php’ );
}
}Thanks!
cali82ParticipantHello again=)
Originally they gave me this to just redirect to membership only, before I asked how to force a profile as well. I do not have this specific code in there, but was wondering if I need it? After adding the code you suggested in the forum. Sorry if I am all over the place. I just tried to do so man things and now I need to make sure I delete the correct stuff. I deleted the custom php I previously posted.
add_filter(
‘bpdev_autoactivate_redirect_url’,
‘vd_redirect_to_membership_level’,10,2);
function
vd_redirect_to_membership_level(
$user_url, $user_id){Thanks!
cali82ParticipantHello=)
Is it possible for the price to change as you click on the item, but on the top left section? I guess that is what I meant by it showing up twice. I do see that when I click on a variation it changes, but it shows up two times and it looks weird. (at least I think it does lol)
Please assist.
Thanks!
cali82ParticipantHello=)
I did the following you suggested, but I also have a plugin that redirects to the membership after signing up. Could u please tell me if my settings are fine now? I can’t figure it out.
Thanks!
cali82ParticipantHello=)
So there aren’t any already made translations for any of the plugins? Or the theme? I must translate myself correct?
Thanks!
cali82ParticipantHello=)
Ohhh yes, lol. Is woocommerce set up to do that in general? I meant to let you know that I do have a plugin for the cookies.
Happy Holidays! I guess I am not the only one working! You guys really are amazing! =D
Thanks!
cali82ParticipantHello again=)
I just saw that you recommended Loco so I downloaded it=) I was wondering how to translate your theme and buddy press and bbpress is possible.
I would also like to donate something I ask too many questions and you guys are awesome!=P
Thanks in advance!
cali82ParticipantHello=)
I did go to the header settings and do what you recommended perviously, but because it is a woo commerce catalog page, perhaps it is not working? Is there something else I can do please?
Thanks!
cali82ParticipantHello=)
I removed the mobile redirect to the app, as it was causing a lot of problems. Even my essential grid plugin works just fine now.
Thanks!
-
AuthorPosts