Reuhno
Forum Replies Created
-
Hi @juliangk
Any news about this bug ?
Sincerely,
RenaudHello @juliangk,
Thanks for your answer.
I hope you can find a solution, I look forward to offering your extension to my customers in their native language 😉+1
Hi there,
I have exactly the same problem with a site hosted on SpinUp WordPress VPS
It seem related to cache (Nginx page cache).
Everything’s fine then xxx hours later, the new cache version don’t output the samestyles.
I will try the filter, but it’s annoying
FYI, this bug appeared at least since 13 days / 18 of july- This reply was modified 1 year, 10 months ago by Reuhno.
Forum: Plugins
In reply to: [Simple Job Board] WPML / Flush Rules issueHello,
I made so further investigations.
I found the portion of your code that triggers the bad flush of rewrite rules !
In class-simple-job-borard-post-type-jobpost.php , on line 52, you made a call to flush_rewrite_rules() fuction. But this functions triggers every times, even if custom post is already defined.
public function simple_job_board_init() { if ( !post_type_exists('jobpost') ) { // Register the custom post type $this->createPostType(); // Flush Rewrite Rules only when registering the custom post type flush_rewrite_rules(); }Can you see this problem?
And do you think you can fix it?- This reply was modified 2 years, 3 months ago by Reuhno.
Forum: Plugins
In reply to: [Simple Job Board] WPML / Flush Rules issueHello,
As I said previously, the problem occurs with your plugin IF WPML is activated.WPML All alone; No problem
WPML + Your plugin: The htaccess is constantly refreshed
RegardsForum: Plugins
In reply to: [Simple Job Board] WPML / Flush Rules issueHello,
Did you see my last message ?
Any update about this bug ?Forum: Plugins
In reply to: [Simple Job Board] WPML / Flush Rules issueThank you very much for the quick response,
nevertheless, it is still not good.I tried all of that, I just did the same thing again just now.
If you are talking about version 2.11.0, I can assure you that it always generates a new .htaccess file every time the page loads.
As said previously, this htaccess is re-generated when you change the language in the frontend.
Forum: Plugins
In reply to: [Headers Security Advanced & HSTS WP] Click Jacking bypass X-Frame-OptionsHello and thank you for taking this question seriously.
I will look into generating custom rules, but can you tell me if, in the future, this rule could be implemented automatically in your extension?
(For my part, I have a lot of sites with your extension, and it would be a phenomenal time saver if it was done alone)
Thank you for everything
Thank you very much for considering my comment.
Forum: Plugins
In reply to: [Price List Block] Ability to have free text string for priceThank you for the answer.
I find this choice of design a shame, because your plugin is really well designed. Offering the possibility of a free text field would really allow greater freedom in the layout.
I do not share your point of view on the speed gain in data entry with this system.
Unfortunately, I don’t have the skills to develop my own plugin for Gutenberg with react, so I will reluctantly have to choose another plugin.
Keep me posted if you ever reconsider your point of view.
have a good dayForum: Plugins
In reply to: [Price List Block] Ability to have free text string for priceHello and thank you for the response. I think your reasoning is too complex or something escapes me on the complexity of the request.Isn’t it just possible to have an input type field that accepts a string and not a number value?
I dont really understand the reason why you want to “force” value to be a number?
For example, I faced the following problem with the same client:
Sometimes display a price, for example:
Product……. 10€
sometimes a price per period:
Service…….. 20€ / year
Leaving a field as a string would allow all of this. From my point of view in all, it would seem logical.
What do you think ?
- This reply was modified 2 years, 11 months ago by Reuhno.
Thank you for your update. As I saw with your support, it works fine.
Forum: Plugins
In reply to: [Gravity Forms Zero Spam] Gravity Forms 2.7@waumsley me too !
On the other hand, by activating the honey pot of gravity form, no more worries a priori.
However, it would be nice if Gravity Zero Spam was updated so that sites don’t get spammed after an automatic update :/
Forum: Plugins
In reply to: [Redis Object Cache] Suggestion of a mini improvementIndeed !
There was a translation string with “Warning” and the wrong translation.
I corrected it this afternoon on https://translate.ww.wp.xz.cn/projects/wp-plugins/redis-cache/stable/fr/default/
Have a good day