Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • codger Friend
    #200536

    I am looking to create a replacement for the creaking and crumbling http://www.ticknall.org.uk and have been playing with JA NexT3. There are problems for me with K2 so I decided to try the Joomla! articles route. I have created two articles and a menu link to a blog layout of the articles and find that the images are not resized. I note that in the demo there is only one size of image used – which suits the three column blog layout. Is this just a coincidence, or is it because of the problem that I have noted above?

    There is a thread with the same title as this relating to another template but the solution is not described.

    Btw, is it too much to hope that we might one day be offered a T3 template with a nice clean Teline II appearance?

    Codger

    TomC Moderator
    #546142

    First of all … NICE WORK thus far with your template customization !! 🙂

    As for your issue …. Can you, perhaps, provide a screenshot identifying the issue you’re describing?

    codger Friend
    #546159

    Hi Tom,

    Thanks for the response:
    <em>@TomC 441496 wrote:</em><blockquote>As for your issue …. Can you, perhaps, provide a screenshot identifying the issue you’re describing?</blockquote>

    You can see the problem by clicking on the ‘Articles’ link on the main navigation.

    Regards,
    Codger

    Adam M Moderator
    #546333

    Hi Codger,

    You can open file root_folder/templates/ja_nex_t3/css/custom.css (if you don’t have this file, just create a new one) then add this code :

    .blog .item article > .pull-left {
    max-width: 100%;
    }

    Save your file and recheck.

    codger Friend
    #546532

    Hello Alan,

    Brilliant! Thanks a lot.

    But before you go, 😉 I have a problem with positioning images with captions (See separate post). Can I solve that also by creating custom classes in custom.css ?

    Regards,
    Codger

    Adam M Moderator
    #546609

    Hi Codger,

    You can open custom.css file and update CSS as following :

    /* remove default margin around image */
    .item-page .img-fulltext-left,
    .item-page .ja-thumbnailwrap {
    margin: 0;
    }
    /* by default it sticks to the left, if you want to put it to the right and adjust margin around it */
    .item-page .img-fulltext-left {
    float: right;
    margin: 3px 5px 7px 9px; /* or any value you want */
    }

    Save your file and recheck.

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

This topic contains 6 replies, has 3 voices, and was last updated by  Adam M 10 years, 3 months ago.

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