Diane Kelm

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 45 total)
  • Author
    Posts
  • in reply to: Javascript Error #380714

    Diane Kelm
    Buyer
    Post count: 49

    I was able to fix this issue.
    Thank you for your help.
    was related to WP Easy Updates plugin.

    in reply to: dequeue assets #316075

    Diane Kelm
    Buyer
    Post count: 49

    It would still be helpful to know how to dequeue add-ons for other non geo-dir pages
    Thank you.

    in reply to: dequeue assets #313731

    Diane Kelm
    Buyer
    Post count: 49

    i found this code..
    add_action( ‘wp’, ‘wpdocs_dequeue_script’, 100 );
    function wpdocs_dequeue_script() {
    if (!geodir_is_geodir_page()){
    remove_action(‘wp_enqueue_scripts’, ‘geodir_templates_scripts’);
    remove_action(‘wp_enqueue_scripts’, ‘geodir_templates_styles’, 8);
    }
    }

    I also need example to remove add-ons.
    Using all of them
    including the gt vouchers, business hours

    in reply to: GD Related Posts Widget #308770

    Diane Kelm
    Buyer
    Post count: 49

    Yes, that’s it. Great Thanks Jeff

    in reply to: Profile tab #306664

    Diane Kelm
    Buyer
    Post count: 49

    will this call remove everything in the profile tab?
    remove_action( ‘geodir_details_main_content’…

    I still want to keep description.
    is description $post->post_description?

    in reply to: gd-login with buddypress #306422

    Diane Kelm
    Buyer
    Post count: 49

    wonderful. Thank you!

    in reply to: Profile tab #305515

    Diane Kelm
    Buyer
    Post count: 49

    Thank you, what is the format to access my custom fields?

    in reply to: gd-login with buddypress #305143

    Diane Kelm
    Buyer
    Post count: 49

    Hi Sorry for not being more clear.
    Example: When a user get an email they have a new message/friend etc and they are not logged into the system, they are brought to the page wp-login.php?redirect_to=http://staging.wholistichive.com/members/dianesmith/messages/view/8/&action=bpnoaccess

    I redirect this url to /gd-login/?redirect_to=http://staging.wholistichive.com/members/melissaverton/messages/view/8/&action=bpnoaccess

    I would like to display the error message in the login form “You must log in to access the page you requested.”

    Everything works perfect with login and redirect except /gd-login/ is not capturing this error message and displaying it in the form.

    Does that make sense?

    So I will catch BP message and can assign it to ?logemsg=XXX then display that message

    in reply to: gd-login with buddypress #304729

    Diane Kelm
    Buyer
    Post count: 49

    Hi paolo
    The first code is $_GET[“action”] which will be bpnoaccess
    I will display: You must log in to access the page you requested.

    I would like to capture that code and display it in the GD login error message area

    in reply to: gd-login with buddypress #304326

    Diane Kelm
    Buyer
    Post count: 49

    Thank you for your reply.
    I am using GD-Buddypress integration add-on. I am using the registration form.
    The issue I am having is when the user logs-in

    I am using gd-login
    I would like gd-login to be able to capture buddypress login loerror codes so that they will be displayed in /gd-login/

    in reply to: Placeholder Text for Title #303249

    Diane Kelm
    Buyer
    Post count: 49

    should be this…

    in reply to: Placeholder Text for Title #303247

    Diane Kelm
    Buyer
    Post count: 49

    Oh no…

    It worked but now the selection boxes have disappeared…

    in reply to: Placeholder Text for Title #303246

    Diane Kelm
    Buyer
    Post count: 49

    That worked.
    When I put it in document ready it did not work.

    Thank you!!

    in reply to: Directory FB share #303240

    Diane Kelm
    Buyer
    Post count: 49

    Hi Kor:
    I ended up disabling the social share and I am using a plugin AtToAnyShare

    And that fixed it.
    The plugin works better too…

    Thanks.

    in reply to: Placeholder Text for Title #303012

    Diane Kelm
    Buyer
    Post count: 49

    It would be nice to have the ability to set placeholders to fields
    also set an input mask.

Viewing 15 posts - 1 through 15 (of 45 total)