arkadiusz

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Hide prece package on different user role? #506420

    arkadiusz
    Expired Member
    Post count: 6

    Kiran You Rock!!!!

    The snippet works as i have imaged. Thanks a lot!

    in reply to: Hide prece package on different user role? #506368

    arkadiusz
    Expired Member
    Post count: 6

    Hi Alex,

    Thanks for the quick response.Unfortunately hiding the package only with CSS makes no sense in my case.

    I guess all I am trying to do it is to find the work around GD “pay per publish” model. Maybe this model was working 5 years ago but in my opinion ( i come from marketing background ) this model puts a serious limitations on marketing the directory and finding the pay clients…

    Anyway ( i am not a programer) but I think it should be fairly easy to write a function that only triangles css if particular user is login in: maybe something like this ( however I can not find it to work )

    add_action(‘wp_head’, ‘hidingCss’);
    function hidingCss() {
    if (is_user_logged_in()) {
    $user = wp_get_current_user();
    $role = (array) $user->roles;
    {
    //.subscriber-user is a class which you are targeting for hide any element
    echo ‘<style>.’.$role[0].’ { display: none !important; }</style>’;
    }
    } else {
    return true;
    }
    }

    What do you think ?

    in reply to: Wrong City- District name is displayed as city #506277

    arkadiusz
    Expired Member
    Post count: 6

    Thanks for your reply…I was scratching my head trying to fix it myself…

    I am developing the site on my localhoust at the moment. Once it is ready I will put it on stage so we can find the fix for it…

    Thanks

    in reply to: How to cancel reoccurring payments #452519

    arkadiusz
    Expired Member
    Post count: 6

    I am using the Invocing with Price Manager addon …

    Could you please explain the process of managing recuring listings with both options ( Invoicing and Woocommerce )

    From what I have managed to see is, that the user has very limited options in seeing which listings are recuring and when is the next billing time as well as a missing a simple button to cancel the billing cicle…

    Please let me now if I missing something here…

    in reply to: How to cancel reoccurring payments #452484

    arkadiusz
    Expired Member
    Post count: 6

    thanks very much for it… is my MyCred allows to create a credit in the user account ?

    in reply to: Conditional Subcategories #452408

    arkadiusz
    Expired Member
    Post count: 6

    That is not a good news ! … but thanks for your replay anyway….

Viewing 6 posts - 1 through 6 (of 6 total)