albedo0
Forum Replies Created
-
Hello @anthonymenard,
I tested the latest version of the plugin with all levels up to H6, and it works perfectly. I even tried adding groups to increase the nesting depth of the headings within divs, and the headings are correctly detected.
I imagine the issue comes from DIVI, but I can’t explain it at this point.
What TOC is displayed for the article whose link was provided?
Thank you.Forum: Developing with WordPress
In reply to: Lost translation since version 6.7@cloudchan You can use the backup system provided by your web host (if you made a backup before the upgrade) or a plugin to restore a previous version of WordPress. There are several plugins that can do the job.
- This reply was modified 4 months, 1 week ago by albedo0.
Forum: Plugins
In reply to: [Manager for Icomoon] PHP Deprecated Message on PHP 8.2Hello,
I have published a new release with the patch.
Thank you for pointing out the deprecation.
Forum: Developing with WordPress
In reply to: Lost translation since version 6.7Thanks for your help! I finally found the problem…
I had read this announcement but missed an important detail: the use of the
get_plugin_data()
function.Forum: Developing with WordPress
In reply to: InternationalizationI find the solution i have created a init function to delay every treatement after loading translation.
public function __construct(){ if (is_admin()) { add_action('plugins_loaded', array($this, 'localization')); } add_action('plugins_loaded', array($this, 'init')); } public function init(){ [...]
Forum: Developing with WordPress
In reply to: Internationalizationi have edited my post to hide the plugin for search engine… but i forget one instance… Like a can’t edit twice, i write the correct code i tried :
// Check if a file was uploaded if (empty($_FILES['myplugin-zip']['name'])) { _e("Please select a .zip file!", "myplugin"); throw new \Exception( __("Please select a .zip file!", "myplugin")); }
Sorry @jamesosborne, forgot to thank you for your reply.
so thank you!I thought I had to replace universal analytics with google analytics 4. The plugin was configured not to integrate the UA snippet but only that of GA4. If that’s the problem, I just re-enabled the UA snippet.
From when will the GA4 results be displayed?Forum: Plugins
In reply to: [Automatic Hx Menu] (BUG) Custom HTML AnchorHi @tbob21
What do you mean by “if using a custom HTML anchor” ?
The plugin add an id to each headings automaticaly, so if you had manually an id, you’ll have two id for the same title. Is it the problem ?
Thanks for your feedback
Forum: Reviews
In reply to: [Manager for Icomoon] Nickel !!!Merci !!
Forum: Plugins
In reply to: [Automatic Hx Menu] Features and a bugCan you give me the adress of your website ?
I check again and it works for me…
Forum: Plugins
In reply to: [Automatic Hx Menu] Features and a bugIt’s not necessarly a bug because the links can be useful even if the menu is not displayed…
I had a new option to choose to disable the links if there isn’t a nav-menu.
It’s a quick fix with CSS but it works !I have find a strange bug on my own website where the links don’t works anymore even if it works correctly on my developpement environnement, so you’ll have a new update soon…
- This reply was modified 3 years, 6 months ago by albedo0.
Forum: Plugins
In reply to: [Automatic Hx Menu] Features and a bugYou’re welcome !
You probably need to adapt the CSS for the label depending of your theme…Forum: Plugins
In reply to: [Manager for Icomoon] The style.css file looks corrupted or empyHi @davidminano
Have you read this topic https://www.ads-software.com/support/topic/the-style-css-file-looks-corrupted-or-empty/ ?
Forum: Plugins
In reply to: [Automatic Hx Menu] Features and a bugIt’s ok… I have the same problem, it’s why i need to commit two times yesterday and why you had this bug… Sorry for the inconvenience