Forum for discussing general topics related to Couch.
3 posts Page 1 of 1
Hi

I am in the process of doing a revamp of a site for someone and they asked if the following can be done with couchcms

1) Can the footer text be changed? I have a includes/footer.php file

2) Can they add to the reviews text, it is scrolling across using jquery (the coding is below for this) it's using flexslider but I can't upload the js file as won't allow me
Code: Select all
<div class="flexslider">
            <ul class="slides">               
              <li>
                <p>
                 "REVIEW TEXT"
                </p>
                <strong>
                Name
                </strong>           
              </li>               
              <li>
                <p>
                "REVIEW TEXT"
                </p>
                <strong>
                Name
                </strong>           
              </li>
              <li>
                <p>
                "REVIEW TEXT."
                </p>
                <strong>
                Name
                </strong>           
              </li>
            </ul>
          </div>


3) Can they edit the google map location as they are moving location in a month and would like to edit the google map location themselves

4) Can they add new menu items to the nav menu? I have a includes/header.php file (the coding is below)
Code: Select all

<!-- Mobile Menu  -->
<div class="header">
  <a href="#menu" class="button">menu</a>
</div>

<div id="menu" >
  <ul class="menu_snap">
    <li><a href="index.php">Home</a></li>
    <li><a href="services.php">Services</a></li>
    <li><a href="sales.php">Sales</a></li>
    <li><a href="reviews.php">Reviews</a></li>
    <li><a href="contact.php">Contact</a></li>
  </ul>
</div>

<div class="site-container" id="home">
 
<!-- Header -->
<header class="site-header">

  <!-- N A V  -->
  <nav id="nav" class="nav-primary" >

      <ul class="sf-menu menu menu_snap" id="sf-menu">
        <li><a href="index.php">Home</a></li>
       <li><a href="services.php">Services</a></li>
        <li><a href="sales.php">Sales</a></li>
        <li><a href="reviews.php">Reviews</a></li>
        <li><a href="contact.php">Contact</a></li>
      </ul>

  </nav>

</header>


Thank you in advance
hi,

did you look at this ? https://docs.couchcms.com/concepts.html .... I believe all the answers are there.
I load frameworks and write bugs on top of them, after that I rearrange the code so that it looks like a cool product.
Hi

Thank you, I'll have a look at the link
3 posts Page 1 of 1
cron