As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
Dear wpDataTables Support Team,
I have been trying to create a table where the entries in one column are clickable links that direct to URLs constructed from another column's values. Despite following online documentation and even consulting with ChatGPT, I haven't been successful in achieving this functionality.
Issue Details:
Specific Example:
What I've Tried:
Additional Information:
Request:
Could you please provide guidance on how to correctly configure the "Short Name" column to use the "product_slug" column for constructing the URLs? I would like the links to direct users to the appropriate product pages as per the desired URL structure.
I appreciate your assistance and look forward to your response.
Thank you.
Best regards,
Darren
Attached files: Screenshot 2024-10-12 at 14.44.14.png
Hi Darren,
My sincerest apology, there was an error on this ticket from my end - I wrote a reply, but it somehow did not get sent properly.
This will not happen again, thank you very much for your patience.
As mentioned on the Documentation, when we use the Transform Value feature, if you try setting the "transform" column to "URL link type" - that won't work;
or if any of the columns, from the placeholders used, are also not string - there will be issues.
And also, for any clickable link, you will need to write the full Custom HTML in the String Column "transform value", in order to make hyperlinks, with the "a href" property.
It will be a 'standard' hyperlink by combining creating an "a href" and wrapping that around some column value placeholders and in this way it works without issues.
We have a Table with some Products, the Product ID Column named as "id" along with Field "ProductName", etc;
For each Product, we made an individual Page, with the URL as :
http://myWebsite/page-Product ID/
For Product ID 221 the full URL will be like :
http://localhost/current/page-221/
For a Custom Link, i will create an "a href" HTML hyperlink and add a "target blank", an optional attribute to open it in a new tab, as well as displayed link text.
For the URL, we create each cell to start with "<a href="http://localhost/current/page-" then add the value for the Product ID as column placeholder {id.value} and for the displayed link text we will combine adding the product name such as "Click here to view {productname.value} Page" , ending it with the closing </a> tag, like :
Of course, we can additionally add a CSS class to the HTML anchor Tag, such as :
Then we can call that class for custom styling and make the link look as a button in the Table's Customize/Custom CSS, and so on.
So, as long as we include some existing column placeholders with values, we can construct custom links, etc.
Let me know how it goes, if you encounter any further issues with this use-case.
Once again, my sincerest apologies for such extreme waiting time, this will not happen again.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
EVEN THOUGH THIS TICKET WAS POSTED THREE WEEKS AGO! I MANANGED TO SOLVE THIS MY SELF!
REPLY TO MY NEW TICKETS!
Hi Darren,
My sincere apologies once again for that error on this ticket.
We will monitor all open tickets closely going forward, the issue should not happen again.
We will respond to all your other open tickets now.
Thank you.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables