Image Gallery Pro breaks comments

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Fri Jan 27, 2012 9:26 am
Attempting to use Image Gallery Pro by Joomlaworks with Music however it seems to push the comment form out of the way, the more images you have the worse it gets.
2012-01-27_2125.png

Does anyone know of a solution for this issue - thanks.
User avatar
Fresh Boarder

GK User
Fri Jan 27, 2012 10:20 am
Hi,

I may know how to fix if I can check directly on the page, can you give me a link?
User avatar
Platinum Boarder

GK User
Sat Jan 28, 2012 6:14 am
locally hosted at this stage, sorry - although your more than welcome to provide myself the instructions or a pointer in the right direction :)
User avatar
Fresh Boarder

GK User
Sat Jan 28, 2012 9:11 am
I can't advise anything now, once you put it online give me the link then I will inspect into html/css stuff to check what is wrong to fix.
User avatar
Platinum Boarder

GK User
Sat Jan 28, 2012 9:53 am
Don Lee wrote:I can't advise anything now, once you put it online give me the link then I will inspect into html/css stuff to check what is wrong to fix.

That could be weeks, if not months.. too busy with my work at Joomlatools (support engineer there) so would appreciate you passing on what your assumed hunch was so I can look into it further.. thanks.
User avatar
Fresh Boarder

GK User
Sat Jan 28, 2012 10:05 am
fixed, for the benefit of others
open up:
/templates/gk_music/html/com_k2/templates/default/item.php


locate:
Code: Select all
    <!-- K2 PluginsK2CommentsBlock --> 

add after:
Code: Select all
    <div class="clr"></div

That should force the comments form to render below the gallery output as expected.
User avatar
Fresh Boarder

GK User
Mon Jan 30, 2012 9:55 am
Thanks for sharing your solution!
User avatar
Platinum Boarder

GK User
Thu Feb 02, 2012 4:08 pm
Hello, sorry if I do not write very good English.

I have a problem when an unregistered user wants to submit a review can not do that because I set it to record, and here is all right.

But when a user is registered and wants to write a comment there is no form to add your comment.

What can I do to solve this problem?

thanks
User avatar
Fresh Boarder

GK User
Fri Feb 03, 2012 9:42 am
mydotit wrote:Hello, sorry if I do not write very good English.

I have a problem when an unregistered user wants to submit a review can not do that because I set it to record, and here is all right.

But when a user is registered and wants to write a comment there is no form to add your comment.

What can I do to solve this problem?

thanks

Can you send me the link where I can see the problem? Also if possible please PM me backend account.

Thanks,
User avatar
Platinum Boarder

GK User
Fri Feb 03, 2012 10:09 am
Don Lee wrote:
mydotit wrote:Hello, sorry if I do not write very good English.

I have a problem when an unregistered user wants to submit a review can not do that because I set it to record, and here is all right.

But when a user is registered and wants to write a comment there is no form to add your comment.

What can I do to solve this problem?

thanks

Can you send me the link where I can see the problem? Also if possible please PM me backend account.

Thanks,


Hello and thank you for having responded to me ...
This is the link of the site where there are comments ...

http://www.yourdot.it/felixwe/Giornale/ ... 5-miliardi

Your username = *********
password = *********

We hope that you understand the problem, look to hear from you ....
Last edited by GK User on Fri Feb 03, 2012 10:32 am, edited 1 time in total.
Reason: Removing account details.
User avatar
Fresh Boarder

GK User
Fri Feb 03, 2012 10:34 am
Thank you, I see the problem now. Can you please help me check if the issue from template nor K2 by removing this file \templates\gk_music\html\com_k2\templates\default\item_comments_form.php
After removing, open the link again to check if comment form appears. You can PM me FTP access for faster check & help.
User avatar
Platinum Boarder

GK User
Fri Feb 03, 2012 9:36 pm
Same problem here, and removing the file Don suggested doesn't help either.

Another live preview at http://newav.totusweb.com

