SoftDux
Forum Replies Created
-
Forum: Plugins
In reply to: [Sociable] sociable with responsive website/follow since I’m looking for an answer to this problem as well.
Forum: Fixing WordPress
In reply to: put form elements on same line?I don’t think that’s the case here.
Like I said, WP adds a
<p>
or<br>
element in between each form element, as such:<td style="white-space: nowrap;" align="center" valign="middle"> <form action="https://billing.webhostingzone.co.za/domainchecker.php" enctype="application/x-www-form-urlencoded" method="post"><input type="hidden" name="token" value="d887a93569fc770241d7c4b2a6f61b14d084143a" /> Domain: <input type="text" maxlength="200" name="domain" size="20" /> <select name="ext"> <option>.co.za</option> <option>.org.za</option> <option>.com</option> <option>.net</option> <option>.org</option> <option>.info</option> <option>.biz</option> <option>.mobi</option> <option>.us</option> <option>.me</option> <option>.cc</option> <option>.name</option> <option>.tv</option> <option>.za.com</option> <option>.tel</option> </select> <p><input type="submit" maxlength="2147483647" size="20" value="Go" /></form> </td>
Yet, when I edit the content, those elements aren’t there:
<td style="white-space: nowrap;" align="center" valign="middle"><form action="https://billing.webhostingzone.co.za/domainchecker.php" enctype="application/x-www-form-urlencoded" method="post"><input type="hidden" name="token" value="d887a93569fc770241d7c4b2a6f61b14d084143a" /> Domain: <input type="text" maxlength="200" name="domain" size="20" /><select name="ext"><option>.co.za</option><option>.org.za</option><option>.com</option><option>.net</option><option>.org</option><option>.info</option><option>.biz</option><option>.mobi</option><option>.us</option><option>.me</option><option>.cc</option><option>.name</option><option>.tv</option><option>.za.com</option><option>.tel</option></select><input type="submit" maxlength="2147483647" size="20" value="Go" /></form></td>
[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
The website in question isn’t live yet but I’ll post a link to the site once it’s active on the internet.
Thanx, that’s a much easier way than what I had ??
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] TooltipWell, the tooltip plugins that I tried out all have some shortcode that you insert into page or post content, but I just found one which works fine. “Easy Tooltip”.
you install it, and then add the tooltip as such:
[tooltip title=”Info” content=”This is the amount of data transfer your account has, for website and email traffic per month. Extra usage will be billed for at the end of the month. ” type=”info” ]Bandwidth[/tooltip]
Hi,
Yes, I downloaded the plugin from the link you provided and it shows installed as follows:
TablePress Extension: DataTables ColVis
Deactivate | Edit
Custom Extension for TablePress to add the DataTables ColVis functionalityVersion 1.0 | By Tobias B?thge | Visit plugin site
The Search, pagination, etc doesn’t work when I have that custom command in, but as soon as I remove it, everything else works fine. This is on WP 3.5.1
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] TooltipI actually tried a few different tooltip plugins already, which work great in normal content but not inside the tables
I am trying to achieve the same as the OP, where a user can click a button to show some initially hidden rows (say row 10 – 15), but I don’t want to use any of the DataTable sorting features (i.e. Sorting, Search/Filtering, Pagination, Horizontal Scrolling, etc). So I enabled the “Use DataTables” tickbox but don’t see the buttons to show / hide the rows from row 6.
I used the example code as given above, to see if / how it works:
“aoColumnDefs”: [ { “bVisible”: false, “aTargets”: [ 5,6 ] } ]
I also noticed that my “zebra” highlighting is gone. Every odd row had a grey color, which is now gone.
The following is on the content page:
[table id=1 datatables_colvis=”true” /]
Great, thank you.
One other question, how would I reference the last row, without specifying a row number? i.e. I need this setting to be persistent on the “footer row”, even if I add / remove rows later on.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] TooltipIf anyone know’s how to successfully get a nice looking (i.e. JS or AJAX type) tooltip to work with Tablepress, please let me know?
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] SQL InjectionThat’s a very good question….. Can anyone please enlighten us?
how doesn’t it work?
I have the same problem: “Console reads “[cycle] terminating; too few slides: 0”
Does anyone know how to fix this?
Forum: Everything else WordPress
In reply to: How can I automatically subscribe to posts on the forum?That doesn’t actually work the way you explained it, Ipstenu. A lot of my forum posts don’t show up in that “favourites” URL.
This particular post doesn’t even show up.
Forum: Everything else WordPress
In reply to: How can I automatically subscribe to posts on the forum?but you’re not an administrator, right?
What forum script is this forum running on?
Is the setting I’m asking for a missing feature, or could it perhaps be enabled by a modification or something?This option makes forum post much easier than it is right now. For what it’s worth, I have a lot of old forum posts which I never got notified about of new replies and they’re now closed so I can’t even update the posts. If this option was enabled by default then I would have been notified and could have followed up on the issues. And I’m sure other people will enjoy it as much as I would to have that option enabled by default