test
Viewing 15 posts - 1 through 15 (of 25 total)
  • Author
    Posts
  • starlight Friend
    #188438

    1. I cannot not find the posisjon named “content” in the following image: http://static.joomlart.com/images/templates/ja_kranos/j17/module_position.png

    Where is this posisjon, and what is the module called that is in this posisjon? I use Joomla! 3.0.3 Stable.

    2. The title-text in K2 looks different in my site compared to the sample site. Please look at the following image to see the difference:

    So it is much smaller and thinner on my website. And in addition to this there is a gray area behind the text of font size, Print, Email etc., on the sample site. But on my site there is no gray area beihnd the text, it is all white. How do I change the K2 componenet on my site to be like the sample site?

    3. The standard structure of the website with regards to articles is to have the article on the right side while having modules on the left side. I wanted to switch this around, to have modules on the right and the article on the left. So I switched the posisjon to “right” for the module i wanted to display, but it does not show properly. The module is “K2 Content”. What happens is two things, the background frame is gone, and the stripes seperating the article-links stick outside of the content-area. Please look at the green arrows on the following picture:


    1. difference
    2. module
    phong nam Friend
    #496656

    Hi starlight,

    <blockquote>Where is this posisjon, and what is the module called that is in this posisjon? I use Joomla! 3.0.3 Stable.</blockquote>
    Pls check out our JA Kranos userguide at http://www.joomlart.com/forums/topic/userguide-ja-kranos-template-for-joomla-2-5/

    <blockquote>The title-text in K2 looks different in my site compared to the sample site…How do I change the K2 componenet on my site to be like the sample site? </blockquote>

    You are using the JA Kranos J2.5 template on Joomla 3.0, that is why the updated css style of K2 component are not existed. Pls back up your files & update with our latest version 2.5.5 which is compatible with Joomla 3.x via our JAEM component.

    <blockquote> I wanted to switch this around, to have modules on the right and the article on the left
    </blockquote>
    Pls update your template & I will help to correct css style if needed !

    starlight Friend
    #496919

    Thanks for the reply.

    I uploaded the newest version of the template with JoomlArt Extensions Manager, by clicking the “Upload now” button. Is this considered as installing it? It states there version 2.5.5, but was there before I uploaded as well. So I think the newset version already was installed?

    The issues related to the template are still there.

    phong nam Friend
    #496948

    Hi,

    Your template is up to date now. The issue: Your website doesn’t get our overriden com_k2 css style for category item’s title.
    I fixed it. Pls check your website again !

    starlight Friend
    #497006

    The K2 title seems normal, but these two issues seem to still be there:

    “And in addition to this there is a gray area behind the text of font size, Print, Email etc., on the sample site. But on my site there is no gray area beihnd the text, it is all white.”

    “I wanted to switch this around, to have modules on the right and the article on the left. So I switched the posisjon to “right” for the module i wanted to display, but it does not show properly. The module is “K2 Content”. What happens is two things, the background frame is gone, and the stripes seperating the article-links stick outside of the content-area.”

    phong nam Friend
    #497029

    Hi starlight,

    <blockquote>”And in addition to this there is a gray area behind the text of font size, Print, Email etc., on the sample site. But on my site there is no gray area beihnd the text, it is all white.”</blockquote>

    Pls try to put below codes into the end of templates/ja_kranos/css/k2.css file:

    #k2Container div.itemToolbar {
    padding: 2px 0;
    margin: 16px 0 0 0;
    border-top: 1px dotted #ededed;
    border-bottom: 1px dotted #ededed;
    background: #f8f8f8;
    }

    <blockquote>”I wanted to switch this around, to have modules on the right and the article on the left. So I switched the posisjon to “right” for the module i wanted to display, but it does not show properly. The module is “K2 Content”. What happens is two things, the background frame is gone, and the stripes seperating the article-links stick outside of the content-area.”</blockquote>

    Pls switch your module & put the page url here. I will help to adjust the position of article & K2 content module with some css tricks.

    * Remember to backup your file before changing & clear T3 JAT3 cache afer saving changes.

    starlight Friend
    #497064

    Thank you. I will test the code and see how it goes.

    The URL is http://www.finnveien.no
    You need to log inn with the details provided with the creation of threadh because the website is not online yet.

    And regarding what I asked: “1. I cannot not find the posisjon named “content” in the following image: http://static.joomlart.com/ima…e_position.png Where is this posisjon, and what is the module called that is in this posisjon? I use Joomla! 3.0.3 Stable.”

    And you answered: ” Pls check out our JA Kranos userguide at http://www.joomlart.com/forums/showt…for-Joomla-2.5″

    I was not able to understand this module or posisjon from the guide. It is easier if you can just tell me the name of the module and module position.

    phong nam Friend
    #497079

    Hi starlight,

    <blockquote>You need to log inn with the details provided with the creation of threadh because the website is not online yet.</blockquote>
    I will log in. But I meant you switch your module & article on your selected menu page first as you want. Then give me that menu page url, I will suggest you some css styles to fit your requirement.

    <blockquote>And regarding what I asked: “1. I cannot not find the posisjon named “content” in the following image:</blockquote>
    I missed. The “content” is the position for displaying component’s content (K2 & Joomla content) only. You can not assign any modules at that position. You can’t find it in our userguide.
    The “content” position is defined in pluginssystemjat3jat3base-themesdefaultpagedefault.php at lines:

    <?php if (!$this->getParam ('hide_content_block', 0)): ?>
    <div id="ja-content-main" class="ja-content-main clearfix">
    <?php echo $this->showBlock ('content') ?>
    </div>
    <?php endif ?>

    starlight Friend
    #497171

    <blockquote>But I meant you switch your module & article on your selected menu page first as you want. Then give me that menu page url</blockquote>

    I do not understand exactly what you mean by “selected menu page”, but all the K2 menus that have articles have the switched layout I was talking about with the module on right and article on left. So please just go into any of the articles.

    <blockquote>You can not assign any modules at that position. You can’t find it in our userguide.</blockquote>

    How can I choose from which categories I want to display articles?
    Is it possible to just have one youtube video in an article so the video will display on the frontpage area in this position?
    And Is it possible to turn it off if I want to?

    <blockquote>Pls try to put below codes into the end of templates/ja_kranos/css/k2.css file:</blockquote>

    This worked, the gray field is now displaying. And if I may ask, why was the code missing?

    phong nam Friend
    #497183

    Hi starlight,

    <blockquote>I was talking about with the module on right and article on left.</blockquote>
    Well, pls backup your files & open ja_kranos/css/template.css. Then put below lines into the end of file:

    #ja-mainbody {
    float: right !important;
    }

    #ja-right {
    float: left !important;
    }

    This will make your article on the right & modules on the left.

    <blockquote>How can I choose from which categories I want to display articles?</blockquote>
    In backend basic options of modules (JA Sidenews, JA Content Slider…), you can select the category you want to display articles yet.

    <blockquote>Is it possible to just have one youtube video in an article so the video will display on the frontpage area in this position?</blockquote>
    Yes. You can create a Custom HTML module, then put youtube video embed codes into HTML format. But in this case, Custom module at new position, not “content” position as i mentioned.

    <blockquote>And Is it possible to turn it off if I want to?</blockquote>
    Yes. You can turn off it by disabling that module.

    <blockquote>This worked, the gray field is now displaying. And if I may ask, why was the code missing?</blockquote>
    The K2 component updated with new version while our overriden com_k2 still uses old version. That is why the overriden com_k2 is not loaded correctly on your website. We will include this fix in next update of JA Kranos template.

    starlight Friend
    #497214

    <blockquote>”This will make your article on the right & modules on the left.”</blockquote>

    But the articles as a standard are on the right with modules on the left. Why would I need a code for that? And what I wanted was to have modules on the right and the article on the left, and I did this but the problem is as mentioned that the lines in the module are sticking out of the module area. How can this be solved?

    <blockquote>”In backend basic options of modules (JA Sidenews, JA Content Slider…), you can select the category you want to display articles yet.”</blockquote>

    I do not understand. Then what is the module called? You said previousely “You can not assign any modules at that position.”, so how are these modules related to this? I want to know how I can choose which articles to display in the “content” position.

    <blockquote>”Yes. You can create a Custom HTML module, then put youtube video embed codes into HTML format. But in this case, Custom module at new position, not “content” position as i mentioned.”</blockquote>

    What I mean is to do it through the articles that are displaying in the “content” position. Is this possible?

    <blockquote>”Yes. You can turn off it by disabling that module.”</blockquote>

    As I mentioned, I was talking about the articles displaying in the “content” area. How is this related to any module?

    phong nam Friend
    #497256

    Hi starlight,

    <blockquote>the lines in the module are sticking out of the module area. How can this be solved?</blockquote>
    Pls take backup your files & open templates/ja_kranos/css/k2.css, then put below lines into the end of file:

    div.k2ItemsBlock ul li { background: none; padding: 0px !important;margin-left: -30px; margin-bottom: 0px !important;}

    .odd {
    width: 250px;
    }

    .even {
    width: 250px;
    }

    .column {
    overflow: hidden !important;
    }

    <blockquote>I want to know how I can choose which articles to display in the “content” position.</blockquote>
    <blockquote>What I mean is to do it through the articles that are displaying in the “content” position. Is this possible?</blockquote>
    Well, I misunderstood your requirement. In this case, you can select the article category in backend of menu item which the articles belong to.

    * Remember to clear JAT3 cache after saving changes.


    1. 2
    starlight Friend
    #497368

    <blockquote>Pls take backup your files & open templates/ja_kranos/css/k2.css, then replace lines:</blockquote>

    What should I replace what with? Is the code you posted the original, if so what is the new code? And if this is the new code, what is the original that needs to be replaced?

    <blockquote>Well, I misunderstood your requirement. In this case, you can select the article category in backend of menu item which the articles belong to.</blockquote>

    I do not understand how this is related. I have many menu items in the Main Menu for example, so specifically which of them decides the articles in the “content” position?

    phong nam Friend
    #497386

    Hi,

    <blockquote>What should I replace what with? </blockquote>
    My mistake. You need to put these codes into the end of k2.css file.

    * I updated my texts. Pls check these again.

    <blockquote>I do not understand how this is related. I have many menu items in the Main Menu for example, so specifically which of them decides the articles in the “content” position?</blockquote>
    Pls check out the Home menu items backend if you want to display articles on Homepage at component position (content).

    starlight Friend
    #497397

    <blockquote>You need to put these codes into the end of k2.css file.</blockquote>

    I have done this, but this did not solve the issue. Just for a reminder, this is the issue: What happens is two things, the background frame is gone, and the stripes seperating the article-links stick outside of the content-area. Please look at the green arrows on the following picture for the stripes issue: http://www.joomlart.com/forums/attachment.php?attachmentid=28364&d=1371999261
    You can also see that the background frame is gone on the image, but I have not marked as I did with the stripes.

    <blockquote>Pls check out the Home menu items backend if you want to display articles on Homepage at component position (content).</blockquote>

    This worked. As far as I understand it is not possible to choose K2 articles, right?

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

This topic contains 25 replies, has 2 voices, and was last updated by  phong nam 11 years, 4 months ago.

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