Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • nialmcsorley Friend
    #162414

    Hi Guys,
    1st point: I am having a problem on my front page… all my module text and some of my article text is showing enlarged font and bold, yet when i go to other pages on the website its looks fine… it just seems to be a problem on the front page URL: http://www.omaghstendas.com/newsite

    2nd Point – I have installed the slideshow module but as you see from the link above it is too long – I would like to shorten the lenght of the slideshow so that the left modules are positioned beside the slideshow instead of under it.

    All help greatly appreciated

    aman204 Friend
    #385075

    Please turn off css compression in template parameters so as to give in right css file and line reference

    Also, It would be great if you could provide in screenshot marked with annotations as to how you want it to be

    nialmcsorley Friend
    #385129

    Thanks Aman… Please find attached screenshots

    – the red arrows show where i want the text to be reduced and the blue arrow shows were i want the slideshow to be narrower.

    – you can see that the second screenshot show what the menu is like on other pages – and this is the way i want it on the front page.

    Thanks in advance


    1. stendas
    2. stendas1
    aman204 Friend
    #385141

    <blockquote>Please turn off css compression in template parameters so as to give in right css file and line reference</blockquote>

    Please do this as suggested earlier

    nialmcsorley Friend
    #385151

    I ahve done that with no change to the front page:

    please see link http://www.omaghstendas.com/newsite

    aman204 Friend
    #385160

    <em>@nialmcsorley 232615 wrote:</em><blockquote>I ahve done that with no change to the front page:

    please see link http://www.omaghstendas.com/newsite</blockquote>

    1) Change this::

    a {template.css (line 27)
    color: #000000;
    text-decoration: underline;
    }

    to

    a {template.css (line 27)
    color: #000000;
    text-decoration: none;
    }

    Css file reference:: templates/ja_social/css/template.css

    and change this::

    #ja-container ul.menu li a {template.css (line 586)
    background: url(“../images/bullet-grey.png”) no-repeat scroll 15px 12px transparent;
    color: #000000;
    text-indent: 27px;
    width: 100%;
    }

    to

    #ja-container ul.menu li a {template.css (line 586)
    background: url(“../images/bullet-grey.png”) no-repeat scroll 15px 12px transparent;
    color: #000000;
    font-weight: lighter;
    text-indent: 27px;
    width: 100%;
    }

    2) Modules assigned to Left module position will show in the specific area even seen on demo template also

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

This topic contains 6 replies, has 2 voices, and was last updated by  aman204 13 years, 7 months ago.

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