There is a div with class "itemComments" but it's empty. I cant seem to find were the call for the item__comment_form is made. Probably something wrong there.
User avatar
Fresh Boarder

GK User
Fri Feb 03, 2012 9:50 pm
Don Lee wrote:Thank you, I see the problem now. Can you please help me check if the issue from template nor K2 by removing this file \templates\gk_music\html\com_k2\templates\default\item_comments_form.php
After removing, open the link again to check if comment form appears. You can PM me FTP access for faster check & help.


I removed the files in the destination \ templates \ gk_music \ html \ com_k2 \ templates \ default \ item_comments_form.php
Nothing changes when I enter the user logged out I can put both the comment.

I can give the data to the ftp via email? so it remains only between the two of us, thanks waiting for your response to my e [email protected]
User avatar
Fresh Boarder

GK User
Fri Feb 03, 2012 10:08 pm
Update:

Apparently there is something wrong whith the "if" declaration in item.php.

If you add:

Code: Select all
<?php echo $this->loadTemplate('comments_form'); ?>


After the last clear Div, you see that the forms are displayed.

I hope this helps.
User avatar
Fresh Boarder

GK User
Sat Feb 04, 2012 10:34 am
pkramerf wrote:Update:

Apparently there is something wrong whith the "if" declaration in item.php.

If you add:

Code: Select all
<?php echo $this->loadTemplate('comments_form'); ?>


After the last clear Div, you see that the forms are displayed.

I hope this helps.


pkramerf, thanks for your assistance ....

I could specify better where I put the string
<? php echo $ this-> loadTemplate ('comments_form');?> item.php in the file ...? that line in the position the string? I put the string code in line 772 ...

and that the result comes in the form of inclusion but all flattened and its shape is not aligned, impossible to insert a short comment.

Another strange thing, if there is a normal user who has no particular rights, does not have the ability to insert comments, but if a user logs in which I gave as an example of other permits you can store items, this user can enter comments and everything seems normal. But he can only post comments only on certain items and not on all.

sorry but there is another component that will integrate better
User avatar
Fresh Boarder

GK User
Sat Feb 04, 2012 11:36 am
I looked in to what mydotit said about the user groups. I figured out the problem, im just not able to fix it yet...

So the problem is the following:

If you put K2 on comments only for registered users, it will only show the comment forms when the registered user is part of a group with commenting rights.

The standard "registered" group isn't working correctly, for some vague reason. Deleting the group and remaking it with comment rights is sufficient to make the comment forms appear with all users who are assigned to this new group.

Now the problem is that even if you put the K2 parameters to assign new users to this group (you can of course call it what ever you want) they new users created by the Facebook Login are still not added to this group. When created they have no K2 group, hence have no rights to comment. Once you add them manually to the group, they will be able to comment.

Naturally this is less than ideal. I would like a Gavick developer to give it a look. As there is also a problem with the facebook login, which only works in the Home page, and in none other.

So in short, Face Book login only works in the Home page and users created by it don't get the right K2 group assigned to it.

I dont mind sharing a website log-in for all to take a look. Just PM me if you would like it.

Regards,
User avatar
Fresh Boarder

GK User
Sat Feb 04, 2012 3:59 pm
There are some plug-ins that should fix this issue with K2 not assigning a group to new users:

http://extensions.joomla.org/extensions ... ions/16699

and: http://extensions.joomla.org/extensions ... ions/14582

None of these has worked for me though. Maybe for someone else?
User avatar
Fresh Boarder

GK User
Sat Feb 04, 2012 5:46 pm
pkramerf wrote:I looked in to what mydotit said about the user groups. I figured out the problem, im just not able to fix it yet...

So the problem is the following:

If you put K2 on comments only for registered users, it will only show the comment forms when the registered user is part of a group with commenting rights.

The standard "registered" group isn't working correctly, for some vague reason. Deleting the group and remaking it with comment rights is sufficient to make the comment forms appear with all users who are assigned to this new group.

Now the problem is that even if you put the K2 parameters to assign new users to this group (you can of course call it what ever you want) they new users created by the Facebook Login are still not added to this group. When created they have no K2 group, hence have no rights to comment. Once you add them manually to the group, they will be able to comment.

