-
AuthorPosts
-
simplesite Friend
simplesite
- Join date:
- August 2013
- Posts:
- 155
- Downloads:
- 0
- Uploads:
- 57
- Thanks:
- 20
- Thanked:
- 4 times in 1 posts
October 19, 2013 at 12:47 am #191526Hello,
When I select Fixel Category Blog layout, I get one empty 2X2 grid that I don’t know what to do with. I think it might be a bug. It’s like an empty article. I don’t know how to get rid of it.
Please test it by creating a menu item yourself.
Thanks.
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
October 21, 2013 at 2:28 pm #509709Hi simplesite,
Can you tell me which menu item name you get this empty 2×2 grid so that we can check and correct it for you ?
greendome Friendgreendome
- Join date:
- June 2008
- Posts:
- 52
- Downloads:
- 6
- Uploads:
- 6
- Thanks:
- 8
- Thanked:
- 2 times in 2 posts
October 31, 2013 at 3:03 pm #510790Hi,
I have the same issue on the homepage of my site. Its still in development on local server so cant post link but the issue is identical.
Any idea what’s going on?
Many thanks
greendome Friendgreendome
- Join date:
- June 2008
- Posts:
- 52
- Downloads:
- 6
- Uploads:
- 6
- Thanks:
- 8
- Thanked:
- 2 times in 2 posts
October 31, 2013 at 3:37 pm #510792Ok got it sorted!
Basically this happens if the ‘Show Page Heading’ option is set to Yes under ‘Page Display Options’ for the Home menu item.
<em>@greendome 396008 wrote:</em><blockquote>Hi,
I have the same issue on the homepage of my site. Its still in development on local server so cant post link but the issue is identical.
Any idea what’s going on?
Many thanks</blockquote>
1 user says Thank You to greendome for this useful post
frankmiao Friendfrankmiao
- Join date:
- April 2008
- Posts:
- 19
- Downloads:
- 28
- Uploads:
- 1
- Thanked:
- 1 times in 2 posts
December 8, 2013 at 8:19 am #514689i have the same problem. According to my investigation, the problem lies in the background color “white”. Where do we change the background color?
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
December 9, 2013 at 3:45 am #514740Hi,
If you do not use the available module class suffix, the items will load the background color of <article> that you can find in /templates/ja_fixel/css/template.css file at lines:
.fixel-grid .items article {
cursor: pointer;
background:#fff;
bottom: 1px;
left: 1px;
overflow: hidden;
position: absolute;
top: 1px;
right: 1px;
}You can try to change as you want.
simplesite Friendsimplesite
- Join date:
- August 2013
- Posts:
- 155
- Downloads:
- 0
- Uploads:
- 57
- Thanks:
- 20
- Thanked:
- 4 times in 1 posts
December 13, 2013 at 5:11 am #515316Thanks. Show page heading. That is it!
simplesite Friendsimplesite
- Join date:
- August 2013
- Posts:
- 155
- Downloads:
- 0
- Uploads:
- 57
- Thanks:
- 20
- Thanked:
- 4 times in 1 posts
December 16, 2013 at 4:03 pm #515601What is the goal of this white 2×2 block? Where/how can we attach info to it or how can we make use of it?
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
December 17, 2013 at 1:44 am #515655Hi,
The white block you asked is the default background color of article items and 2×2 is the grid size of each article you selected inside its backend setting with Grid Type option.
simplesite Friendsimplesite
- Join date:
- August 2013
- Posts:
- 155
- Downloads:
- 0
- Uploads:
- 57
- Thanks:
- 20
- Thanked:
- 4 times in 1 posts
December 27, 2013 at 4:40 am #516634I am not sure if you really got the problem but if you check the “Show Page Heading” in a menu item, the white block shows. I am not sure what this has to do with the module suffix of an article.
<em>@Leo Burnetts 401104 wrote:</em><blockquote>Hi,
If you do not use the available module class suffix, the items will load the background color of <article> that you can find in /templates/ja_fixel/css/template.css file at lines:
.fixel-grid .items article {
cursor: pointer;
background:#fff;
bottom: 1px;
left: 1px;
overflow: hidden;
position: absolute;
top: 1px;
right: 1px;
}You can try to change as you want.</blockquote>
I tried to un-comment this code but the white block is still showing. I think page heading is important for SEO. Page heading becomes H1.
-
simplesite Friend
simplesite
- Join date:
- August 2013
- Posts:
- 155
- Downloads:
- 0
- Uploads:
- 57
- Thanks:
- 20
- Thanked:
- 4 times in 1 posts
December 27, 2013 at 5:24 am #516641Then another thing. If you use “Page heading” in Menu Item the Masshead changes. How can I change this?
- phong nam Friend
phong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
December 27, 2013 at 9:35 am #516662Hi simplesite,
You are right. The 2×2 white block comes from the page heading title of menu item and we do not include the css styles of this page heading title grid so that the category layout will look not nice when it is enabled.
Do not worry, I have a solution you can refer to make the 2×2 white block disappear but the Google crawler can still detect the page heading title for SEo optimization.
<blockquote> We can edit a little bit the category blog layout to show the page heading title on HTML markup layout and use override css styles to hide it on grid layout. It is good for both Fixel grid layout and SEO. </blockquote>
You can backup the file and follow these steps carefully:
– Open item.php file in both templatesja_fixelhtmlcom_contentcategory (90th line) and featured (65th line) folder, change:
<?php if ($this->params->get('show_page_heading') != 0) : ?>
<div class="items grid-2x2 no-repeat pageheading">
<article>
<h2><?php echo $this->escape($this->params->get('page_heading')); ?></h2>
<?php if($this->params->get('jpage_desc')) : ?>
<div><?php echo $this->escape($this->params->get('jpage_desc')); ?></div>
<?php endif ?>
</article>
</div>
<?php endif; ?>to
<?php if ($this->params->get('show_page_heading') != 0) : ?>
<div class="page-heading">
<h1><?php echo $this->escape($this->params->get('page_heading')); ?></h1>
<?php if($this->params->get('jpage_desc')) : ?>
<div><?php echo $this->escape($this->params->get('jpage_desc')); ?></div>
<?php endif ?>
</div>
<?php endif; ?>– Create a custom.css file at templates/ja_fixel/css/ path and put below override css styles into:
.page-heading {
display: none;
}
You can see my attached snapshot for what I intend to guide you. Hope that you get my idea.
Note: For the 2nd issue with Masshead changes when enabling the page heading title. You can send me the admin login of new via PM since I saw you removed or moved the test site. I will help you to check out this issue.
-
simplesite Friend
simplesite
- Join date:
- August 2013
- Posts:
- 155
- Downloads:
- 0
- Uploads:
- 57
- Thanks:
- 20
- Thanked:
- 4 times in 1 posts
December 27, 2013 at 8:19 pm #516702This worked and actually both issues are solved. Thanks!
simplesite Friendsimplesite
- Join date:
- August 2013
- Posts:
- 155
- Downloads:
- 0
- Uploads:
- 57
- Thanks:
- 20
- Thanked:
- 4 times in 1 posts
December 28, 2013 at 5:51 am #516714<em>@simplesite 403530 wrote:</em><blockquote>Then another thing. If you use “Page heading” in Menu Item the Masshead changes. How can I change this?
</blockquote>
Actually this is still a problem. I sent you my info. Hope you can fix it.
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
December 30, 2013 at 2:13 am #516809Hi,
Our JA Masshead module will prioritize to display the title of browser page than the default title inside module setting. That is why the Masshead title gets changed.
However, in this case you will not need to add the Page heading anymore, just leave the blank input box because it does exist within <h1> tag on HTML markup. The Page heading will be duplicated on HTML markup when you add the Page heading box.
AuthorPostsViewing 15 posts - 1 through 15 (of 15 total)This topic contains 15 replies, has 4 voices, and was last updated by phong nam 10 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
Fixel layout Empty 2×2 grid top
Viewing 15 posts - 1 through 15 (of 15 total)