codejp3
Forum Replies Created
-
Forum: Plugins
In reply to: [bbp style pack] CSS question@cj74 – thank you for your continued usage and support of this plugin. It’s not going away anytime soon! Robin W has done an amazing job working on it for almost a decade, and I’m pretty dedicated to keeping it updated as well.
To answer your question, widgets typically follow the theme settings for widgets. It should “automatically” style any widgets that use the CSS class “widget” according to whatever the theme has defined. Both of those bbPress widgets use the “widget” CSS class.
To target them specifically and change only their styling values (not all widgets), you can use the following CSS snippets:
Change Widget Title Color:
/* Topics & Replies Widget Title */ section.widget_display_replies h2.widget-title, section.widget_display_topics h2.widget-title { color: red; /* can also be hexadecimal color like #fafafa or rgb / rgba color */ }Change Widget Links Color:
/* Topics & Replies Widget Links */ ul.bbp-replies-widget li a.bbp-reply-topic-title, ul.bbp-topics-widget li a.bbp-forum-title { color: red; /* can also be hexadecimal color like #fafafa or rgb / rgba color */ }You can target them individually if you want different styling for each:
/* Replies Widget Title */ section.widget_display_replies h2.widget-title { color: red; } /* Replies Widget Links */ ul.bbp-replies-widget li a.bbp-reply-topic-title { color: blue; } /* Topics Widget Title */ section.widget_display_topics h2.widget-title { color: green; } /* Topics Widget Links */ ul.bbp-topics-widget li a.bbp-forum-title { color: purple; }You can also target the list item row for each link if you wanted different spacing/margins/padding/alignments and so on:
/* Topics & Replies Widget List Items */ ul.bbp-topics-widget li, ul.bbp-replies-widget li { margin: 4px; padding: 10px; }That should be enough to give you a solid understanding of what to target, and what to look for. Feel free to check back in here if you have any issues or additional questions.
Forum: Plugins
In reply to: [bbp style pack] Topic and Reply Rules text@metesey – Releasing a new version today that will fix this bug. v 5.4.2 Figured out a way to do it without having to release a major revision. Sorry for the delay in resolving this for you. Marking this topic as resolved. Let us know if you have any other issues.
@robin-w – 5.4.2 will be release shortly that fixes this issue with a slight performance enhancement in bbp-style-pack.php ( only run plugin field/value conversions once per plugin upgrade instead of on every page load, and only overwrite reply rule if it’s empty ).
It also includes a PhP warning fix, better handling of menus, and alignment corrections for “which menus do you want to show this on” for Login/Logout, Register, and Profile links in the login settings tab (was giving me “undefined array key” issues when no menus defined, or a theme does not specify a distinct “primary” menu).
It also has some minor tweaks to the admin plugin page links and a few extra description links added for “Official Support”, “Donate”, and “Rate Us”.
Forum: Plugins
In reply to: [bbp style pack] profilo imagethanks for the advice but buddyboss is too expensive we are a small non-profit association
Italian:
Immagino che questo sia uno di quei casi in cui “ottieni quello per cui paghi”
Aggiungerò le opzioni “reindirizzamento dopo il login” a Style Pack e dovrebbe essere rilasciato nel prossimo futuro. Questo si occuperà di 1 dei problemi che hai menzionato. Per il resto non possiamo fare nulla a meno che non aggiungiamo molto codice, cosa che potrebbe accadere alla fine.
English:
I guess this is one of those cases where “you get what you pay for”
I will be adding “redirect after login” options to Style Pack and should be released in the near future. That will take care of 1 of the issues you mentioned. The rest we can’t do anything about unless we add a lot of code, which may happen eventually.
Forum: Plugins
In reply to: [bbp style pack] fil d’arianeFrench:
Vous avez quelque chose d’étrange avec la valeur d’URL définie pour l’icône d’accueil. Je ne le vois pas dans la capture d’écran que vous avez partagée, mais je le vois dans les valeurs que vous avez partagées.
L’URL que vous avez définie dans le plugin affiche :
https://stsierentz.org/forums/””est converti en guillemet double.La valeur entière avec le nom du champ devrait ressembler à ceci :
s:18:"Breadcrumb HomeURL";s:30:"https://stsierentz.org/forums/";Mais le vôtre ressemble actuellement à ceci :
s:18:”Breadcrumb HomeURL”;s:30:”https://stsierentz.org/forums/”;Essayez de supprimer l’URL et de l’enregistrer, puis retapez l’URL et enregistrez à nouveau. Une fois que vous avez terminé, vous pouvez revérifier la valeur brute enregistrée dans l’onglet “Informations du Plugin” pour vous assurer que le
”est parti.Si vous rencontrez toujours des problèmes après vous en être occupé, revenez ici.
English:
You have something strange with the URL value set for the home icon. I don’t see it in the screenshot you shared, but I do see it in the values you shared.
The URL you have set within the plugin shows:
https://stsierentz.org/forums/””gets converted to a double quote.The whole value with field name should look like this:
s:18:"Breadcrumb HomeURL";s:30:"https://stsierentz.org/forums/";But yours currently looks like this:
s:18:”Breadcrumb HomeURL”;s:30:”https://stsierentz.org/forums/”;Try removing the URL and saving, and then retype the URL and saving again. Once you’re done you can re-check the raw value saved in the “Informations du Plugin” tab to make sure the
”is gone.If you still have issues after taking care of this, check back in here.
- This reply was modified 3 years, 2 months ago by codejp3. Reason: trying to prevent encoding of the double quote tag
- This reply was modified 3 years, 2 months ago by Jose Castaneda.
Forum: Plugins
In reply to: [bbp style pack] fil d’arianeTranslation:
Hello and thank you for your answer
I can’t find your “Plugin Information” tab
Here is a screenshot of the only checked part, but to be honest I tried all possible combinations and nothing worksFrench Translation:
Si vous avez essayé différents paramètres et qu’aucun d’entre eux ne fonctionne, il s’agit probablement d’un plugin en conflit. J’aimerais vérifier que cela fonctionne correctement pour moi en utilisant vos paramètres actuels avant de passer à la désactivation des plugins.
C’est ce que je demande :


