test
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • angie00 Friend
    #179146

    I am trying to create a split module position in content-mass-bottom so there is content-mass-bottom-left 70% and content-mass-bottom-right. I am getting error “Empty or invalid layout content. Please re-check and try again.”

    Here is my code:

    <block name="content-mass-bottom" type=spotlight" special="left" specialwidth="70" main-inner="1">content-mass-bottom-left,content-mass-bottom-right</block>

    Thank you.

    Sherlock Friend
    #461149

    Hi angie00,

    The wrong is here type=spotlight”, you are lacking of a quotes there, it should be type=”spotlight” 🙂

    angie00 Friend
    #461211

    Thanks for that! 😀

    angie00 Friend
    #461212

    Ok, when I added that to the layout the right module aligned clear to right of right module position. (see attached) I would like it to be next to content-mass-left as in the sl-1 sl-2 positions. What can I do to fix?

    Thanks.


    1. content-mass-bottom
    Sherlock Friend
    #461236

    Hi angie00,

    Can you share with me the url also pm me the admin account and the FTP Info for a checking if possible ?

    angie00 Friend
    #461544

    Thank you. I pm you.

    Sherlock Friend
    #461576

    Hi angie00,

    You can try as following
    Open the file of templates/ja_nex/html/mod_janews_featured/nex/style.css looking for this css

    .ja-zinfp-featured-border {
    float: left;
    overflow: hidden;
    position: relative;
    }

    Change it to

    .ja-zinfp-featured-border {
    float: left;
    overflow: hidden;
    position: relative;
    width:100%;
    }

    Also on that file you add this css

    #ja-content-mass-bottom .ja-box-right{
    position:relative !important;
    }

    I hope this should help !

    angie00 Friend
    #461632

    Perfect Sherlock! Thank you so much!

    I did have one problem but I’m not sure if it was this change that did it?? This module on another page doesn’t look right. See attachment. It is on the domain/athletics page.

    I tried to use Firebug to narrow down the problem but not seeing anything.


    1. featuredmodule
    Sherlock Friend
    #461689

    Hi angie00,

    In the module back-end you have a field of Image Alignment Just select it to None would helps

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 2 voices, and was last updated by  Sherlock 12 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum