Forum Replies Created

Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
  • in reply to: login #3209
     pulla
    Participant

    oops question2 has been solved.
    please have a look at question 1, 3 and help me out. I will keep posting when I have any issues.

    Thanks so much.

    in reply to: login #3208
     pulla
    Participant

    For question2 I added ajax script and it goes to check success or error.
    but It keeps calling ” jQuery(‘#lost_result’).html(‘Sorry, an error occurred.’).css(‘color’, ‘red’);”

    even if I put a right email address. it needs to call this function (kleo_lost_password_ajax) but It doesn’t. I think there is no do_action for these.
    add_action(“wp_ajax_kleo_lost_password”,”kleo_lost_password_ajax”);
    add_action(‘wp_ajax_nopriv_kleo_lost_password’, ‘kleo_lost_password_ajax’);

    Where they are?

    in reply to: login #3207
     pulla
    Participant

    for my question 3..

    <label for=”signup_email”><?php _e( ‘Email Address’, ‘buddypress’ ); ?> <?php _e( ‘(required)’, ‘buddypress’ ); ?></label>
    <?php do_action( ‘bp_signup_email_errors’ ); ?>
    <input type=”text” name=”signup_email” id=”signup_email” value=”<?php bp_signup_email_value(); ?>” />

    I have found a value for email and but I can’t really find this function “bp_signup_email_value()”.

    I think question 3 answer could be this function. but I can’t find it any of files.

    Where is the function?

    in reply to: login #3204
     pulla
    Participant

    I have customized login page / register page / lost password. all of them are working fine by itself.

    but the problem is from modal login page.

    1. Not going to login processing and goes to custom login page.
    when I put username and pwd and click login. it goes to our custom login page. I had to type username and pwd again.
    Do I need to setup / add anything for modal login action url? such as functions…

    2. I have found ” lost ajax function” 646 line on function.php
    starting….
    /***************************************************
    * Lost password function – used in Ajax action
    **************************************************/

    <script type=”text/javascript”>
    /* Lost password ajax */
    jQuery(document).ready(function(){
    jQuery(“#forgot_form #recover”).live(“click”,function(){
    jQuery.ajax({
    url: ajaxurl,
    type: ‘POST’,
    data: {
    action: ‘kleo_lost_password’,
    email: jQuery(“#forgot-email”).val(),
    },
    success: function(data){
    jQuery(‘#lost_result’).html(“<p>”+data+”</p>”);
    },
    error: function() {
    jQuery(‘#lost_result’).html(‘Sorry, an error occurred.’).css(‘color’, ‘red’);
    }

    });
    return false;
    });
    });
    </script>

    but I doesn’t really work even if I make blank email and hit send button. it is support to be showing “error message”

    and I can’t find any of tags from these add_actions. wp_ajax_kleo_lost_password, wp_ajax_nopriv_kleo_lost_password

    add_action(“wp_ajax_kleo_lost_password”,”kleo_lost_password_ajax”);
    add_action(‘wp_ajax_nopriv_kleo_lost_password’, ‘kleo_lost_password_ajax’);

    I think it should be somewhere for do_actions.

    is there any ajax script for this? I think I could miss it to add scripts as well.

    3. register page
    when I put user name, name, email… it goes to register page and place each input box automatically.
    but my custom register does get the values from modal register. is there any values I need put?
    like this..
    <input type=”text” name=”custom_input1″ id=”” value=”<?php $_POST(‘custom_input1’);”/>

    Please advise me how I can make it completed. it has been almost done with your GREAT THEMES and almost done.

    Thanks,

    in reply to: IE9 problem. the header background is disappeared. #1496
     pulla
    Participant

    I have just emailed you about IE8, IE9 header part problem.
    I sent you 2 server information and total 3 sites.
    Please see and let me know how to fix it.

    Thanks,

    in reply to: update change log – file names. #1108
     pulla
    Participant

    1 more short question,

    There are 3 parts “Look for”, “My photos”, “About me”.

    Somehow “Look for” is not displaying. I have tried several things but I can’t really find where I need setup.

    There is 2 fields,

    “The one thing I am most passionate about:”
    “Things I am looking for in a person are:”

    I put contents there but it’s still not working.

    Is it set automatically only from the 2 fields? or able to change it?
    Anyway it doesn’t even working with the 2 fields.

    Thanks,

    in reply to: change width #1089
     pulla
    Participant

    4 questions again πŸ™‚

    1. on menus I put awesome font icons<i class=”icon-heart”></i>
    it works fine, but all of menus are disappeared on sticky menu.
    how can I fix it? I don’t need to show icons on sticky (if it’s difficult)

    2. on main page, the video is not working when it’s in non-alphabet. please try this shortcode.
    I put “εΊƒε‘Š” instead of commercial. I think #markerPoint gets non-alphabet string which doesn’t get.
    [kleo_button url="register" style="standard" size="large" round="radius" icon="0,before" target="_self"] Free Join us [/kleo_button] [kleo_button_video url=”http://www.youtube.com/embed/FtquI061bag&#8221; style=”alert” size=”large” round=”radius” icon=”film,after”] TV εΊƒε‘Š [/kleo_button_video]

    3. How to make shortcodes work on widgets?
    On sidebar, I added “text” widgets and put button shortcodes. But It doesn’t work.
    How can I make it work?

    [kleo_button url="LINK" style="standard" size="standard" round="radius" icon="user,before" target="_self"] Button Text [/kleo_button]
    [kleo_button url="LINK" style="standard" size="standard" round="radius" icon="user,before" target="_self"] Button Text [/kleo_button]

    4. I have cubepoint and I want to put somewhere on profile page.(http://seventhqueen.com/demo/sweetdatewp-modern/members/sweetadmin/)
    I really want to make cubepoint looks like “match point” (the cycle part). it should be upper “add friend” or below “private message”
    which page I should add and how I should do? any tips?

    5. small bug : on widget, cycles are not equally cycles. it’s little horizontally longer cycle. (i don’t know if you understand) members widget, groups widget, recently active members.

    Thanks all the time.

    in reply to: change width #1084
     pulla
    Participant

    and what’s the best size for slider? It doesn’t fit easily.

    in reply to: change width #1081
     pulla
    Participant

    Very thinks!!
    I have found and fixed some of them. but you are giving me more information to be completed.

    I have bug reports and suggestion.
    1. current menu should be ON
    2. http://seventhqueen.com/demo/sweetdatewp-modern/groups/
    searching group is not working. (BP problem? ;))
    3. could you please make rtMedia on BP Album spot? I am using rtMedia and I like the album spot πŸ™‚
    4. Breadcumb : Could you put category? like this.. HOME /COUPLE OF THE MONTH –> HOME / DATE / COUPLE OF THE MONTH.. and Category (DATE) should be linked.

    Thanks!

    in reply to: change width #1071
     pulla
    Participant

    I have tried to modify “content-page.php” to change eight columns to nine columns. but I can’t find classes.
    which files I need to modify for content and sidebar columns?

    in reply to: change width #1069
     pulla
    Participant

    Thanks πŸ™‚
    I did .row {width: 1170px !important;}. when you put important, it breaks layout. without important, it works great!

    It is possible to make narrower for siderbar part? I think It’s based on bootstrap. Do I have to change “eight columns” to “nine columns” for content layout and “four columns” to “three layout” for sidebar?
    or just customize CSS?

    1 more thing,

    my menus are more than 10. so they are not on 1 line. it’s 2 lines. therefore, is it possible to make like this?

    LOGO……………………………………………… LOGIN PART
    ………………….. MENUS……………………………………………

    I know css. but not so familiar with bootstrap.

    Thanks for your support!

    in reply to: 2 problems. (menu css and album files) #693
     pulla
    Participant

    sqadmin,

    Thanks for your answer.

    I was using 1.3. I thought that It was 1.4 and downloaded from themeforest “only wordpress files”. It could be my fault or themeforest fault. (maybe mine)

    anyway, I found them and disactived and installed rtMedia. however, it comes with 404 page when you click “media” on your profile. I will try to find what I missed for setting pages. I think it’s a permission problem with my server. the hosting company doesn’t have any knowledge for wordpress permission. do you know what I need to give permission for create rtMedia pages?

    I have also tested with another server which is already running buddypress. it works fine.
    I think rtMedia is better than album. it should be placed on ablum place.
    Do you think it’s possible to show rtMedia photos on Album photos place which is beside “about me”?
    It may look good.

    in reply to: 2 problems. (menu css and album files) #656
     pulla
    Participant

    I am sorry to bother you again, I can’t really find the option for disable BP-Album and active for rtMedia.
    Where can I find?

    in reply to: 2 problems. (menu css and album files) #650
     pulla
    Participant

    What do you mean? so this theme has an option for disable album and I can use rtMedia instead of album?
    I have used rtMedia and I belive It worked.

    in reply to: 2 problems. (menu css and album files) #649
     pulla
    Participant

    I will send it soon.

    in reply to: 2 problems. (menu css and album files) #645
     pulla
    Participant

    any solution? please πŸ™

    in reply to: 2 problems. (menu css and album files) #627
     pulla
    Participant

    No not working. I gave 777 all of folders. but it is still same.
    It shown x box and links are not right.

    in reply to: 2 problems. (menu css and album files) #623
     pulla
    Participant

    which folders should have permissions?
    thanks.

    in reply to: Unable to activate the theme #546
     pulla
    Participant

    yes I did.. I will put a screen shot soon.

    in reply to: Unable to activate the theme #536
     pulla
    Participant

    I have a multi-site and I installed on 3rd blog. but it keeps errors.. “server error”
    how can I fix it?

    is it not compatible with multi-site? on my 1st blog, there is buddypress installed. and disactived all of buddypress plugins. but it’s not still working. I have tired on 1st blog, 3nd blog and others too. nono of them is working.

    any idea?

Viewing 20 posts - 1 through 20 (of 20 total)

Log in with your credentials

Forgot your details?