ellenderidder
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] CSRF vulnerability detected in autoptimize fileHallo Frank,
Thank you for your fast reply and clarification. I will keep monitoring it for a while, but I assume it was option 3 (a false positive).
Kind regards,
Ellen
Unfortunately I was not able to discover if there was a conflict with another plugin. I was able to resolve the issue nevertheless by de-installing the plugin, removing all the tables (as you describe in https://translatepress.com/docs/developers/delete-all-translations-and-plugin-data/ ) and then re-installing and starting over with translating my site.
The memory error has not occurred since.I do notice however that many rows are being created in trp_dictionary_nl_nl_en_gb and in trp_original_string. Also for strings (and pictures) that I never want to translate, is there anyway to stop this from happening? I am not using automatic translation, I just need to translate a few strings on my site. I now seems that all strings on my site are in these tables, making them very large.
- This reply was modified 1 year, 11 months ago by ellenderidder.
You indeed see in the video the problem I am referring to. The theme I use is StoreFront.
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Critical error occurredHi Juan,
Thanks for your reply. I am using the latest version of you plugin. I hope you understand I cannot just switch themes and disable all plugins, we are trying to sell stuff on this website :-).
But after some digging in your code I think I found the problem (although I have trouble reproducing it myself too). Apparently during the update of the plugin all gift card categories (for the images) on the product page got de-selected. Once I selected one gift card category and updated the product, all was working fine again.
Strange thing is, when I deselect everything again, it still works… But I didn’t want to experiment too much (too happy it is fixed). But maybe something you can ask one of the developers to look into?
But happy to say this issue is resolved!
Kind regards,
Ellen
Sorry, I do not understand, are you not giving support for this plugin? Do I have to go to another site/another forum to get support?
The website it concerns is: https://www.simtasia.shop/
But I turned off the HUSKY extension to keep my website working. I hope you can see what the issue might be.
It indeed seemed to be a caching problem. Fortunately I did not have to install (yet another) plugin; the issue is solved once you refresh the payment methods activated in Mollie.
Ga naar WooCommerce/Instellingen/Mollie-instellingen en klik op de link “vernieuwen” achter de zin “De volgende betaalmethoden zijn geactiveerd in je Mollie-profiel”.
Forum: Plugins
In reply to: [MyParcel] Bezorgdatum wordt altijd getoondJa inderdaad, deze update lost het probleem op. Top!
Forum: Plugins
In reply to: [MyParcel] Straat en huisnummer worden niet bewaardMisschien gerelateerd: als er nog geen postcode/huisnummer is ingevuld krijg je een kopje “Adresgegevens zijn niet ingevuld” met daar de optie een postcode en een huisnummer in te voeren. Als je dat doet en op “Opnieuw” klikt, dan wordt de postcode wel ingevuld in het ‘standaard veld’, maar het huisnummer niet.
Forum: Plugins
In reply to: [MyParcel] Straat en huisnummer worden niet bewaardHelaas is het nog niet opgelost; de postcode en plaatsnaam worden wel bewaard, de straatnaam en huisnummer niet.
Forum: Plugins
In reply to: [Media Cleaner: Clean your WordPress!] Duplicate entries in Ignored binWow, a new version especially for me :-D.
I installed the new version and everything works just fine again. Still very, very happy with this plugin :-).Forum: Fixing WordPress
In reply to: Theme recommendation for Adobe Portfolio website integrationHi Greg,
I am looking for the exact same thing! Have you found a suitable WordPress theme already?
Regards,
Ellen
YES!!! This works! Thank you so much.
But could you please elaborate a bit on the possible security implication you see?
Thanks and regards,
Ellen
Unfortunately I do not have a site yet where I can put a file. But if you copy/paste this:
Type;SKU;Naam;Korte omschrijving;Beschrijving Simple;1;Test;"Test Product";"Test Description<b>Col</b><table><tbody><tr><td>Col1</td><td>Col2</td></tr><tr><td>1</td><td>3</td></tr><tr><td>2</td><td>4</td></tr></tbody></table>"
In a CSV file (exactly this, not using the replace codes like “& lt;”), I think you should be able to reproduce the error.
Btw. If you copy/paste:
Test Description<b>Col</b><table><tbody><tr><td>Col1</td><td>Col2</td></tr><tr><td>1</td><td>3</td></tr><tr><td>2</td><td>4</td></tr></tbody></table>
In the description field of a product using the “Text” option (not Visual), I think you can see what I want to achieve.- This reply was modified 5 years, 8 months ago by ellenderidder.
Hi Shaun,
Thank you for your reply. But I think you used “& lt;TABLE& gt;” (without the spaces behind the &). If you do that, you can indeed import the file. But if I do that the exact text <TABLE> appears in the description. What I would like to happen is that the description uses a table in the layout.
The example file I gave is of course to small for that, but I would like to use the HTML code (<TABLE>) to display text in a table with (for instance) two columns. Like:Col1 Col2 1 3 2 4
If I use & lt;TABLE& gt; (without the spaces) I will get:
<TABLE> Col1 1 2 Col2 3 4
I use Storefront as my theme and also tried it with all plugins displayed (except Woocommerce). I also just upgraded to Woocommerce 3.5.7. The issue still remains.