vdl
Forum Replies Created
-
Forum: Plugins
In reply to: [Redis Object Cache] Flush cache of a URLHello @tillkruess ,
I tried your suggestion by doing it this way in my functions.php, but the cache is still inside redis. I didn’t test it with W3 Total Cache, because I saw that this is a native WordPress function. Do you think it would be different if I had w3 installed? I can do this.
function test_clean_cache() {
$page_id = 343702;
clean_post_cache($page_id);
}
add_action('wp', 'test_clean_cache');It seems like they just ignored us and aren’t going to do it. There is an alternative for those who need to switch to flexbox. If you have a dynamic visibility plugin, you can control the display of the flexbox or widget by outputting a shortcode.
Although it’s not as comfortable as using the graphical interface for this, the advantage is that you can cache things better than what the official version of memberships for elementor does.
For example, by default, memberships repeats all queries every time it reloads a page. If you cache the shortcode, you can query the database only once, reducing the load on the server while browsing.
I’m working on a solution like this. I found it simpler than migrating to another membership management plugin.
Hello @mairag, they said yes that the feature would be available on Elementor, see this changelog photo:
So far the problem has not been corrected, if you can open a ticket again there pending for them to correct it.
Max, why is the problem not with Elementor but with Skyverge. We can continue talking here, but no one from Elementor support can solve this because Skyverge has to solve it.
There have been 2 updates since we started this topic and Skyverge hasn’t resolved it. There are internal requests for this too, there is a request in the resource list. It’s been a pain not to have this feature.
Skyverge needs to fix this. I got in touch with them, they said they were going to put it on the roadmap, after a few weeks I got in touch again to find out how it was going and they told me that there was nothing in this regard to be done on the list.
The person may have forgotten to add it, please also contact them to request a correction of this problem.
That was a good question, I tested it on my clean install of wordpress by converting a section that was set to be displayed to members only in a flexbox and the member settings don’t show up in the advanced tab.
I received an apology from skyverge, they actually implemented the feature for sections but they didn’t do it for flexbox. Initial support got confused.
Here is the message I received from them:
Jennifer replied
Oct 17, 12:40pm
Hey there,Apologies for the confusion on this – our team had built an integration with Elementor’s widgets. However, we have not built a similar integration with the newer containers. We’ve had others ask about this as well and are tracking a feature request for it internally. I went ahead and added a vote to it on your behalf. Although I cannot guarantee if/when this might be added to the plugin, our team does take these requests into consideration when planning future development work.
If you’re using the containers and would like to restrict just specific sections of the page, I’d recommend trying out the restriction shortcode.
https://woocommerce.com/document/woocommerce-memberships-restrict-content/#section-9
This won’t give you quite the same level of control as the widget integration did, but for now, this would be the only workaround that we have when using containers.
Can I help with any other questions for now?
Thanks,
Jennifer
Well, if you have an active woocommerce memberships license, I suggest you open a ticket on skyverge requesting the feature.
If they don’t do this, we will have to control the visibility of the flexbox container using a dynamic plugin shortcode. I really prefer the option in the Advanced tab as it was before.
I’ll mark it as resolved since it doesn’t depend on the Elementor team.
Thanks @mairag and @mike2972, for the conversation and help to clarify the problem.
hi @mairag , they don’t mention it explicitly, but in the changelog it says that they added support for Elementor, maybe it’s really their responsibility to maintain compatibility. Look:
@mike2972 I have been using this woocommerce memberships solution for years, in the past I had a good experience with feedback and willingness to help from skyverge, when I got in touch this time they were available for any clarification on the matter. I received a response in less than 48 hours, as for Elementor, no one has responded since I opened the topic.
The problem with flexbox is not an emergency for me, I have everything working with sections, but migration will be necessary in the future.
When I did a clean install of WordPress + Elementor, Flexbox was activated by default. Sections is probably a legacy feature now.
Hi everyone, I just tested it on a clean wordpress site. It really isn’t working, look at the screenshots.
Hi Mike, I talked to skyverge support and they said that it is the Elementor team that needs to fix the problem. The important thing is to bring more data to this thread to help developers fix this.
Here is the Memberships documentation: https://woocommerce.com/document/woocommerce-memberships/
I haven’t done it yet, but if you can, test it on a clean install and let me know if it works.
- This reply was modified 1 year, 1 month ago by vdl.
I just tested with version 3.15.3 on a virtual machine, I turned off all the plugins, only Elementor, WooCommerce and WooCommerce memberships were active. All updated.
The problem continues, in the sections everything works, in flexbox not, which version of memberships are you using?
I’m using Memberships 1.25.0
- This reply was modified 1 year, 1 month ago by vdl.
Hello @mairag , I’m on 3.16.4, member visibility only appears if I use sections, if I use flexbox it disappears.
I also faced layout problems when migrating to 3.16, so the pages that I didn’t need to have member control migrated to flexbox. It would be much better.
But I have sections that I need to migrate and they depend on memberships working with flexbox.
Hi Mateuz,
I don’t exactly know why your FAQ solution doesn’t work on Nginx with Wordops, but I followed this alternative in the link I posted here on the forum and it’s working.
I used your documentation to test that the converter for media is working using the chrome dev tool, and the webp are there exactly as expected.
Well, wordops is an amazing wordpress server stack, very optimized, from nginx server, through mysql, includes batbots and you can specify your preferred cache type (fastcgi, rocket, redis) before creating your installation.
I’m really happy with wordops and I really like your plugin too, so I’m glad I found a way to stick with both.
I hope that the post here on the forum can be useful for other wordops users.
- This reply was modified 1 year, 3 months ago by vdl.