Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated

Some troubles with Guru Pro

7 years 6 months ago
Licenses:
JomSocial Expired GURU Expired

ISSUE SUMMARY:

I have three concerns with GURU PRO:

1. The Informations in current cover page are in an inappropriate color as you can see in the screenshot below
(Think that this is specific to my site)
[url=http://]drive.google.com/file/d/0ByBAwP2-yj8RcmU3NnFmYVNXWUk/view?usp=sharing[/url]

2. The media-images appear too small in the quiz. Even by setting the width of the image to 500px, 900px, nothing changes. Is it possible to have a setting in % ? So that images can cover the entire width of the screen in the quiz?
[url=http://]drive.google.com/file/d/0ByBAwP2-yj8RMzhheTkxdFN4aUU/view?usp=sharing[/url]

3. How to prevent opening a pdf content in a course on google drive?
[url=http://]drive.google.com/file/d/0ByBAwP2-yj8RU1M4YU5Eb1BMZ2c/view?usp=sharing[/url]

I'm using :
- Joomla 3.6.2
- JF Social template 2.5

7 years 6 months ago
Licenses:

HI, stankoua.

Thank you for contacting us.

1. Yes, this issue is caused by your current template.
snag.gy/DRBFge.jpg

2. Please, provide me URL and access to that course so I could see what code cause that issue.

3. You can't prevent that as you created media document so it will be opened. If you want your students to download that file you need to add it to media library as URL not a document. but browser (e.g FireFox) will open it by default... so try to zip it.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
7 years 6 months ago
Licenses:
JomSocial Expired GURU Expired

Hi Michal !

Thank's for your reply

1. Can you provide any help for this issue ? Or maybe check it directly with the admin and ftp account ?

2. Here is the URL to access to that course. You can take the course with the admin account I provide you in m first post.
Here is the URL

Regards

7 years 6 months ago
Licenses:

Hi.

1. All you need is to add this code:

.uk-overlay-background {
color: #fff !important;
}

To your current template main css file.

2. Please, check credentials as I get "Failed login" when I try them.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
7 years 6 months ago
Licenses:
JomSocial Expired GURU Expired

Thank's much Michal for your help.

the first problem is solved. Great !

For point 2. I just disable the protection access to the administration site and the course to see the problem in the images within the quiz is now freely accessible.
Here is the URL to access to that course

7 years 6 months ago
Licenses:

Hi.

Still no juice as quizzes ar not available for guests.
I need to log in.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
7 years 6 months ago
Licenses:
JomSocial Expired GURU Expired

Hi !.

I sent you an administrator account that can also be used in frontend.
However here is another an account for testing in frontend:
<removed for security reason>

To recap, here's my problem:
"The media-image appear too small in the quiz. Even by setting the width of the image to 500px, ... 900px, nothing changes. Is it possible to have a setting in%? So That image can cover the Entire width of the screen in the quiz question ? "

Here is a course with quiz + images to visualize the problem .

7 years 6 months ago
Licenses:

HI.

Please, click on that small image :)
It will be opened in new window in full size :)
snag.gy/iZP3yv.jpg

This is just a thumbnail... it's possible to have it bigger but this will apply to all images you'll ever use in quiz... even those big ones.
You may add this css to display image in original size straight in quiz:

.guru-quiz__media img {
width: auto !important;
}

But it may distort layout in smaller screens.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
7 years 6 months ago
Licenses:
JomSocial Expired GURU Expired

Hello Michal !

Thank's very much for your support.

One last question. Where do I have to insert the css code above?

Otherwise it would be interesting for the next version of GURU, thinking to directly display images in full size (better in %) in the quiz, not thumbnails.

7 years 6 months ago
Licenses:

HI.

Try in this file: ROOT/components/com_guru/css/custom.css


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
7 years 6 months ago
Licenses:
JomSocial Expired GURU Expired

Hello !

I've tested without success css code you suggested me.

Otherwise I believe that is a bug!
Indeed when clicking resume testing after failure, the feedback that appears offers quiz images either thumbnail but large visible format.

Moreover, I have some suggestions:
1. It is important to give the opportunity to those who have managed a quiz within 100% to resume and improve their score.
2. It would be cool to have a rich text editor for the quiz with why not a science tool as "WARIS" or "MathJax". Currently the quiz system is too limited to scientists.

Thank you once again for your kind support.

7 years 6 months ago
Licenses:
JomSocial Expired GURU Expired

Hello !

I've tested without success css code you suggested me.

Otherwise I believe that is a bug!
Indeed when clicking resume testing after failure, the feedback that appears offers quiz images either thumbnail but large visible format.

Moreover, I have some suggestions:
1. It is important to give the opportunity to those who have managed a quiz within 100% to resume and improve their score.
2. It would be cool to have a rich text editor for the quiz with why not a science tool as "WARIS" or "MathJax". Currently the quiz system is too limited to scientists.

Thank you once again for your kind support.

7 years 6 months ago
Licenses:

HI.

No, it's not a bug - this is how thumbnails works. The idea of thumbnails is to show small images and larger one after clicking on it.
The same idea as in galleries.

As for suggestions I assign developer and mark thread as feature request.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW