Welcome, Guest
Please Login or Register.    Lost Password?

polar bear 3.10 and SEO
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: polar bear 3.10 and SEO
#4233
polar bear 3.10 and SEO 2 Years ago Karma: 0
Hi,

There is an issue with the site design that is not good for SEO purposes.

Currently, when the style sheet is disabled (this is how google sees the pages), the content appears right at the bottom of the page.

Currently, the sequence is:
Top
"Feature"
Left Column
Right Column
Content section (center)
Footer section

It should be:
Top Navigation
Content section (center)
"Feature"
Left Column
Right Column
Footer section

Do you know if and how it can be done?

Thanks
smarketing
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#4241
Re:polar bear 3.10 and SEO 2 Years ago Karma: 19
Hi smarketing,

Unfortunately I have no idea what is the way we can fix it. But I think it is normally. The Modules are positioned over the css files.

But I give the question further to BigBear. ;-)

Regards,

GermanBear
GermanBear
Moderator
Posts: 441
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 178412056 Gender: Male hofmar123 Carnevale di Venezia Bonn Location: Bonn Birthday: 05/08
The administrator has disabled public write access.
 
#4256
Re:polar bear 3.10 and SEO 1 Year, 12 Months ago Karma: 0
Hi,

Any news?

And another question:
is it possible to show an image for a menu item (button like) in addition to text links?

Thanks
smarketing
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#4257
Re:polar bear 3.10 and SEO 1 Year, 12 Months ago Karma: 19
Hi smarketing,

sorry, actually no new news. :-(

You mean it as in Transparent Bliss Link the stars?

Regards,

GermanBear
GermanBear
Moderator
Posts: 441
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 178412056 Gender: Male hofmar123 Carnevale di Venezia Bonn Location: Bonn Birthday: 05/08
The administrator has disabled public write access.
 
#4258
Re:polar bear 3.10 and SEO 1 Year, 12 Months ago Karma: 0
this one option.
I actually meant just an image (for advertisers for example) instead of the text link.
smarketing
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#4259
Re:polar bear 3.10 and SEO 1 Year, 12 Months ago Karma: 19
I do not know if I understand you correctly. You want it only on one menu? Or on all menus? Can you gibe me an example?
GermanBear
Moderator
Posts: 441
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 178412056 Gender: Male hofmar123 Carnevale di Venezia Bonn Location: Bonn Birthday: 05/08
The administrator has disabled public write access.
 
#4260
Re:polar bear 3.10 and SEO 1 Year, 12 Months ago Karma: 0
I made a quick illustration (attached).
Look at the right side of the top menu one of the items (the green button) is an image the rest of the menu items are regular text links.
I hope this makes it clear.
smarketing
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/05/27 13:32 By smarketing.Reason: attachment
The administrator has disabled public write access.
 
#4262
Re:polar bear 3.10 and SEO 1 Year, 12 Months ago Karma: 19
Ok I think I understand. See the pictue I attached.
I set it fix in the template file. When it is what you want I add the code here.

Regards,

GermanBear
GermanBear
Moderator
Posts: 441
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 178412056 Gender: Male hofmar123 Carnevale di Venezia Bonn Location: Bonn Birthday: 05/08
The administrator has disabled public write access.
 
#4263
Re:polar bear 3.10 and SEO 1 Year, 12 Months ago Karma: 0
Now I don't really understand what you mean.
It looks like all regular menu items
smarketing
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#4264
Re:polar bear 3.10 and SEO 1 Year, 12 Months ago Karma: 19
Sorry, that was a bad color choice from my site ;-)
I have make a fast image. You can style it as you like...

Here a new picture.
GermanBear
Moderator
Posts: 441
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 178412056 Gender: Male hofmar123 Carnevale di Venezia Bonn Location: Bonn Birthday: 05/08
Last Edit: 2010/05/27 14:40 By GermanBear.
The administrator has disabled public write access.
 
#4265
Re:polar bear 3.10 and SEO 1 Year, 12 Months ago Karma: 0
I'm not sure that is what I meant but let's try it.

Thanks
smarketing
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#4266
Re:polar bear 3.10 and SEO 1 Year, 12 Months ago Karma: 19
I think it is it what you are looking for ;-)

Ok. At first please make a backup from you site.

Then go in the backend under Extension Manager >> Templates >> PolarBear >> Edit HTML

There you search the lines

Code:

<div id="nav">
<jdoc:include type="modules" name="top- nav" style="none" />
</div>



and add behind this:

Code:

<a href="http://yourlink.com">
<img src="<?php echo $this->baseurl ?>/templates/ <?php echo $this->template ?>/images/ promotion.gif" alt="Promotion" />
</a>



Then upload the banner you want (My banner-size is 60px x 27px) to the path: /templates/polarbear/images/promotion.gif

Hope it helps.

Regards,

GermanBear
GermanBear
Moderator
Posts: 441
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 178412056 Gender: Male hofmar123 Carnevale di Venezia Bonn Location: Bonn Birthday: 05/08
Last Edit: 2010/05/27 14:57 By GermanBear.
The administrator has disabled public write access.
 
#4267
Re:polar bear 3.10 and SEO 1 Year, 12 Months ago Karma: 0
Now that I see the code I think this is it.
I'll let you know.

Thanks
smarketing
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#4268
Re:polar bear 3.10 and SEO 1 Year, 12 Months ago Karma: 19
:-)
GermanBear
Moderator
Posts: 441
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 178412056 Gender: Male hofmar123 Carnevale di Venezia Bonn Location: Bonn Birthday: 05/08
The administrator has disabled public write access.
 
#4269
Re:polar bear 3.10 and SEO 1 Year, 12 Months ago Karma: 0
works great.
exactly what I wanted.
Thanks
:-)
smarketing
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
Moderators: Support
 
JOOMLA TEMPLATES Joomla Templates By JoomlaBear