Viewing 15 posts - 1 through 15 (of 25 total)
  • Author
    Posts
  • acecefr Friend
    #200592

    Question 1
    I have install ja biz template , but the ja bulletin module on homepage does not looks like the same as in your demo
    I have compared the module settings. they are the same as your demo.

    the css are also the same

    Question 2
    The date displayed in the module seems to be the modified date. While I would like it to be publish date or create date. is it possible?

    As the site is on a private server. It is not possible to access to it. You may ask me to provide more information
    Thanks


    1. jabulletinacece
    2. jabulletinja
    3. css
    Saguaros Moderator
    #546313

    Hi @acecefr,

    In our demo site, JA Bulletin is assigned to position-4 module position and it retrieves Joomla content with type of ‘Latest News‘: http://static.joomlart.com/images/userguide/ja_templates/ja-biz/extensions/bulletin-news-backend.png

    With the date, you can change a bit via this PHP file: /root/modules/mod_jabulletin/helper.php

    At approx line 492, you will see this snippet of code:
    [PHP]
    if ($showdate) {
    $item->date = $item->modified == null||$item->modified==””||$item->modified==”0000-00-00 00:00:00″ ? $item->created : $item->modified;
    }
    [/PHP]
    pls change it to:
    [PHP]
    $item->modified =($item->modified != ” && $item->modified != ‘0000-00-00 00:00:00’) ? $item->created : $item->created;
    if ($showdate) {
    $item->date = $item->modified == null||$item->modified==””||$item->modified==”0000-00-00 00:00:00″ ? $item->created : $item->modified;
    }
    [/PHP]

    acecefr Friend
    #546456

    thanks for you answer , my ja bulletin module is assigned to position 4 with the same settings.
    I do not see any difference with your image

    It is ok for me to modify the code , but would it be erased by next update of JA Bulletin module? Or you would provide this as an enhancement .
    It would be complicate if I have to modify the code after every update.


    1. jabulletin
    Saguaros Moderator
    #546501

    You can PM me admin and ftp credentials of your site, I will take a look

    For the update, you can use our JA Extension Manager component to update this module or other JA products. This component provides option so that you can see which file was changed/updated so that you can easily make change. This is the based file of module due to your custom so of course, you need to modify the code.

    acecefr Friend
    #546707

    thanks for your attention.
    I have sent you the credentials

    Beside this pb , I detected another issue, the home page is not correctly displayed on mobile phone
    1. the image of JA slideshow is not resized .
    2. the JA slideshow still display the block of article titles


    1. Screenshot_2014-08-20-14-43-51
    acecefr Friend
    #546895

    hello, any idea?

    Saguaros Moderator
    #546944

    I checked your site but I didn’t see any JA Bulletin module in position-4 position as I suggested above. Could you please add a JA Bulletin module to this position and change the config again?

    acecefr Friend
    #546982

    <em>@Saguaros 442508 wrote:</em><blockquote>I checked your site but I didn’t see any JA Bulletin module in position-4 position as I suggested above. Could you please add a JA Bulletin module to this position and change the config again?</blockquote>

    Sorry for the mistake . My modules are assigned to position 1 , 2 and 3

    Saguaros Moderator
    #547125

    Well. you told me that you set the JA Bulletin module in position-4 position. If you assign this module into position-3 which belongs to another block, you will need to add style for it.

    you can create a new file called custom.css and add this css code:


    .t3-spotlight-1 .module-more {
    position: absolute;
    top: 0px;
    right: 20px;
    line-height: 15px;
    z-index: 1;
    }
    .t3-spotlight-1 .module-more a {
    color: #777777
    display: block;
    font-size: 11px;
    position: relative;
    padding: 10px 7px;
    background: #f2f2f2
    border-radius: 2px;
    }
    .t3-spotlight-1 .module-more a:hover,
    .t3-spotlight-1 .module-more a:focus,
    .t3-spotlight-1 .module-more a:active {
    color: #ffffff
    text-decoration: none;
    background: #f2735a
    }
    .t3-spotlight-1 .module-more a:hover:after,
    .t3-spotlight-1 .module-more a:focus:after,
    .t3-spotlight-1 .module-more a:active:after {
    border-right-color: #f2735a
    }
    .t3-spotlight-1 .module-more a:after {
    border-top: solid 5px #ffffff
    border-bottom: solid 5px #ffffff
    border-left: solid 5px #ffffff
    border-right: solid 5px #f2f2f2
    content: "";
    display: block;
    margin-top: -5px;
    width: 10px;
    height: 5px;
    left: -10px;
    position: absolute;
    top: 50%;
    }

    acecefr Friend
    #547147

    I put custom.css in templates /ja_biz /css

    The style is better but not yet the same as the demo

    beside , please also check my question on #5


    1. acece
    acecefr Friend
    #547294

    hello ,
    any idea on my latest post?

    Saguaros Moderator
    #547381

    You can try with this tweak:

    – Go to file: /templates/ja_biz/css/custom.css (create this file if you don’t have now)

    – Add these css rules:

    @media and screen (max-width: 320px){
    .ja-slide-item > img {
    width: 100%;
    }

    .ja-slide-desc {
    display: none;
    }
    }

    acecefr Friend
    #547432

    thanks for your reply .
    I have added this in my css, cleared browser cache
    but either the problem of JA slide image resize or the style of ja bulletin has changed.

    Saguaros Moderator
    #547478

    Try to replace above css for image:


    .ja-slide-item > img {
    width: 100%;
    }

    with:


    .t3-slideshow .ja-slide-item > img {
    width: 100%;
    }

    acecefr Friend
    #547539

    hello , I have replaced the css ,browser loaded the modification, but still not working….
    I do not really understand the situation. My slide show module is as standard as the demo , why it has such problem

Viewing 15 posts - 1 through 15 (of 25 total)

This topic contains 25 replies, has 2 voices, and was last updated by  Saguaros 9 years, 7 months ago.

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