Music & FlexiContent Not Working

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Sun Dec 09, 2012 2:12 am
Hi,

We initially opted to use GK Musicity for our website but finally find out that it was much more suitable to use GK Music rather than GK Musicity. Our current problem is that, the best suitable CCK for us to build our website as per our requirements is to use FlexiContent, that as per our opinion, has much more features than K2 and also much more user friendly in frontend.

Our website is at an early development stage, but still, our first step was to create our first category and create our first menu item, even at this early stage, we are starting to get much trouble with the GK Music template, if you follow this link http://www.mauriresto.com/new-version/sponsorship-opportunities.html you'll see that we have put error report to maximum and there is currently the following notice:

Code: Select all
Notice: Undefined variable: gkComponentWrap in /home/maurires/public_html/new-version/templates/gk_music/layouts/blocks/main.php on line 63
style=width:>


But still, if we set the error report to default, this error disappears, for now on, we'll left it as 'maximum' so that you can view it by yourself. Now, the more important issue, if you click on the 'Add New Sponsor' link on the right of the page, that is this link http://www.mauriresto.com/new-version/add-new-sponsor.html you'll see that you'll have a complete blank page, even all modules disappears! We have currently put the menu item 'Add New Sponsor' to public so you can access this page to view this error on your own. We have contacted the developer of FlexiContent, two developers from their team have come to our website and have a look in the codes, they told us that it was not a FlexiContent error but an error caused by the template itself, to use one of Joomla 2.5 default template and we'll see that the page will work correctly, in fact, they were right, if we set this page to load on one of Joomla 2.5 default template, the page load correctly without any issue!

We can provide you access to admin area for you to get access to all files and setup, we are currently 3 administrators to work on this website and based on some professional constraints, we need to finish the website and launch it officially by Tuesday itself and we'll please asked you to have a look at this issue and solve it as soon as possible so that we can continue our work and reach our deadlines, we purchased a subscription and choose the GK Music template mainly because we were very impressed by all your work and professional design but we were not expecting to get such troubles as our development time frame is very limited and we cannot afford to loose time at this stage.

Additionally, on Jomsocial page, when a user is logged in, when we try to click on the dropdown menu, either under profile, friends etc. It is very difficult to be able to click on the dropdown menu item, when we hover the cursor on for example 'Profile' we saw the submenus that appears but when we move the cursor to any submenu item, it disappears, we need to move the cursor to the submenu very slowly to be able to click on any submenu item! End-users won't know such thing and might feel angry with it, therefore, I will also asked you to have a look at this issue as soon as possible.

We know it's weekend and that moderators of the forum might not be available but we definitely need an urgent support, we know our subscription is not for urgent support but such issue is very important as it stopped our development process completely and we cannot move ahead until it is finally solved and due to this, we are expecting you guys to give a special attention to this issue as soon as possible.

Thanks,
User avatar
Senior Boarder

GK User
Sun Dec 09, 2012 10:21 pm
Hi, any update about these issues please? I know it is weekend but it is very urgent for us to solve this issue, we have some major deadlines to respect, please someone get back to us.
User avatar
Senior Boarder

GK User
Tue Dec 11, 2012 12:15 am
Hi, any update on this issue please? We are in so much trouble here, a quick response will be definitely well appreciated!
User avatar
Senior Boarder

