By Frank J. Kelly on Tuesday, 15 May 2018
Posted in General Issues
Replies 5
Likes 0
Views 600
Votes 0
Hi,

I have a question and an issue ... first the question:

I've just noticed the ability to require users to have a specified number of points before they can add a group or page. My question is, are the number of points required removed from the user's pont total when the group or page is created?

And I guess I also have a follow-on question ... how much more can the points system be integrated into the EasySocial/PayPlans platforms? It would be a useful way to monetize the site by requiring system points for actions taken on the site. The points would act as a charge and be deducted from the user's total. PayPlans could allow the system operator to monetize the site by selling points packages.

Okay on to my issue ...

I'm using the most current version of JoomlArt's JA Social II template. On a mobil display, when using the elegant EasySocial theme and the EasySocial Drop-down menu, the Drop-down menu opens behind the elegant toolbar. I've included a screenshot to illustrate.

Is this a z-index issue? And can you suggest a fix for this?

Thanks in advance
Frank J Kelly
Hi there,

Kindly find my response for your inquiries below:
I've just noticed the ability to require users to have a specified number of points before they can add a group or page. My question is, are the number of points required removed from the user's pont total when the group or page is created?

No it will not remove point from the user total point

And I guess I also have a follow-on question ... how much more can the points system be integrated into the EasySocial/PayPlans platforms? It would be a useful way to monetize the site by requiring system points for actions taken on the site. The points would act as a charge and be deducted from the user's total. PayPlans could allow the system operator to monetize the site by selling points packages.

Regarding this, it is not possible currently. This is indeed a great idea Perhaps, can you create a ticket under feature request so that our developer can keep track on this and consider to implement in the future release.

I'm using the most current version of JoomlArt's JA Social II template. On a mobil display, when using the elegant EasySocial theme and the EasySocial Drop-down menu, the Drop-down menu opens behind the elegant toolbar. I've included a screenshot to illustrate.

Seems like this is a bug for this. I've logged this issue in our issue tracker and our developer will take an action for this.
For temporarily can you remove the z-index: 9999; in the file:
..../components/com_easysocial/themes/elegant/styles/toolbar.css http://take.ms/RTvn4
·
Tuesday, 15 May 2018 17:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hmmmmmmm .... I am not finding that file in the place you've indicated ... take a look at the screenshot of that directory on my server.

Frank J
·
Wednesday, 16 May 2018 07:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Ops, sorry for that as my instance is development mode
Can you apply the css code below:

#es.is-mobile .es-navbar {
z-index: 0;
}

in themes>custom css http://take.ms/le0Bs and see how it goes
·
Wednesday, 16 May 2018 10:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

If anyone needs it, here is the code that actually worked:

/* elegant - dropdown conflict*/
#es.is-mobile .es-navbar {
z-index: 4;
}
/* elegant - dropdown conflict*/

I was unable to use the css editor in EasySocial because there is no input field for code. Instead I used a custom css module to get the css changes into the site.

I'm including a screenshot of what I get when I go to the css editor in ES in case this is something that needs to be addresses in the code.

Frank J
·
Wednesday, 16 May 2018 11:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Great Frank J!
Regarding the editor do not display in your custom css section.
Is it possible for you to provide us with the back end and FTP access to your site to check on this issue?

You can add the information needed by edit your first post in the Details section or you can just include your site's access once at http://stackideas.com/dashboard/site rather than needing to keep adding them in your replies
·
Wednesday, 16 May 2018 12:02
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post