Forum Replies Created

Viewing 40 posts - 1 through 40 (of 272 total)
  • Author
  • in reply to: Re: Privacy #134168
     cali82
    Participant
    Not marked as solution
    in reply to: Re: Privacy #133759
     cali82
    Participant
    Not marked as solution
    in reply to: Re: Privacy #133490
     cali82
    Participant
    Not marked as solution
    in reply to: Re: Last Login #121179
     cali82
    Participant

    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!

    in reply to: Re: Last Login #118312
     cali82
    Participant

    Thanks=)

    I can’t seem to submit a new ticket, did the support system change? I wanted to ask a different question.

    Thanks again!!

    in reply to: Re: Last Login #117051
     cali82
    Participant

    Hello =)

    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’ );

    in reply to: Menu #112106
     cali82
    Participant

    Hello =)

    I deactivated the plugin that is causing the issues.

    Thanks

    in reply to: Menu #111863
     cali82
    Participant

    frenchrivieraconnect.com =)

    in reply to: Woo commerce Price Appearing Twice #96325
     cali82
    Participant

    Hello=)

    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!

    in reply to: My Account | Woocommerce #95999
     cali82
    Participant

    Hello=)

    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!

    in reply to: My Account | Woocommerce #95804
     cali82
    Participant

    Hello:)

    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!

    in reply to: Force Membership Level #95663
     cali82
    Participant

    Hello=)

    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!

    in reply to: Product Image Display #95662
     cali82
    Participant

    Hello=)

    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!

    in reply to: Woo commerce Price Appearing Twice #95659
     cali82
    Participant

    Thanks=)

    in reply to: Woo commerce Product Variations #95658
     cali82
    Participant

    Thanks=)

    in reply to: Translation #95497
     cali82
    Participant

    Hello:)

    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!

    in reply to: Woo commerce Product Variations #95486
     cali82
    Participant

    Hello:)

    frenchrivieraconnect.com/wp-admin
    admin
    Foofy123!

    At the moment it’s deactivated, while I work, but please enable t so you can see what’s not functioning. I basically deactivate it when I add products, then activate it when I’m finished. I would like to not have to do this.:/

    Thank you!

    in reply to: Header Transparency #95476
     cali82
    Participant

    Fore example, like this=)

    http://rivieraluxedesign.com/en/

    Thanks!

    in reply to: Woo commerce Price Appearing Twice #95432
     cali82
    Participant

    Hello=)

    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!

    in reply to: Force Membership Level #95430
     cali82
    Participant

    I forgot something!

    add_filter(
    ‘bpdev_autoactivate_redirect_url’,
    ‘vd_redirect_to_membership_level’,10,2);
    function
    vd_redirect_to_membership_level(
    $user_url, $user_id){
    return
    http://frenchrivieraconnect.com/membership-levels”;
    }

    in reply to: Force Membership Level #95428
     cali82
    Participant

    Hello 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!

    in reply to: Force Membership Level #95424
     cali82
    Participant

    Hello =)

    This is the Custom CodeI have in /home/frenchr6/public_html/wp-content/plugins/bp-custom.php. I was trying to make the members upload a profile as well. So basically I would like to make them choose a membership and upload a profile, but I guess if the y don’t want to upload a profile they don’t have to.

    <?php

    if ( !defined( ‘BP_AVATAR_THUMB_WIDTH’ ) )
    define( ‘BP_AVATAR_THUMB_WIDTH’, 120 ); //change this with your desired thumb width

    if ( !defined( ‘BP_AVATAR_THUMB_HEIGHT’ ) )
    define( ‘BP_AVATAR_THUMB_HEIGHT’, 120 ); //change this with your desired thumb height

    if ( !defined( ‘BP_AVATAR_FULL_WIDTH’ ) )
    define( ‘BP_AVATAR_FULL_WIDTH’, 580 ); //change this with your desired full size,weel I changed it to 260 :)

    if ( !defined( ‘BP_AVATAR_FULL_HEIGHT’ ) )
    define( ‘BP_AVATAR_FULL_HEIGHT’, 580 ); //change this to default height for full avatar

    add_filter( ‘bpdev_autoactivate_redirect_url’, ‘vd_redirect_to_membership_level’, 10, 2 );
    function vd_redirect_to_membership_level( $user_url, $user_id ){

    return “http://frenchrivieraconnect.com/membership-levels&#8221; ;
    }

    Please let me know what you think.

    Thanks!

    in reply to: Woo commerce Price Appearing Twice #95388
     cali82
    Participant

    Hello=)

    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!

    in reply to: Force Membership Level #95384
     cali82
    Participant

    Hello=)

    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!

    in reply to: Translation #95353
     cali82
    Participant

    Hello=)

    So there aren’t any already made translations for any of the plugins? Or the theme? I must translate myself correct?

    Thanks!

    in reply to: Geo Location #95352
     cali82
    Participant

    Hello=)

    I will try.

    Thanks!

    in reply to: Woocommerce Cart #95298
     cali82
    Participant

    Hello=)

    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!

    in reply to: Woo commerce Price Appearing Twice #95110
     cali82
    Participant
    in reply to: Translation #94444
     cali82
    Participant

    Hello 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!

    in reply to: Remove Title Woocommerce #94421
     cali82
    Participant

    Hello=)

    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!

    in reply to: Remove Title Woocommerce #94357
     cali82
    Participant

    The page on my site is frenchrivieraconnect.com/shop-all-trends

    Thanks again=)

    in reply to: Incorrect Page Redirecting #94354
     cali82
    Participant

    Hello=)

    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!

    in reply to: Incorrect Page Redirecting #94232
     cali82
    Participant

    frenchrivieraconnect.com/shop-all-trends

    credentials:
    frenchrvieraconnect.com/wp-admin
    admin
    Foofy123!

    Thanks!

    in reply to: Geo Location #94203
     cali82
    Participant

    Hello =)

    frenchrivieraconnect.com/wp-admin
    admin
    Foofy123!

    Thanks!

    in reply to: Sidebar Checkout #93888
     cali82
    Participant

    Hello=)

    Could you make my website name private please?

    Thanks!

    in reply to: Woocommerce Price #93881
     cali82
    Participant

    Hello=)

    The font size appears larger.

    Thank you!

    in reply to: Woo commerce Product Tags #93880
     cali82
    Participant

    =)

    in reply to: Woo commerce Product Tags #93878
     cali82
    Participant

    Hello,

    It worked. I do not see the tags on the single product pages.

    Thanks!

    in reply to: Woo commerce Product Tags #93201
     cali82
    Participant

    My credentials:

    frenchrivieraconnect.com/wp-admin
    admin
    Foofy123!

    =)

    in reply to: Woo commerce Product Tags #93200
     cali82
    Participant

    Hello=)

    I still see it in the products single pages. Please assist.

    Thanks!

    https://frenchrivieraconnect.com/product/chandelier-earrings/

Viewing 40 posts - 1 through 40 (of 272 total)

Log in with your credentials

Forgot your details?