move category page title

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Oct 20, 2014 10:32 am
Reply with quote
Report this post
Hello,

For SEO i'm adding text to the categories in virtuemart. But i saw that the text is displayed above the title. This doens't looks good and also the H1 title is below the text. I don't think this helps in seo?

Apart from the seo this doesn't look okay and i would like to change this by placing the title of the categorie above the text. See attachement,

How to achieve this? Can someone help me with this?
User avatar
Expert Boarder

GK User
Mon Oct 20, 2014 10:51 pm
Reply with quote
Report this post
If your website is online please post a link so we can check.
User avatar
Platinum Boarder

GK User
Wed Oct 22, 2014 5:05 pm
Reply with quote
Report this post
off course. it's www.dobshop.nl
User avatar
Expert Boarder

GK User
Wed Oct 22, 2014 11:47 pm
Reply with quote
Report this post
Find file:
Code: Select all
templates\gk_storebox\html\com_virtuemart\category\default.php

Find Line: 134 which is below which shows the title. Delete this line.
Code: Select all
<h1><?php echo $this->category->category_name; ?></h1>

Find Line: 39 and 40 which is below.
Code: Select all
<?php if (empty($this->keyword) and !empty($this->category)) { ?>
<div class="category_description">

Replace with below
Code: Select all
<h1><?php echo $this->category->category_name; ?></h1>
<?php if (empty($this->keyword) and !empty($this->category)) { ?>
<div class="category_description">


See you around...
User avatar
Platinum Boarder


cron