Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • nasdam Friend
    #194528

    Hello There,

    I’ve recently purchased Ja_Wall and I’ve been having trouble implementing somethings.

    Some bugs:
    First I’ve encountered some problems installing version 3.2 you provide. I can’t get past step 1 to the installation of the database. I just ran with 2.5 instead. I found some users with the same problems and with different templates so this might be a problem with Joomla 3.2 itself or some configuration of my server.

    top-content position is not on the templateDetails.xml file therefor not shown in the module positions, version 2.5.

    About the problems I need some help fixing are:

    The corner-stamp position has a responsive width. I get advertisement through tags and I need it to be a fixed width, its just 300px. Is it possible to do that?

    I want the top-content position(or similar) to have a banner as well, and I want to have this position not shown in mobile. How can I do a good thing with this that adapts well to the template?

    This is related to the above question, might it be possible to show a module only on mobile.

    Thank you for any help.
    Vasco

    Wall Crasher Developer
    #521959

    Hi nasdam,

    You can fix the corner-stamp width by adding to template.css this CSS rule:

    .masonry .corner-stamp {
    width: 300px !important;
    }

    You can hide the top-content position on mobile by adding media query rule:
    @media only screen
    and (min-device-width : 320px)
    and (max-device-width : 568px) {
    #content .top {
    display: none;
    }
    }

    Hope it helps.

    nasdam Friend
    #522439

    I’ve solved it.

    As for the corner-stamp position that really didn’t help. The page looked really bad with that. I just removed any width being pushed on the ads and changed the minimum width on the javascript file that controls page layout.

    As for the top-position I’m sure that will help, I haven’t tried it but I’ll do so and reply.
    Thank you for your help.

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

This topic contains 3 replies, has 2 voices, and was last updated by  nasdam 10 years, 9 months ago.

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