Fork me on GitHub

Theme help needed  Bottom

  • Hello all,

    Heres my problem. I am useing this theme: coffee_cup-XTE found here: {EDIT - Ok, it wont let me link to it... Its all in German, I think anyways... You can see it on my page, see below.} If you need code, I can post it.

    There is a link table at the top under the coffee cup pic. The problem I am having is that I cant find where to change the links and names. I have looked in the theme folder, and found the pages that looks like it references them, but when I changed it there, it didnt show up on the main page. (That can be found here: http://www.dicrosicoffee.com BTW..)

    Anyone know what I would need to do to change them, or maybe even get rid of them?

    Thanks for the help, and please let me know if you need more information.

    Ben
  • That links are on /themes/coffee_cup-XTE/templates/master.htm lines 28-32.
  • Thats what I thought, so I made this change, even before I posted for help. You can see the code below. The first one says Home, but clearly doesnt say home on the page.. Am I missing something?

    Code

    <body>
    <div id="rap">
    <a name = "top"></a>
     <div id="masthead" onclick="location.href='index.php';" ><!--[slogan]--></div>
      <div id="hnav">
       <div id="hmenu">
        <ul id="top">
         <li><a href="./index.php" title="Home">Home</a></li>
         <li><a href="#" title="for">for</a></li>
         <li><a href="#" title="your">your</a></li>
         <li><a href="#" title="links">links</a></li>
         <li><a href="#bottom" title="search in previous posts">search</a></li>
         <li><?php wp_register(); ?></li>
        </ul>
       </div>
       <div id="header">
        <h1 id="blogtitle"><!--[sitename]--></h1>
       </div>
      </div> <!-- Closes the hnav div-->
  • Yes, 0k, also you have to change it on .../templates/modules/home.htm,

    and always when you made changes on themes it's neccesary clear cached & compiled files.
  • Ahh yes, that would make sense. Can you remind me how to do that? I have had to do it in the past, but cant remember how...

    Thanks.
  • in pnrender

    --
    David Pahl
    Zikula Support Team
  • Ok, got that. I didnt have Cache pages checked, but clicked the Clear Cache anyways. Still nothing. Is there somewhere else that this would be?

    Here is the /themes/coffee_cup-XTE/templates/master.htm code:

    Code

    <body>
    <div id="rap">
    <a name = "top"></a>
     <div id="masthead" onclick="location.href='index.php';" ><!--[slogan]--></div>
      <div id="hnav">
       <div id="hmenu">
        <ul id="top">
         <li><a href="./index.php" title="Home">Home</a></li>
         <li><a href="./index.php?name=paypalcart" title="Store">Store</a></li>
         <li><a href="#" title="your">your</a></li>
         <li><a href="#" title="links">links</a></li>
         <li><a href="#bottom" title="search in previous posts">search</a></li>
         <li><?php wp_register(); ?></li>
        </ul>
       </div>


    and the /themes/coffee_cup-XTE/templates/modules/home.htm code:

    Code

    <body>
    <div id="rap">
    <a name = "top"></a>
     <div id="masthead" onclick="location.href='index.php';" ><!--[slogan]--></div>
      <div id="hnav">
       <div id="hmenu">
        <ul id="top">
         <li><a href="./index.php" title="Home">Home</a></li>
         <li><a href="./index.php?name=paypalcart" title="Store">Store</a></li>
         <li><a href="#" title="your">your</a></li>
         <li><a href="#" title="links">links</a></li>
         <li><a href="#bottom" title="search in previous posts">search</a></li>
         <li><?php wp_register(); ?></li>
        </ul>
       </div>
  • Are you delete compiled files? (on pnRender)

    If you don't see any changes go to /pnTemp and delete the content of pnRender & Xanthia directories. (for me is the faster way)

    But the changes that you made on templates are enought.
    One thing, links are better do its referred to main directory: for "index.php" put "/index.php" (not "./index.php"), and for "./index.php?name=paypalcart" put "/index.php?module=paypalcart"





    edited by: gerkynet, Oct 14, 2006 - 07:47 PM
  • That did it perfect. I had to go in and delete the files manually. Not a problem, but if I click on Clear compiled, shouldnt it have cleared them?

    Anyways, Thanks for all the help. I will also look into the linkage.

    Thanks.
  • 0 users

This list is based on users active over the last 60 minutes.