eric-vice
Forum Replies Created
-
Forum: Plugins
In reply to: [DPD SK for WooCommerce] DPD kuriér na adresuDobrý deň,
Woo od v9.9 má nastavenie na schovanie iných spôsobov dopravy ak je free shipping k dispozícii už aj bez snippetov:
https://woocommerce.com/document/hide-other-shipping-methods-when-free-shipping-is-available/
Použil som tam nakoniec ako radíte flat-rate a snippetom som zrušil cenu po dosiahnutí zadaného limitu. Ak sa použije štandardné Woo schovávanie pri dostupnom free shippingu, tak je tam ten spomínaný problém, že si klient nemôže vybrať dpd pick-up point.
I’m curious about this too.
It’s email from wordfence “User locked out from signing in” and I don’t have any other user accounts, only mine.
Login attempt was with non exist username and have been blocked (as is stated in email notification).In Firewall > Blocking page it says “No blocks are currently active.”
I have no idea why emails are being sent (from Wordfence), but in “live traffic” or “Firewall > Blocking” there is no mention about it.
Thanks for your reply, problem is solved now, it started to work after few days, but I have no idea where was the problem.
Hi,
is it working already?
I have a new install of portfolio gallery theme and embeded youtube/vimeo shows only blank white screen in lightbox :
http://www.testovacia.xyz/bwg_gallery/test/Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] ACADP and polylangI installed Polylang plugin, but ACADP is not working with other languages correctly.
When Polylang ads language prefix “en” or other, ACADP will not find any listings in categories..Does anybody tried ACADP with some language plugin succesfully?
Forum: Themes and Templates
In reply to: [Adviso] mobile menu blinkI found the solution, from the author of that jquery menu plugin –
http://ascott1.github.io/bigSlide.js/.panel {
position: fixed;
left: -15.625em; /*left or right and the width of your navigation panel*/
width: 15.625em; /*should match the above value*/
}Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] List only sub-categories in widgetThanks for reply, I did it my way, not the best, but better then nothing 🙂
Since I did not find it in php, I made them hidden in dropdown by javascript.If anybody is interested, you have to edit file :
/advanced-classifieds-and-directory-pro/widgets/categories/views/acadp-widget-public-categories-display.phpand add there id=”acadp_categories” to the <select> tag to get them identified by javascript and then you can add <script> section to wordpress theme footer to filter your menu :
<script>
jQuery(“#acadp_categories option:contains(‘What text you want to hide’)”).remove();
</script>thanks I found it.
I was confused becouse in previous version I used only one shortcode and both buttons were showing.Forum: Installing WordPress
In reply to: How to set up a database userthanks, that helped me too.