Search found 165 matches
- Tue Apr 05, 2022 2:42 pm
- Forum: Modules/Add-Ons
- Topic: Spam despite captcha on Form Builder
- Replies: 3
- Views: 2251
Re: Spam despite captcha on Form Builder
Thanks the HoneyPot method is basically what I had done and almost immediately after got another spam form submission. I'll leave the Captcha on and include this hidden field that must be empty and monitor it for a week or more to see how it goes.
- Mon Apr 04, 2022 3:24 pm
- Forum: Modules/Add-Ons
- Topic: Spam despite captcha on Form Builder
- Replies: 3
- Views: 2251
Spam despite captcha on Form Builder
Hi, I get a regular supply of spam through my contact form, despite having captcha enabled. I came across a suggested solution of including a text input field with regex validation to ensure nothing is entered in the field and hide that field using CSS so I tried that too. Within 5 minutes of me mak...
- Tue Mar 15, 2022 2:12 pm
- Forum: Modules/Add-Ons
- Topic: How to setup LISE as an Image Slider?
- Replies: 9
- Views: 2286
Re: How to setup LISE as an Image Slider?
Thanks for the help, I have got it working. Once I got past the syntax error it was still not working and I was getting an error: Uncaught TypeError: $(...).responsiveSlides is not a function It seems to be looking in jQuery for that and not the responsiveslides.js file. Some Googling told me to cha...
- Tue Mar 15, 2022 1:35 pm
- Forum: Modules/Add-Ons
- Topic: How to setup LISE as an Image Slider?
- Replies: 9
- Views: 2286
Re: How to setup LISE as an Image Slider?
It's currently only on my local machine running wampserver so it's not available for the public to see. I put the {LISESlider} in my page, not the template. The HTML does look like I expect it to. But there does seem to be an error somewhere, the console shows: Uncaught SyntaxError: Unexpected end o...
- Tue Mar 15, 2022 12:23 pm
- Forum: Modules/Add-Ons
- Topic: How to setup LISE as an Image Slider?
- Replies: 9
- Views: 2286
Re: How to setup LISE as an Image Slider?
I think I am getting a better understanding of this, but can't seem to get the script to actually run the slider. So I have the LISE set up like this: Added a field definition of image as a text input. Set the Summary default template to this: {if $items|@count > 0} <ul class="rslides" id=...
- Mon Mar 14, 2022 11:05 pm
- Forum: Modules/Add-Ons
- Topic: How to setup LISE as an Image Slider?
- Replies: 9
- Views: 2286
Re: How to setup LISE as an Image Slider?
Thanks, this is just in my development. Unfortunately I have tried the documentation and the site you suggest but have not been able to actually understand what I am supposed to do to get going. Nowhere seems to give a step by step example of how to use this. I guess I'll have another go at both tom...
- Mon Mar 14, 2022 10:49 pm
- Forum: Modules/Add-Ons
- Topic: How to setup LISE as an Image Slider?
- Replies: 9
- Views: 2286
Re: How to setup LISE as an Image Slider?
Thanks, but can you help me through the basics? I've installed LISE and created an instance called "Slider" with Mode set to "List" (what do the different modes mean?) This then appears in my Content section and I can edit it. I go into the Field Definitions tab and add a text in...
- Mon Mar 14, 2022 7:35 pm
- Forum: Modules/Add-Ons
- Topic: How to setup LISE as an Image Slider?
- Replies: 9
- Views: 2286
How to setup LISE as an Image Slider?
Hi, been away from CMSMade Simple for some years but have to bring an old 1.11 version site up to version 2.16 and want to display various image sliders. Couldn't get ShowTime to work and came across a reference that mentioned using LISE and some scripts to get this to work. Unfortunately I am strug...
- Sun Mar 22, 2020 10:33 pm
- Forum: CMSMS Core
- Topic: Installation: No input file specified
- Replies: 8
- Views: 4540
Re: Installation: No input file specified
Thanks very much! That seems to have been the problem. I had moved all the files from the old cmsms install into a backup folder but hadn't realised the plugins folder should have been moved. It all seems to be working now.
- Sat Mar 21, 2020 3:15 pm
- Forum: CMSMS Core
- Topic: Installation: No input file specified
- Replies: 8
- Views: 4540
Re: Installation: No input file specified
The hosting package I've got with GoDaddy is really old and they only offer 5.2, 5.4 & 5.6. I'm willing to move but I have about 9 months left on the contract so I want something in the interim. Maybe I should go back to an older version of cmsms that would work for 5.6?
- Sat Mar 21, 2020 2:45 pm
- Forum: CMSMS Core
- Topic: Installation: No input file specified
- Replies: 8
- Views: 4540
Re: Installation: No input file specified
I have tried the extended install and everything went well. I got one warning about output_buffering being below the recommended value but haven't yet worked out how to adjust that on GoDaddy so I let it continue. The install went through fine, but when I try to login to the CMSMS admin I get this e...
- Sat Mar 21, 2020 2:15 pm
- Forum: CMSMS Core
- Topic: Installation: No input file specified
- Replies: 8
- Views: 4540
Re: Installation: No input file specified
OK, thanks I'll try the other way of installing. Unfortunately the host doesn't have a newer version of PHP.
- Fri Mar 20, 2020 6:47 pm
- Forum: CMSMS Core
- Topic: Installation: No input file specified
- Replies: 8
- Views: 4540
Installation: No input file specified
Hi, I am trying to redo a very old CMSMS site by replacing it with one done in version 2.2.13. I installed the new version locally, created my site and am now trying to move it live by following the instructions here: https://docs.cmsmadesimple.org/moving Unfortunately that didn't go smoothly as I w...
- Wed Feb 01, 2017 5:09 pm
- Forum: Modules/Add-Ons
- Topic: Calguys Calendar displays nothing
- Replies: 13
- Views: 5750
Re: Calguys Calendar displays nothing
Thanks, I have commented out this: <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <!-- <__script__ src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></__script> --> and now the calendar displays. I'll monitor it to make sure that doesn't break anything...
- Wed Feb 01, 2017 2:23 pm
- Forum: Modules/Add-Ons
- Topic: Calguys Calendar displays nothing
- Replies: 13
- Views: 5750
Re: Calguys Calendar displays nothing
Because of bootstrap you have two calls to the jquery libs. Just remove the line on the bottom where you make the call for bootstrap! hmm, bootstrap is fundamental to the template I am using so if that has the calls already, rather than getting rid of that, should I just get rid of the cms_jquery a...