-
Author
-
December 18, 2013 at 20:26 #8523mihaParticipant
Hi…
1.How to remove “Marital status” in Profile Details after you sing up? Or other tabs in Profile Details?
2.If I upload picture to album I can see that I upload in my activity wall…But other user cant? Its not showin if he is looking at my activity wall…Why is not showing to other user that I upload picture to album? Did I set something, or is not like this in template?
3.How can I revome compatibility match circle?
4.I was trying slider to see how slider works. Was working fine, but aters this HOME / WELCOME page is missing. I can see it as admin, but if I am loged as other user I cant. I get 404 problem. Disable slider, but still same. Before i start playing with slider was working fine.
Thanks for reply…
December 18, 2013 at 21:20 #8526mihaParticipantI found problem for HOME page. Somehow almost all pages were deleted. Dont know how or why this happen.
December 19, 2013 at 09:07 #8540mihaParticipantI revome compatibility match circle.
My CSS knowledge is not good, just basic so I know what to look for. And maybe repair something :).
I insert this into child template. is this right way to do it?
.circular-item {
visibility:hidden;
}December 19, 2013 at 10:28 #8542mihaParticipantAll fields have <div class=”editfield”>.
So with “editfield {visibility:hidden;}”, I remove all of them at once, but i cant remove one or two fields…
I am still left with this – select id=”field_9″ – and I just dont know where to put it, because maybe this can be id for “martial status”, to remove it? I look on web, try 50 diferent things, but nothing work…
Can some1 write me code here please?
Thanks!!!
December 20, 2013 at 15:29 #8613AbeKeymasterHi,
1. Each fields has a specific class in the wrapping div, for example: field_9. To hide that one add this css:
.field_9 {display:none;}2. We haven’t added any settings in particular. In the theme we are using also rtmedia for uploading multiple file types.
3. You should put display:none instead of visibility: hidden
.circular-item {
display:none;
}4. If you encounter 404 error on some page, try re-saving Settings – Permalinks options
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.