guennionline
Forum Replies Created
-
Same problem here, the plugin unfortunately no longer works with the current CF7 version! I hope for a quick solution!
The new update works correctly again, thanks for the fix!
It is actually only a small error, a number has to be changed in a TXT file. I don’t understand why it takes so long! This constant update loop is annoying! The developers should slowly take action here!
Forum: Plugins
In reply to: [Legal Text Connector of the IT-Recht Kanzlei] Version 1.0.7 fehlerhaftDie Korrektur hat das Problem gel?st, danke!
Hello,
works perfectly, thank you very much!
Greetings Sascha
Hello,
I found the strings extension 1.2, but with it I can only change the string globally. I would like to change it specifically for some tables only.
Greetings Sascha
Forum: Plugins
In reply to: [Contact Form 7] Matomo Conversion TrackingHello,
after some trial and error I was able to find a solution for me.
I will close the ticket now!Greeting Guenni
Sorry, that was my mistake, the webpack actually came from another plugin!
OMGF was innocent here!
Ticket can be closed!Greetings Sascha
Forum: Developing with WordPress
In reply to: Shortcode in Menu no longer works.The problem was another plugin that generated the extra quotes in the menu. Had to set it differently, now everything works again.
90% of the errors sit in front of the monitor.
Thanks for your help
Regards Sascha
- This reply was modified 4 years, 9 months ago by guennionline.
Forum: Developing with WordPress
In reply to: Shortcode in Menu no longer works.I found the problem, these lines of code:
// Generated Code to insert return '<i class="'.$a['set'].' fa-'.$a['icon'].$icon_size.'"'.$icon_color.'></i>';
generates the following in the Footer Widget (works fine):
<i class="fas fa-home"></i>
But in the navigation menu the following (not working):
<i class="fas fa-“home”"></i>
Obviously additional quotation marks are used here for whatever reason!
That is curious!?
- This reply was modified 4 years, 9 months ago by guennionline.
- This reply was modified 4 years, 9 months ago by guennionline.
Forum: Developing with WordPress
In reply to: Shortcode in Menu no longer works.Thanks for the quick answer.
The icon is displayed correctly in the Footer Widget. Only in the wp_nav_menu it is not processed correctly. So it’s not the actual HTML code, but WordPress suddenly doesn’t process the shortcode correctly in the menu.
Apparently, the following command is no longer processed correctly:
// Filter to use Shortcode in Navigation Menus add_filter('wp_nav_menu', 'do_shortcode', 11);
I also deleted the existing robots.txt and tried to recreate it. This too does not work!
@jviseur
Look at my suggestion for a solution about your contribution. Has helped me with several installations!I have uninstalled the plugin again.
Then I deleted all entries in the database that contained “wpmm”. That was the key “wpmm_dismissed_notices”. Then I reinstalled the plugin again. Now it works again. That only as info!- This reply was modified 7 years ago by guennionline.
- This reply was modified 7 years ago by guennionline.
I have tested it here on 2 pages and it does not work on both.
On a third page, where i have it now installed, it works. No idea what it is.
I will try to find out what causes this error.
Thanks for your help!- This reply was modified 7 years ago by guennionline.
- This reply was modified 7 years ago by guennionline.