Loaded Commerce Community

Banner


Board index » Web Design and Development » Designers Workshop

All times are UTC - 5 hours




Post new topic Reply to topic  [ 7 posts ] 
Author Message
 Post subject: Modify "cds_pageHeading"
PostPosted: Thu Nov 24, 2011 1:25 am 
Offline
CRE Freak

Joined: Thu Oct 27, 2011 3:14 pm
Posts: 37
Hello,

I want to edit this "cds_pageHeading" (image attached). I modified "TD.cds_pageHeading" in CDS-stylesheet_cre63ats.css but nothing won't change...Am I editing a wrong file?

Thank you.


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
 Post subject: Re: Modify "cds_pageHeading"
PostPosted: Thu Nov 24, 2011 1:49 am 
Offline
CRE Legend
User avatar

Joined: Thu Jun 12, 2008 6:39 am
Posts: 2402
Location: New Zealand
Download Chrome, right click -> Inspect Element.
Or post a url of the page.

Simon

_________________
www.codemehappy.com
For Cre Loaded tips, how-to articles and more


Top
 Profile  
 
 Post subject: Re: Modify "cds_pageHeading"
PostPosted: Thu Nov 24, 2011 9:44 pm 
Offline
CRE Freak

Joined: Thu Oct 27, 2011 3:14 pm
Posts: 37
It's "cds_pageHeading" but I couldn't change it in the css file. Maybe I wasn't editing a correct file...


Last edited by bubuinla on Fri Nov 25, 2011 2:37 am, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: Modify "cds_pageHeading"
PostPosted: Fri Nov 25, 2011 1:12 am 
Offline
CRE Legend
User avatar

Joined: Thu Jun 12, 2008 6:39 am
Posts: 2402
Location: New Zealand
If you want all the titles to go on cds pages like 'Apparel', just edit:

templates/content/cds_pages.tpl.php
at around line 21:

Code:
<tr>
    <td class="<?php echo ($heading_image != '') ? 'cds_pageHeading_img' : 'cds_pageHeading'; ?>"><?php echo ($heading_image != '') ? $heading_image : $heading_title; ?></td>
</tr>

and edit out the $heading_title, so:
Code:
<tr>
    <td class="<?php echo ($heading_image != '') ? 'cds_pageHeading_img' : 'cds_pageHeading'; ?>"><?php echo ($heading_image != '') ? $heading_image : ' '; ?></td>
  </tr>

Simon

_________________
www.codemehappy.com
For Cre Loaded tips, how-to articles and more


Top
 Profile  
 
 Post subject: Re: Modify "cds_pageHeading"
PostPosted: Fri Nov 25, 2011 1:21 am 
Offline
CRE Legend
User avatar

Joined: Thu Jun 12, 2008 6:39 am
Posts: 2402
Location: New Zealand
If you want all the titles to go on cds pages like 'Apparel', just edit:

templates/content/cds_pages.tpl.php
at around line 21:

Code:
<tr>
    <td class="<?php echo ($heading_image != '') ? 'cds_pageHeading_img' : 'cds_pageHeading'; ?>"><?php echo ($heading_image != '') ? $heading_image : $heading_title; ?></td>
</tr>

and edit out the $heading_title, so:
Code:
<tr>
    <td class="<?php echo ($heading_image != '') ? 'cds_pageHeading_img' : 'cds_pageHeading'; ?>"><?php echo ($heading_image != '') ? $heading_image : ' '; ?></td>
  </tr>

Simon

_________________
www.codemehappy.com
For Cre Loaded tips, how-to articles and more


Top
 Profile  
 
 Post subject: Re: Modify "cds_pageHeading"
PostPosted: Fri Nov 25, 2011 2:45 am 
Offline
CRE Freak

Joined: Thu Oct 27, 2011 3:14 pm
Posts: 37
Thank you. It worked beautifully -:)
I see "pixel_trans.gif" often in "cre65_ats" templates. Is this important to have in the template?


Top
 Profile  
 
 Post subject: Re: Modify "cds_pageHeading"
PostPosted: Fri Nov 25, 2011 4:31 am 
Offline
CRE Legend
User avatar

Joined: Thu Jun 12, 2008 6:39 am
Posts: 2402
Location: New Zealand
It's a spacer image, could be replaced with css. Up to you, your template.

Simon

_________________
www.codemehappy.com
For Cre Loaded tips, how-to articles and more


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 

Board index » Web Design and Development » Designers Workshop

All times are UTC - 5 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
It is currently Mon May 21, 2012 9:14 pm
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group

Login

Forums Latest Activity

Top Listing

1. Cart2Cart - Shopping...
    Category: Shopping Cart Database Conversion Scripts
    
2. Points & Rewards PLUS!...
    Category: Add-Ons
    
3. Configuration Server...
    Category: Fixes
    
4. Credit Card with CCV
    Category: Payment Modules
    
5. CC7333_ATS
    Category: Templates
    
Show more...

© CRE Loaded is a product of Chain Reaction Ecommerce, Inc. Usage & Privacy Policy