Kiran

Forum Replies Created

Viewing 15 posts - 5,161 through 5,175 (of 6,022 total)
  • Author
    Posts
  • in reply to: GD Homepage not showing #381240

    Kiran
    Moderator
    Post count: 7069

    Hi Reza,

    I have added code snippet in your theme functions.php file (see at the end of file). You can find that code in my previous reply too, so in future you can add it again in case you loose code after update. You can also use it for another site.
    This code adds some styles and adds wrapper classes to GD pages to make GD pages compatible with mesocolumn theme.

    Thanks,
    Kiran

    in reply to: Some problems about payments plugin #381238

    Kiran
    Moderator
    Post count: 7069

    Hi Javier,

    1)
    < To know why Stripe gateway does not appear check this one https://wpgeodirectory.com/support/topic/cant-see-stripe-to-check-like-a-payments-of-invoicing-plugin/#post-381236
    2Checkout gateway in not have recurring feature added for Invoicing. We have a plan to add it in future.

    2)
    < Let us provide FTP details, so we can looking into more to find what is the actual problem there.

    3)
    < Currently for Invoicing we have enabled recurring feature for PayPal, Stripe & Authorize.Net gateways. These gateways handles auto recurring payment from customers via their system, and once payment received it sends all the details to your website. At your website end it process the payment response from gateway site and create the new/update invoice.

    For pre bank transfer this all recurring payments needs to be done manually all the time, that’s why we have not added recurring feature for pre bank transfer.
    We have added feature request to add recurring payment feature for pre bank transfer too.

    Thanks,
    Kiran


    Kiran
    Moderator
    Post count: 7069

    Hi Javier,

    Invoicing has its on separate addon “wpinv-stripe-payment (Invoicing – Stripe Payment Gateway)” for Stripe Gateway, the old Payment Manager’s Stripe addon does no longer support the Invoicing addon.
    You have not installed Invoicing – Stripe Payment Gateway addon that’s why it not appearing in list of gateways.

    Thanks,
    Kiran

    in reply to: Duplicate Content – Breadcrumbs #381234

    Kiran
    Moderator
    Post count: 7069

    Hi Lance,

    Let us provide admin access. Also post url on which you placed “popular location” widget.

    My IP is 124.125.156.159

    Thanks,
    Kiran

    in reply to: GD Booster & WooCommerce #381232

    Kiran
    Moderator
    Post count: 7069

    Hi There,

    The credentials you provided works but it has not backend access. Let us provide admin access so can look into backend.

    Thanks,
    Kiran

    in reply to: cpt links #381226

    Kiran
    Moderator
    Post count: 7069

    Hi There,

    As far current feature of linking CPT working, one CPT is linkable to only one CPT. one CPT can’t linkable to more than one CPT, that’s why it shows only one linked CPT tab on detail page.

    Let us know.

    Thanks,
    Kiran

    in reply to: Long/Lat Custom Field Meta #381223

    Kiran
    Moderator
    Post count: 7069

    Hi Mike,

    The code of lines you posted is correct to get listing latitude & longitude. But make sure the $post_id is belongs to one of GD listing.

    Thanks,
    Kiran

    in reply to: Multi Locations location issue + Cluster not working #381113

    Kiran
    Moderator
    Post count: 7069

    On listings & home page map it finds the center of the markers and set that point as a map center. So it is not possible to map focused on a different city, if map have many markers.

    Kiran

    in reply to: Multi Locations location issue + Cluster not working #381100

    Kiran
    Moderator
    Post count: 7069

    Hi Mark,

    Please check marker cluster working fine now. You have added that map via shortcode. If you are displaying map via shortcode then marker_cluster=1 should be added to enable marker cluster.

    Thanks,
    Kiran

    in reply to: Admin Site Using Translations When Shouldn't #381095

    Kiran
    Moderator
    Post count: 7069

    Hi kairei,

    Can you explain steps how can i replicate it from my site? Did you checked for non GD plugin with same process?
    GD have some custom fields translation which has texts saved for selected language, so may be it can be imported in different language.

    Let us know.

    Kiran

    in reply to: GD Franchise Pricing #381090

    Kiran
    Moderator
    Post count: 7069

    Hi Alistair,

    New invoice will be generated on each payment successfully received.
    Suppose listing has a annual plan then it generates the first invoice when listing added, and then it generates new invoices on each annual recurring payment received.

    Annual Listing = £200 + Franchise = £100 (incentivising annual payment)
    < This will generate new invoice of £200 each time annually payment received.

    Monthly Listing = £20 + Franchise = £10
    < This will generate new invoice of £20 each time monthly payment received.

    Franchises payment done separately and it generates separate invoices.
    For Ex:
    1) Listing created with plan Monthly Listing £20
    2) Payment done and invoice of £20 generated
    3) Added 2 franchise listings (each franchise cost = £2)
    4) Amount of £4 payment done for franchise listings
    5) It generate new invoice of £4 for the payment done for franchise listings

    Let us know.

    Thanks,
    Kiran

    in reply to: defaults #381081

    Kiran
    Moderator
    Post count: 7069

    Hi John,

    Default values are on top in the options list (see attachment). please provide admin credentials if you can’t find that.

    Thanks,
    Kiran

    in reply to: GD Homepage not showing #381079

    Kiran
    Moderator
    Post count: 7069

    Hi Reze,

    Please check now, i have added following code snippet to functions.php and now it works fine.

    
    
    function mesocolumn_geodir_wrapper_open( $type = '', $id = '', $class = '' ) {
    ?>
    <style>
    .container-wrap>.gd-mesocolumn-content{float:none;clear:both;width:100%}.geodir-listview article>footer.geodir-entry-meta{width:auto}.geodir-listview article>footer.geodir-entry-meta .geodir-addinfo{width:100%}.gd-mesocolumn-content .effect-1:after,.gd-mesocolumn-content .effect-1:before{content:"";position:absolute;z-index:-500;bottom:20px;left:10px;width:50%;height:20%;max-width:300px;-webkit-box-shadow:0 20px 10px rgba(0,0,0,.75);-moz-box-shadow:0 20px 10px rgba(0,0,0,.75);box-shadow:0 20px 10px rgba(0,0,0,.75);-webkit-transform:rotate(-4deg);-moz-transform:rotate(-4deg);-o-transform:rotate(-4deg);-ms-transform:rotate(-4deg);transform:rotate(-4deg)}.gd-mesocolumn-content .effect-1:after{right:10px;left:auto;-webkit-transform:rotate(4deg);-moz-transform:rotate(4deg);-o-transform:rotate(4deg);-ms-transform:rotate(4deg);transform:rotate(4deg)}.gd-mesocolumn-content h1.header-title{font-size:1.5em;font-weight:400;color:#fff;margin-top:0;margin-bottom:2em;position:relative;background-color:#52C0D4;padding:1% 2%;width:95%}.gd-mesocolumn-content h1.header-title a,.gd-mesocolumn-content h1.header-title a:hover{color:#fff;font-size:.9em;font-weight:400!important;text-decoration:none!important}.gd-mesocolumn-content h1.header-title p{margin:6px 0 15px;font-size:13px;line-height:16px}.geodir-widget h3.widget-title a{color:#333;text-decoration:none}.geodir-widget h3.widget-title{padding:0 0 10px;font-size:1.25em;margin:0 0 .5em;float:left;width:100%;color:#333;border-bottom:5px solid #52C0D4}.widget.geodir-widget table{float:none}.geodir-sidebar-wrap .widget ul.gd-cptcat-ul{float:left;width:100%;list-style:none;margin:0;padding:0;overflow:hidden}.geodir-sidebar-wrap .widget ul.gd-cptcat-ul li{list-style:none;margin:0;padding:1px 0;float:left;width:100%;font-size:1.125em}.geodir-sidebar-wrap .widget ul.gd-cptcat-ul li ul li{float:left;width:90%;list-style:none;margin:0!important;padding:0 0 0 15px;font-size:90%;border:0;display:inline}.geodir-breadcrumb #breadcrumbs{padding:0}.geodir-widget .geodir_list_heading>a.geodir-viewall{width:auto;float:right;margin-right:5px;margin-top:-43px}
    </style>
    <div class="content gd-mesocolumn-content">
        <div class="content-inner">
        <?php
    }
    add_action( 'geodir_wrapper_open', 'mesocolumn_geodir_wrapper_open', 9, 3 );
    
    function mesocolumn_geodir_wrapper_close( $type = '', $id = '', $class = '' ) {
    ?>
        </div>
    </div>
    <?php
    }
    add_action( 'geodir_wrapper_close', 'mesocolumn_geodir_wrapper_close', 9, 3 );
    
    function mesocolumn_geodir_page_title_class( $class = '' ) {
        $class .= ' effect-1 header-title';
        
        return $class;
    }
    add_filter( 'geodir_page_title_class', 'mesocolumn_geodir_page_title_class', 10, 1 );

    Thanks,
    Kiran

    in reply to: Stripe Test Mode Won't Shut Off #381075

    Kiran
    Moderator
    Post count: 7069

    Hi Keane,

    Please check now it working fine. You are using Invoicing plugin, and Invoicing payment gateways are configured at Invoicing > Settings > Payment Gateways.
    Earlier you have here ticked Test Mode On for Stripe, i unticked it and now it works fine.

    Thanks,
    Kiran


    Kiran
    Moderator
    Post count: 7069

    Hi Jr,

    There was a post type conflict on add listing page. We have fixed it and now it works fine.

    Check and let us know.

    Thanks,
    Kiran

Viewing 15 posts - 5,161 through 5,175 (of 6,022 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount