Viewing 14 posts - 16 through 29 (of 29 total)
  • Author
    Posts
  • victortopper Friend
    #516685

    able to move the menu, but moving Class
    in addition to french which is circled in red

    I


    1. remodif
    Ninja Lead Moderator
    #516846

    Please send me admin login of your site via private message. I will help you to check and suggest the solution for you.

    Ninja Lead Moderator
    #517112

    I have helped to move Monde category to the first list, as seen in the screenshot:

    Regarding the language, you need modify manually as follows:

    + JA NewPro module

    Open language/en-GB/en-GB.mod_janewspro.ini file and replace the text in red

    <blockquote>JANEWSPRO_READ_MORE = “Readmore”</blockquote>

    + Login module

    Open language/en-GB/en-GB.mod_login.ini file and replace the text in red

    <blockquote>MOD_LOGIN_REMEMBER_ME=”Remember Me”
    MOD_LOGIN_VALUE_USERNAME=”User Name”</blockquote>

    Don’t forget to clear cache after those changes


    1. category
    victortopper Friend
    #517926

    Hi,
    I want to put as many photos on my desired article. But I can not insert pictures to the desired location. The picture in the same place as a slideshow. How to put pictures in the desired location as in this picture?

    The displacement of the module is given here


    1. image
    2. bug
    Ninja Lead Moderator
    #517986

    Regarding the images in your first screenshort:
    All images in the articles are now grouped and shown as a slideshow as JA Thumbnail plugin is enabled. Please disable this plugin via Admin site -> Extensions-> Plugin Manager and find Content – JA Thumbnail.

    For the issue in second screen short Bug.jpg: please disable Debug System and Debug Language from Global Configuration, see the screenshot:


    1. configuration
    victortopper Friend
    #518695

    Hi,
    I’m starting to reach the end of my template by thanking you for your willingness to help me. It remains to solve some small detail I tried to regroup on this post.
    First picture:
    1) Setup the photo gallery are not aligned as it should
    2) Change the picture size on the items has a
    3) change the background of the screen Stock Photo

    second image:
    1) create a newsletter specific and independent articles in the same style as this module
    2) How does the module surrounded by green
    3) the odify read more surrounded in blue


    1. photo
    2. read
    Ninja Lead Moderator
    #518808

    Hope steps below would help to have issues fixed:

    First picture:

    1) Setup the photo gallery are not aligned as it should

    Open templates/ja_teline_iv/css/template.css file

    Change

    #ja-topsl1 .ja-box-right .ja-moduletable {
    background: #fff !important;
    border: 1px solid #ccc !important;
    margin-bottom: 4px;
    margin-left: 2px;
    }

    To

    #ja-topsl1 .ja-box-right .ja-moduletable {
    background: #fff !important;
    border: 1px solid #ccc !important;
    margin-bottom: 4px;
    margin-left: 0px;
    }

    2) Change the picture size on the items has a

    Open templates/ja_teline_iv/html/mod_janews_featured/default/style.css file

    Change

    .ja-zinfp-featured .ja-zincontent-img {
    background: #000;
    border: 5px solid #000;
    border-bottom: 0;
    margin: 0;
    }

    To

    .ja-zinfp-featured .ja-zincontent-img {
    background: #000;
    border: 5px dotted #000;
    border-bottom: 0;
    margin: 0;
    }

    3) change the background of the screen Stock Photo

    Open templates/ja_teline_iv/html/mod_janews_featured/default/style.css file and change attribute in red:

    .ja-zinfp-featured .ja-zincontent-img {
    background: #000;
    border: 5px solid #000;
    border-bottom: 0;
    margin: 0;
    }
    .ja-zinfp-featured h2.ja-zintitle a {
    background: #000;
    border-bottom: 1px solid #ccc;
    color: #ccc;
    padding: 8px 12px;
    text-decoration: none;
    }

    .ja-zinfp-featured-border:hover h2.ja-zintitle a,
    .ja-zinfp-featured h2.ja-zintitle a:hover,
    .ja-zinfp-featured h2.ja-zintitle a:active,
    .ja-zinfp-featured h2.ja-zintitle a:focus { background: #069; color: #fff; }

    Second picture:

    1) create a newsletter specific and independent articles in the same style as this module

    I’m afraid you won’t able to do that because this is style on JA Bulletin module

    2) How does the module surrounded by green

    Open templates/ja_teline_iv/css/template.css file and change attribute in red:

    div.ja-moduletable, div.moduletable {
    background: #fff;
    border: 1px solid #ccc;
    margin: 2px 2px 4px 2px;
    padding: 0;
    }

    3) the odify read more surrounded in blue

    Open language/en-GB/en-GB.mod_jabulletin.ini file and change text in red:

    READ_MORE="Read more..."

    victortopper Friend
    #519232

    Hi,
    Once again I come to you.
    1) the configuration of the gallery to work but I have another concern when I click the image for the legend I see this first picture
    2) the items has a display characters are offset and the character background is baucoup clearer view image 2 circled in blue
    3) deletions of modules HEALTH, MUSIC, EDUCATION, STYLE &
    FASHION ENTAIRTEMENT to a single module as slideshowpour to see advertising image 3
    4) How to hide the image line 4


    1. photo1
    2. photo2
    3. publicit233
    4. photo3
    Ninja Lead Moderator
    #519329

    1) the configuration of the gallery to work but I have another concern when I click the image for the legend I see this first picture
    A: this is problem from jom webplayer component on your site. I did disable it from back-end of your site, now it’s working as fine, see the screenshot

    2) the items has a display characters are offset and the character background is baucoup clearer view image 2 circled in blue

    You can go to Admin site -> Article Manager -> Find articles have problem and rid to some tags to comply because you were comping from Office, Web….

    This is example
    <blockquote>
    <h1 style=”margin: 0cm 0cm 0.0001pt; line-height: 15.6pt; background-image: none; background-attachment: scroll; vertical-align: baseline; background-position: 0% 0%; background-repeat: repeat repeat;”><span style=”font-size: 10pt; font-family: Verdana, sans-serif; font-weight: normal;”>
    </blockquote>
    3) deletions of modules HEALTH, MUSIC, EDUCATION, STYLE & FASHION ENTAIRTEMENT
    A: Go Module Manager -> find user6, user7, user8, user9, user10 position and disable them

    4) How to hide the image line 4
    A: Open templates/ja_teline_iv/css/template.css file and add script

    #ja-navhelper-top .ja-breadcrums {
    display: none !important;
    }


    1. jom_webplayer
    victortopper Friend
    #520955

    Hi,
    Here is the site I wish added advertising module. I désactivité other modules, but it is impossible to replace these modules with one. How do I insert the module at this location

    Thank you for your help


    1. image0
    victortopper Friend
    #521238

    help me please

    Ninja Lead Moderator
    #521284

    If you wish to add new position into JA Teline IV Template, please following steps below:

    Open templates/ja_teline_iv/etc/layouts/default.xml file

    Change

    <blocks name="bottom" style="xhtml">
    <block name="botsl1" type="spotlight">user6,user7,user8,user9,user10</block>
    <block name="botsl2" type="spotlight" special="left" specialwidth="66">user11,user12</block>
    <block name="footer" type="footer" main-inner="1"></block>
    </blocks>

    To

    <blocks name="bottom" style="xhtml">
    <block name="botsl1" type="spotlight">user6,user7,user8,user9,user10</block>
    <block name="new-position" type="modules" style="raw">new-position</block>
    <block name="botsl2" type="spotlight" special="left" specialwidth="66">user11,user12</block>
    <block name="footer" type="footer" main-inner="1"></block>
    </blocks>

    Remember to clear cache from Admin area after making such change.

    victortopper Friend
    #521315

    I added the changes you asked me how I will use this change what name should I give to the module at this location

    Ninja Lead Moderator
    #521440

    After you created new-position, you can create the module and assign this module to new-position position, for instance:


    1. new_position
Viewing 14 posts - 16 through 29 (of 29 total)

This topic contains 29 replies, has 3 voices, and was last updated by  Ninja Lead 10 years, 9 months ago.

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