Naturally this is less than ideal. I would like a Gavick developer to give it a look. As there is also a problem with the facebook login, which only works in the Home page, and in none other.

So in short, Face Book login only works in the Home page and users created by it don't get the right K2 group assigned to it.

I dont mind sharing a website log-in for all to take a look. Just PM me if you would like it.

Regards,


"Bravo" well you did the center, the problem is just that ... I did some testing and so the user who registers is not automatically assigned its default group. I have to intervene each time by hand, if the site should be fine as well as promises then I would have many users who register and find it absurd to confirm to each group.

If you know someone who is willing to do this job, I pay gladly hihhihhihihiihihih

belonging to the jokes I need help especially for insertions of comments fundamental thing for my site.

Last request, we can give the filters to comment? example, if I'm writing a rude word the message can not be sent ...

I have not found a field where to put keywords, maybe not this component is integrated in comments?

I also look through a developer can fix the template so gavick GK MUSIC...
User avatar
Fresh Boarder

GK User
Sat Feb 04, 2012 6:19 pm
Well it took me a day to find a solution. But I got a work around.

My settings are Joomla 2.5 and the Jan 31 version of Music (template)

In order to get the K2 users to be automatically added to a group you will need a 3rd party extension.

First make sure you have the correct settings in the K2 parameters, meaning a group assigned to the new users. You can find this setting under the Advanced tab -> Default Group for new users.

Then you will need to install JFBConnect. http://www.sourcecoast.com/jfbconnect/features/facebook-authentication-for-joomla

Its a paid extention, and not a cheap one. But you get a lot for the money. Who knows maybe you can find a "trial" version lying around on the internet.

Install the component, and install the K2 profile Integration. Some plug-ins have to be enabled, dont forget this!

Finalize the configuration of JFBConnect with the API key and so on, and display the log in module wherever you want. Go to the "profiles" tab in the JFBC settings and fill in everything. Now every log-in will get its own K2 user and the group will be correctly assigned. And Voila! comments will be working.

Also if you want a single click log-in check the options very carefully, as they aren't the most clear of them all.

I hope this helps all the ones in need, as I have seen a lot of people have this problem.

Its also very bad that Gavick makes templates with "Facebook" integration, and "K2" integration. But didn't take in to account that both integrations worked together. Without 3rd party components you will have to chose for either K2 or Facebook.

And im not even starting about the page break plug-in. Wich also only works with normal Articles and no K2 support.

Whats the point of making all these functionalities if they aren't K2 compatible?
User avatar
Fresh Boarder

GK User
Sun Feb 05, 2012 1:00 am
Thanks pkramerf but before I would pay to wait an answer from Gavick always hoping to be positive ...

Meanwhile I tried to click login at top left is the ability to click register. If you click on register opens a window with this message that I have not yet figured out what it refers ...

http://www.yourdot.it
Calendar.setup:
Nothing to setup (no fields found). Please check your code

but go ahead and if I click on OK in this window, it opens a screen where I can input my data and it works.

The user is logged and then assigned to the category I have chosen to defout short works ... belonging to that message I did not understand what to do.

Still a little help! thanks
User avatar
Fresh Boarder

GK User
Mon Feb 06, 2012 2:03 pm
ok after 3 days of searching to find the solution to the annoying message "calendar setup" I could understand the problem ...

For users who have downloaded the template and perhaps also for Music qeulli who have this problem "calendar setup."

You have to go into management plugin, and remove the flag enabled in USER PROFILE.

Now there comes the message "setup calendar."

But now I want a programmer to solve the problem of GAVICK REGISTER. When I create a user does not give me that option by default the group, and I have to intervene every time I hand .....

It's been several days since I saw this problem and no director has had an impact ... I just know if you're working or not. So I can continue to work with your templates or I'm sorry to do to change soon even though I'm sorry ... I dislike most in your work as well if there are many problems ...
User avatar
Fresh Boarder


cron