Questions tagged [couch-cms]

CouchCMS is a light-weight Content Managment System.

CouchCMS is a light-weight Content Managment System that does not require any knowledge of PHP. You can transform any static webpage into a managed system wiuth editable regions in no time. Just drop in a few special XHTML tags into your code and watch your static web pages come to life!

20 questions
3
votes
3 answers

Change table row layout with css

I've got a table …
Megan Caithlyn
  • 374
  • 2
  • 11
  • 33
2
votes
1 answer

"Previous" and "Next" buttons in FullCalendar Producing "OFF" message

I've created a Bootstrap modal to display an event calendar for a work location using FullCalendar. 90% of the time, it works, but for one location it creates an "OFF" message that occupies the entire screen. The offending page is live…
2
votes
1 answer

Couch CMS: if template== then do something

I'm looking into a bunch of different lightweight CMS and Couch CMS is up. It is so incredibly straight forward, I love it! Great for clients that now and then want to add or edit content. For a website, I include a footer into different templates,…
Bram Vanroy
  • 27,032
  • 24
  • 137
  • 239
1
vote
1 answer

Star rating only rates upto 4 stars

I am working with the Couchcms v2.3 to create the directory website and recently I was trying to implement the star rating system to the page but I was unable to get the 5 star rating work properly. I am only able to rate upto 1 to 4 stars but when…
Upadesh
  • 13
  • 2
1
vote
0 answers

Json Array, Textboxes and Conditionally filling a new Textbox

I am having an issue understanding how to perform calculations based on values from textboxes and a JSON. I have textboxes:
1
vote
2 answers

How to access existing tr and fill its td using json from ajax success without generating new row

I am using CouchCMS. In CouchCMS there is a concept of repeatable regions. This in fact generates tables and displays the repeatable contents in it. I have the repeatable region defined as:
GXCPL.Official
  • 267
  • 3
  • 19
1
vote
0 answers

How to pass id on button click to bootstrap v3 modal in CouchCMS?

I have a list (displayed in a tabulated format). The list consists of names of various departments. The same appears as below: ------------------------------------------------------- Sr. No. Department Name …
1
vote
3 answers

DESIGN: Dropdown+Label+Button and Repeating row wise

I have a design related question. I have a bill to add product. One product is added per line. One Product added per line image When I add a product, I also display its warranty in the Warranty column: Selected product shows warranty in Warranty…
1
vote
1 answer

Chome: Only 6 videos are allowed to load / queue

Having strange issues with chrome. I have a site that uses video.js, and displays multiple product videos. On IE and Firefox, all videos load fine - no problem. Chrome only seems to allow 6 to play. Now, im not trying to play 6 at one time, but i…
1
vote
1 answer

CouchCMS - Floated Elements Not Floating Properly

I'm new here and also somewhat of a beginner in Html and CSS. I'm currently working on a project using both CouchCMS for content management and then Bootstrap for the responsive framework. To give a short background, I've set up a custom.css file…
Chris
  • 1,484
  • 1
  • 12
  • 19
1
vote
2 answers

How to use phpMail under MAMP for Windows

I use CouchCMS as my content manager for website. I also install MAMP (Windows version) for php/mysql/apache solution. I'm trying to enable phpMail feature to use Gmail's SMTP, but failed. My php.ini in C:\MAMP\conf\php5.6.3\php.ini [mail…
mamahow
  • 21
  • 2
  • 3
0
votes
0 answers

HTML5 datetime-local input and android webview

I am curious to know if there is a way to be able to use a combined date and time picker in android webview app? I have a HTML 5 input of type datetime-local in my form with PHP (CouchCMS) backend: Now…
0
votes
0 answers

htaccess: strip .html extension if present then rewrite

My htaccess is getting stuck in an infinite loop. I'm trying to strip the .html extension off a URL, if there is one, and then use the leftover string as a query string. RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /.*\.html\ HTTP/ RewriteRule…
ReX357
  • 1,199
  • 3
  • 19
  • 43
0
votes
3 answers

Select and Radio options to show div

I want to be able to display the corresponding div (which will contain table) when a select option and a radio option is selected. I am using couchcms as the backend. The table that i need to generate will be populated by couchcms' tag. I want…
0
votes
1 answer

How to display a filtered table where filtering depend upon dropdown and radio

I have a dropdown and a set of two radio buttons. When a dropdown value alongwith a radio opotion is selected I need to show a table with the corresponding values fetched. The data is fetched from CouchCMS backend.
Column1 Column2 Column3
Cell A1 Cell A2 Cell A3
Cell B1