Having a strange problem. I'm porting a Wordpress theme using Zen and for some reason stylesheet and template changes that work on my development server (MAMP) aren't showing up when I move the site online to the production server. Right now my main issue is a custom node template I made isn't working properly, the extra voting forms module component I added displays on my local machine but it is not loading on the server.

I've flushed caches using Admin menu, switched "rebuild theme registry" on and off, changed and resaved the selected theme, renamed the subtheme in .info, cleared both caches in Boost and Performance, turned off all caching.... and nada. There is supposed to be a voting form on the left side of the content, but it doesn't display. Looking at it in Firebug, the node content isn't even displaying the same way on the my local machine as it does on the server>

Works (local):

<div id="node-1537" class="node ntype-drigg odd clearfix">
     <div class="offset">
        <h2>
        <div id="vote_block"> <---content piece I need to appear
        <div class="econews-content">
        <div class="storydata">
        <div class="drigglinks">
</div>
</div>

Doesn't (server)

<div id="node-1752" class="node node-teaser node-type-drigg">
    <div class="node-inner">
       <h2 class="title">
       <div class="meta">
       <div class="content">
       <ul class="links inline">
</div>
</div>

Clearly it's changing the node template for some reason, but I don't understand why since the theme folders are exactly the same. Not sure where to start on this one....

Comments

hokuspokus’s picture

Issue summary: View changes

forgot to close code tag

RKS’s picture

Component: PHP code » layout.css

cricket...cricket...cricket...

greg.b’s picture

You have most probably checked this....anyway, just in case your form is via a block..... when something does not show up when using a newly installed theme check for a problem on the blocks admin page e.g block not assigned to a region, show only on a specific type of page has not been ticked or the content type name has changed etc

Just noticed how old the OP's q is... :o)

I need a rest.

RKS’s picture

Yeah. I only commented because I saw it was like 2 years old. They probably aren't even using Zen theme anymore or maybe not even Drupal. I should probably just keep my mouth shut but it really irks me when I see stuff like that.

johnalbin’s picture

Status: Active » Closed (cannot reproduce)

All the support on Drupal.org is free. We can always use more help in fixing each other's problems. :-)

Closing since the issue is so old.

johnalbin’s picture

Issue summary: View changes

Switched to working theme on server so removed example link