victorcalderon
Forum Replies Created
-
Hello
After contact fluent support the problem was related to easy wp SMTP plugin, I switch to Fluent SMTP and the problem was solved, please notice that the workflows was already created to assign tickets, hope this fix will help somebody else
Hello
Because I receive no answer to my issue I had to swap the support plugin to a different system, Fluent support solved all isuues.
Thank you
Update the ytih plugins first before update paypal, if can′t go to wp-content/plugins/ folder and rename paypal plugin, then back to wordpress and update yith plugins. Now revert the paypal plugin folder to the original name
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Fatal error after upgrading to v2.9.1The problem is related to Yith plugins but if you update first paypal the website stop working, first update yith plugins and then update paypal, if you did it wrong like me go to your hosting and rename the paypal folder, then access again to wordpress dashboard and update the yith plugins. Once you already updated all go back to your hosting and rename again the paypal plugin folder located at wp-conte/plugins/ to the original name
I solve this issue editing the template located at plugins/fooevents-calendar/templates/list-of-events.php
if any more want to know the code drop me a message or show this post
https://www.creandowp.es/fooevents-calendar-mostrar-solo-eventos-futuros/
did you receive any solution? currently looking for the same feature
Hello
Here is a screenshot of the options enabled in masterstudy lms
https://www.awesomescreenshot.com/image/45860861?key=fb207a08f7a7ad43448a65f3999f846c
Sorry but I don′t understand what is going on here, I didn′t purchase any license, I installed masterstudy lms free plugin, then install woocomerce and the system allows me to config the integration woocomerce. So there is something wrong here, when I try to create a ticket the system demands me a licence but I′m only using free plugins.
Hello Team
You are right, the lms pro plugin is installed but only the free version, that is why I could integrate woocomerce. Anyway the problem appear after update, the previous version works.
So what can I do to fix the problem for the LMS pro free version plugin?
Hello team
This code makes the reviews back:
methods: {
getReviews: function getReviews() {
var self = this;
var getReviewsUrl =${stm_lms_ajaxurl}?action=stm_lms_get_reviews&nonce=${stm_lms_nonces['stm_lms_get_reviews']}&offset=${this.offset}&post_id=${stm_lms_post_id}
;
this.loading = true;
this.$http.get(getReviewsUrl).then(function (response) {
response.body[‘posts’].forEach(function (review) {
self.reviews.push(review);
});
self.total = response.body[‘total’];
self.loading = false;
self.offset++;
});
}
}
});Hello team
This website is created using divi builder and the free version of masterstudy plugin. Woocomerce is installed and working, the products appears under LMS product in Products section.
There is no updates available, version Versión: 3.2.2 I also notice there is a error in user profile when you try to check current courses:
Failed to load resource: the server responded with a status of 500 ()
I disabled all plugins except woocomerce LMS and DIVI LMS modules but the problem persists
After some testing it seems the error is related to the course author, if I try to edit a course in frontend the admin bar and the divi builder never works, keep loading infinite loop. If I create a new course under my admin user profile the course can be edit as normal in the frontend. I confirm this behaviour, when you change other course author to your user the course works , the front end editor (DIVI builder in my case) works as expected.
Can you let me now if this is a bug related to the LMS plugin? the DIVI support team tested and is not related to the DIVI builder system, all other regular pages created using DIVI builder works perfect.
Forum: Plugins
In reply to: [Advanced Dynamic Pricing for WooCommerce] Date to ( inclusive or exclusive )thank you for clarification , it will help if you add this info as a clarification when a rule date is choosen
Forum: Plugins
In reply to: [Advanced Dynamic Pricing for WooCommerce] Date to ( inclusive or exclusive )Hello the rule are enabled and working but the end date is the issue. Today this happend again, I have to add one date to date “end date” in order to work, for example if I want black friday deals from 24 to 28 november I need to put 24 to 29 november to work, the offers last till 28 november and on 29 november stop applying, this is a real case, this behaviour occurs today on customer′s site