Stiofan O'Connor

Forum Replies Created

Viewing 15 posts - 9,556 through 9,570 (of 13,774 total)
  • Author
    Posts
  • in reply to: Missing Update Notifications? #135432

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Robert,

    That plugin does no have auto updates yet: http://codecanyon.net/item/go-pricing-wordpress-responsive-pricing-tables/3725820/comments?page=45&filter=all#comment_12502745

    That error message is there is hard to minipulate and usually that exact message showen there only happens in our updater so we tack on our error message, i have added a task to see if we can narrow down when we tag on that error message.

    Thanks,

    Stiofan

    in reply to: Posting Title #135431

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    This has been fixed and will be in the next version, if you want to fix now, change social importer addon line 1239 to :

    $title = html_entity_decode( get_the_title($post_id), ENT_COMPAT, 'UTF-8' );

    Thanks,

    Stiofan

    in reply to: Changes Not Updating #135418

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    tomorrow i’ll update the force plugin to work for themes also.

    Stiofan

    in reply to: BadgeOs Plugin #135401

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello,

    I can’t seem to replicate this, can you please provide wp-admin (FTP might help too) and i’ll take a look. Also, did u mean the latest GD update or the latest badgeos update?

    Thanks,

    Stiofan

    in reply to: Icons missing on left side of wp dashboard #135390

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello, your server is not dealing with the image correctly, the links i posted above are to the SAME image file, one is processed differently. Have you asked your host to look? If i had to guess its a one line fix for PHP mod deflate to recognise image/x-icon document type, please tell your host that.

    As far as i am aware you are the only person with this problem which would make me class it as server/user not a bug we need to fix, if even a handful of people had this we would action it.

    Thanks,

    Stiofan

    in reply to: Locations & Profile Field #135326

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello, u can us the follwoing function to get there, if you want an array try something like this: print_r(geodir_get_location_array(array(‘format’=>array(‘type’ => ‘array’),’location_link_part’ => false)));
    If you need more exact help just let me know, if you look at the function is is pretty well commented.

    
    
    /**
     * Get location array using arguments.
     *
     * @since 1.0.0
     * @since 1.4.1 Modified to apply country/city & region/city url rules.
     * @since 1.4.4 Updated for the neighbourhood system improvement.
     * @package GeoDirectory_Location_Manager
     *
     * @global object $wpdb WordPress Database object.
     *
     * @param null|array $args {
     *    Attributes of args.
     *
     *    @type string $what What do you want to query. Possible values: city, region, country. Default: 'city'.
     *    @type string $city_val City value.
     *    @type string $region_val Region value.
     *    @type string $country_val Country value.
     *    @type string $country_non_restricted Non restricted countries.
     *    @type string $region_non_restricted Non restricted regions.
     *    @type string $city_non_restricted Non restricted cities.
     *    @type bool $filter_by_non_restricted Filter by non restricted?.
     *    @type string $compare_operator Comparison operator.
     *    @type string $country_column_name Country column name.
     *    @type string $region_column_name Region column name.
     *    @type string $city_column_name City column name.
     *    @type bool $location_link_part Location link part.
     *    @type string $order_by Order by value.
     *    @type string $no_of_records No of records to return.
     *    @type string $spage Current page number.
     *    @type array $format {
     *        Attributes of format.
     *
     *        @type string $type Type. Default: 'list'.
     *        @type string $container_wrapper Container wrapper. Default: 'ul'.
     *        @type string $container_wrapper_attr Container wrapper attr.
     *        @type string $item_wrapper Item wrapper. Default: 'li'.
     *        @type string $item_wrapper_attr Item wrapper attr.
     *
     *    }
     *
     * }
     * @param bool $switcher Todo: describe this part.
     * @return array|mixed|string
     */

    Stiofan

    in reply to: Icons missing on left side of wp dashboard #135306

    Stiofan O’Connor
    Site Admin
    Post count: 22956
    This reply has been marked as private.
    in reply to: Unable to add new listings #135265

    Stiofan O’Connor
    Site Admin
    Post count: 22956
    This reply has been marked as private.
    in reply to: Listings configuraton & enfold compatibility #135263

    Stiofan O’Connor
    Site Admin
    Post count: 22956
    This reply has been marked as private.
    in reply to: Dashboard icon favicon Places Missing #135259

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello,

    Not sure how it got the wrong url but i just changed it under GD>Custom post type>Edit>
    Menu Icon

    @paolo i dont think the .ico is the problem or the normal GD one would also be missing.

    Thanks,

    Stiofan

    in reply to: Plug-in updates error #135249

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    I can confirm you have an affected version of openssl, you can read more about the issue in our blog, just ask you host to update it: https://wpgeodirectory.com/paypal-sha-256-compliance-and-what-it-means/

    Thanks,

    Stiofan

    in reply to: How to Review 2 CPT Simultaneously #135217

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello,

    Can you explain it a bit more, do you want to rate both on the medical procedures CPT and to have it display on the physicians pages after that also, or just show on both on the medical procedures page?

    Stiofan

    in reply to: Tabs not showing #135214

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Thanks for that, it was the WPVR plugin, even though we were checking for is_single() first that plugin is adding a 2nd CPT to the get_query_var(‘post_type’)making it an array so it failed our checks, technically that value can be an array but really should not be on s single page, i have modified our code to account for it. The tabs are not there but it looks like they need a bit of CSS tweaking, if you need help with that let me know.

    Thanks,

    Stiofan

    in reply to: New licence / updates system info #135180

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    @Bas, can you start your own new topic so was can look at that and ask for FTP details.

    Thanks,

    Stiofan

    in reply to: Neighbourhood #135177

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    I have added a task for this to be looked at.
    I will keep u posted.

    Thanks,

    Stiofan

Viewing 15 posts - 9,556 through 9,570 (of 13,774 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount