-
AuthorPosts
-
February 13, 2019 at 3:40 am #1066190
Hello,
on my website there is one page that has a very weird way of loading. I don’t know how to explain it properly. The page is called “Contatti”. The other pages are ok. The problem is only with this page.
I don’t know if you can help me.
Thank you anywayFebruary 13, 2019 at 4:11 am #1066196Hey Anj27,
Have you tried disabling all active plugins to see if the issue resolves?
Best regards,
Jordan ShannonFebruary 13, 2019 at 1:40 pm #1066482I tried but it’s not working. In this page I’m using a form form Ninja Form plugin.
February 14, 2019 at 5:20 pm #1067065Hi Anj27,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaFebruary 15, 2019 at 2:33 am #1067247Hello,
I decided to remove the ninja form and use the avia form. I didn’t realize there was a form in the layout builder.
Now I would like to change something in this page, called DRAFT. I would like to change the botton color and the style of label inputs (nome, email, messaggio). If possible I would also like to remove the * near the label and change in something like this : nome (richiesto) / email (richiesto).
You have my login credentials but please be careful because the page is not online. It is just a draft. When it will be ready, I will change the page which is actually online right now.Thank you
February 19, 2019 at 5:04 am #1068751Hi,
Thanks for the update.
You can use the following css code to adjust the color of the submit button:
div .main_color .button, .main_color #submit, .main_color input[type='submit'] { background-color: red; color: blue; border-color: green; }
And use this script in the functions.php file to change the required text.
// change contact form required text add_action('wp_footer', 'avf_required_text'); function avf_required_text(){ ?> <script type="text/javascript"> (function() { const r = document.querySelectorAll( '.required' ); if( r ) { for ( var i = 0; i < r.length; i++ ) { r[ i ].textContent = '(richiesto)'; } } })(); </script> <?php }
Best regards,
IsmaelFebruary 21, 2019 at 10:40 pm #1070123Hello Ismael,
thank you very much for helping. It all worked very well.
Best regards
AngelaFebruary 22, 2019 at 5:44 am #1070224Hi,
Great! Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :)
Best regards,
Ismael -
AuthorPosts
- The topic ‘Problems loading one page’ is closed to new replies.