c05338
Forum Replies Created
-
Hi,
I’ll open a new topic for the other issue.
For the main issue. I’m not sure if I explained correct and I was able to deliver the message
I have now 3 teams have tie points I’ll share the table for them below.
# Team P W D L F A GD PTS
1 TeamA 9 7 0 2 23 5 18 21
2 TeamB 9 6 3 0 19 5 14 21
3 TeamC 9 6 3 0 8 1 7 21As you can see in the table I have 3 teams with equal points total of 21. The above ranking is probably based on F and GD parameters.
However it should be ranked as below
# Team P W D L F A GD PTS
1 TeamB 9 6 3 0 19 5 14 21
2 TeamC 9 6 3 0 8 1 7 21
3 TeamA 9 7 0 2 23 5 18 21Because TeamA played against TeamB and TeamB has won so TeamB before TeamA
Than TeamA played against TeamC and TeamC has won so TeamC before TeamA
Than TeamB played against TeamB and TeamB has won so TeamB before TeamCEnding up the above ranking table based on each strike.
head-to-head didn’t do the trick. I hope I was able to clarify what I’m asking for
Hi,
Thank you for your reply.
It’s already set however it’s not giving the right standing.
When there’s a tie and tied teams played against each other the winner is on top of the loser regardless of his goals for or goals against or any other reference. The first rule to consider is the winner between tied times if they played against each other.
Also I have another problem, only 1 league table isn’t auto updating the standings I have to update it manually every time.
Please note this only happens with SP while the default WordPress Posts are working fine when scheduling a future post however when scheduling a future event/match it doesn’t work returning 403 error
Hi,
Thank you for your reply. Since WPML is using multiple language thus when the slug is not latin using other languages it’s giving this error. I’m not sure if this is related to SP or WPML. Ever had such issue and what you advice?
I found the issue… When disabling WPML the link works perfect however when activating it back again it doesn’t work.
Any suggestions what to do? It seems a compatibility issue.
I have AAM plugin installed do you think it might causing the issue?
Hello,
Sorry I might asked wrong, I was asking should I buy the PRO version for it to work? Is there a way to try the PRO version before purchasing?
Yes true and I have the PRo version. I’ve tested them offline using a fresh install it worked fine but on the live website it doesn’t. I tried all possible ways but didn’t work, it’s really weird though
Hello,
Kindly find screenshots below:
Wordpress Permalink: https://prnt.sc/usgsaa
SportsPress Permalink: https://prnt.sc/usgsrzI tried your suggestion in different ways but none worked.
Also check the console log: https://prnt.sc/usgtkc
Thank you!
I tried this however it didn’t work. Again if I’m signed-in it works but if I logout it doesn’t work giving in the chrome console 403 error
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 Pipes not workingdefine( ‘WPCF7_USE_PIPE’, true )should be added to wp-config.php and not your theme. I already have it in my wp-config.php file and yet not working showing the values different from visible
Forum: Hacks
In reply to: Override Class of plugin in functionsThanks a lot for your reply. Yes I think it’s declared and loaded. Sorry I should’ve expressed better, it’s working showing the form I want however it’s not overriding the old one meaning it shows both the default form and the custom one.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Display Only Product replacing DownloadThanks for share I think I got it but how to manage the page with variables. In other words if you have
domainname.com/product-1/
The file should load within the page if purchased something like Content Blocks however in the product page itself and not a stand-alone page. I checked the WooCommerce Extension Conditional Contents but I released it creates a new taxonomy while I need to be included in the same product page.
Elsewhere I should create a page per each product that means each product will have a product page and a wordpress page and if someone was able to get the page then next time he’ll not purchase the item or might share it with others and the site loses its value.
I hope I explained my concerns well.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Display Only Product replacing DownloadI’m not sure if I got it right. I mark the product as Downloadable in the product-data then I upload/attach the product’s file which is pdf or mov extension however I should modify the order’s details page to redirect to the page and show the product purchased. Is that correct?
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Display Only Product replacing DownloadThanks for your reply. To clarify your answer I think I should create a PHP page withing the wordpress loop to achieve that and then assign it from WP backend then forward the redirect request to the page rather file URL. Basically this is what I’m looking for however how to achieve that as I wasn’t able to find any action that override the main WooCommerce one. Can you help me with that please.