Michael
Forum Replies Created
-
Forum: Plugins
In reply to: [Cache Enabler] Not charging CSS for some pagesForum: Plugins
In reply to: [MultilingualPress] Fehlermeldung bei Erstellung eines neuen BeitragsFalls jemand noch das gleiche Problem hat, Folgendes hat bei mir geholfen:
– phpMyAdmin öffnen
– wp_posts in den Strukturbearbeitungsmodus gehen
– Bei ID ein AI (Auto Increment) aktivieren
– SpeichernHier noch der SQL-Befehl:
`ALTER TABLE ‘wp_posts’ CHANGE ‘ID’ ‘ID’ BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT;Forum: Plugins
In reply to: [Tailor Page Builder] Wrong content after restore a different versionHi Andrew
Thank you very much for your effort. I tried it again and I can’t reproduce the problem. The problem must be between the manually editing in the WordPress editor and Tailor of the other user, I guess.
Maybe you can disable the WordPress editor, if the page is created in Tailor?
Forum: Plugins
In reply to: [Tailor Page Builder] Multilingual support with WPML?Thanks Andrew and Lauren for your answers.
It has worked for me by duplicating the pages and then than translate them independently.
But there was also a survey by WPML about page builders and I’ve voted for Tailor! 😉 They will soon support different page builders with a translate option of every “element” created with a page builder. This should be much easier and convenient for users.
Best,
MichaelForum: Plugins
In reply to: [Custom Field Suite] Custom fields on product category?The solution is described here: https://wordpress.org/support/topic/the-plugin-needs-update-regarding-wordpress-45-changeset-34988/
- This reply was modified 9 years, 7 months ago by Michael.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Tax percentage in totalOk, thanks for your reply.
I now solved it by renaming the description of the taxes 😉
Forum: Plugins
In reply to: [Cache Enabler] 404 errors with "WooCommerce Store Catalog PDF Download"Thanks for testing. I disabled the “Cache Minification” for both (HTML and Inline JS) and now it works.
The browser problem was my fault, sorry! I’ve also realized, that I was logged in with Firefox, so the page didn’t create a cache version. When I visit the page with Google Chrome (not logged in), I had the cached version.
Forum: Plugins
In reply to: [Simple Photo Gallery] Making Lightbox Responsive?Hi,
The current lightbox isn’t responsive. Example: http://www.meyer-teufenthal.ch/wppg_photogallery/gallery1/
If you resize the window, the image has always the fullsize of the image and not the size of the window.Forum: Plugins
In reply to: [Cache Enabler] 404 errors with "WooCommerce Store Catalog PDF Download"Thanks for your answer. Here is an example:
https://www.newhorizons.ch/produkt/microsoft-excel-2016-level-2/Scroll down to “PDF herunterladen”.
Forum: Themes and Templates
In reply to: [Totomo] How to show child pages on Mobile navigation?Just add
.nav .open > .dropdown-menu { display: block; }to the general.less
-Michael