teshn
Forum Replies Created
-
I just migrated a site and had the same issue. How did you change the urls from dev.domain.com to domain.com?
At first I did it with pure SQL but this breaks the serialization I think. I dropped the table and created a new one from my backup. After that I did the “search replace” task not with SQL but with wp-cli, like:
root@yourwebserver:/var/www/domain.com/web# wp search-replace ‘dev.domain.com’ ‘domain.com’
wp cli does handle serialization, see:
https://developer.www.ads-software.com/cli/commands/search-replace/Forum: Plugins
In reply to: [Nimble Page Builder] Provide local google fontsNimble Builder Settings > Options > “Activate to disable Google Fonts”
Hello, I tried it, unfortunately no changes.
Forum: Plugins
In reply to: [Germanized for WooCommerce] Entfernen der MwSt. Anzeige im Mini-CartVielen Dank, ihr seid wirklich die besten, kann es nicht oft genug wiederholen!
Thank you for your reply. I already fixed it with following CSS:
@media screen and (max-width: 576px) #primary { max-width: 100%; }
I realized that it happens often on the following pages (2,3,4,5,6,7) but not so often on the first one.
Wahnsinn, ich bin beeindruckt von dem blitzschnellen Support. Die Einstellungen unter “Produktlisten” haben zum gewünschten Ergebnis geführt.
Vielen Dank!
hi @pankajkmr,
thank you for your response. Here is a screenshot:
I did refresh the single page view a few times and added the undesired views. The view on the left is the preferred one.
- This reply was modified 3 years, 2 months ago by teshn. Reason: added a comment
I had the same issue – no featured image showing with gutenberg.
Creating an index.php in my storefront-child solved the issues.
Wordpress 5.7
Forum: Plugins
In reply to: [WooCommerce] Display some product images in landscapeI can provide a screenshot
The two books on the left are at 5:8 ratio, the two books on the right are with no ratio.
The goal is to detect if a book cover has a specific ratio, if yes than keep the original proportions, if not, do a 5:8 aspect ratio.
Forum: Themes and Templates
In reply to: [Storefront] Adding information before the titleThank you!
Forum: Themes and Templates
In reply to: [Storefront] Alignment of wide pictures and informationI changed the image format to 4:6 and used that plugin, now it is acceptable. If you have another solution however, you are free to post it.