Forum Replies Created
-
AuthorPosts
-
How pitty,
maybe you can explain me some inputs based on this example
<form action="https://pdr.127.0.0.1.xip.io/contact/" method="post" class="avia_ajax_form av-form-labels-visible avia-builder-el-5 el_after_av_textblock avia-builder-el-last " data-avia-form-id="1" data-avia-redirect=""> <fieldset> <h3>Send us mail</h3> <p class=" first_form form_element form_fullwidth" id="element_avia_1_1"> <label for="avia_1_1">Name<abbr class="required" title="required">*</abbr></label> <input name="avia_1_1" class="text_input is_empty" type="text" id="avia_1_1" value=""> </p> <p class=" first_form form_element form_fullwidth" id="element_avia_2_1"><label for="avia_2_1">E-Mail <abbr class="required" title="required">*</abbr></label> <input name="avia_2_1" class="text_input is_email" type="text" id="avia_2_1" value=""></p> <p class=" first_form form_element form_fullwidth" id="element_avia_3_1"><label for="avia_3_1">Subject <abbr class="required" title="required">*</abbr></label> <input name="avia_3_1" class="text_input is_empty" type="text" id="avia_3_1" value=""></p> <p class=" first_form form_element form_fullwidth av-last-visible-form-element" id="element_avia_4_1"> <label for="avia_4_1" class="textare_label hidden textare_label_avia_4_1">Message <abbr class="required" title="required">*</abbr></label> <textarea name="avia_4_1" class="text_area is_empty" cols="40" rows="7" id="avia_4_1"></textarea> </p> <p class="hidden"> <input type="text" name="avia_5_1" class="hidden " id="avia_5_1" value=""> </p> <p class="form_element "><input type="hidden" value="1" name="avia_generated_form1"> <input type="submit" value="Submit" class="button" data-sending-label="Sending"> </p> </fieldset> </form>
I would like to create a custom form in Enfold style. I create an login field that looks exactly like enfold but because of some ajax magic I couldn’t submit it.
Can you provide me an clean example of the form above that I could your in my page.I have exactly the same issue the blog post content is to narrow. Even if I don’t have any sidebar it is 600px wide max.
#top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 600px; margin-left: auto; margin-right: auto;
If I remove the line
max-width: 600px;
then it is 800px default because it is defined here.#top .fullsize .template-blog .post .entry-content-wrapper { text-align: justify; font-size: 1.15em; line-height: 1.7em; max-width: 800px; margin: 0 auto; overflow: visible;
I don’t won’t is to create a custom single post layout and maintain it. I want to modify the default one and be it a bit wider. Is there an option to do so?
thank you very much.
in php or wp?
Ok I found out that the problem is about:
x-frame-options:SAMEORIGIN
andx-frame-options:DENY
now I try to figure out how to change that.because I am trying to embed a page from
app.mydomain.com
intomydomain.com
.iframgin google didn’t work becuase of SAMEORIGIN but changing that to
app.mydomain.com
the error isDENY
I had the same blank page issue after updating the to 3.2 yesterday.
The only suggestion so far was to delete the browser cache.In Chrome dev tools I have disabled browser cache earlier. (see screenshot)
So after I started the developer tools and refreshed the page everything worked as predicted.
So if you refresh the cache it should work. Check also other options on the web on how to delete the cache of your browser.
will this not be overriden by the next update?
-
AuthorPosts