Forum Replies Created
-
Author
-
May 11, 2015 at 22:49 in reply to: Problem align (center) the "feature-icon"'s icon on mobile #58423marcogovoniParticipant
It works!
marcogovoniParticipantThank you. You are the best customer care service I’ve ever seen !!!
marcogovoniParticipantSorry, this is the right picture ->
Attachments:
You must be logged in to view attached files.marcogovoniParticipantFor example, if I want to redirect to http://framevents.com/test what have I to write?
(sorry for the stupid question but I’m not a developer and I don’t want to make a mistake)marcogovoniParticipantThank you. In this moment I have FOUND a solution ONLY for users registering with mail+password, and it works!
Just add this code to function.php:function bp_redirect($user) {
$redirect_url = ‘http://framevents.com/signup-ok/’;
bp_core_redirect($redirect_url);}
add_action(‘bp_core_signup_user’, ‘bp_redirect’, 100, 1);THE PROBLEM now is for users that sign up via facebook… because they are redirected directly on their profile:
http://framevents.com/members/USERNAME/profile/edit/group/1/?fb=registeredI’m thinking how to redirect this user to another page, only first time (when there is ?fb=registered parameter)….
Have you got any suggestions?marcogovoniParticipantTry now, it works, sorry 🙂 I want to create a page like http://seventhqueen.com/themes/kleo/pinterest/
marcogovoniParticipantThe code is the facebook pixel for track conversion rate: it’s seems doesn’t work …. the code is the following:
<!– Facebook Conversion Code for registrazioni framevents –>
<script>(function() {
var _fbq = window._fbq || (window._fbq = []);
if (!_fbq.loaded) {
var fbds = document.createElement(‘script’);
fbds.async = true;
fbds.src = ‘//connect.facebook.net/en_US/fbds.js’;
var s = document.getElementsByTagName(‘script’)[0];
s.parentNode.insertBefore(fbds, s);
_fbq.loaded = true;
}
})();
window._fbq = window._fbq || [];
window._fbq.push([‘track’, ‘6023277124511’, {‘value’:’0.00′,’currency’:’EUR’}]);
</script>
<noscript></noscript>marcogovoniParticipantHi! I have a problem: in my member page there isn’t the icon for “article”. What I have to do?
Second, is it possible to toggle off some icons/options on the member page?
Third, is it possible to add a icon/option (and a content!) to the member page?thank you
marco -
AuthorPosts