Willy Witsel
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I can not edit or delete a pageThank you for your help. I have Yoast and will try your solution
Will report back if I succeeded
Forum: Plugins
In reply to: [Preserved HTML Editor Markup Plus] Can not get fix it to workJason the problem was on my side, I did not use your software the right way
Thank you for offering help
Forum: Plugins
In reply to: [Preserved HTML Editor Markup Plus] Can not get fix it to workHello Jason I have problems again, may I describe them to you?
Forum: Fixing WordPress
In reply to: Drop List works only ONCEYour pluggin suggestion works.
But it is neccesary to back up you database first, because the plugin has to convert existing content. This process is not reversable
Thank you for helping me!
Forum: Plugins
In reply to: [Preserved HTML Editor Markup Plus] Can not get fix it to workThank you J-Ro for helping me.
IT WORKED!!
I have visual again.
Forum: Plugins
In reply to: [Preserved HTML Editor Markup Plus] Can not get fix it to workHello I was able to run fix it from my ipad, each link responded with the not reversable message and the message that it is fixed, but the code op a page in visual looks like this
<h2>Blaasontsteking: 10 stappenplan</h2> <!--mep-nl--><p>Een blaasontsteking is een ontsteking van het slijmvlies van de blaas. Een blaas ontsteking is niet besmettelijk maar kan af en toe terugkomen. U voelt vaker aandrang om te plassen, maar per keer plast u minder. De aandrang op zich kan al pijn doen. Het plassen doet pijn of geeft een branderig gevoel. U kunt ook pijn hebben in uw onderbuik of rug. De plas kan troebel zijn of er kan bloed in zitten. Bij een blaasontsteking heeft u geen koorts, hooguit wat verhoging.</p> <!--mep-nl-->Forum: Fixing WordPress
In reply to: Drop List works only ONCEAndrew I read the details about the plugin youmadvized, this looks realy a good solution, I will try it and let you know the results
Forum: Fixing WordPress
In reply to: Question about menu appearanceSorry Andrew you are right!!
I am using AVADA
From your question I understand this might be an Avada issue
Is it better to submit this on the Avada support forum or do you want to repsond on this issue
Forum: Fixing WordPress
In reply to: Drop List works only ONCEHello Andrew thank you for helping me!!
The plugin you suggrested will this fix the changes in HTML if you switch from HTML to VISUAL?
I hope it does because I disagree with the devloppers. What you want is to add now and then some HTML and then switch back to visual immediately.
WP should go in the direction of WYSIWYG and not the other way
Forum: Fixing WordPress
In reply to: Drop List works only ONCEMy guess is that adding HTML like I showed before will force you to disable VISUAL in the editor. So……………….
What is the best way to add this functionality to my pages, I tried Smarts Forms and Contact Form 7 but could not find a solution. Is there an other plugin or method available that allows you to implement this functionality without hitting de BUG in the editor
<script type="text/javascript"> function submitForm() { var list = document.navList.subMenu; var page = list.options[ list.selectedIndex ].value; if (page != "home") window.location = page; return false; } </script> <form name="navList" onsubmit="return submitForm();"> <select name="subMenu"> <option value="home"> </option> <option value="http://coradefluiter.nl"> Front </option> <option value="http://pilliewillie.nl"> Middle </option> <option value="http://google.nl"> Last </option> </select> <input type="submit" value="Go" /> </form>Forum: Fixing WordPress
In reply to: Drop List works only ONCEI think this is caused by a long outstanding problem of the WP editor.
Users are complaining about this for years.
Why is WP not solving this essential problem? In this way you can not interchange between visual en html in the editor rendering this option as useless
Forum: Fixing WordPress
In reply to: Permalinks for pages is rhat possibleThank you for your time to help me with this!
I tried the parent / child solution and it works fine for me, thank you
I will mark this as resolved
Regards
Willy
The Netherlands