Forum Replies Created
-
Author
-
HDcmsParticipant
Hi,
I would have preferred an independent solution of the theme (by function) but change the page single.php must work
Thank you and goo dayHDcmsParticipantHello,
yes indeed I had not thought to change the translation (although I would prefer a generic function that does not seem to work!)
But the problem is that I will have to change every wordpress translation update
I would have a way to overload the chain (I do it with joomla)b) link at the bottom of an article showing a link to the previous article and the next article
The problem is that it takes into account all the articles of the site.
I will only want to see links in the same category.
The solution found does not seem to workRegards
HDcmsParticipantHI,
Thank you but I finally found a solution on the forum :You can use the actions like bp_before_profile_edit_content and bp_before_profile_avatar_upload_content in place of bp_before _member_header. The better way to edit the appearance of a website is by the adding the buddypress template files in your theme.
Thanks
HDcmsParticipantHI,
OK, thanks. I was looking for a global operation to avoid doing it manually, but it works 🙂
ThanksHDcmsParticipantHi Laura
It works, I just add “button” to be more selectiveCOPY CODE.field-visibility-settings-toggle button { display: none !important; } .field-visibility-settings-notoggle button { display: none !important; }
Thank you and good day
January 12, 2018 at 16:34 in reply to: display only the list of members who match with a search criterion #185590HDcmsParticipantHi,
Ok thank you but I do not understand why you did not follow the track that I started!?
https://codex.buddypress.org/developer/loops-reference/the-members-loop/
RegardsJanuary 11, 2018 at 11:11 in reply to: display only the list of members who match with a search criterion #185493HDcmsParticipantHI,
Ok tanks
I think I understand, it’s a bit more complicated. The simplest is to explain as for a dating site.
Filter the display of the list of members is done with a single criterion.
I display the criterion “I research” of my profile = the criterion “I am” of all the other profiles
RegardsJanuary 10, 2018 at 13:28 in reply to: display only the list of members who match with a search criterion #185375HDcmsParticipantHello,
I put my search field “radio button”: “I’m looking for”
I am waiting for the display of the:
list of all the members who checked “H” if the member put “I search” = “H”
list of all members who checked “F” if the member put “I search” = “F”
Off right now, everything is mixedCOPY CODEadd_filter( 'I'm looking for', 'my_custom_ids', 10, 2 ); function my_custom_ids( $field_name, $field_value = '' ) { ...
HDcmsParticipantHi,
Yes it works now 🙂
Apparently it was rather a problem on an extension and not on the 1st alert message. BizarreYou added the WP-Cron Events plugin ?
It does not seem to have installed it.
RegardsHDcmsParticipantHi,
It does not seem like. See picture
RegardsAttachments:
You must be logged in to view attached files.HDcmsParticipantHi,
It does not work.
I also tried this plugin: https://fr.wordpress.org/plugins/really-simple-ssl/
It is not very urgent but it would be better to correct in the next release rather than to load a new plugin
RegardsHDcmsParticipantHI,
I think I have found the solution that worksCOPY CODE... if (!is_admin() AND is_singular() AND !is_page() AND ($catSiteWeb OR $catDoc OR $catLieu) ) { $toutContenu .= "<div style='display: inline-block!important;width: 600px;' > </div>" .$apresContenu ; } ...
Do not see any problems?
RegardsHDcmsParticipantHI,
Thanks for your tip 🙂For info with another theme, with the same program, I have the back to line naturally.
http://www.alterweb.info/test/
I am still looking for another solution, because I do not necessarily know the editors of articles (and therefore difficult to explain).HDcmsParticipantHi
Ok I understand even though I think this is the default alignment of the image (theme ?)
RegardsHDcmsParticipantHello,
Thank you for your interest
I tried but it will not work depending on the pictures.
The images are aligned left in the theme. Difficult to understand the authors, it is more interesting to force after the content in the editor, the return to line in functions.php
$toutContenu .='<div> Premier </div>’ .$apresContenu ;
!!
RegardsAttachments:
You must be logged in to view attached files.HDcmsParticipantHi,
See the possibilities with mycred
https://mycred.me/October 18, 2016 at 13:58 in reply to: Hiding activities and selector if no member of the public group #140059HDcmsParticipantHI,
I leave open
Perhaps a member !!?September 30, 2016 at 11:51 in reply to: Hiding activities and selector if no member of the public group #137706HDcmsParticipantHI,
No
I was hoping you could help me through css or fonctions.php
RegardsSeptember 27, 2016 at 15:05 in reply to: Hiding activities and selector if no member of the public group #137311HDcmsParticipantIgnore the previous post that I can change or delete
September 27, 2016 at 15:04 in reply to: Hiding activities and selector if no member of the public group #137310HDcmsParticipantHi,
I put it in the CSS file (as another)
It seems that it does not work!September 27, 2016 at 13:56 in reply to: Hiding activities and selector if no member of the public group #137308HDcmsParticipantThis reply has been set as private.September 26, 2016 at 10:42 in reply to: Hiding activities and selector if no member of the public group #137147HDcmsParticipantHi,
thank you for your attentionJohn is a member of a public group. He can see everything in a public group.
Sarah is not a member of the public group.
Tomorrow: she just sees the descripitf, the avatar and the button “join”
Currently: she can see but can not send a message on the group’s activity)
This is the screenshot I sent
RegardsHDcmsParticipantHello,
Thank you
I understand what you said
Not mandatory (in newer more important than this one)I tried again but I could not make it work even not putting:
#buddypress div.activity-comments form.ac-form {display:none !important; }
style.css in the child theme or “Styling options” in the administration wordpressRegards
HDcmsParticipantHi,
Yes of course
I preferred masked by the code because there was not even a generated code and I find it more universal
RegardsHDcmsParticipantHi,
Thank you for your reply.
It works now.
I hope this will be included as an option in a future release.
I put a recommendation on ThemeForest
RegardsHDcmsParticipantHello,
Uh you answer to question 2
The can re-arrange of the same item does not prevent the emergence of a new vertical scroll !!
RegardsHDcmsParticipantHI,
1/Thank you very much for this custom video.
It works but I do not understand why doing the same thing I got the same menu horizontally !!!This is not very serious but if we have a lot of things I find annoying to have a navigation menu on the BP !!
2/ registration button next to the Login button
suggestion in a new version !Regards
Attachments:
You must be logged in to view attached files.HDcmsParticipantThis reply has been set as private.HDcmsParticipantHI,
Ah sorry, I think I misspoke.
I tested “Top Right Header Menu” but it puts me the menu buddypress vertical to horizontal.
I do not want to do this.
I wish to have the buddypress has the vertical menu (because it has many elements).
I just want to add an icon to register (only member not connected of course. See picture) next to the icon to the logger.1 / using “Top Right Header Menu” how to keep this menu vertically?
2 / in my ideal (so that new members do not seek registration button) is it possible to place only the first 2 or links / icons of the horizontal menu (next to login)
RegardsHDcmsParticipantThank you for your reply.
You can delete the previous post is a mistakeIn the list of menus, I see:
Main Menu (Side)
Top Left Header Menu
Top Right Header MenuHow to add a link / icon (eg site registration) in the user menu (I do not see or manage!)
Regards -
AuthorPosts