Marina Orlando

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 21 total)
  • Author
    Posts
  • in reply to: No sub-menu on mobile #364997

    Marina Orlando
    Expired Member
    Post count: 22

    Well it doesn’t behave correctly…it does work as supposed to on all wp default themes, on Avada, Enfold, X and so on. It’s definitely a Whoop js problem. Anyway I will use a workaround using CSS like so:

    .mm-list a.mm-subopen {
    width: 100%;
    }

    that will make the custom link to recall the sub-menu. Thanks anyway.

    in reply to: No sub-menu on mobile #364830

    Marina Orlando
    Expired Member
    Post count: 22

    Is there a way to make it work on the link as supposed to be instead of that snall semi-invisible arrow on the right?

    in reply to: No sub-menu on mobile #364820

    Marina Orlando
    Expired Member
    Post count: 22
    This reply has been marked as private.
    in reply to: Change order of fields in search bar #354531

    Marina Orlando
    Expired Member
    Post count: 22

    Works like a charm! Thank you Giri

    in reply to: Need a privacy acceptance on registration #325102

    Marina Orlando
    Expired Member
    Post count: 22

    Actually that was my first try but agreeable, which I used couple of times in the past, in my actual project was working with default wp registration only and not with gd, that’s why I turned to your support. BTW, I then found the function to turn signup into a regulat editable template so I was able to add what I needed. Best regards.

    in reply to: Need a privacy acceptance on registration #324922

    Marina Orlando
    Expired Member
    Post count: 22

    Never mind…..I managed to do it myself. Eventually I’ll get back to support in case my client wants an opt-in registration. I guess BuddyPress should have that feature but I’ve never used its registration form and I’m not familiar with it. Thanks anyway.

    in reply to: Buddypress tabs order #320113

    Marina Orlando
    Expired Member
    Post count: 22

    Great, thanks…works like a charm!

    in reply to: Buddypress tabs order #319426

    Marina Orlando
    Expired Member
    Post count: 22

    OK Paolo, actually it’s not that easy to figure out where to post a request since I have a hard time to understand what is related with what…BTW, I’ll wait for a sort of hint on where to put my hands. Thank you

    in reply to: Popular post view widget #318824

    Marina Orlando
    Expired Member
    Post count: 22

    OK Guust, thanks for your reply…I guess I will go with one widget for each CPT then.

    in reply to: Design > Listing default view not working #317967

    Marina Orlando
    Expired Member
    Post count: 22

    Damn…..I forgot the Search tab! Thank you, it was set on 2 columns, now it’s working.

    in reply to: Design > Listing default view not working #317842

    Marina Orlando
    Expired Member
    Post count: 22
    This reply has been marked as private.
    in reply to: Problem with dropdown in the search bar #317725

    Marina Orlando
    Expired Member
    Post count: 22

    OK, then I probably don’t remember well how things were before my changes. I thought I had ‘Select category’ in the first field and ‘Select profession’ in the second one but, if you say so and now it makes a lot of sense to me, I’ll keep this configuration and it will be OK. Thank you Paolo.

    in reply to: Problem with Add Photo #315498

    Marina Orlando
    Expired Member
    Post count: 22

    Thank you for your precious help. I post this in public because it might help someone else. The function

    add_filter('whoop_big_header_show_add_photo_btn', '__return_false');

    takes the ‘Add Photo’ button away for everyone, so, since my intent was to let admin and the post author to see it and nobody else, I changed it to:

    
    
    global $current_user;
    	get_currentuserinfo(); 
    	if (is_user_logged_in() && $current_user->ID == $post->post_author || current_user_can('administrator') ) {		
    	}
    	else {
    add_filter('whoop_big_header_show_add_photo_btn', '__return_false');
    	}

    …and it’s working like a charm. Thank you again Kor, Paolo and Giri.

    in reply to: Problem with Add Photo #314994

    Marina Orlando
    Expired Member
    Post count: 22
    This reply has been marked as private.
    in reply to: Problem with Add Photo #314323

    Marina Orlando
    Expired Member
    Post count: 22
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 21 total)