igorbeuermann
Forum Replies Created
-
Forum: Plugins
In reply to: [Breadcrumb NavXT] Critical error after setting separatorHello John,
I got the same error too. And it also prevents me to change some settings because I can’t save them.
Best regards,
Igor
1 - Uncaught TypeError: Argument 1 passed to mtekk\adminKit\form::textbox() must implement interface mtekk\adminKit\setting\setting, null given, called in /home/example.com/wp-content/plugins/breadcrumb-navxt/class.bcn_admin.php on line 429 and defined in /home/example.com/wp-content/plugins/breadcrumb-navxt/includes/adminKit/class-mtekk_adminkit_form.php:179 Stack trace: #0 /home/example.com/wp-content/plugins/breadcrumb-navxt/class.bcn_admin.php(429): mtekk\adminKit\form->textbox(NULL, '6', false, 'The template fo...') #1 /home/example.com/wp-includes/class-wp-hook.php(303): bcn_admin->admin_page('') #2 /home/example.com/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters('', Array) #3 /home/example.com/wp-includes/plugin.php(470): WP_Hook->do_action(Array) #4 /home/example.com/wp-admin/admin.php(259): do_action('settings_page_b...') #5 /home/example.com/wp-admin/options-general - /home/example.com/wp-content/plugins/breadcrumb-navxt/includes/adminKit/class-mtekk_adminkit_form.php - 179And one more – perhaps since the last update of the plugin:
separateDialCode: falseIgor
One more thing I forgot:
To see the result immediately you should set the geoIpLookup to null.
Locate the variable declarations in the intlTelInput.min.js and in the variable h (that corresponds to defaults array variable of intlTelInput.js) set the following property:
geoIpLookup:nullRegards,
Igor
Thank you for your replay, Yordan!
Actually I succeded to display what I wanted with CSS. This is of course a brute force solution but it does what I want. Unfortunately this is far from green coding …
I made these lines in my style.css:
.selected-flag { width: 66px; } .iti-flag { display: none; max-width: 0; } .selected-dial-code { padding-left: 0;} .flag-box { display: none; }Anybody using these lines will have to think about the CSS specificity in their own CSS rules.
If somebody can point out where to make amendments in .js files I would be grateful.
Regards,
Igor
Hello,
Is there a possibility to show country code instead of flag on a contact form (not in an email)?
Or do we need to mess with code?
Best regards,
Igor
Forum: Plugins
In reply to: [Gutenberg] Is it possible add url to columns block or group block?Hello,
I just made it like that (in a visual WordPress editor):
[other blocks] [group] (visual editor) [html] (HTML editor) <a href="example.com"> [paragraph] (visual editor) 'some text' [image] (visual editor) 'example.com/image.jpg' [html] (HTML editor) </a> <!-- End of group --> [other blocks]It works like a charm (for now;)
Wish you a happy day,
Igor