Viewing 15 posts - 1 through 15 (of 20 total)
  • Author
    Posts
  • carlos_sm Friend
    #164507

    Hello!

    When I choose a category to appear the articles in JA News Featured, and when I click, the article appears below the ja news pro module, but if I change to other category and click in the article that is now appearing, the module desapears and appear only the article, how can I make the module desapear with my category?
    I am using JA TELINE IV and there is a lot of stuff that I am modifying,
    About JA news pro, it says 1 of 4, where do I change the “of” word, and also the “Read More” (I want to translate that)?

    Thanks for you help!

    P.S: I am using Joomla 1.6.3

    khoand Friend
    #393325

    <em>@carlos_sm 243006 wrote:</em><blockquote>Hello!

    When I choose a category to appear the articles in JA News Featured, and when I click, the article appears below the ja news pro module, but if I change to other category and click in the article that is now appearing, the module desapears and appear only the article, how can I make the module desapear with my category?
    I am using JA TELINE IV and there is a lot of stuff that I am modifying, </blockquote>
    I don’t understand what you mean. Could you explain more detail and give me a snapshot with your annotation?

    About JA news pro, it says 1 of 4, where do I change the “of” word, and also the “Read More” (I want to translate that)?

    – you replace this code from Cmodulesmod_janews_featuredtmpldefaultblog.php


    <a href="<?php echo $news->link?>" class="readon" title="<?php echo JText::_('READ MORE...');?>"><span><?php echo JText::_('READ MORE...');?></span></a>

    with


    <a href="<?php echo $news->link?>" class="readon" title="<?php echo JText::_('READ_MORE');?>"><span><?php echo JText::_('READ_MORE');?></span></a>

    – You find this code from languageen-GBen-GB.mod_janews_featured.ini


    READ_MORE="Read more..." < change this text

    – You add this code into languageen-GBen-GB.mod_janews_featured.ini


    OF="of"

    carlos_sm Friend
    #393466

    Hi! Attached is the administrator image, my category appears for selection and also appears in the JA News Featured Module, but when I click on the link to see the article, nothing happens, the address bar changes for the correct address to the article, but I cant see the article, but If I change to other category everything works fine!
    What is happening?
    If someone want to enter in my website, I put the info when I create this topic!

    Also in the latest news when I click in the article of my category, nothing happend! (my articles are published btw)!

    Please, thanks for your help!


    1. image
    carlos_sm Friend
    #393694

    Hi!
    Well I kinda of solve the problem, seems that you can´t put a Parent category to appear in the JA Featured News module, only child category, dont know why, but its working now!
    But something happens with some articles, I attached a picture to show! When I am creating an article with a picture, sometimes appear like in the image, showing a navigation bar, but in fact I only put one picture in the article (ok, I copy and paste the article from my localhost to the server with the image) but I dont want that navigation bar in that article, by the way, how can I put more images and create that navegation bar in the articles? or better, how can I put some picture in the article like thumbnails and them when I click on it shows the original one, its possible?

    Thanks!


    1. image
    mayuri_g Friend
    #393825

    hello, I saw your site, its not giving any problem when I click on any link and open artical of same catagory or of diferent catagory.
    and also in the latest news catogary it opens the artical after clicking on it as a seperate artical. everything is working fine. ckeck out again.

    carlos_sm Friend
    #393852

    Hi!
    yes.. I solved! The problem with the ja news featured module is that you can´t assign only a parent category, if you do that, the articles wont open, but if you put your articles in a child category, the problem is solved, dont know why!
    Also about the pictures I solved too, I notice that everytime you put a picture in an article, appears an effect that shows all the pictures like a slideshow in the left corner, its nice, but I dont know If will want this effect everytime!
    The effect that I want to put in my articles is this:
    {japopup type=”image” content=”images/stories/demo/gallery/gl-1.jpg” width=”700″ height=”380″ title=”Sample image” }Sample image{/japopup} is this effect that I need in some articles, but like I said, everytime I try to put more than one image in the article, the slideshow appears and ignores this html code.
    Can you tell me how can I insert this html code to use this effect in some photos in my articles, without using the automatic slideshow?

    Thank you for all the replys!

    mayuri_g Friend
    #394008

    please clearly specify what you want to do? what effect you required in an artical?

    carlos_sm Friend
    #394112

    Hi!
    You notice that every image in the article that you put in this template, turn into a mini slideshow inside the article? you know that right?
    If you put 3 images in the article, in any part of the article, they all will be placed at the right side of the article and will be create a mini slideshow for the 3 images, right? Thats what is happening to me! I attached a picture to show this!
    My question is.. since I dont want to create a mini slideshow with the pictures that I put in the article, how can I put the imagens in the position I want?
    And I want to translate this minishow slide effect, where it says Next – Prev 1 of 2, I want to translate to my language, where I do that?

    Thanks!

    P.S: About the effect that I wanted to, I just figured out how to do it, so its no problem anymore!


    1. image
    javaclinic2 Friend
    #394113

    I also faced the same situation about Image issues, I dont want images in Slide show or shrink to cut the corner in Article view.

    any hint ?

    khoand Friend
    #394356

    Because you are using ja_thumbnail plugin, to turn off slideshow in a article. You put this code

    {jathumbnail off}
    into begin of article that you don’t want use slideshow

    javaclinic2 Friend
    #394357

    or simply i found from backend to select manual and if needed i will placed explicitly code to turned on..

    carlos_sm Friend
    #394361

    Ok! I will try that!
    Thanks everyone for answering!

    My JA News module is not working properly, I assign the categories to show like in the image that I attached and everythings seems fine, but when I click on any article, nothing happens, the address bar changes the address but the article wont appear! I already put the articles in each child category (its the only that I find to show articles by group, like in the image) and that dosnt work either.
    So.. what I have to do open the articles in JA News module?

    Thanks!


    1. image
    mayuri_g Friend
    #394428

    ok, It seems your problem is solved. right?

    carlos_sm Friend
    #394500

    No, but almost!

    The problem with the articles in JA News Frontpage is solved, you have to assign all your articles in a subcategory to make the articles work (if you set the module to show the articles of a parent category without subcategory, the articles appear in the frontpage but when you click in any article the address bar changes the address but comes back to the frontpage, but if you put all your articles in a subcategory the module works fine).

    But the JA NEWS pro module is doing the same thing that JA NEWS Frontpage was doing before, the articles appear without problem, ,but if you click in any of the articles, the address changes, like it was going to open the article, but nothing happens and comes back to the index page.. so.. you got the address bar linking to the article.. but what is appearing is the frontpage!
    That is the problem now, I understand how to make it in the frontpage news but in ja news pro is not working.

    Please, I need to put the site on, and its just missing this point!

    Thanks!

    I am using JA Teline IV for Joomla 1.6

    PS: and if anyone can tell me how to translate the “READ MORE…” and “MORE:” of the JA NEWS pro module, I´ll appreciate it!

    mayuri_g Friend
    #394616

    you can change READ MORE… and MORE:
    go at backend file language/en-GB/en-GB.ini
    edit the Read more…=any text as you want
    save the file and refresh the front page.

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

This topic contains 20 replies, has 8 voices, and was last updated by  Stork11 12 years, 4 months ago.

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