Josh Ovett

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • in reply to: Merge codes #437296

    Josh Ovett
    Expired Member
    Post count: 19

    How can I show the First and Last name field in any of the sections in line. vs stacked.
    Is that just CSS?

    in reply to: Merge codes #437293

    Josh Ovett
    Expired Member
    Post count: 19
    This reply has been marked as private.
    in reply to: Merge codes #437291

    Josh Ovett
    Expired Member
    Post count: 19

    On our site we want to import data to gl_places and into the title or in the description show the First Name and Last name in the description since the data is already in the system.

    I was looking at this https://wpgeodirectory.com/support/search/?bbp_search=add+html+variable
    that Guust posted . I can add this in using snippets. Just not sure what do to show the First and Last name using short coded in the title or description attached is a mock up.
    Thanks

    To enable shortcodes in an HTML field added in a Fieldset, add this code snippet:

    add_filter(‘geodir_tab_show_geodir_XXX’,’my_enable_shortcodes_on_field’,10,2);
    function my_enable_shortcodes_on_field($html, $variables_array){
    return apply_filters(‘the_content’, $html);
    }
    Replace XXX with the HTML variable name of your HTML field.
    Keep the HTML field admin only, do NOT give your users access to it, it is a security risk.

    in reply to: UPdating plugins required deactivation of keys #435552

    Josh Ovett
    Expired Member
    Post count: 19

    We do have WordPress Easy Updates installed . and I update it first..

    in reply to: UPdating plugins required deactivation of keys #435523

    Josh Ovett
    Expired Member
    Post count: 19
    This reply has been marked as private.
    in reply to: explanatory text above the Login / Register boxes #424916

    Josh Ovett
    Expired Member
    Post count: 19

    I have in the mean time added as filter as described in post above
    and we now have text. Based on the prior post a year ago it said there was going to be a place to edit form in the interface. Not sure if that ever made it to production. Please advise.

    I added this code and it is showing now.

    
    
    add_action('geodir_sidebar_signup_top', 'my_signin_customtext');
    
    function my_signin_customtext() {echo '<h3>If you have not registered as user yet, please Sign up first and you will get and email with credentials</h3>';}
    in reply to: explanatory text above the Login / Register boxes #424915

    Josh Ovett
    Expired Member
    Post count: 19

    using supreme and starter theme

    in reply to: explanatory text above the Login / Register boxes #424914

    Josh Ovett
    Expired Member
    Post count: 19

    https://firstlookequities.com/add-listing/?listing_type=gd_place

    trying to add text above boxes sign up now or sign in

    in reply to: Modify Footer Credits Supreme DirectoryVersion: 1.1.7 #417793

    Josh Ovett
    Expired Member
    Post count: 19

    That worked by adding using code snippets plugin
    Thanks

    in reply to: When listing is added listings show up in /listing-preview/ #417295

    Josh Ovett
    Expired Member
    Post count: 19

    I am using divi theme

    in reply to: This page isn’t working #416382

    Josh Ovett
    Expired Member
    Post count: 19

    ok i see it now. and have it installed.

    so do i deactivate the Stripe Payment GeoDirectory Add-on
    and use the wp invoicing stripe now or both.

    in reply to: This page isn’t working #416376

    Josh Ovett
    Expired Member
    Post count: 19

    IN the invoicing > settings >payment gateways I do not see stripe listed.
    PayPal Standard
    Authorize.Net (AIM)
    Worldpay
    Pre Bank Transfer
    Test Payment

    Does the stripe come as part of the subscription as a member ? I have a full subscription to GeoD. but in https://wpinvoicing.com/your-account/subscriptions/ is shows nothing.

    Please advise.

    in reply to: This page isn’t working #416374

    Josh Ovett
    Expired Member
    Post count: 19

    so deactivate the Stripe Payment GeoDirectory Add-on
    and use the wp invoicing stripe .

    in reply to: Email Notification Shortcode for Packageid or title #416373

    Josh Ovett
    Expired Member
    Post count: 19

    We are a new customer for GeoD.

    So we are just getting started and setting up our first site this week for 265,000 listings.

    The email that i want to add an email shortcode is to either:

    the Notifications>admin emails>Post submit success to admin email

    or

    if it comes from the prices and payments >prices> package >
    admin emails section shortcode for package id and /or the title would work.

    I want to be notified is of either package id and or the title from the prices and payments >prices> package ..

    Use Case :
    Basically when a new listing is claimed or created, i want to know what package was ordered, duration or expiration

    If a listing is upgraded , I want to know package they upgraded to, duration or expiration

    If a listing is renewed I would like to know what package and duration or expiration

    What we will be doing is sending this email info to our sales automation system and parsing the information into the database and sending a sequence of communication to upsell listings and making sales calls.

    I am open to ideas. Basically I would like to know the customer , address , email, phone , listing, duration and package

    in reply to: This page isn’t working #416348

    Josh Ovett
    Expired Member
    Post count: 19

    there is no ftp access to this server. So we are building another test site that will have it . That way we can tell what the issues are when we apply to our production site.

    This was a fresh install with Divi as the theme.

    Once the next site is up if the same thing happens , we are doing it now I will reach out with access creds.

    Josh

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