aritmetic
Forum Replies Created
-
Excellent man!!! Thank you very much, I will use the link https://www.asociacioncomercialdeluruguay.com.uy/?post_type=rsjp_job_postings
best regards and thank’s for the support
Hi Kandrews, thank’s for the answer, I did a fresh install, first disable the plugin, then delete the folder in the ftp, then delete all records in the database, line by line.
I downloaded the plugin again, I installed it, but the pagination are still missing.
This is the link https://www.asociacioncomercialdeluruguay.com.uy/?page_id=483I have like 10 post but only showing me 3 of them, if I can
Forum: Plugins
In reply to: [FLV Gallery] [Plugin: FLV Gallery] Skip This One – No Documentation.Hi Russel, I have a question about the Flv-gallery, I have some trouble disabling the autostart and the buffer size, I edit the flvgallery.php but the problem persist, you can say me what I doing wrong? I think in this part of code is the problem
<script type=”text/javascript”>
jQuery(document).ready(function() {
jQuery(“a.flvgallery-link”).click(function(evt) {
evt.preventDefault();
var flvId = jQuery(this).attr(‘href’);
var video = flvconfig[flvId].video;
var width = flvconfig[flvId].width;
var height = flvconfig[flvId].height;
var streamer = flvconfig[flvId].streamer;
var flashvars = { wmode: “opaque”,
allowfullscreen: “false”,
autostart: “false”,
file: “video”,
bufferlength: “0”,
volume: “100”,
backcolor: “FFFFFF”,
frontcolor: “000000”,
lightcolor: “000000”,
screencolor: “000000” };
if (streamer) {
flashvars[“streamer”] = streamer;
flashvars[“type”] = “rtmp”;
}