Forum Replies Created
-
Author
-
RoaderParticipant
Hola @laura
Voy a tirarle el ojo a ese link,
De todos es mejor que el Team de 7thQ incluya las nuevas funciones.
Las disponibles están bien, pero creo que hacen falta otras.P. ej.
– rtMedia – Subir mp3 (audios) o mp4 (vídeos) solo Nivel Plata y Oro…
(en el sitio desactivé esto y solo permití jpg o imágenes, pero si se pudiera nivelizar mejor, así poca gente subiría videos y no te llegan el Espacio del Server).– Permitir para ciertos niveles si x miembros es Match with you or not
– No sé si sea posible: Límite de mensajes por día, Nivel free, 10 mensajes privados por día. O sea, tendría la oportunidad de escribirle a 10 miembros todo lo que quiera cada 24 horas.La gente de rtMedia tiene pensado, incluir enviar Media en Mensajes. Eso gracias a varias peticiones (una mía incluida), por tanto estaría bien más adelante, permitir o no que tal nivel pueda enviar Media en mensajes.
RoaderParticipantOkey @laura
Vi un vídeo ya sé poner los Niveles aunque, me falta configurar más.
En las opciones del Theme, donde dice Membership, veo que se puede restringir ciertas cosas, pero, no veo donde dice: Restringir Crear Grupos. Me gustaría saber cómo hacer eso y otras cosas.RoaderParticipantI dont like Elementor, I prefer Visual Composer.
Why? Because e.g. Visual Composer add the shortcodes to Page, so, you can edit from Text or Visual and Copy and Save. Elementor does not add nothing to Page. Where Elementor saves the shortcodes or configurations?
And please, Put a Guide (in the next up) for this Plugin and Membership Pro.
And the reality is, WP works much better with fewer plugins.
Many plugins make the site vulnerable, and slow.
Friend, It’s not about new ideas, but about adding essential features to a Dating Theme.
For example:
– Widget for the Copyright area
– More areas for Advertisements, e.g. In the Activity page
– Send P. Messages Button from Members Directory (you have this functions now!)– Direct Scrolldown to e.g. some notification (if that improvement is easy for you now)
————————
– Desktop Notifications (there is a plugin for that, but is very outdated. When you have time, if you want, check it. LINK )RoaderParticipant@Laura
Okey, pero o sea necesito ver cómo, si puedes has un vídeo breve para conseguir el demo.
En la guía del Theme no está incluido.RoaderParticipantYou said:
Then replace this file content: /wp-content/plugins/buddypress/bp-themes/bp-default/_inc/ajax.php with this one: https://pastebin.com/raw/XjsaY26E
This will overwrite a BuddyPress core file, since the ajax, it returns the “Add friend” …
But, this does not work.
RoaderParticipantFor my friend @radu
Here is the code working very well for logged in users. The solution was adding: if( is_user_logged_in() && bp_get_member_user_id() …
Now you can add this button in the Next SD update. Is very functional.
But, I need your help only for something.
If you click e. g. Add Friend button (1st times), automatically changes to Text: Cancel friendship Request, and the style is broken until you refresh the page. The same, if you click Cancel friendship Request, changes to Add Friend (text).
Solution: Force the css to stay stable. But, I dont know how!
COPY CODE// Adding message button in members directory function filter_message_button_link( $link ) { $link = wp_nonce_url( bp_loggedin_user_domain() . bp_get_messages_slug() . '/compose/?r='. bp_core_get_username( bp_get_member_user_id() ) ); return $link; } function display_private_message_button() { if( is_user_logged_in() && bp_get_member_user_id() != bp_loggedin_user_id() ) { //bp_send_message_button(); ?> <div id="send-private-message" class="generic-button"> <div class="private-message-button generic-button" ><a href="<?php echo filter_message_button_link(); ?>" class="button small secondary radius" rel="add"><i class="icon-envelope"></i></a></div> </div> <?php add_filter('bp_get_send_private_message_link', 'filter_message_button_link', 1, 1 ); } } add_action( 'bp_directory_members_item_last', 'display_private_message_button',9999 );
Attachments:
You must be logged in to view attached files.RoaderParticipantHola @laura
Podría darte el acceso pero lo mejor es que me expliques cómo, o que publiques una guía para conseguir los Levels tal como están en el demo.
RoaderParticipantNecesito todos los shortcodes y textos de la página memberships-pro tal como aparece en el demo
RoaderParticipantVersion 3.x It has all the errors I mentioned.
If you automatically install and import everything, it will ruin your site. You must install and configure it manually to avoid that.
Hopefully @radu will fix the problems promptly.
After install, make a backup of your DataBase and Site.
RoaderParticipantA partial solution for some problems is: Do Not Import Nothing. Only Install the Theme very Clean. All modifications Manual from Setting.
But, there are problems like this:
If you active default search in Members dir. The input does not have Style.
If you use this function, the Video Button on Home does not work.
But, in 2.9.11 this func. work very well!This function is very, very important, so please check it.
COPY CODE// Remove Query Strings From Static Resources if ( ! is_admin() ) { function _remove_script_version( $src ){ $parts = explode( '?', $src ); return $parts[0]; } add_filter( 'style_loader_src', '_remove_script_version', 15, 1 ); add_filter( 'script_loader_src', '_remove_script_version', 15, 1 ); }
Attachments:
You must be logged in to view attached files.RoaderParticipantHe desintalado el Tema como 5 veces, borrado incluso la DB. @Laura
Estoy muy decepcionado con esta actualización. En vez de mejorar, lo que hace es empeorar.
La inclusión de Elementor es un problema. No es como Visual Componer, que editas y te va escribiendo los ShortCodes en la misma página de manera puedes editar también usando el modo Texto.Le dije a @Radu que más plugins arruinan un Sitio, ya que hacen más Peticiones al Servidor, hacen más pesado el Sitio. Si desactivas o eliminas Elementor se cae el Home y no funcionan los background deprecated.
Si Importas el estilo Moderno (el morado) se te arruina el sitio, ya que el Botón de Vídeo en el Home deja de funcionar. La versión 2.9.11 funciona mejor, pero dado que WP exige que se actualicen Themes y Plugins para seguridad, No se recomienda usarla.
Estoy 100% seguro que no soy el único Cliente con todos los problemas que trae SD 3.x
Son muchos errores, ya se los he notificado a @Radu, pero él no presta atención y eso molesta. En fin, espero que al menos tú entiendes, y que le expliques a él la situación.
RoaderParticipantAnd the worst thing is, you include Elementor, and DO NOT adds a Guide to use it with SweetDate.
For example, how can I add another genre on Home? Shemale in Total.
I do not like. It’s not like Visual Composer. And as I said, more complements, more requests, heavier or slower Site.
RoaderParticipantAgain.
I am disappointed by this update,
This instead of improving, the subject gets worse.
If Elementor is disable, the Home is broken.
Background does not work.
However, you can see that the background works on other pages as Members.
And Elementor makes the Site heavier. It causes more requests.
Another thing it has is that it does NOT display short codes in Text Mode on a page, of course Visual Composer does it.
SO, PLEASE! PLEASE! Fix it!
2.9.11 works, but nobody can continue using a outdate Theme.
Attachments:
You must be logged in to view attached files.RoaderParticipantWith SD 2.9.11 all okey!
When you update, the site breaks.
I am very upset with this update.The problem with Home Page / Video Button continues:
I do not exactly know the cause of the problem.
For example, if you Disable this >
Development mode
If you enable this, CSS and JS resources will not be loaded minified> Kleo Video Button does not work.
If you Import the Modern Style, Video Button does not work.
If you use this very Important function > the button does not work.
COPY CODE// Remove Query Strings From Static Resources if ( ! is_admin() ) { function _remove_script_version( $src ){ $parts = explode( '?ver', $src ); return $parts[0]; } add_filter( 'style_loader_src', '_remove_script_version', 15, 1 ); add_filter( 'script_loader_src', '_remove_script_version', 15, 1 ); }
Member directory breaks. I reset the Theme to Default but nothing.
And again!
White text on light background is not visible.Attachments:
You must be logged in to view attached files.RoaderParticipantMy friend @radu
I re-installed 3 times the Theme, Clear, and I observed the problems!
I’m using HostGator Server.For now, using SD 2.9.11 and I dont have problem for example with the Kleo Video Button on Home, caused when you Import the Modern Style, etc. Obviously, I need Update. But, Im waiting for SD 3.1
————————————–With regard to improvements for SD 3.?
You can take some features of BuddyApp and KLeo.
For example: The BA Menu is more dynamic and visual.
Also has icon and text on buttons, and larger buttons, etc.With respect to the following Competition Link: meeting-room
Larger pictures.
The Private Messages button is included in the Members Directory.
When you click on that button, it sends you to Start Session.
In our Code, a message comes out 404 (which should not be).
* Note: I am not interested in buying this Theme. I already made an investment with SD and therefore, my interest is that your product can be better, for my benefit and your other customers.
Attachments:
You must be logged in to view attached files.RoaderParticipantPlease, check and respond my other queries in this Ticket. Thanks!
for the moment we don’t need more ideas but thank you
Yes, I know, you need to fix 3.0 first.
But, you could consider to include: SEPTEMBER 14, 2017 AT 19:01 #173688
For now.RoaderParticipantIDEAS FOR SD 3.?
1. New Menu
2. Member directory: If you want and can. You can includes: Matches.
So: All Members / Friends / Matches Order by…Attachments:
You must be logged in to view attached files.RoaderParticipantHide Google Analytics Code.
Yes my friend. If you use this option, Everybody can see your GA Code under the footer. :-/
Put it: Visible only for Admin.Attachments:
You must be logged in to view attached files.RoaderParticipantThis Pending for solution in 3.1
Small bug with css.
In the Member Directory, if you press the + (Add Friend) button,
Immediately the button – icon changes, and the text: Cancel Friendship appears.
This is a problem because, this change affects the style, as you can see. If you click Cancel Friendship. Add Friend appears.Therefore, that change from single icon to text breaks the style. If you try to add another button (such as Messages), you see what happens.
Attachments:
You must be logged in to view attached files.RoaderParticipantPhoto 1: Search input missaligned, and without style also.
Photo 2: If you enable: rtMedia / Display / Gallery Media Search,
GMS appears without style and missaligned.I did try using both: parent and child.
Attachments:
You must be logged in to view attached files.RoaderParticipantFor 3.1 Includes FontAwesome 4 to the Pack.
Here I give you the css update.
Attachments:
You must be logged in to view attached files.RoaderParticipantChild Theme.
I you return to 2.9.11
Open your file style.css, and replace:@import url(“../sweetdate/style.css”);
With:
@import url(“../sweetdate/assets/styles/app.css”);
And Radu, inside 2.9 folder, put the child theme.
Unfortunatelly SD 3.0 does not work very well.
I hope that 3.1 can be better and include news feature.
RoaderParticipantSo, PLEASE… Fix 3.0 and include news (see SEPTEMBER 14, 2017 AT 19:01 #173688)
WP is not friendly with outdated themes and features. You know it.*
Another thing is, WP is also not friendly with too many plugins.
You included more plugins, but, is very, very necessary others after installation: e. g. WP Super Cache, WordFence, SEO by Yoast, etc. 🙂
———-
* For a Dating site Bbpress is very unnecesary.RoaderParticipantMy friend. Now, The Child Theme does not work in 2.9.11
I can try again, but, I have this problem now.
RoaderParticipantBP Search plugin causes a problem with the default bp search bar on members dir. You know…
White text over white background in profile… You know…
Missaligned buttons… You know…
Etc., etc., etc., etc.
RoaderParticipantCover does not…
Patern Background does not…
Importing Modern Style cause a problem with the kleo video button…
Etc. etc. etc. etc.This Update has a lot of problems…
RoaderParticipantMy friend,
There are many problems… Check allCover: I did try using your own Demo! seventhqueen.com… /demo
Cover does not change.
Please check all
RoaderParticipantNot work neither using Parent Theme.
PLEASE, try your theme in a Hosting (no local host).
I re-installed this 3 times. Reset Default Settings, etc. And the problems again.
Read all my queries.
RoaderParticipantOk, I will try again only with the Parent.
But, like you can see… there are many problems…
RoaderParticipantNow, in 3.0, These Background DOES NOT Work if you disable Elementor and RevSlider. Before 2.9.11 all okey.
PLEASE Check it all and update!
Attachments:
You must be logged in to view attached files.RoaderParticipantBrother, if you’re going to do something, do it with quality. (>_<)
I have had to reinstall everything like three times.
Video Button on Home.
Problem: Arises when importing, Demo, Styles, Modern or Car.The other problem. DOES NOT import all demo content using Theme Setup. For example, Groups.
All the shortcodes of the Home Page are not there.
Problem: The inclusion of Elementor. More plugins, more slowness. I even saw that Slowness in the Demo. Charges too much with Elemetor. So you should put that optional.
RoaderParticipantMore, More… 😀
1) Change Cover Img Does Not Work. Cover does not change. And the white text is not seen on white background.
But there are no problems with the Group Cover. Group Cover automatically adds shadows to the text. You know that.2) Activity filter by, Misaligned, here change padding > 4px to 0px.
3) Again: Child Theme does not work (SD 2.9.11). Kleo Video Button does not work (3.0) and remains loading and shows nothing.
Recommendation:
Friend, take some days and improve the Theme. 3.0.1
Also includes (for now):– Widget for the Copyright area
– More areas for Advertisements, e.g. In the Activity page
– Send P. Messages Button, in the Members Directory (CHECK THIS *)– Direct Scrolldown to e.g. some notification (if that improvement is easy for you now)
—————
*
The Code has: bp_loggedin_user_id() but, this not work.
The Button is visible for all. Check it please. Like Add Friend Button [ + ] the Message button needs to be visible only for Logged in users.Attachments:
You must be logged in to view attached files.RoaderParticipantHi Radu.
#173663 I will try.
===> Now, SweetDate Child does not work fine with SD 2.9.11 I don’t know why
Kleo Video works fine with SD 2.9.11
SD 3.0 Needs fix
RoaderParticipantMore… points.
Picture 1: Aligned (2.9.11)
Picture 2: Misaligned (3.0)
Now you can see, 3.0 has more failures…
Attachments:
You must be logged in to view attached files.RoaderParticipantHi Radu,
Now, SweetDate Child does not work fine with SD 2.9.11 I don’t know why
Kleo Video work fine with SD 2.9.11
SD 3.0 Needs fix
Attachments:
You must be logged in to view attached files.RoaderParticipantbrother, I downloaded the full theme pack from Themeforest.
I did reinstall everything from scratch, and as you can see, there are things that do not work.
The previous version worked better.
Please, check it, and includes these pastebin in 3.0.1
RoaderParticipantTHE SEARCH…
The problem is with BP Profile Search, so, you know… :-/Attachments:
You must be logged in to view attached files.RoaderParticipantKLEO VIDEO. Does Not work. Check it please!
DEFAULT
[kleo_button_video url=”https://www.youtube.com/watch?v=nqhLn76kCv0″ style=”standard” size=”standard” round=”0″ icon=”0,before”] Button Text [/kleo_button_video]CUSTOMIZED
[kleo_button_video url=”https://www.youtube.com/watch?v=nqhLn76kCv0″ style=”alert” size=”large” round=”radius” icon=”film,after”] Motivational Video [/kleo_button_video]
[/kleo_one]THE SEARCH
I saw that my …/search/dir-search-form.php is Right! Is the same code that yours.
But, does Not work! I cleaned the Cache, etc.This Update (3.0) has more problems and the 2.9. So, PLEASE, check it and fix it!
Attachments:
You must be logged in to view attached files. -
AuthorPosts