test melih
Β melih
Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • artair Friend
    #200955

    Hello,

    I have the following problem:

    I can’t seem to get the “features intro 2” Style / Position to function properly.
    The page @ http://step4ward.sven-janser.de/referenzen is supposed to look like your http://biz.sven-janser.de/careers/partners example page. Looking at the options used in the sample installation didn’t solve the problem I’m afraid.

    What seems to be the problem:
    the menu-item for http://step4ward.sven-janser.de/referenzen is set to “features intro 2” style, but instead always the style / positions for “default” are loaded.

    If I overwrite the “JA BIZ – default” positions with the “feature intro 2” positions, it works (but no other page works…)
    If I then save the “working” default with some new name, change the default back & try using the saved one on “Referenzen”-Page instead, it breaks again.

    Here are the screenshots:

    Any ideas? I included an admin account for you.


    1. featuresintro2problelm
    Saguaros Moderator
    #547790

    Hi artair,

    That page http://step4ward.sven-janser.de/referenzen displays a single article however, it’s using the layout features intro 2 which doesn’t include the ‘component’ block which displays main content of your site.

    If you don’t want to use default layout, you can add the mainbody block into this features intro 2 layout. Here is workaround:
    – Open file: /templates/ja_biz/tpls/features-intro-2.php
    – Add the mainbody block and it will look like this:


    <div class="t3-wrapper features-intro features-intro-2"> <!-- Need this wrapper for off-canvas menu. Remove if you don't use of-canvas -->

    <?php $this->loadBlock('top-header') ?>

    <?php $this->loadBlock('header') ?>

    <?php $this->loadBlock('featured-adv') ?>

    <?php $this->loadBlock('features-intro-2') ?>

    <?php $this->loadBlock('mainbody') ?>

    <?php $this->loadBlock('navhelper') ?>

    <?php $this->loadBlock('footer') ?>

    </div>

    artair Friend
    #548029

    Hi Saguaros,

    thanks for your reply!

    I’m afraid this won’t solve my problem: the string “Testinhalt” is indeed the single article – but this shouldn’t be displayed at all, as your code suggests. (I tried editing the templates/ja_biz/tpls/features-intro-2.php as you suggested, but it made no difference at all I’m afraid; your )

    I have some html-module, with should look like http://biz.sven-janser.de/careers/partners -> I did everything like shown in documentation. Nothing I put into position features-intro-2 is shown at all -> although I (tried to) tell joomla to use layout “feature-intro-2” which is supposed so load this position (whereas default is not).

    As far as I can see it seems like the default layout is always loaded, regardless of my assignment @menu item.

    Any ideas?

    Greetings
    Sven

    Saguaros Moderator
    #548076

    It’s weird, you can PM me admin and ftp credential of your site, I will check this for you.

    artair Friend
    #548751

    I have send you a PM with admin-credentials.

    I hope you can help, it would be much appreciated! Thanks in advance!

    Saguaros Moderator
    #548984

    Hi artair,

    By default, the Partners page will display content of an article called ‘Partners’ (in your site is ‘Referenzen’).

    The layout is configured correctly, what you need to do is changing the content of article ‘Referenzen’ like article in this page: http://biz.sven-janser.de/careers/partners . At this moment, this article contains only one word: Testinhalt

    It would display fine then

    artair Friend
    #549451

    <em>@Saguaros 445112 wrote:</em><blockquote>Hi artair,

    By default, the Partners page will display content of an article called ‘Partners’ (in your site is ‘Referenzen’).

    The layout is configured correctly, what you need to do is changing the content of article ‘Referenzen’ like article in this page: http://biz.sven-janser.de/careers/partners . At this moment, this article contains only one word: Testinhalt

    It would display fine then</blockquote>

    Hi Saguaros,
    I fear that’s not what I intended.

    As far as I understand, the webpage @ http://biz.sven-janser.de/careers/partners uses the “feature intro 2” layout – which doesn’t display joomla-articles at all – all content comes from:

    • Masshead (the “Partners” gray header)
    • First Module for “Who is Joomlart?” and “You & your clients…”
    • 2. Module for “Why accountants and bookkeeprs love Joomlart” <– that look is what I need for “Referenzen”
    • and 3. another module for “Getting started”

    I included a screenshot of the article “partners” from the backend (biz standard installation) -> this isn’t shown at all @http://biz.sven-janser.de/careers/partners.

    What I want to do is:

    1. NOT display any article @Referenzen (the “Testinhalt” you mentioned shouldn’t be visible at all)
    2. instead use one or more modules to achieve a look like 2. Module @ Partners

    The problem – as far as I could see – it, that even if I switch the Menu-Item in Joomla from “Standard”-template-style to “ja_biz – Features Intro 2” it still

    • seems to use the standard-template-style
    • still displays the component-layout-position -> “Testinhalt”
    • and doesn’t display the “Features Intro 2” position at all…

    Do you have any idea what could cause this? I’m down to comparing every single template, menu-item and module-option, but so far nothing seems to be able to cause this “bug”.


    1. partners-article
    Saguaros Moderator
    #549479

    Could you also PM me the ftp credential of your site? I will check further in code of this template to see what’s wrong here.

    artair Friend
    #552631

    Hello Saguaros,

    I was on vacation, hence the late reply. I’ve sent you the credentials via PM.

    I’ve found the problem I think by chance: for masshead-ids I had “Search engine friendly URLs” disabled, URL-Rewrite on.
    Then the link to “Referenzen” is http://step4ward.sven-janser.de/index.php?option=com_content&view=article&id=53&Itemid=143, the page looks (more or less, I think there is just a small css-issue left I can fix) like it should, see screenshot one:

    When I turn “SEO-friendly-URLs” back on (page-link then is: http://step4ward.sven-janser.de/referenzen) in Joomla-Config-Page, it saidly again looks like this:

    Any ideas why, with SEO on, the default layout is always loaded and with SEO turned off, the correct “Feature Intro 2” layout is loaded for this menu-item?

    Thanks in advance,
    greetings
    Sven


    1. referenzen_without_seo_working
    2. referenzen_with_seo_NOT_working
    Saguaros Moderator
    #552857

    Hi Sven,

    Could you grant more permission for the admin account you sent me? I can’t access global configuration to check the SEF option

    artair Friend
    #552954

    Sure, you are a supseruser now. πŸ˜‰
    (I had thought administrator would grant enough access)

    artair Friend
    #552959

    Uhm… it seems to be working now… I started deactivating extentions one by one – after deactivating “System – JCK Modal” it is working again, even with seo on. :

    I have no freaking idea, y it’s working now – I already tried deactivating everything one by one once bevore… – but I’m glad it IS working now…

    Thank you for looking into this, I really HOPE this is dealt with now! =) πŸ™‚ πŸ™‚ πŸ™‚


    1. brokenextension
    Saguaros Moderator
    #552998

    I’m glad to hear it works now.

    Best of lucks and have a nice day!

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

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

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