Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1333640

    oga23
    Participant

    Hi,
    i read the comments on codecanyon and the author wrote to ask theme authors regarding this.
    So here i go πŸ˜‰
    how can i auto populate some fields in a form with user data?
    Let say email field with user_email, first and last name with_user_display_name, address with user_billing_address and so on…
    is there a way to autopopulate these fields from xprofile fields from buddypress?
    Now that i mentioned it – i am searching for days now to find a solution(code) how to add custom user fields, use/display them on buddypress profile page(under profile-now there is just name and email) and use them across my site like mentioned above – so a logged in user wouldn’t have to type all this data again and again. I guess the best way would be to expand the wp registration form (i need phone number and birth date, address i get from woocommerce) or what would you suggest?
    I am slowly going nuts here because of this so please please please help me with this.
    Thank you.

    #1333711

    Rupok
    Member

    Hi there,

    Thanks for writing in! Kindly follow the documentation and see the available options – https://community.theme.co/kb/integrated-plugins-estimation-and-payment-forms/

    If you need something advanced to manipulate the fields, I’d suggest to purchase a standalone license and get help from the developer because they know their plugin best. We can help if you face any issue with the existing features or face any issue regarding compatibility with X.

    Cheers!

    #1333859

    oga23
    Participant

    Excuse me, but this is getting silly. What sort of support are you offering? I was asking just for a little help about stuff you sure know a lot about, and all i get is read this and read that. I read that tutorial already, i set up a nice form so i know how to do basic stuff.
    And nothing about user fields in second part of my question…i’ll guess there will not be another 5 star rating.

    #1333907

    Rupok
    Member

    Hi there,

    Sorry to see you confused. As mentioned on our sidebar “Support covers getting setup, theme features, and bug fixes.” . Unfortunately none of the two questions are usual feature of the integrated plugin and could be achieved through custom development only which is out of our support scope. If you have any question regarding the existing features and functionality or something not working as expected then definitely let us know. We’ll be happy to assist you.

    Thanks for understanding.

    #1333963

    oga23
    Participant

    Under what category are falling css codes for customization then?
    If it this setup, my user fields are the same category then – they require some code too.
    Functionality? registering new users is functionality in my book. And when i have a problem or don’t know something i expect to get help from people i bought the theme from. And i am talking about things that come along with a purchase of your theme – buddypress and e&p.
    Contact form 7 too but i just don’t have the nerves for this crap. I have other themes and their support is on a whole ‘nother level.
    It is just sad.

    #1334018

    oga23
    Participant

    Well, that is what i was expecting.

    #1334491

    Lely
    Moderator

    Hello There,

    We do provide simple CSS fix and simple customization for existing functionalities. But then what you’re trying to achieve will need a little more than simple coding. What you’re trying to achieve from reading your initial post is syncing wordpress profiles fields to your buddypress user profiles fields and other user fields from woocommerce too. So it is like just having 1 user account from your wordpress with all other user information from the plugins you were using. Then you will depend on this account to display information on every plugin you were using. This will include customization on plugins because we need to update it’s display functionalities and by default this plugins have different tables in the database too where this user information is saved. X is a theme and doesn’t have this functionalities. User registration functions is handled by wordpress by default. Thus, what you’re trying to achieve is beyond the scope of our support. It would be better if you will consult a developer to achieve this.
    Although, I did some research and the following link might help:
    https://buddypress.org/support/topic/buddypress-wp-profile-syncing/
    https://buddypress.org/support/topic/how-does-the-admin-add-new-members-to-buddypress/

    Thank you for understanding.

    #1336705

    oga23
    Participant

    Thank you, Lely, that is the totally answer what i was hoping for. Now it is more clear to me what i am trying to do and you are exactly right. One user account for everything basically. The other day was full of problems for me and the answers provided by your colleague were…well…i guess you restored my faith in humanity again – so to speak πŸ˜‰ i should really go over to themeforest and correct my rating. no, i did that right away while writing to you.

    Now back to e&p if i may. I have a problem when woocommerce is in catalog mode that the product isn’t added to cart, only both of the emails are being sent. I talked to the author and he said this:

    No, it isn’t a customization. If you had the plugin as an extension of the X theme, you need to send your support request directly to Themeco, they will help you, no problem.

    Can you please take a look?
    Thank you again, Lely.

    #1336891

    Lely
    Moderator

    Hello There,

    Thank you for understanding and you’re always welcome.
    Regarding the next query, can you clarify a bit this statement?

    I have a problem when woocommerce is in catalog mode that the product isn’t added to cart, only both of the emails are being sent.

    Please also give us your site URL so we can check the issue directly.

    #1336970

    oga23
    Participant

    thank you, but i think i got it!

    but i do have another question…i know, i am a pain in the … πŸ˜‰

    How can i hide quantity in the product page, but not in the cart?

    regards

    #1337209

    Nabeel A
    Moderator

    Hi again,

    Please provide the URL of the page in question so we can take a look.

    Thanks!

    #1337409

    oga23
    Participant

    It’s beta.mojzastopnik.si
    Sorry, i thought i provided the url…
    And please take a look why the images and tekst on shop page are left aligned. It doesn’t look very good and would like to make the image full width and text centered, if i may ask.

    Thank you very much.

    #1337722

    Lely
    Moderator

    Hi There,

    Thank you for the URL. I did checked few of your single product page but then I can’t see the quantity. Can you give us exact product page URL where there is quantity?

    To center the text on shop page like this:http://beta.mojzastopnik.si/trgovina/, please add the following CSS on Appearance > Customize > Custom > Edit Global CSS:

    .woocommerce li.product-category h3 {
        text-align: center;
    }

    Hope this helps.

    #1338222

    oga23
    Participant

    Yes, the text css is working, thanks. You can’t see the quantity because i hid it with this code:
    .quantity {
    display: none;
    }
    Is that ok? or would you suggest something else, better? It is working but i am thinking it might be not specific enough…

    Can you please provide me with a solution for the images on shop page too? I liked them to fill the container, now tey are left aligned with with background on the right…

    #1338448

    Joao
    Moderator

    Hi There,

    Yes that sounds ok πŸ™‚

    Please add the following code to Appereance Customizer > Custom > CSS

    
    .woocommerce li.product-category product a img 
    width:100%;
    
    }

    Hope it helps

    Joao