Access Keys
Forum Replies Created
-
Forum: Reviews
In reply to: [PI Button] Super stable & powerful, great results!Hello there,
Thank you for your positive feedback and positive rating. This motivates us a lot π
If you want to donate to our plugin please visit this link. Or you may also buy our pro version with more features.
Thanks
Forum: Plugins
In reply to: [PI Button] board shortcode displays 3 images, no description, etcHello there,
If you change the board width then relatively it will affect the image size so if you decrease the board width and change the image size then you can see the difference for the image width.
Yes you can use the shortcode provided above in any site after activating our plugin in the site.
Thanks
Hello there,
Looks like you PHP version is less than 5.4. Our plugin requires PHP version 5.4 or higher to work properly. Please contact your host provider to update your PHP version.
Thanks
Forum: Plugins
In reply to: [AccessPress Social Share] No Real Time UpdateHello there,
Can you please ask for support in our support mail with your site details with this thread, so that we can check the issue and help you to fix this transients issue.
Thanks
Hello @wayne20,
Can you please provide us your site url? You can provide us your site url in private sending your site url to our support email support@accesspressthemes.com as we can’t produce the error in our development site.
Thanks
Hello there,
Currently our plugin uses the browsers default print function due to which it might be appearing poorly formatted print. In the future updates we will try to fix this using third party API buttons.
Thanks
Forum: Plugins
In reply to: [PI Button] board shortcode displays 3 images, no description, etcHello there,
Can you please try this shortcode in your site and check and let us know the result
[apsp-board-widget board_url=”https://www.pinterest.com/tonihb/history-archeology/” custom_size=’custom’ image_width=”100″ board_height=”400″ board_width=”800″]
Thanks
Forum: Plugins
In reply to: [AccessPress Social Counter] Facebook Social Counter not workingHello @happysolicitor and @masooma09
Are you using the new facebook app version 2.6? If in that case can you please replace the text ‘likes’ to ‘fan_count’ in the new_fb_count function.
/** * Get New Facebook Count * */ function new_fb_count(){ $apsc_settings = $this->apsc_settings; $access_token = $this->get_fb_access_token(); $api_url = 'https://graph.facebook.com/'; $url = sprintf( '%s%s?fields=fan_count&%s', $api_url, $apsc_settings['social_profile']['facebook']['page_id'] , $access_token ); $connection = wp_remote_get( $url, array( 'timeout' => 60 ) ); if ( is_wp_error( $connection ) || ( isset( $connection['response']['code'] ) && 200 != $connection['response']['code'] ) ) { $total = 0; } else { $_data = json_decode( $connection['body'], true ); if ( isset( $_data['fan_count'] ) ) { $count = intval( $_data['fan_count'] ); $total = $count; } else { $total = 0; } } return $total; }But if you are using the older version of facebook app then this might not work, in that case please ask for support in our support mail.
Thanks
Forum: Plugins
In reply to: [Frontend Post WordPress Plugin - AccessPress Anonymous Post] Author NameHello lonelywriter,
Thank you for writing in.
Since our plugin is capabale of posting with or without logging in. And to create a post in WordPress it requires the real author i.e registered user but posting anonymously won’t provide real author. So the author will be assigned which is selected in the assign author dropdown of plugin’s general settings.
So post assigning should be done to real author so as per the mechanism of the WordPress itself, currently author name’s recieved from our form won’t be sufficient to assign it to the post because that is not the real registered author but the anonymous one.
Thanks.
Forum: Plugins
In reply to: [AccessPress Social Icons] Center footer iconsHello Jorihen,
Thats great news !! And if you really liked our plugin then please provide us a positive rating in the below link. We will be glad if you could give us one.
https://wordpress.org/support/view/plugin-reviews/accesspress-social-icons
Thanks.
Forum: Plugins
In reply to: [WP TFeed] how do I display profile picHello macpheek,
We checked and they were actually using the Premium version of our plugin where profile image are also available. So currently thats not available in the free version. But we will try to come up with the profile image feature in our free version future updates
Thanks.
Hello there,
We are looking into the issue. We will reply back soon.
Thanks
Hello @dabz,
We can’t see our plugin activated. Please activate the plugin so that we can check the issue.
Thanks
Forum: Plugins
In reply to: [WP Popup Banners] I can't get the pop up to close.Hello,
Is our plugin still enabled ? Can you please provide us the URL of the page where we can check the issue ?
Thanks.
Forum: Plugins
In reply to: [WP Popup Banners] woocommerce 2.5.5 wp 4.5.1 does not workHello,
Can you please provide the URL of the page where you have enabled our popup banner so that we can check ?
Thanks