Tony Archambeau
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Sitemap Page] Shortcode seems not to workHi.
Thank you for your message.
Are you sure you correctly activated the plugin ? If you copy/past the shortcode without activating it, this will not work.Do you use a cache plugin ? If you use such a plugin, try to refresh all the content in cache (particularly the sitemap page).
There is still another explanation about such a problem. Did you try to desactivate all others plugins in your website ? Try it, and see if the plugin work or not.
If you try these 3 ideas you should find your problem.
Hope that help.Sincerely,
TonyForum: Plugins
In reply to: [WP Sitemap Page] Typo on Sitemap pageHello,
Thank you very much for this information. So sorry for this error.
I know it’s not really great to hack the core of a plugin. I will replace this word as soon as possible, probably todaySincerely,
TonyForum: Plugins
In reply to: [WP Sitemap Page] Typo on Sitemap pageHello,
Thank you very much for this information. So sorry for this error.
I know it’s not really great to hack the core of a plugin. I will replace this word as soon as possible, probably todaySincerely,
TonyForum: Plugins
In reply to: [WP Sitemap Page] POSTS BY CATEGORIE should be POSTS BY CATEGORYHello,
Thank you very much for this information. Yes, I noticed this error. I will replace this word as soon as possible.
So sorry.Sincerely,
TonyForum: Plugins
In reply to: [WP Security Login Notification] Dont receive emailsHi Bluebeen,
Thank you for this message. I’ve contributed to develop this plugin.Well, it’s strange, it should work properly. First thing to check in such a situation is the spam folder of your email account.
Second thing to check, do you have some others plugins related to the login page? If so, try to deactivate them just for the purpose of a test.If it still doesn’t work and it’s paramount for you to check the log-in access, we’ve developed a premium version with such features :
- Log every access in a database (so you don’t have to check your email account)
- Enable/disable the email notification
- Block a specific IP adress that tries to log-in into your account (some bots tries a thousand times to log-in)
Hope that help.
Sincerely,
TonyForum: Reviews
In reply to: [WP Security Login Notification] Dont receive emailsHi Bluebeen,
Thank you for this message. I’ve contributed to develop this plugin.Well, it’s strange, it should work properly. First thing to check in such a situation is the spam folder of your email account.
Second thing to check, do you have some others plugins related to the login page? If so, try to deactivate them just for the purpose of a test.If it still doesn’t work and it’s paramount for you to check the log-in access, we’ve developed a premium version with such features :
- Log every access in a database (so you don’t have to check your email account)
- Enable/disable the email notification
- Block a specific IP adress that tries to log-in into your account (some bots tries a thousand times to log-in)
Hope that help.
Sincerely,
TonyForum: Plugins
In reply to: [WP Sitemap Page] Inconsistent class namesHello.
Thank you for your message. This was an interesting feedback.
I just updated the plugin to the version 1.0.4. It include your suggestion and several other new features.
Thank you for your message.Hope this will help. ??
Regards,Forum: Plugins
In reply to: [WP Sitemap Page] Heading colour and eliminating Posts headingHello.
There is a new version of this plugin (version 1.0.4) that fix the problem of the “posts by category” title.
It is possible to customize the way the title or the bullet are displayed. Each element has a specific CSS class attribute to customize it. You can change the color of a title by using such a code in your CSS file:.wsp-pages-title{ color:red; }
I didn’t check such a code, but this should works fine.
Hope that help. ??
Regards,
Forum: Plugins
In reply to: [WP Sitemap Page] custom post typesHi.
Your suggestion was really interesting. So I decided to implement this feature.
On version 1.0.4 of the plugin, the sitemap display the custom post types.Hope this will help a lot of people.
Sincerely,
TonyForum: Plugins
In reply to: [WP Sitemap Page] Sitemap Headings languageHello.
Well, if your admin pages are in French, then the heading of your sitemap should be in French too. The plugin look to the config on the wp-config.php file. In this file you should have something like that :define ('WPLANG', 'fr_FR');
Be sure to have a correct value in this file and everything should be fine.
Sincerely,Forum: Plugins
In reply to: [WP Sitemap Page] Customise the heading textHello.
Thanks for these ideas. I take in into consideration for further developments.Sincerely,
TonyForum: Plugins
In reply to: [WP Security Login Notification] Plugin Settings?Yeah, I like all of these suggestions. ??
We had already planned to implement a settings page in a futur version, but there wasn’t all of these ideas.
Thanks again.Forum: Plugins
In reply to: [WP Security Login Notification] Plugin Settings?Hi,
I have been working on this plugin. Please holgerhubbs, feel free to tell us if you have some good ideas to improve this plugin. ??
Thanks.Forum: Plugins
In reply to: [WP Sitemap Page] Sitemap Page/MenuBonjour.
Avec ce plugin ce n’est pas possible de regrouper les pages par menu. Du moins, pas dans le sens “menu” du terme.
Le plugin se base sur la hiérarchie des pages. Voici un exemple d’un plan du site qui a beaucoup de pages enfants (et mêmes des pages parentes qui sont elles-mêmes des enfants) : https://sql.sh/planC’est la seule fa?on actuellement de mettre en place des niveaux de profondeur dans le plan du site. Techniquement, je ne vois pas de fa?on plus simple et concrète de le faire.
Aviez-vous un besoin spécifique ?
En espérant que cela vous aide.
Cordialement,
TonyForum: Plugins
In reply to: [WP Sitemap Page] Ordering Category and PostYes, no problem.
Here is the way to change the source code :
– You can use a simple text editor. I suggest you to download Notepad++, it atext editor that highlight the source in a way that you can recognise easily the code-
– Save the original version of the file “wp-sitemap-page.php”.
– Open “wp-sitemap-page.php” with such an editor.
– Try to edit the code that sort the category and the post.
– Save the file and upload it.Don’t hesitate to share the code if you success to did it.
Thanks.