Hello,
I am currently using the Newspaper theme with the Towntalk prebuilt template.
Website URL: https://headline.hifive.pro/
Here is a temporary admin account:
My question is about how to add, remove, or modify fields in the Account Details page:
https://headline.hifive.pro/my-account-towntalk_pro/?account_details
Desired setup:
1) In the Account Details (Manage your account details.) section (#case1, item 1)
1-1) I would like to add an option for editing a personal profile (user description) (#case2, item 3).
1-2) I would also like to allow users to enter their website and SNS channel addresses (#case2, item 4).
Since there are too many channels, I only want a limited selection of them to be visible.
2) I want to completely hide the Billing Details section (#case1, item 2).
# case1
https://headline.hifive.pro/my-account-towntalk_pro/?account_details

-
This topic was modified 11 months by
Calin.
Hi,
Please do not share the website login on the form, only in private.
The options that are provided from the theme for my accounts do not have an option to add/edit or remove the elements, but what can be done is to use the acf plugin and add some extra custom fields for the extra details you want to display https://forum.tagdiv.com/introduction-cpt-acf-newspaper-theme/
To remove the Billing Details section, the only solution at this moment is a custom css to hide it:
.tds-s-page-acc-billing {
display: none;
}
The css can be set in the theme panel > custom code> custom css.
Thank you!
Thanks for your reply.
I’d like to change it to the layout shown below.
With the method you suggested (using ACF), is it possible to make it look like this?

I have completed the ACF plugin installation.
On the page below, it says to set up a CPT (Custom Post Type). Do I need to install/set that up as well?
[https://forum.tagdiv.com/introduction-cpt-acf-newspaper-theme/](https://forum.tagdiv.com/introduction-cpt-acf-newspaper-theme/)
Rather than collecting new information from members, I want users to be able to edit their existing member information on the “Account details” page.
When you have a moment, could you please provide a more detailed explanation?
https://headline.hifive.pro/author/tonnynet/
https://headline.hifive.pro/my-account-towntalk_pro/?account_details
* Admin account
: contact@tagdiv.com
-
This reply was modified 11 months by
tonnynet.
Hi,
For this you need to create a page and edit it with tagDiv Composer, on that page add the “Form input” element and set the social, set it on “user update for” and set the custom field name, for example – https://i.imgur.com/m5c7AKs.png do the same for all fields you want to have and to submit the new information use the button User Update Form Submit.
Now when the page is done, edit my account page and select the custom pages tab there, set the id of the new page for the account settings and the results will be – https://i.imgur.com/EsluA7i.png
I hope this will help you!
