MikaelG
Forum Replies Created
-
Hi.
Here is the screenshots:
1. https://pasteboard.co/ILvQ4CrQ.jpg
2. https://pasteboard.co/ILvPNGf.jpg
3. Shop page & the product in question: https://pasteboard.co/ILvQljm.jpg & Product details: https://pasteboard.co/ILvQR3q.pngAs you can see the product isn’t hidden at all. AND I have added other products to the cart and used the shipping calculator and set the country to the restricted one.
And I can’t buy the product, but it is fully visible.@jdembowski
As long as you have me on mod watch, the authors aren’t getting any notifications when I post a topic, this seems to be a fault in your forum. That is why I tried to bump the thread to get the authors attention as they normally answer all support topics.
Can you answer on how long this mod watch is going to be active on my account?Hi.
No I don’t use any shortcode or custom code to display product list.
Using WooCommerce default settings and WPML with two languages on my site. I tried all setting available but the product isn’t hidden if it is a variable product.This is the default styling on products:
https://paste.pics/69a81c976f463ce4c81bf45b6b0b573bThis is the CSS code I applied with Code Snippets:
https://paste.pics/e1e7f76e9da70830613a83c5c21401baThis is the result when I applied the CSS fix above:
https://paste.pics/c768aac77993a4669fd9571ed5839bd3And this is reported by other users as well, so not specific to my configuration. I think this is a caused by the new styling in WordPress for buttons, input fields and so on.
Forum: Plugins
In reply to: [Country Based Restrictions for WooCommerce] Select box not showing properlyI added this to Code Snippets for a temporary fix:
add_action( 'admin_head', function () { ?> <style> ._fz_country_restriction_type_field span.select2-container { width: 50%!important; } .form-field.forminp .select2-container { width: 50%!important; } .form-field.forminp .select2-container span span ul li input { width: 100%!important; } </style> <?php } );
The width of WooCommerce default boxes is 50%, so would be nice if you could add this to the styling.
The last CSS-part is for the magnifying glass, so it is positioned in the right part of the box.Hope it helps to solve this from your end.
Forum: Plugins
In reply to: [Country Based Restrictions for WooCommerce] Select box not showing properlyI also would like to point out the box below is also somewhat faulty in styling. The magnifying glass is in the middle of the box, instead of at the end of it.
This is the HTML for that part:
<input class="select2-search__field" type="text" tabindex="0" autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false" role="textbox" aria-autocomplete="list" placeholder="V?lj l?nder…" style="width: 100px;">
I noticed that if you change the width to 100% instead of 100px it looks much nicer ??
@ravanh I have temporary activated your plugin again. Can you please check the links to my site:
Default language (Swedish): https://www.armsportbutiken.se/sitemap.xml
Secondary language (English): https://www.armsportstore.com/sitemap.xml
As you notice, secondary domain/language is completely dead.
If logged in I see this message:
"Fel vid laddning av stilmallen: Ett ok?nt fel har uppst?tt (805303f4)https://www.armsportbutiken.se/wp-content/plugins/xml-sitemap-feed/assets/styles/sitemap-index.xsl?ver=5.2.4"
If not, I just see a blank page.@ravanh Yeah, I had to revert to an old plugin, as it at least loads the sitemap for both domains, but there are other issues with that plugin. So if you could fix this, it would be greatly appreciated.
Another plugin caused this issue, never mind.
Thanks, have reported this to the WPML support. Hopefully they will solve this issue.
Forum: Plugins
In reply to: [SlimStat Analytics] Customizer doesn’t save settings?Must have been some sort of browser cache issue. When I changed the setting from the other thread and refreshed, all objects I previously had disabled was suddenly visible in the inactive reports section.
Issue resolved.- This reply was modified 5 years, 4 months ago by MikaelG.
Hi.
Okay, didn’t get that disabling that option was to get it back to sidebar ;P
Thanks, issue fixed.
Hi.
Will try it out. Thank you for excellent service!
Really appreciate it.Forum: Plugins
In reply to: [Email Address Encoder] After update to 0.3.2 – can’t access settingsSorry found the issue and it was a setting in the plugin All In One WP Security & Firewall that for some reason suddenly started acting up and triggered this problem.
I don’t get how, as that plugin hasn’t been updated and nothing else have changed in the last month. But for some reason it did. Disabled the advanced security setting “Deny Bad Query Strings” and the problem went away.Hi.
I don’t mind it, it just seemed weird that it was shown in the admin email. It was just an opinion, as I guess many store owners using WooCommerce are running their store alone being the only admin.
Maybe as a feature request you could add sometime in the future to have checkboxes were the users could checkmark each status/email they want tracking info included? Would probably be appreciated as a nice feature.