janustudios
Forum Replies Created
-
Hi Leon,
I have got this shortcode on this Page A
[match_list title="" format="fixtures" limit="" comp="14" season="" team="" date_range="" venue="" order="ASC" show_abbr="0" show_thumb="1" show_comp="1" show_team="0" show_venue="1" linktext="" linkpage=""]
And this second shortcode on this Page B
[match_list title=”” format=”results” limit=”” comp=”14″ season=”” team=”” date_range=”” venue=”” order=”ASC” show_abbr=”0″ show_thumb=”1″ show_comp=”1″ show_team=”0″ show_venue=”1″ linktext=”” linkpage=””]
If you look at Page B it got some of the matches which the date have passed but the score has not been updated.
I wanted to ask if there is a way of showing old past date matches (score not updated) in fixtures shortcode on Page A
and
they only disappear once the score gets updated and show up in results shortcode on Page B.
Hi Leon,
That worked! again flawless support from you!
Just wondering if you had any problems with the review system that I should report to WP? ??
The only support request i would say is if you could let them know to have an option of ten star! That would be sufficient!
Thank you again! My weekend will be now stress free!
Thank you
Sorry added a duplicate comment
- This reply was modified 4 years, 5 months ago by janustudios.
Thank you Leon. Its working flawlessly. I cannot thank you enough! I will go just now and add a 5 star! I would add 10 if i could!
- This reply was modified 4 years, 5 months ago by janustudios.
- This reply was modified 4 years, 5 months ago by janustudios.
When I remove the product tag its giving me this message.
This product currently has no customers
But when I use this with a product ID it shows me the list of customers without any problem
Just to add I am using this on a WooCommerce Product Template.
Hi Kokomo,
Thank you for the reply. I have managed to get the shortcode working with
<?php echo do_shortcode('[customer_list product="570" show_titles="true" order_status="wc-completed" limit="9999" customer_display_name="true"]'); ?>
but the only problem is this wont work until i specify the product=”570″ tag. Do you know if I can remove that or replace it with something so it automatically uses product ID.
Thank you
HI Kokokmo, thank you! do you know what shortcode I would need to use if i am not wanting to use the product tag here. Can I use
[customer_list billing_first_name=”true” billing_last_name=”true”]
instead of
[customer_list product=”999″ billing_first_name=”true” billing_last_name=”true”]
where product is specified.
I want to just put this in single.php where it automatically pulls the list of customers who may have bought the product.
Could you please help me with it?
Thanks
Forum: Fixing WordPress
In reply to: HELP!! All of sudden Installation PageI just replaced a backup of old wp-config file and it seems it has fixed everything dont know what happened but its working now and i have updated it to newest version…
Cheers!! Thank you all… WordPress community is best just because of you all guys!!
Forum: Fixing WordPress
In reply to: HELP!! All of sudden Installation PageI have found 3 month old wp-config file would that make difference if i replace that file from the present file.
Forum: Fixing WordPress
In reply to: HELP!! All of sudden Installation PageI just noticed the blog stopped working on 16th, June and the WP-CONFIG.PHP says modified on 15th June… Dont know what happened…
Forum: Fixing WordPress
In reply to: HELP!! All of sudden Installation Page@swansonphotos Its just my blog was running perfectly all of sudden it started showing Installation Page… i just didint logged in only one day and now all of sudden its showing this…
Thankyou very much
Forum: Plugins
In reply to: Form Creator with Authorize.net?I did this functionality accomplished with the help of JotForms by Embedding the jotform into wordpress post or page by just switching it to html and paste the code in…. The Jot Forms supports the Authorize.net functionality…
Check out https://www.jotform.com/
and its working example at with authorize.net functionality included is here
https://www.bibimagazine.com/order-online/Forum: Fixing WordPress
In reply to: so many questions about developing a new siteYour site looks nice…
a.collect articles from the web on the different species parrots and repost as articles in structured hierarchy so each species has its own article base
You can use the wp-robot plugin which auto grabs the articles information and post it in your site with permalinks to the rest of the posts…
b. figure out how to link the forum onto the front page (theming it to match site is going to be a fun bit)
Second you can link the forum just like hyperlinks as said above
n for phpbb3 i can’t say anything because both are different plattforms… one thing u can do is search out for any plugins or tweaks for phpbb3 which enables integration with WP…
Thanks