|
|
#1 |
|
Junior Member
Join Date: Nov 2008
Posts: 24
Rep Power: 2 ![]() |
I have version 4.1 and when i enter something inside my description box for my site or for my categories it appears under the link itself like i entered my site description in the settings and its displaying the description under my logo and then i enered a description for one of my categories and it whows under the link...how can i make that go away?
thank you |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 1,321
Rep Power: 39 ![]() ![]() |
I'm not sure that I am following your issues. Perhaps a link to your site might be helpful or a more detailed explanation.
If you are actually running 4.1, then I would highly recommend that you update to the latest version release V4.1.2. There are known bugs in 4.1 and 4.1.1 which have been resolved in the latest version.
__________________
Mike-N-Tosh v3.1.10 Developer IndianaPC.org - A community website Sandbox v4.0.9, 4.1 Templates, Mods & Docs for sale | My blog with much content for 68 Classifieds. Web Hosting | Web Design & Development | 68 Classifieds Customizations I am not a 68C employee, just a user and try to help out |
|
|
|
|
|
#3 |
|
Moderator
Join Date: Mar 2008
Posts: 778
Rep Power: 21 ![]() |
There are two solutions. Firstly, don't enter a description in your admin control panel or secondly, you can need modify the appropriate template files. For example if you do not want the category description to appear under the link, you can remove this piece of code {$data[td].description} from your browse.tpl file.
|
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Nov 2008
Posts: 24
Rep Power: 2 ![]() |
ok that worked but it actually deletes the entire description meta tag....i actually want the meta tag there for search engine optimization purposes how can i make it not display under everything but still be there like any other regular website? and you can see it at Ultimate Auto List you can see the description under the where logo goes and click on FL in categories and under tampa youll see the description i put for tampa
|
|
|
|
|
|
#5 |
|
Moderator
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 1,321
Rep Power: 39 ![]() ![]() |
OK, now I'm actually following what you are talking about.
To get rid of the description under the 68 classifieds open your layout.tpl file and around line 43 look for this and delete it or comment it out: HTML Code:
<p>{$template_description|default:'Your site description'}</p> For the record though, the category description shows in two separate templates. They are the home.tpl and the browse.tpl files. it is the {$data[td].description}.
__________________
Mike-N-Tosh v3.1.10 Developer IndianaPC.org - A community website Sandbox v4.0.9, 4.1 Templates, Mods & Docs for sale | My blog with much content for 68 Classifieds. Web Hosting | Web Design & Development | 68 Classifieds Customizations I am not a 68C employee, just a user and try to help out |
|
|
|
|
|
#6 |
|
Junior Member
Join Date: Nov 2008
Posts: 24
Rep Power: 2 ![]() |
thanks alot
|
|
|
|
|
|
#7 |
|
Moderator
Join Date: Mar 2008
Posts: 778
Rep Power: 21 ![]() |
I think you are getting confused between text which is printed onto the screen and the description meta tag.
So no it doesn't. If you remove the code proposed in browse.tpl and in home.tpl (presuming you are showing categories on the home page) it will just not show the text under the category listings. This code has nothing to do with meta tags. As Mike points out <p>{$template_description|default:'Your site description'}</p> this is printing onto your screen just under the logo. Just remove it if you do not want it to show. There is no effect either on meta tags. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|