English:
If you tried various settings and none of them are working, then it’s probably a conflicting plugin. I’d like to verify that it is working correctly for me using your current settings before moving on to disabling plugins.
This is what I’m asking for:
Forum: Plugins
In reply to: [bbp style pack] Google recaptcha on bsp style pack ?@deepblue5 – I am actively working on adding anti-spam options to Style Pack. It will include several methods for blocking spam topics/replies.
I’ve decided to go ahead and also include Google reCaptcha as one of of those methods for preventing anti-spam since it is such a common method, and frequently requested.
This update will be coming in the very near future.
Forum: Plugins
In reply to: [bbp style pack] profilo imagethank you for the advice, in fact the problem is that buddypress support does not even respond to the problems
Italian:
potrebbero rispondere… alla fine.
Un’altra opzione è BuddyBoss:
È BuddyPress, con molti miglioramenti e correzioni di bug e nuove funzionalità. Potresti dover pagare per la versione completa per ottenere tutte le funzionalità che desideri, ma probabilmente risolve già il problema che stai riscontrando con le immagini del profilo e, in caso contrario, i tuoi argomenti di supporto riceveranno una risposta più rapida rispetto a BuddyPress.
English:
they might respond…eventually.
Another option is BuddyBoss:
It is BuddyPress, with many enhancements and bug fixes and new features. You may have to pay for the full version to get all the features you want, but it probably already resolves the issue you’re having with profile pictures, and if not, your support topics will be answered quicker than with BuddyPress.
Forum: Plugins
In reply to: [bbp style pack] profilo imageTranslation: yes but the main problem at the moment is that buddypress support is poor as a profile picture problem cannot be solved.
Italian:
Ci vorrebbe molto lavoro di codice per Style Pack per fare qualcosa di meglio con le immagini del profilo di BuddyPress. Forse in futuro, ma al momento ci sono altre cose che hanno la priorità.
Di solito uso questo plugin per le immagini del profilo: https://ww.wp.xz.cn/plugins/basic-user-avatars
Non specifica che è compatibile con BuddyPress, ma è sicuramente compatibile con bbPress e penso che tu possa usare l’immagine avatar/profilo di bbPress come predefinita all’interno di BuddyPress.
Se aggiungessimo il supporto avanzato per le immagini del profilo in questo plugin, sarebbe molto simile a quello che offre il plugin Basic User Avatars.
Per quanto riguarda il reindirizzamento dopo il login, personalmente ho voluto vederlo aggiunto a Style Pack per un po’. Forse andrò avanti e lavorerò su una nuova versione con questa opzione. Risponderò di nuovo qui quando questa funzione verrà rilasciata. Nel frattempo, puoi farlo con codice personalizzato come quello elencato in questo argomento: https://wordpress.stackexchange.com/a/257154
English:
It would take a lot of code work for Style Pack to do anything better with BuddyPress profile pictures. Perhaps in the future, but there are other things taking priority at the moment.
I typically use this plugin for profile pictures: https://ww.wp.xz.cn/plugins/basic-user-avatars
It doesn’t specify that it’s compatible with BuddyPress, but it is for sure compatible with bbPress, and I think you can use the bbPress avatar/profile picture as the default within BuddyPress.
If we added advanced profile picture support in this plugin, it would be very similar to what the Basic User Avatars plugin offers.
As for redirecting after login, I’ve personally wanted to see that added to Style Pack for a while myself. Perhaps I’ll go ahead and work on a new release with that option. I’ll reply here again when that feature is released. In the meantime, you can accomplish it with custom code such as what’s listed in this topic: https://wordpress.stackexchange.com/a/257154
Forum: Plugins
In reply to: [bbp style pack] fil d’arianeFrench translation:
J’ai configuré vingt-sept comme thème sur mon serveur de test. J’ai modifié les valeurs de l’onglet fil d’Ariane de plusieurs manières et elles fonctionnent toutes sur mon serveur de test.
Pouvez-vous copier/coller les valeurs que vous avez définies pour “Breadcrumbs bsp_breadcrumb” dans l’onglet “Informations sur le plugin” (wp-admin/options-general.php?page=bbp-style-pack&tab=plugin-info) ?
Je veux utiliser exactement les mêmes valeurs que vous avez définies pour essayer de reproduire le problème.
Si je ne parviens pas à dupliquer le problème, il s’agit probablement d’un conflit de plug-in avec un autre plug-in qui modifie la navigation dans le fil d’Ariane. Nous traiterons cela ensuite si je ne peux pas reproduire le problème en utilisant vos paramètres actuels.
English:
I have setup twenty-seventeen as the theme on my test server. I’ve changed values for the breadcrumbs tab multiple ways and they are all working on my test server.
Can you copy/paste the values you have set for “Breadcrumbs bsp_breadcrumb” in the “Plugin Information” tab (wp-admin/options-general.php?page=bbp-style-pack&tab=plugin-info)?
I want to use the exact same values that you have set to try to duplicate the issue.
If I’m unable to duplicate the issue, then it’s probably a plugin conflict with a different plugin that modifies breadcrumb navigation. We’ll deal with that next if I can’t duplicate the issue using your current settings.
Forum: Plugins
In reply to: [bbp style pack] Styling issue@clivesmith – it passed spam checks and I got it. It’s my way of comfortably handing out an email address publicly using Gmail, but only allow non-spam to reach an actual email without posting it publicly. Email harvesters and spambots are ruthless. I’m actually traveling out of state today but will reply to you when I can actually do something.
Forum: Plugins
In reply to: [bbp style pack] Styling issueOK. Thanks for copying those details.
It shows that for forum/category list you have font size set to 16 which will automatically be generated as 16px in the file, and font style set as bold.
For subforum list you have the font size set to 18 (18px) with no extra styling.
So it appears the values are correct in the DB.
Now the trick is finding out why it seems to be a localized problem on your site since we can’t duplicate the problem and no one else seems to have the same issue.
Do you have a link to your site you can share with me? [email protected]
Forum: Plugins
In reply to: [bbp style pack] Styling issue@clivesmith – a new version is being released today. 5.3.9
It has changes to file generations related to the forum /category index list elements you had issues with. Take note if the loss of font size happens with this update, and if so, please follow the instructions in the post above to help narrow it down some more.
Forum: Plugins
In reply to: [bbp style pack] profilo imagelate chiming in…
I think what @hellsbrigade is asking about is how to redirect users to their BuddyPress profile page after login instead of the default WP admin page. Correct?
Italian translation: Penso che ciò che chiede @hellsbrigade sia come reindirizzare gli utenti alla pagina del loro profilo BuddyPress dopo l’accesso anziché alla pagina di amministrazione WP predefinita. Corretto?
Forum: Plugins
In reply to: [bbp style pack] Subscribe to Forum Button not working@fabienmahot777 – as your king, I demand tribute! 100 pieces of gold and your first born child. 🙂
Just kidding. Glad it’s sorted.
Forum: Plugins
In reply to: [bbp style pack] Subscribe to Forum Button not working@fabienmahot777 – UDPATE!
I took a closer look at your site and I noticed you have URL/permalink issues.

