Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • 2capjob Friend
    #193621

    Good afternoon.
    wanted to ask. all pointed in the mobile version. I want to see. but there is nothing.

    http://test.2capitales.com/

    silent on the home page or other content modules do not appear.
    how to be.???


    1. mc85yfss
    Saguaros Moderator
    #517937

    Please go to backend of your site > Template manager > Select a style > Layout tab > Responsive layout and check Mobile layout to see whether you have enabled any module in this layout or not: http://i.imgur.com/ou9cLq0.png

    2capjob Friend
    #517970

    hello. yes everything is there. all vkluchino. included what I would like to see.


    1. mob1
    2. mob2
    Saguaros Moderator
    #518024

    You can PM me admin login info of your site, I will check this issue for you.

    2capjob Friend
    #518064

    all sent to you ….

    Saguaros Moderator
    #518204

    @2capjob: I just checked backend of your site and saw that there are some positions are selected to view in mobile layout: home10, home11, home20, home30. However, modules which are assigned to these positions are 3rd party extensions: Social GK5, JoomlaXTC MP3 Chart Module, Slideshow CK, mod_news_pro_gk4 and not sure they work well with mobile layout or not (because they are not JA Extensions). I’m afraid that you should try to check those with such extensions’ providers first.

    2capjob Friend
    #518230

    hello. Thank you. but at the same position and has modules …
    Third-party developers on the sites of their modules work in mobile versions.

    Saguaros Moderator
    #518360

    I just checked your site with Firebug editor and saw that modules in homepage are hidden. You can follow this way to show these:

    – Create new CSS file ‘custom.css in /templates/ja_magz/css folder
    – Add this new CSS rule:

    @media (max-width: 767px) {
    .top-header,
    .spl-home-1,
    .spl-home-2,
    .spl-home-3 {
    display: block;
    }
    }

    2capjob Friend
    #518422

    Fail created. Thank you. although it looks strange. Thank you.

    Saguaros Moderator
    #518440

    Do you mean that you couldn’t create that file?

    2capjob Friend
    #518557

    <em>@Saguaros 405899 wrote:</em><blockquote>Do you mean that you couldn’t create that file?</blockquote>

    hello. I created it. but so far removed. deal with the fact that the site looks very strange.

    Saguaros Moderator
    #518608

    By default, these blocks are hidden in mobile view so that when you enable them, you may need to add some additional styles.

    In the code I mentioned in previous post:

    @media (max-width: 767px) {
    .top-header,
    .spl-home-1,
    .spl-home-2,
    .spl-home-3 {
    display: block;
    }
    }

    You should also check which module belongs to above blocks then enable appropriate one. http://prntscr.com/2jpzvb

    For example, if the slideshow doesn’t belong to spl-home-1 block, then you remove spl-home-1 in code (above).

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

This topic contains 12 replies, has 2 voices, and was last updated by  Saguaros 10 years, 10 months ago.

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