Presslabs
Forum Replies Created
-
Forum: Plugins
In reply to: [Toplytics] Posts not displayingHi, you must customize the template file ‘toplytics-template.php’ in order to get all posts for a specific post type. As a recomendation, please place your custom template file into your theme structure see https://www.ads-software.com/plugins/toplytics/faq/ . The default value for post_type type parameter is ‘post’, so this is the reason of not showing you all the posts of the top. So, if you want to get all posts you have to set the post_type type parameter to ‘any’ (see:https://codepad.org/k11eMVFQ). If you want to get posts from a specific post_type set it acording to that post type (see:https://codepad.org/5KBIoaF0) and if you have a list of post types see: https://codepad.org/RE77JPqC for any other type parameters see this link https://codex.www.ads-software.com/Class_Reference/WP_Query . Another related code is ‘Custom Post Types in the Main Query’ from this page https://codex.www.ads-software.com/Post_Types I hope this was useful to you. Thanks!
Forum: Plugins
In reply to: [Toplytics] Posts not displayingI assume you have linked the GA tracking code on all pages and also on homepage, and the Toplytics settings are done, you must wait max 1 hour until the results will be revealed on widget area. Please try to remove the Toplytics widget from widget area and then add it again.
Forum: Plugins
In reply to: [Gitium] Fetch/PullFor the moment the plugin does not support this option.
First you must stop any changes from live site by applying this procedure https://premium.wpmudev.org/blog/daily-tip-how-to-disable-plugin-and-theme-update-and-installation-on-wordpress/
Then, after we change the gitium, the solution is complete.
This is a good option, please add one issue on github at this link https://github.com/PressLabs/gitium/
Forum: Reviews
In reply to: [Theme per user] Doesn't work with Child ThemeWe will investigate this issue and we will get back to you with an assessment.
Forum: Reviews
In reply to: [Theme per user] Doesn't work with Child ThemeYou are right. The plugin does not support child themes yet.
Forum: Plugins
In reply to: [Toplytics] Google Oauth 1.0 will be deactivated on April 20, 2015The version 3.0 of Toplytics is lunched.
Forum: Plugins
In reply to: [Gitium] Could not create initial commit -> Untracked filesAre you sure that your source repo (Remote URL) is empty? Please make sure you use an empty repo.
Forum: Plugins
In reply to: [Gitium] Gitium requires minimum git version 1.7!Hello Mike, can you please install this version of the plugin and see if the error occurs?
code: https://downloads.www.ads-software.com/plugin/gitium.zip
Thank you for your interest.
Forum: Plugins
In reply to: [Toplytics] Google Oauth 1.0 will be deactivated on April 20, 2015The next version of Toplytics (v3.0) will be with Auth 2.0. This version is in tests right now and will be soon available on www.ads-software.com comunity. Thanks for your feedback!
Forum: Plugins
In reply to: [Toplytics] CountryBlockedHi Barbara, this error suggests that Google believes your IP address belongs to a country with restricted access (https://support.google.com/a/answer/2891389?hl=en). USA is not one of those countries however, so this is likely an error. Please fill out the following form to have this corrected: https://support.google.com/websearch/contact/ip
You should also announce your hosting provider about this ASAP, because the IP Block owner is the one who should figure things out and take the necessary actions for this type of problems.
About the other issue with Auth 1, the next version of Toplytics (v 3.0) will be with Auth 2.0. The next version is in tests right now and will be soon available on www.ads-software.com comunity.Thanks for your interest!
Forum: Plugins
In reply to: [Toplytics] Problem with the dimensionWe appreciate your attention regarding Toplytics as your feedback in crucial to its improvement. We will release soon the v3.0 and we are looking forward to adding this filter on v3.1 (https://github.com/PressLabs/toplytics/issues/73).
We are currently working on a new version which uses the v3 of Google APIs. We are aiming to release it before the new year’s eve.
Forum: Reviews
In reply to: [Gitium] Nice workHi Rahul, thanks for your feedback, glad you enjoy Gitium, please let us know if you have any new feedback.
Forum: Plugins
In reply to: [Toplytics] Show Postviews to VisitorsHi, we have planned this feature for further releases. Thanks.
https://github.com/PressLabs/toplytics/issues/61Forum: Plugins
In reply to: [Toplytics] Problem with the dimensionYes, we did find some bugs in the code, and we refactored the code to solve these issues. Thank you for your interest.