aguidis
Forum Replies Created
-
I use variations in order to let the user choosing if he is equipped or not and his team.
For example I have the following variations :
– Equipped, green team : 10$
– Equipped, red team : 10$– Non-Equipped, green team : 49$
– Non-Equipped, red team : 49$But now I want to propose many (optionnals) options like : grenades, ammo etc.
I think the addon suggested by bheadrick can do the work.
Thx a lot for your reply.
I’m going to try the variations.
Do you have the name of the addons ?
When I say “choose team”, I mean the user has to choose which team he wants to form part. For example, a match will oppose 20 people (10 versus 10).
In my case I think the number of people fixed per match is the equivalent to the stock.Forum: Plugins
In reply to: [Social Login] Custom facebook buttonI just used this thank you ??
.plugin .footer { display: none; }
Forum: Plugins
In reply to: [Social Login] Custom facebook buttonThank you for your reply !
I added their css to my style.css and then I changed the value of the parameter ‘css_theme_uri’: I put the absolute path to my stylesheet.
Now I would like to remove the “powered by…”
Forum: Plugins
In reply to: [WPSocialite] Infinite scroll vs SocialiteGiven that I use an infinite scroll, I thought that there was a way to implement socialite in order to have a reply time optimised ??
Thank you for your reply !
+1 ??
I’m using WP_Query() on my custom template and I need the infinity scroll on this page ^^
Forum: Plugins
In reply to: [Infinite-Scroll] Oxygen Theme Selector IssuesHi,
Try those selectors :
.hfeed
.hfeed div
div.pagination
div.pagination a:firstForum: Plugins
In reply to: [Theme My Login] Force language pluginOk so I’ll just change the language in the file wp-config.php.
thx ??
Forum: Plugins
In reply to: [WPSocialite] Infinite scroll vs SocialiteHello,
First thanks a lot for your reply ??I use socialitejs by itself
I implemented your script thanks to this tutorialAfter many tests I succeed in loading socialite by putting this code in the callback area of the infinite scroll plugin settings :
jQuery(document).ready(function($) { Socialite.load(); // Other code });
Now if you scroll, you can note that it’s functionnal. But is it the better way for loading the social buttons ?
Forum: Plugins
In reply to: [Theme My Login] [Plugin: Theme My Login] again on SFC / STC and TMLso did you succeed in having a facebook connect button in your login-form.php ?
Forum: Plugins
In reply to: [Collapse-O-Matic] Infinite Scroll clash / Javascript Callback neededThank you for your reply.
I was searching some topics on Google and when I noticed your title :” Infinite Scroll clash / Javascript Callback needed” I directly clicked.
Unfortunately it didn’t work…
So I apologized for the embarrassment.Forum: Plugins
In reply to: [Collapse-O-Matic] Infinite Scroll clash / Javascript Callback neededI posted a similar topic yesterday : https://bit.ly/XqqX10
According to Baden, it’s not possible actually to execute our custom jQuery code for the content added dynamically via AJAX ?
Forum: Plugins
In reply to: [Infinite-Scroll] [Plugin: Infinite-Scroll] Javascript Callback ProblemHi,
did you succeed in fixing your problem ? because I posted a similar topic yesterday and I need to find a solution quickly.Forum: Plugins
In reply to: [jQuery Daily Pop Up] Open post in a popup?up ?? I have a link which redirect to a random post. I would like to display this random post in a pop up. Is it possible with your plugin ?