WebsiteBaker Support (2.8.x) > Droplets & Snippets
Snippet: cwsoft-anynews
jacobi22:
i used coda-slider in my test-space - with jquery 1.71, no Problems
mdemaree99:
I am using the Anynews with coda slider
The update will be great and should get rid of many of the compatibility issues with other modules.
Another nice to have as long as the coda slider is working.
Can you change the input box to match up with the height for the Short: description?
Allows users to know exactly how much room they have to work with when building a slide.
I originally modified my anynews for the height and ideally I would change width also, but this changes up the editor up a little to much for my taste.
I did have one issue. After changing the height, it seems I get an error message(everything works correctly even with error to m knowledge) when I change the title of the slide. Not sure if they are related, but only started getting message after I changed height of short description.
[gelöscht durch Administrator]
cwsoft:
Hi,
uploaded a first ALPHA version of the upcoming cwsoft-anynews version 2.1.0 on GitHub
The version is written for the WB 2.8.x series only, starting from WB 2.8.2 and intended to be tested by more experienced users at a first place. The version is NOT YET ready for productive sites.
Apart from code restructuring, the handling of Javascript files was modified to make use of the mechanismns introduced with WebsiteBaker 2.8.1/2.8.2. In addition two new jQuery sliding effects were added: "coda-slida-2.0" and "flexslider" (set display_mode = 3,4 or 5).
To make the jQuery slida effect working, one needs to add the following code into the head section of the index.php of the frontend template:
--- Code: ---<?php
if (function_exists('register_frontend_modfiles')) {
register_frontend_modfiles('css');
register_frontend_modfiles('jquery');
register_frontend_modfiles('js');
} ?>
--- End code ---
Note: CSS styling and parameters of the slida effects can be modified by the files located in folders css and javascript. The jQuery plugin files in the folder thirdparty should not be modified unless there is a real need for it.
Feedback welcome.
Cheers
DarkViper:
a little hint:
if (function_exists('register_frontend_m odfiles')) {
is never needed since 2.8.1. The funktion is included in the core now and always available for templates. 8-)
cwsoft:
Well I know, but as all templates shipped with WB 2.8.2 und 2.8.3 still include this, I decided to copy it over.
Its easier for me to explain to search for that code in the template and refer to Default templates, than trying to teach the right way off doing it :-)
Cheers
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version