Hjorth007
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] VAT per countryHi
You may not be doing anything wrong. ?? If you are i NL and test the german vat, the system may know you are not in germany due to IP-adress and so on. If you could get an actually german in Germany to test it, then you will know for sure.
Forum: Themes and Templates
In reply to: [Responsive] woocommerce sidebar on top on mobileFound out, that a little bit of php-code, can do the trick. It goes in your child-themes functions.php or as a snippet. You may want to alter the css-id (#secondary and #primary) to the specific class or id in your own case:
<?php add_action('wp_footer', 'wpsf_move_sidebar', 100); function wpsf_move_sidebar() { ?> <script> (function($) { // Only on mobile: if ($(window).width() <= 980) { // Move sidebar to top $('#secondary').prependTo('#primary'); } })(jQuery); </script> <?php }
Forum: Themes and Templates
In reply to: [Responsive] woocommerce sidebar on top on mobileAaah, ok, I was hoping for a css-workaround to bring the sidebar to the top of the page on mobile. ??
Forum: Plugins
In reply to: [Iptanus File Upload] Uploaded files not visible in media galleryGood afternoon Nickolas
Thanks for the swift reply and the very useful plugin!
OK, I found the visual editor and everything makes so much more sense now. Thanks again. ??
Best regards
Henrik
Forum: Plugins
In reply to: [Max Mega Menu] Storefront issuesHi Tom
Thanks for the swift repply. I’m feeling a little stupid now, as I now have found the grid-layout and the widgets-settings…
What I really would like to do, is to put the search-function in as a top-level menu-item and not as a sub-menu. Just a search-box in the menu. Is that possible ?Henrik
Forum: Plugins
In reply to: [Calculated Fields Form] Zipcode prize formOK, thanks again. ??
Forum: Plugins
In reply to: [Calculated Fields Form] Zipcode prize formOoh…. by the way, is there a way to group some of the zipcodes ? Some of them have the same price. ??
Forum: Plugins
In reply to: [Calculated Fields Form] Zipcode prize formWow, quick and effectfull response. Thanks a lot, this was exactly what I needed! ??
Forum: Plugins
In reply to: [NS Watermark For WooCommerce] Stopped workingHi
Yes, according to your own system-check in the plugins settings “Allow url fopen” is ok.
Could it be that the use of amazon s3 is the reason? The images is no longer localized in content, but on the s3-server.Henrik
Forum: Plugins
In reply to: [Visual Link Preview] Crash on danish lettersForgot to mark it as resolved ??
Forum: Plugins
In reply to: [Visual Link Preview] Crash on danish lettersHi
I’ve updated the plugin and it’s all good. It doesn’t freeze ! ??
When I ctrl+c an url, the clipboard still changes the danish letters (not your problem, I know), but now I can manually change them back, and the preview is fine and works as expected.
Danish newspapers should know better than use danish letters in url’s. They are asking for trouble in so many ways!Thank’s for a swift repply and a quick fix!
Henrik
Forum: Plugins
In reply to: [Visual Link Preview] Crash on danish lettersSounds great, looking forward to “crash-testing” ??
Forum: Plugins
In reply to: [Visual Link Preview] Crash on danish lettersI have tried it on a completely different site. No builder and just the classic editor. Same thing happened. At first all the danish letters are changed into something else, which of course means that I get an error. If I try to change the link back to danish it all freezes again.
You can try with this example. An article in a danish newspaper: https://skanderborg.lokalavisen.dk/nyheder/2020-04-10/-Skanderborg-firma-klar-med-nyt-produkt-G?r-alt-i-et-lokale-corona-fri-p?-to-minutter-7307980.html
Forum: Plugins
In reply to: [Visual Link Preview] Crash on danish lettersTried Chrome, no diffence. Same thing happened.
Forum: Plugins
In reply to: [Visual Link Preview] Crash on danish lettersOh, and I’m using Firefox. ??