dragan.filipovic
Forum Replies Created
-
Google lead me to several similar problems.
https://www.s2member.com/forums/topic/s2member-and-loginwithajax-issue/
Someone think that it’s jquery issue, someone that it’s redirect issue …
I checked jquery, everything ok.
How to check this redirect stuff?I have same problem. I’m using S2member plugin.
Admin can login ok, but new user can’t. Loading icon forever.Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Add More Decimal Places to PercentageIf you need more decimals, like 1.04567
open woocommerce-bulk-discount.php
search round
round( $d[0], 2 ) replace with round( $d[0], 10 )
and replace number 2 with any number you need (eg. 10)
there is several places for this replacement.This should be included in plugin. Two decimal places are not enough.
eg. I need price range:
1-4: 2540
5-9: 2450
and discount is 3.54331%Just to confirm that adding
<?php $post = get_post($item->ID); echo $post->post_excerpt; ?>
works perfect.
Thanx sweenaForum: Plugins
In reply to: [Awesome Filterable Portfolio] Equal heightsI already did it, but it would be great to be officially included so that script stay there if plugin get updated in the future.
I had the sam problem after upgrading to 3.4.2.
But actually I changed URL’s in Settings – General :WordPress Address (URL): https://localhost/mysite
Site Address (URL) :https://localhost/mysiteto:
WordPress Address (URL):/mysite
Site Address (URL) :/mysiteSo I could access xampp server from local network. And this was causing that white text and no buttons error.
Changing those URL’s back to absolute path, solved my problem.
I had the sam problem after upgrading to 3.4.2.
But actually I changed URL’s in Settings – General :
WordPress Address (URL): https://localhost/mysite
Site Address (URL):https://localhost/mysite