Events Made Easy › Forums › How do I … › Attribute field not allowing "http://"
- This topic has 2 replies, 2 voices, and was last updated 9 years, 10 months ago by Anonymous.
-
AuthorPosts
-
Sat 17 Jan 2015 at 23:24 #53340AnonymousInactive
Hi Franky
I’ve searched the forum, but wasn’t able to find any advice on this.
I’m having trouble with my attributes. When editing an event and including a URL in a custom Attribute such as #_ATT{Ticket Link}, it won’t allow me to include “http:/” in the field. If I do, and then click “Update>>” it takes me to the Not Found error page.
However, I can include the characters individually – such as “://” or “http”, but together they cause the error.
The theme I use is a customised version of Nova-Lite, but I don’t think it’s a Theme or Plugin clash as I have it working fine on my own Desktop server and have disabled any other plugins and tried it in TwentyFifteen theme from WordPress with the same results.
Perhaps it’s not an issue with EME at all, and my host provider. But if that is the case, I’m not even sure what to ask them. Perhaps there is a security MOD on the server or something. Any advice here would be appreciated.
My Default Single Event code in settings is as follows:
<div class=”single-event-container”>
<div class=”single-event-date-box”>
<div class=”single-event-date-box-day”>#l</div>
<div class=”single-event-date-box-date”>#d</div>
<div class=”single-event-date-box-month”>#M <span style=”color:#bb9345;”>#Y</span></div>
</div>
<div class=”single-event-title-box”>
<h1 class=”single-event-title”>#_EVENTNAME</h1>
<i class=”fa fa-clock-o”></i> #g:#i#a [eme_if tag='#ESC_ATT{Price}']| <b>Price:</b> #_ATT{Price} [/eme_if] [eme_if tag='#ESC_ATT{Ticket Link}']| Tickets [/eme_if]</div>
</div>
#_EVENTIMAGE
[eme_if tag='#ESC_ATT{Artist Website}']<i class=”fa fa-globe”></i> Website[/eme_if] [eme_if tag='#ESC_ATT{Artist Facebook}']<i class=”fa fa-facebook”></i> Facebook[/eme_if] [eme_if tag='#ESC_ATT{Artist Twitter}']<i class=”fa fa-twitter”></i> Twitter[/eme_if] [eme_if tag='#ESC_ATT{Artist YouTube}']<i class=”fa fa-youtube”></i> YouTube[/eme_if]#_NOTES</p>`
Sun 18 Jan 2015 at 20:04 #53344FrankyKeymasterJust tried it here and it works without problems (setting an attribute value to ‘http://’), so I assume some wordpress or apache security module is blocking you (mod_security in apache is also a possible reason for this).
Sun 18 Jan 2015 at 22:08 #53349AnonymousInactiveMuch appreciated Franky – I will follow up with my host provider.
-
AuthorPosts
- The forum ‘How do I …’ is closed to new topics and replies.