sallam
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Multi columns, possible?You’ll notice that I’ve arranged the form so that the first field at the left is fieldname3, then to the right is fieldname2 (because in Arabic everything starts at the right side)
It seems that your script focuses on the first field it finds at the top left. That is why the focus goes to fieldname3, but I want it to focus on the the lowest numbered field, in this case: fieldname2, not the first field it finds at the left side.Alternatively, it could perhaps focus on the first field it finds at the right side, and the tab goes from right to left in each line? (or from the lowest numbered fieldname to the higher ones?)
Forum: Plugins
In reply to: [Calculated Fields Form] Multi columns, possible?Its not a multipage form. Its a single page, but the fields are 2 in each line. I want it to focus on fieldname1, which in my form is located at the right side, not the left side.
And I wanted to make it so the focus is set to fieldname1, instead of the first field to the left.I do not want it to permanetly focus on the second field, because some forums would have 1 column in each line, and in that case it would skip the first line.
Forum: Plugins
In reply to: [Calculated Fields Form] Multi columns, possible?I’ve looked up your answers in the FAQ and now I know how to use 2, 3 or 4 columns..
Is there a way to format the form in a table structure (various fields in the same line) ?
Into the form editor click a field and into its settings there is one field named “Add Css Layout Keywords”. Into that field you can put the name of a CSS class that will be applied to the field.There are some pre-defined CSS classes to use align two, three or four fields into the same line. The CSS classes are named:
column2
column3
column4
For example if you want to put two fields into the same line then specify for both fields the class name “column2”.Great! worked like a charm!
But I noticed that the cursor focus goes to the first field at the left side, even if that field is not fieldname1.
Because I build Arabic forms, I’ve arranged the fields so that fieldname1 shows at the right side, and fieldname2 at the left side.Is there a way I can make the cursor focus on fieldname1, regardless of its position in the table? and same for the tab button too please?
Yes you’re right. I’ve tested that page in another pc and it worked fine in IE9.
Thanks very much for this great plugin.You can simply disable “player animation” from the settings.
You can simply disable “player animation” from the settings.
Finally it worked like a charm.
Turned out that I was using another audio player plugin named “audio player”, but it’s not compatible with all browsers. Once I disabled it, your player took over very nicely. Now all my mp3 urls were automatically turned into your sweet audio player! yay!!!The best thing in your player that it needs no shortcodes, and so all old posts with mp3 urls get converted without having to edit anything in the old pages. Very useful feature indeed.
I also tested it on chrome, firefox and android mobiles.. works perfectly.
But it doesn’t work in IE9. The player is there in the page, but clicking the arrow play button does nothing. Can anything be done to make it work in IE?Thanks for your reply.
I usually don’t upload media files through WP editor, I just add links to the mp3 files, using the add link button. Yet, WP automatically takes over and convert that link into its default audio player. How do I change this default setting so that the mp3 link is converted to your player, not WP player?
.. or is there a shortcode for your player to force it?Forum: Plugins
In reply to: [Calculated Fields Form] compound interest equation neededI’ve used this equation but it doesn’t work:
prec(CALCULATEMONTHS(fieldname1, fieldname2, fieldname3),2)
for: amount, interest rate (percent), payment
Forum: Plugins
In reply to: [Calculated Fields Form] how to focus curser inside first field box?Sorry for being late.
I’ve uploaded the new updated plugin. Worked like a charm!
Excellent. Thanks so very much indeed.Forum: Plugins
In reply to: [Calculated Fields Form] how to focus curser inside first field box?I have uploaded the js file you mentioned in your first reply.
Is this the line?
$("#fieldlist"+opt.identifier+" .pb0").find(".field")[0].focus();
I’ve temporarily removed the .focus part:
$("#fieldlist"+opt.identifier+" .pb0").find(".field")[0];
Waiting for your solution for a focus without going down the page..
Forum: Plugins
In reply to: [Calculated Fields Form] how to focus curser inside first field box?Could you please give me a link to where I can download your plugin before the focus update?
Forum: Plugins
In reply to: [Calculated Fields Form] how to focus curser inside first field box?Forum: Plugins
In reply to: [Calculated Fields Form] how to focus curser inside first field box?I did update again, but now the forms are not working, no focus, no styling, no zeros and no calculations.
Forum: Plugins
In reply to: [Calculated Fields Form] how to focus curser inside first field box?Thanks very much.
Unfortunately, the update not just focuses the cursor in the first field, it also makes the page loads at the area where that field is. This is not desired, because it skips everything at the top of the web page. This takes away the chance of any ads from being noticed!Can it focus but leaves the page start at the top as usual please?