emiliengerbois
Forum Replies Created
-
Thank you I’ll have a look right now!
can you just tell me where to put it please?
As it seems to be .js I’ guess it doesn’t go in the functions.php file …thanks again,
EmilienHi, Thank you for your answer!
then what could be the best bet?
Can I manually remove a piece of code in WC Vendors which probably conflicts? > The one adding Vendors to the Autor Dropdown? this way, wouldn’t the other snippet include the Vendor role just like it does for others? where could I do this in the WC Vendors code?thank you again, have a great day,
EmilienGreat ?? thank you for your quick answer!
Have a great day!
EmilienOK copy that ?? thank you for answering !
Emilien
Thank you for your quick answer! Actually I used it to take into account many custom roles I created… for now I removed it but is it possible to just exclude the roles already added by WC Vendors to avoid the redundancy without blocking other custom roles from being added to the author dropdown?
Thank you again and have a great day,
Emilienok it’s settled! thank you!
OK well I guess I can wait till the next update because I’m currently in dev and test mode so for demo purpose I can fix this with some CSS and then see how it goes with the updated version of wc vendors. Are you able to tell when it should be released? even a large estimate?
Thank you so much again for your answers, have a great day,
Emilienps : when I inspect the element with Firebug, the style doesn’t even appear in the html. If I manually add the code in Firebug it looks fine but I can’t make this code to be “loaded” on the page and I can’t go trough CSS because I need the image url to be customized for each vendor. Once it will work, I’ll duplicate the code snippet on each vendors profile and just change the URL this way…
Hi ben, thank you for your quick answer!
I tried to switch the theme to twentyfourteen but the problem remained… do you think it could come from another part?
Thank you again,
EmilienForum: Fixing WordPress
In reply to: Text editor doesn't render background-image inline style attributeHi martcol and thank you for your quick answer!
I get it is too big and had it adjusted with some CSS, but I can’t explain why I can’t see anything when applying this piece of code on my website, either in a post or through a plugin calling wp editor … any idea about what could happen?
if I load the page with firebug, the div appears with its class but no style attribute when I have background-image inside of it …
Thank you again and have a nice day,
EmilienForum: Plugins
In reply to: [BadgeOS] BAdgeOS graying out Media LibraryHi Michael,
I’m having the same issue… weird.
Could you please indicate what snippet you used to solve this and where to put it? I tried some custom CSS in my theme but it didn’t work, I guess I have to put it another place…Thank you in advance and have a nice day,
EmilienActually I think I don’t explain my problem the right way: sorry for that.
I use a visual composer to build my badges pages. so what I would need would be to specify the ID of the current badge in the shortcode I place on its page.Then I’d need to restrict the use of this form shown by shortcode, so that it would only check if the submitted code is correct for this specific first current badge on this specific page. So even if this same code is used for a second badge, entering it on the first badge page will validate only this first badge as earned.
:-s
thank you again ??
Forum: Plugins
In reply to: [BadgeOS] already earned badges and future stepsHi Michael and thank you so much for your answers,
I tried this solution but it didn’t work …
adding a login requirement aside the three “earn this specific badge” ones didn’t make the system to check if those badges had already been earned at the moment of logging in …
such a recheck function as you talk about would be absolutely necessary for any evolving BadgeOS system I guess, otherwise each installation you do is quite stuck…
the badgeos_maybe_award_additional_achievements_to_user function you talk about, how could it be used to be turned into a recheck function? I’m not a developer and I have to say I don’t know how to use it…
Thank you so much once more, have a great day,
EmilienForum: Plugins
In reply to: [BadgeOS] already earned badges and future stepsMaybe adding a way to “check” the log??
–> when creating a new quest involving say 3 badges, check which user has already earned each badge and automatically make the associated “new” step (with its own ID) as earned also???
The purpose is to be able to use each base badge in multiple quests, including some that will be created in the future…. without the user having to re-earn each badge to unlock the steps included in those different and future quests… I hope you get what I mean, sorry if its hard to get due to my bad english …..
thank you again for your help ?? have a great day,
emilienForum: Plugins
In reply to: [BadgeOS] already earned badges and future stepsI guess my problem comes from the steps IDs… any way to solve this?
thank you again!