James Barr
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Testimonials] use_excerpt does not work, read more does not workThis updated version fixed the same problem I was having with Excerpt not working with previous version.
however I now have a new issue:
widget:
Excerpt works
the “continue reading” now appears at the end of all the excerpts.
Testimonial Excerpt Options:
I disabled the “Link Excerpts to Full Testimonial”.
hyperlink has disappeared but the words are still there.
temp fix is to use “.” to replace text in “except text” option. Not ideal but works.My website to see:
dev.atomicband.com.auregards
James
Forum: Plugins
In reply to: [Youtube Channel Gallery] Only Top Video Will Play on MobileI’ve just done the same testing on my iPhone and iPad and can confirm the same experience as kilerb and sailpilot regarding youtube gallery.
When selecting thumbnails it gets stuck on the player and will not continue, eventually says “If playback doesn’t begin shortly, try restarting your device.”
i can say that sometimes it works and most times on iPhone it does not.
For info: ipad is version 4 and iPhone is 4S.I have autoplay set to zero, so it must be to do with triggering from the thumbnail to actively play on trigger in the player.
Is there anyway you can disable this feature on IOS devices, or provide an option to enable / disable.
I assume it works fine on the other mobile platforms.I really like this plugin and hope I don’t have to move over to something else.
Keep up the great work.Cheers
James
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Using Row Filtering Extension.UPDATE:
Apologies.
I did a further search and found that my next port of call has been answered.
Use the “Shortcode Filter from GET parameter” Extension.This does almost exactly what I’m after.
I have now engaged my site to have multiple custom menu links on my songfest page with the filter extension which use the one main page with the single data table.
The only problem at the moment is it loads a new page overtime, even though its the same page with a row filter, this triggers my mp3 to turn off on iOS devices and makes my sidebar Facebook feed restart also.Are there other options that can do the same thing except maybe a link on that page sends the GET info inside the same page to localise the filter like it does with the search. Therefor it wouldn’t set off anything else on the page as mentioned earlier?
I have an idea, would it work for instance how when you can do on page linking to certain spots/locations down the page, creating shortcut links. Would this stop the whole page from reloading? If so, how would I do that exactly?
Cheers
James
Understand,
Thanks for looking it for me, really appreciated your time.
For now I’ll just use what works and explore other options later.
All the best
Regards
JamesHi Tobias,
Thanks again. really appreciate your help.
Here’s the link for my test page:
https://www.atomicbandsydney.com/wp-av/songlist/notes: I have created some custom css for coloring, fonts and highlighting functions
A couple of other things to note that did not function seeing you are here to look.
1.I tried using the cookie based “bStateSave”: true in custom commands for datatables javascript library area.
It breaks the columnfilterwidget extension, if I refresh the page. It makes me think that there must also need to be bstatesave for this extension too.
2. I created a manual checkbox column:
a. it will not sort from the column header
b. the ticks or boxes do not show up in the pdf extension
c. the ticks do show up in the print extension then use print to pdf from apple menu
d. the columnfilterwidget for checkbox (selected) column is greyed out.regards
James
Thanks for your reply,
The multi select has not worked, Im not seeing it function.
The pdf text adjustment does work.
Regards
JamesHi Tobias,
Thanks for the reply.
Apologies, but I really are not sure what to enter at line 60.
I’m also using the the tabletools and fixedheader extension.
The code is this to convert:
$(document).ready( function () {
$(‘#example’).dataTable( {
“sDom”: ‘T<“clear”>lfrtip’,
“oTableTools”: {
“sRowSelect”: “multi”,
“aButtons”: [ “select_all”, “select_none” ]
}
} );
} );
Could you please show me what to put.
Can it co-exist with the extra lines I’ve added for the pdf print icons.
Thank you
James