Brian
Forum Replies Created
-
Hi Mike,
Thanks again for your helpful response. I really appreciate your time. Once I know exactly how I can build out what my client wants, I’m going to try to sell him on purchasing your Pro plugin, but I first need to be 100% sure I can get the end result he wants. So, my last two questions I think:
1 – So for our site visitors (members), when they log in, I can create elements on their page that show the links they’ve created all with your plugin, just not the tracking statistics. Correct?
2 – To develop charts, graphs, etc. regarding their click statistics, I can develop something on my own to pull in this data from the MySQL table. Is that right? That is, I will be able to access the table through PHP to grab the info I need specific to each user?
Again, all of this tracking information is about what site visitors can see, not us on the backend. I know the backend tracking will be more than sufficient for what he needs.Thank you!
Hi Mike,
Thank you for your response. First, for clarification on the last point. My client will be rewarding people differently depending on what domain a link goes to (for example, one reward for a shortened link click that leads to Amazon, and a different reward for one that leads to Wish). Is this part of the tracking as well?And then, regarding the link summaries and details, etc. – how is this data stored with the Pro version? I’m wondering if I can build something to use this data on my own, or pull it into a spreadsheet, or something like that. Alternatively, do you have any plans to add summary pages, etc. in the future? Some way for logged in members to see their link success and history?
Thank you!!
So glad I could finally help someone else on here!! Glad it’s working for you. Have a great day yourself ??
Hi Tufi!
I appreciate the ask ?? I actually couldn’t remember at first, but I found it again. I used a PHP snippet (I add these using the code snippet plugin). I have two in there, one to change one of the badges/icons to “Coming Soon” (for the WooCommerce product pages) and the badge to “Roasting Soon” (the second one here, which is what targets the Woolentor product image badges). Here are both of them just in case you needed the one on the single product page like I did too://change out of stock to coming soon add_filter('woocommerce_get_availability', 'availability_filter_func'); function availability_filter_func($availability) { $availability['availability'] = str_ireplace('Out of stock', 'Coming Soon', $availability['availability']); return $availability; } //change it on image badges add_filter( 'woolentor_shop_out_of_stock_text','change_out_of_stock_text'); function change_out_of_stock_text($out_of_stock_text) { $out_of_stock_text = str_ireplace('Out of stock', 'Roasting Soon', $out_of_stock_text); return $out_of_stock_text; }
I hope this helps! Let me know if you need anything else ??
Hi Tarek,
Thanks for your reply, but I’m a bit confused here. The spot where I need the text is within the product layout of Woolentor, so there is no way to add the regular text editor widget there. You can see the page I’m talking about here: https://mikava.coffee/coffeeI want to get a line below the title but above the price, which is all part of Woolentor’s “Universal Product Layout” widget.
Thanks!I’m having the same problem (actually, no background image on mobile or desktop, multiple computers/phones, multiple browsers). The background shows when I remove the WPForms block, but turns white when I include the simple form. Any ideas?
I’ve tried all suggestions I’ve seen in various forums…Here is the site: mikava.coffee