-
Author
-
June 2, 2017 at 00:34 #163260RoaderParticipant
Hi there. Im having problem with FontAwesome.
Here you can see. All fonta-icons, appears squared.
In previous versions of the Theme that problem was not.
The other topic taking advantage of this.
Im trying this plugin named: buddypress who clicked at my profile, but, like you can see, avatars appears in Widget without Kleo Css Style… If you can, tell me, how can I put style to this.
––––
Recomendation: If you want, you can add this fuction who clicked to the next SD update 😉
COPY CODECOPY CODEAttachments:
You must be logged in to view attached files.June 5, 2017 at 01:48 #163378LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
June 6, 2017 at 19:59 #163546RaduModeratorAre you using wannguard?
Try to de-activate it to see if without the plugin active it works
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 9, 2017 at 23:20 #163890RoaderParticipantHi Radu!
Im not using Wannguard.
I dont know what is the problem with this fonts.
For the next update, includes: FontAwesome 4.7.0 by Default, because the Theme are using 3.2.1.
———
Out of Topic.
If you want, includes too:
– New Function: Buddypress who clicked at my profile. (Because the plugin does not work very well with SD theme).
– Ajax Search more criteria => Members, Groups, Forums (if exists), whatever. The plugin Bp Global Search does not work with your Theme.
– Copyright Widget Area by Default.June 12, 2017 at 19:57 #164077RaduModeratorHi,
WE cannot add into the theme all features cuz will be to heavy for some customers servers, so you can add and customize theme as you wish/need.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 12, 2017 at 19:57 #164078RaduModeratorHi,
WE cannot add into the theme all features cuz will be to heavy for some customers servers, so you can add and customize theme as you wish/need.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 13, 2017 at 03:58 #164111RoaderParticipantHi Radu!
Radu there is a new problem. You know, new WordPress 4.8… New Updates…
Well, rtMedia does not work.
I turned off all plugins (except buddy and rtmedia); cleaned my htaccess, functions.php, etc. And rtmedia not…
Well Radu, if you can, for this new SD Update, includes: Ajax Search more criteria => Members, Groups, Forums (if exists) and – Copyright Widget Area by Default. PLEASE!!
Attachments:
You must be logged in to view attached files.June 13, 2017 at 04:11 #164114RoaderParticipantOther problem… ShortCode Blank window!
Attachments:
You must be logged in to view attached files.June 14, 2017 at 02:20 #164221RoaderParticipantClean Installation… again: Not Fontawesome icons (you can see: squares), Not rtMedia Uploader, etc.
Attachments:
You must be logged in to view attached files.June 14, 2017 at 15:13 #164249RoaderParticipantHola Laura:
Es extraño el problema con las fonts,
Pero ahora mismo el mayor problema es el Uploader del rtMedia. No aparece incluso en una instalacion limpia.June 16, 2017 at 16:41 #164441RaduModeratorCan yo please provide URL and admin credentials to see what’s going on with the icons pleasE?
Cheers
R>Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 18, 2017 at 18:02 #164528RoaderParticipantHi Radu. For now… icons are working.
I Uninstalled and Re-installed all… Maybe the problem is the Import xml. In this chance, I don’t used the Demo xml.
Assets/ Font… I updated the Fonts to 4.7.0 and I putted this in functions.php:
COPY CODEfunction using_font_awesome(){ wp_enqueue_style('font-awesome', get_template_directory_uri() . '/styles/font-awesome.min.css'); } add_action('wp_enqueue_style','using_font_awesome');
______________
– The other problem is with rtMedia, is outdate and does not work with SD and WP 4.8.
– ShortCodes Window: Blank… not display.
– My friend Radu, remember this please Topic
June 20, 2017 at 23:09 #164786RoaderParticipantSome icons does not work, neither rtMedia Uploader (check )
Attachments:
You must be logged in to view attached files.June 22, 2017 at 19:26 #164936RaduModeratorHi,
Do you have wangguard plugins installed ? or any other security plugin?
if YES de-activate those and see if the icon appearsLet me know
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 23, 2017 at 19:36 #165032RoaderParticipantMaybe, the cause of the problem… check this and compare:
Pic 1. My Site
Pic. 2 Other Site with Fontawesome that NOT has problems.If you check the Html you can find for example <i class= “fa fa-icon” </i> 20 times.
But, in my site only 1!
That is, the Theme is not integrating the fonts properly using: <i class= “fa fa-icon” </i>
I remember that in earlier versions of SD, I did not have this problem with the fonts.
Attachments:
You must be logged in to view attached files.June 23, 2017 at 20:22 #165042RoaderParticipantBy default, you have:
<i class=”icon icon-search”></i>
But with this class not display. (pic 1)
So, if you use (the original class): <i class=”fa fa-search” aria-hidden=”true”></i>
You can see a: fl , but not the icon. (pic 2)
Well, something is wrong with the Code. Please, check and update.
————
Remember: rtMedia Uploader not working with SD, And BuddyPress has 3 months outdate…Attachments:
You must be logged in to view attached files.June 24, 2017 at 19:25 #165104RoaderParticipantCheck this. Changing your: <i class=”icon icon-search”></i>
By the correct way: <i class=”fa fa-search”></i>
With Opera and FireFox the icons appears.
So, the problem with this Font is this: <i class=”icon icon
Please, solve it!
Attachments:
You must be logged in to view attached files.June 24, 2017 at 22:18 #165120RoaderParticipantA Solution:
The problem is that you don’t have this in header.php:
COPY CODE<head> <link rel="stylesheet" href="<?php echo get_template_directory_uri();?>/assets/styles/font-awesome.min.css"> </head>
For your Next Update, add this line and use font-awesome 4.7.0.
June 25, 2017 at 00:35 #165126RoaderParticipantSolution (for now):
1) Upload all FontAwesome 4.7.0 to /sweetdate/assets/font and replace 3.2.1
2) Upload font-awesome.css and font-awesome.min.css (Optimized) to /sweetdate/assets/styles
3) Open header.php and add this after <head><link rel="stylesheet" href="<?php echo get_template_directory_uri();?>/assets/styles/font-awesome.min.css">
Attachments:
You must be logged in to view attached files.June 25, 2017 at 00:39 #165130RoaderParticipantFor now the problem is rtMedia Uploader and (rtMedia) Profile Settings (Privacy)… DOES NOT WORK.
June 25, 2017 at 15:57 #165152RoaderParticipantFor Laura:
Creo que solucioné el problemas con las fontawesome. Sin embargo, hay otros problemas: 1) BuddyPress desactualizado desde hace 4 meses, sé que esto no depende de uds pero… si el proyecto fue abandonado tendrán que crear un plugin dating especial para el Theme. 2) El Uploader de rtMedia no funciona, ni siquiera aparece el icono en Activity, tampoco aparecen las Opciones de Privacidad de rtMedia. Tal ves el problema sea porque rtMedia se actualizó y uds desde el 17 de Mayo no actualizan el Theme.
June 28, 2017 at 01:38 #165460LauraModeratorHola, conocemos los problemas de rtmedia con buddypress, y es algo en lo que estamos trabajando, se han aportado varias soluciones, pero es algo que depende de rtmedia
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
June 28, 2017 at 04:14 #165487RoaderParticipantHi Laura!
Okey, esperamos que se solucione eso con rtMedia.
Bueno, ya la solución a las fontawesome está. #165126
Si quieres puedes implementar las fonta 4.7 en la próxima Update.
June 30, 2017 at 04:23 #165732LauraModeratorHola 🙂 Eso depende de los desarrolladores 😀
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 1, 2017 at 01:18 #165795RoaderParticipantHola Laura.
A la espera de la actualización del Theme.
Sin el uploader del rtMedia es problemático.
Ojalá uds actualicen a SD 3.0 y que venga con más mejorías.July 3, 2017 at 16:36 #165987LauraModeratorHola 🙂 si estamos esperando a que rtmedia lo actualice
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 4, 2017 at 01:40 #166170RoaderParticipantHola Laura.
rtMedia actualizó hace 3 días :-/
Attachments:
You must be logged in to view attached files.July 4, 2017 at 13:58 #166217LauraModeratorHola, perdona, la actualización de Sweetdate deberia arreglarlo
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 4, 2017 at 19:30 #166296RoaderParticipantHola Laura.
Fuera de Tema.
Intente añadir el boton de Mensajes Privados en el Member Directory (usando esto) como se ve aqui en la foto. Pero No se añade ningun boton. De hecho, veo que en SD hay un ligero fallo con el CSS, el boton [ + ] (de añadir amigo) esta muy pegado del que dice [ View Profile ]Bien, a la espera de las actualizaciones de SD. Ojala incorporen nuevas funciones. Como esa de ese boton… es muy practica.
Attachments:
You must be logged in to view attached files.July 4, 2017 at 23:31 #166316LauraModeratorHola, podrias abrir un ticket nuevo sobre ese tema? Ya que este ticket no tiene que ver con eso 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 5, 2017 at 05:25 #166336RoaderParticipantHola Laura!
Okey luego le pregunto a Radhu. Sí que era necesario actualizar el Theme, pero, el problema con rtMedia también es este: https://wordpress.org/support/topic/problem-with-rtmedia/July 5, 2017 at 15:12 #166366LauraModeratorHola, ya veo, lo revisaremos
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 5, 2017 at 18:21 #166416RoaderParticipantHola Laura.
El problema es el siguiente:
Cuando usas el código ==> para remover las ?ver= de todos los .js y .css , por alguna extraña razón es afectado: /sweetdate/custom_buddypress/_inc/css/default.css?ver=2.9.11
Y esto provoca que el Uploader de rtMedia y el botón de Publicar desaparezcan.
Una solucion seria añadir un exclude ‘ ‘ a este código, y ahi especificar cual string no va a remover en este caso: default.css?ver=2.9.11, pero como yo no se php por eso no he modificado el código.
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( 'script_loader_src', '_remove_script_version', 15, 1 ); add_filter( 'style_loader_src', '_remove_script_version', 15, 1 ); }
July 5, 2017 at 18:48 #166427LauraModeratorHola, esto ya deberia de estar resuelto en la nueva version.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 5, 2017 at 22:40 #166450RoaderParticipantSí Laura,
El asunto está resuelto en la Actualización… pero, cuando uno usa ese código en el functions.php o utiliza un plugin para ese fin de remover las strings, desaparece el rtmedia uploader. Razón: el archivo default.css, no sé por qué pero así es.July 5, 2017 at 23:56 #166458RoaderParticipantLaura me parece que el problema es Google Chrome.
Probé observando en todos los navegadores y el uploader no desaparece, solo en Chrome.
Borraré la Caché a ver qué pasa.July 6, 2017 at 18:47 #166528LauraModeratorHola, entiendo, avisame si se arregla con el cache 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 6, 2017 at 23:14 #166587RoaderParticipantHola Laura.
Sí, al limpiar la Caché funciona.Ahora ando detrás de otros métodos para hacer del sitio más rápido.
Minificar el CSS y el JS o incluso combinar todos los css de una carpeta en un solo archivo (esto reduce las Requests). Hay plugins que lo hace como ese llamado Autoptimize pero, al hacerlo automático te destruyen el estilo visual.
-
AuthorPosts
You must be logged in to reply to this topic.