Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • simplesite Friend
    #191526

    Hello,

    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.


    1. fixel-layout
    phong nam Friend
    #509709

    Hi 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 Friend
    #510790

    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

    greendome Friend
    #510792

    Ok 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>

    frankmiao Friend
    #514689

    i 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 Friend
    #514740

    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.

    simplesite Friend
    #515316

    Thanks. Show page heading. That is it!

    simplesite Friend
    #515601

    What 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 Friend
    #515655

    Hi,

    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.


    1. article
    simplesite Friend
    #516634

    I 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.


    1. templ
    2. page-heading
    simplesite Friend
    #516641

    Then another thing. If you use “Page heading” in Menu Item the Masshead changes. How can I change this?


    1. layout1
    2. page-heading2
    3. page-heading1
    phong nam Friend
    #516662

    Hi 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.


    1. page_heading_seo
    2. fixel
    simplesite Friend
    #516702

    This worked and actually both issues are solved. Thanks!

    simplesite Friend
    #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 Friend
    #516809

    Hi,

    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.


    1. heading
Viewing 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