GK User
Tue Dec 11, 2012 8:44 am
Hi Guys, we are moving the website to its live domain (http://www.mauriresto.com) within the next 10 hours, it will be really appreciated that you have a look at this issue and help us to solve it as soon as possible, preferably before we put it on the live domain, on the user control panel, it is mention under the support forum that 'Joomla Experts Assist You 24/7'! It is now nearly 48 hours since we post the initial topic but still no one has even provide us any hints to solve this issue, the main reason that we purchase a subscription, is not only to get access to download the template, but also, at least, to get some technical support from the developer, if necessary, therefore, I will please request you guys to have a look at these issues before the website goes live.

Thanks,
User avatar
Senior Boarder

Konrad M
Tue Dec 11, 2012 2:43 pm
Hi,
to fix udefinied variable issue please go to layouts/blocks/main.php and
Code: Select all
$gkComponentWrap = '100%';

before:
Code: Select all
if($this->getParam("cwidth_position", '') == 'style') {

About second issue with adding new person. If you are using flexicontent add person you include http://www.mauriresto.com/new-version/a ... ackend.css and it this file you have class .clear (line 629)
Code: Select all
.clear {
border: 0;
clear: both;
float: left;
font-size: 1px;
height: 0;
line-height: 1px;
margin: 0;
padding: 0;
visibility: hidden;
}

which affect our template elements like #mainContent and #gkTopNav becasue we are using class clear too. And it is overrided by rules from flexicontent. To fix it please go to layouts/default.php and change all clear classes to gkClear. Then please go to css/layout.css and change (line 17)
Code: Select all
.clear {
   clear: both;
}

to:
Code: Select all
.gkClear {
   clear: both;
}

Just in case please check all files in layout/blocks if "clear" class isn't use too.
User avatar

GK User
Tue Dec 11, 2012 11:54 pm
Hi Konrad,

Thanks for the support and guidelines, in fact, it was the right solution as you were right but still, there were some additional files that needed to be changed from clear to gkClear such as:

layouts/blocks/tools/login.php
layouts/blocks/tools/register.php
layouts/blocks/bottom1.php
layouts/blocks/bottom2.php
layouts/blocks/top.php

All these files needed to be updated and only now the 'Add New Item' of FlexiContent is working fine at the exception that when error reporting is set to maximum, I still have the notices as per below:

This notice is on Jomsocial front page:

Notice: Undefined variable: gkContent in /home/maurires/public_html/new-version/templates/gk_music/layouts/blocks/main.php on line 43
style=width:>

This one on FlexiContent page:

Notice: Undefined variable: gkRightRight in /home/maurires/public_html/new-version/templates/gk_music/layouts/blocks/right.php on line 50
style=width:>

Are such notices bad for the good running of the website? If yes, how to remove these notices please?

Additionally, you did not answer to my issue regarding the Jomsocial toolbar as per below:

Additionally, on Jomsocial page, when a user is logged in, when we try to click on the dropdown menu, either under profile, friends etc. It is very difficult to be able to click on the dropdown menu item, when we hover the cursor on for example 'Profile' we saw the submenus that appears but when we move the cursor to any submenu item, it disappears, we need to move the cursor to the submenu very slowly to be able to click on any submenu item! End-users won't know such thing and might feel angry with it


Please get back to me as soon as possible. Thanks.
User avatar
Senior Boarder

Konrad M
Wed Dec 12, 2012 9:35 am
To fix notice issues please add in main.php after
Code: Select all
$gkComponentWrap = '100%';

this:
Code: Select all
$gkRightRight = '100%';
$gkContent = '100%';


About JS please send me Private Message with some test account. I will check it.
User avatar

Konrad M
Thu Dec 13, 2012 12:05 pm
I got your message. Please try go to components/com_community/templates/gk_style/css/gk_style.toolbar.css (line 27) and find:
Code: Select all
#jsMenu .jsMenuBar li ul {
display: none;
border-top: 0;
width: 190px;
height: auto;
position: absolute;
left: 0;
top: 40px;
z-index: 15;
background: #7B9EF8;
}

to this one:
Code: Select all
#jsMenu .jsMenuBar li ul {
display: none;
border-top: 0;
width: 190px;
height: auto;
position: absolute;
left: 0;
top: 38px;
z-index: 15;
background: #7B9EF8;
}
User avatar

GK User
Thu Dec 13, 2012 6:39 pm
Hi Konrad,

Thank you very much again for your kind and quick support, with these codes, the Jomsocial issue is now solved. However, for the notice:

Notice: Undefined variable: gkRightRight in /home/maurires/public_html/new-version/templates/gk_music/layouts/blocks/right.php on line 50
style=width:>

Even after I updated the file main.php with the code you provided above, the notice is still there, any idea about this please?
User avatar
Senior Boarder

Konrad M
Thu Dec 13, 2012 8:08 pm
To remove this notice please go to layouts/blocks/right.php and add
Code: Select all
$gkRightRight = '100%';

before:
Code: Select all
if($this->modules('right_left and right_right')) {
   $right_column_middle_class = ' twoCol';
User avatar

GK User
Fri Dec 14, 2012 11:04 pm
Hi Konrad,

Thanks for all these advices, got another notice within the login module:

Code: Select all
Notice: Undefined index: login in /home/maurires/public_html/new-version/templates/gk_music/layouts/blocks/tools/login.php on line 21
" />


Can you please tell me how to solve this one?
User avatar
Senior Boarder

Konrad M
Mon Dec 17, 2012 10:04 am
Please go to lib/framework/gk.const.php and add:
Code: Select all
'login' => 'none',

after:
Code: Select all
'lang' => 'none',

This should fix it.
User avatar


cron