-
AuthorPosts
-
artair Friend
artair
- Join date:
- May 2012
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
August 31, 2014 at 7:50 pm #200955Hello,
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.
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 1, 2014 at 3:25 am #547790Hi 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
artair
- Join date:
- May 2012
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
September 2, 2014 at 9:17 pm #548029Hi 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
SvenSaguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
artair Friend
artair
- Join date:
- May 2012
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
September 8, 2014 at 5:06 pm #548751I have send you a PM with admin-credentials.
I hope you can help, it would be much appreciated! Thanks in advance!
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 10, 2014 at 8:47 am #548984Hi 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
artair
- Join date:
- May 2012
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
September 14, 2014 at 4:48 pm #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:
- NOT display any article @Referenzen (the “Testinhalt” you mentioned shouldn’t be visible at all)
- 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”.
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 15, 2014 at 4:19 am #549479Could 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
artair
- Join date:
- May 2012
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
October 12, 2014 at 5:43 pm #552631Hello 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-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 14, 2014 at 7:40 am #552857Hi 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
artair
- Join date:
- May 2012
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
October 14, 2014 at 6:47 pm #552954Sure, you are a supseruser now. π
(I had thought administrator would grant enough access)artair Friend
artair
- Join date:
- May 2012
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
October 14, 2014 at 7:14 pm #552959Uhm… 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 user says Thank You to artair for this useful post
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 15, 2014 at 2:43 am #552998I’m glad to hear it works now.
Best of lucks and have a nice day!
AuthorPostsViewing 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
Jump to forum
JA BIZ – Features Info 2 Style/Positions not working
Viewing 13 posts - 1 through 13 (of 13 total)




