gamattox
Forum Replies Created
-
I DO NOT see this problem and I’m using;
CJT v11.2
WP v5.7
PHP v7.4.14
PHP Memory 512MbMy CJT version is able to display code blocks and appears to be functioning normally with the exception I cannot assign code to any URLs. This has already been submitted on the Pro site as a service request.
Thx,
Thanks Sayan,
We just purchased the Pro version and now have it installed and ready for testing.
Thanks for responding to the initial request above.
Gary
Please answer the above question.
This is the only remaining unanswered question prior to us purchasing the Pro version. Resetting our Post’s Published Date is mandatory for our application.
Thanks
Forum: Plugins
In reply to: [Stock market charts from finviz] Crypto Charts???
Forum: Developing with WordPress
In reply to: Shortcode echoes but doesn’t executeHi Steven,
Your answer is rather hard to accept. You are saying WordPress is unable to create dynamic content that uses ShortCodes. So shortcodes are essentially just a way to hardcode functionality and cannot be changed interactively?
Have you considered an AJAX solution that refreshes only the DIV that contains the modified ShortCode? Do you have any experience with such a solution? What about a plugin solution or a knowledgebase of code snippet solutions I could review? Seems like there is a solution somewhere, I just need some thoughts on how to approach a solution that has worked for others.
I need to set the parameter of a shortcode based on a user’s selection from a table. Surely there is a code snippet out there to do this?
Thanks for your thoughts,
GaryForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Index to next rowHi,
Javascript/JQuery.
My goal is to use the content residing in any odd numbered row in a specific column as a parameter to my function. My code is correctly returning the data in the row and column I need when I select any ODD row in the table. When I click on any EVEN row I need to programatically index to the next ODD row to pickup the data in the column from that row since the EVEN rows do not contain the data needed for the function.
Said another way, when I click on a row and detect a currentRow that is EVEN, I need to add “1” to that row number and then use the newly assigned odd row number in my code.
Thanks,
GaryThanks Tobias,
Your suggestion works great..! My tables can now take advantage of #colspan# without loosing their much needed vertical scroll bar.
Thanks again,
Gary