Your site root URL is:
https://avenirdebizanoscyclo.fr/
But your forum is using this as the site root:
https://avenirdebizanoscyclo.fr/index.php/
The URL for the favorite/subscribe buttons is trying to load:
/index.php/forums/topic/essai-de-transfert-lien-et-image/?action=bbp_favorite_add
And the AJAX file is trying to be loaded from:
/forums/topic/essai-de-transfert-lien-et-image/?bbp-ajax=true
They don’t match. The “index.php” part is throwing it off.
Also, in your main menu items for “forum” you have a link “Comité d’administration” that is showing the URL as:
https://avenirdebizanoscyclo.fr/?post_type=forum&p=691
It should be showing the permalink nice names, but it’s showing the raw URL query string without applying permalinks, and giving a 404 not found error (just like the favorite/subscribe AJAX file).
You have some serious issues with permalinks.
Double-check your permalink settings (wp-admin/options-permalink.php) & (wp-admin/options-general.php?page=bbpress) and make sure your .htaccess file is correct. Clicking “save” for both the bbpress permalinks and the main site permalinks pages should regenerate the .htaccess file.
If you fix these permalink issues, it will probably work as expected.
If the .htaccess file is not getting regenerated properly, you may need to contact your hosting provider/server admin to look into it.
- This reply was modified 3 years, 3 months ago by codejp3.