jokerfix
Forum Replies Created
-
You asked me
Do you just want the first column to appear like a table head, or do you also want the sorting arrows, etc. in the first column?
What is code for sorting arrows in the first column ?
Thank you
Problem fixed,in java script was mistake
Thank you for your help
I can’t because site is not published yet.
I put code in 2 row : `<a href=”Page link”>Name</a>
In plugin options code : `.tablepress-id-2 tr:hover {
cursor: pointer;
}and on page : `[table id=2 /]
When I check with mouse,cursor pointer work but when I try to click to open page,not working..
Before 2 days everything was fine,now stoped to work
Do you know maybe what is problem?
I want just first column to appear like a table head
Also before 2 days link on table stoped to work,I dont know what is problem..
I checked in table press,link is ok.Checked code in plugin options (table press-cursor pointer code is ok)..
Code in page [table id=2 /] ..everything is ok but links don’t work.
Do you know maybe what is problem?Latest version of wordpress updated
Thank you
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Make row Clickablethank you very much!
Everything now works!
Thank you for the quick responses
Best Regards
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Make row ClickableThank you Tobias for quickly reply 🙂
If I understood I need to put second code in Custom CSS”/ “Plugin Options”:
.tablepress-id-1 tr:hover { cursor: pointer; }I just didn’t understad where to post first code ?
<script type="text/javascript"> jQuery(document).ready(function($){ $('.tablepress-id-1').on( 'click', 'tr', function() { var $a = $(this).find('a').last(); if ( $a.length ) window.location = $a.attr('href'); } ); }); </script>Do I need to change something in this codes?
Or exactly same codes to put?Sorry for disturbing
Best Regards
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Make row ClickableHi TobiasBg
I have similary problem like user Mark2201 .
I made table with 5 columns and 5 rows.I want when someone click wherever on first row to be linked on another page.Same like Mark2201 used on this page : http://www.forento.be/beleggen/
I tried to find in Appearance/Editor table and to put code :
<tr style=”cursor:pointer” onclick=”document.location.href=”blah.html”But I can’t find “table code” in Appearance/Editor.
Do I need to install some plagin?
How I can do this ?Please when you explain me,explain me step by step.Because I am new with using wordpress.
Thank you for reply and help 🙂
Best Regards