RafaelDeJongh
Forum Replies Created
-
Yea I am in contact with my webhost support but they don’t know what’s the cause either. So not really sure why it’s causing this but I do think this might indeed be a host problem so I’ll get back to them with this information.
Alright great, I’ll take a look at those hooks!
Much appreciated!Forum: Plugins
In reply to: [Staff Directory] Featured Image SizeThis is perfect and well it doesn’t look like the plugin gets that many updates, so I’m quite happy we finally got a way to properly showcase the full formats!
Thanks a bunch for pointing this out!
Forum: Plugins
In reply to: [Contact Form 7] Text area add breaks to output.Bumping this once again, as I’m still looking for assistance to this problem!
Forum: Plugins
In reply to: [Contact Form 7] How to use Invisible Recaptcha with CF7 ?Currently this is not possible without changing the code yourself or using an alternative plugin like (https://wordpress.org/plugins/invisible-recaptcha/)
This together with a honeypot should really be considered as they’re a must need for online contact forms!
Forum: Plugins
In reply to: [Contact Form 7] Text area add breaks to output.I still require help with this! Could anyone help me with it?
Forum: Plugins
In reply to: [Contact Form 7] Text area add breaks to output.Update: I noticed this is happening only when wrapping the “[your-message]” in other tags like with my template being wrapped in a <td> tag. This will in return output the text as a single string instead of adding <p> tags automatically.
Said template can be found here: https://github.com/RafaelDeJongh/Contact-Form7-Mail-Template
How would I correct this exactly?
- This reply was modified 8 years, 4 months ago by RafaelDeJongh.
For me I think my security keys were causing the errors.
I first disabled all my plugins and then renamed the wp-config.php to wp-config-old.php and re-initiated the installation of WordPress reconfiguring the database and what not.After that was done, I started with enabling Yoast SEO again and checking if it was resolved, which for me it was. After that just enable all your other plugins and see if it still works as I did hear from someone this could also happen because of a plugin conflict! So make sure to test it out thoroughly follow the basic trouble shooting steps (disabling plugins, reverting back to the original theme of WP and so on) and see if that works first before re-initiating your wp-config.
Fixed by making a new wp-config file!
I tried that in the beginning to see if other text widgets would change anything to the parsing of the shortcode, however this did not change anything I’m afraid :/
The full code I’m using for one of the menu parts is the following:
[restaurantmenu type=”dotted”]
#Borrelhapjes
—–##Open loempia
**Met kip en dipsaus.
==€5,00##Kippen pita
**Met gestoomde broodjes, lente ui, chili.
==€6,00##Kippen brochette
**Met paprika en courgette.
==€5,00##Chicken wings
**Met drie dip sausjes.
==€5,50##Chicken nuggets
**Met drie dip sausjes.
==€6,00##Dip sausjes
**Chili saus, teriyaki, mayonaise, ketchup, cocktail.
==€1,00#Voorgerechten
—–##Kippensoep
**Met stukken kip, met of zonder room.
==€5,50##Carpaccio van kip
**Olijf, gerookte paprika, rucola, vinaigrette.
==€7,00##Gemarineerde kippenbrochette
**Paprika, courgette.
==€5,50##Thaise kippenrol
**Sla, rijstblad en oosterse saus.
== €7.95#Kindergerechten
—–##Verse nuggets
**Keuze uit frieten, kroketten of brood.
==€7,00##Verse kippenburger
**Keuze uit frieten, kroketten of brood.
==€8,00##Kippenworst
**Keuze uit frieten, kroketten of brood.
==€7,00##Kippenbrochette
**Keuze uit frieten, kroketten of brood.
==€11,00[/restaurantmenu]
Either way thanks for the help and further information in advance!
I went through all 39 pages of support threads here, and none have the term SiteOrigin in their title, making it rather hard to find any relevance to it.
Really not sure what’s up, but if I can’t directly find a fix I might need to opt into another page builder as this plugin is more mandatory than the pagebuilder is!
Either way thanks Nate!
Here’s by the way the instructions regarding the shortcode:
We have devised the menu system to be as flexible and straightforward as possible. We rely on a couple of markers to identify the 5 sections of each menu product.
First there is the section title marker: #Section Title Here
Then there is the title marker: ##Product Title Here
After you should add the description: **Product Description Here
Last you should add the price: ==Product Price Here
There is also a special highlight marker: ++Highlight Text Here
The only one that is necessary to keep the system running is the Title, the Description and Price are optional. At the same time you can have multiple Description and Price groups in case you have subproducts.
Here is a sample text to get you started (simply hit insert and we will add it for you):
#Section Title
—–##First Product Title
**Description of the first product
==$15++Product Hightlight
##Second Product Title
**Description of the second product (no price)##Third Product Title
==$23.99Maybe this could provide you some more insight on why this is now properly parsed in SiteOrigin?
I did this before already but without any success. As the theme actually provides the shortcode, changing the theme will disable the functionality completely so we can’t do that to test it either.
As the theme “Rosa” provides the shortcode and not gridable I can safely disable these plugins to be replaced with SiteOrigin, however even doing this doesn’t make it work I’m afraid. It just seems like SiteOrigin doesn’t recognise the ShortCode.
I also have the same problem with SiteOrigin not recognising the Shortcode from Restaurant Reservations as mentioned in this support thread: https://wordpress.org/support/topic/shortcode-malfunctioning-with-siteorigins-pagebuilder/
Seems there’s really a conflict somewhere with SiteOrigin and these Shortcodes to be honest!
As I’m only using the shortcode, I’ve already removed the “booking page” as it would also override any other paragraphs I had on that page. (https://i.imgur.com/J4fVfXh.png)
But sadly enough even with the shortcode in use with SiteOrigin it doesn’t work.
Thanks for further information in advance!
Without paragraphs enabled it looks like this: https://i.imgur.com/peR68zu.png
I’ve duplicated the page so you can have a look: https://www.tzotkiekske.be/menu-2/
The original can be seen here: https://www.tzotkiekske.be/menu/
Thanks in advance!
- This reply was modified 8 years, 5 months ago by RafaelDeJongh.