-
AuthorPosts
-
October 6, 2014 at 5:43 pm #331012
Hi Terri!
The problem is that your server is only allowing mails sent from “wordpress at holleycreative.com”, you can test that in this page (i modified the CF7 form). If you want to use the Enfold form you’d need to modify the from email, refer to this topic.
Regards,
JosueOctober 6, 2014 at 9:04 pm #331167This reply has been marked as private.October 6, 2014 at 9:15 pm #331174Hi!
Will modifying the testimonial code change the background to white in just IE8 or across all browsers?
Regarding the menu issues on the iPad, I did change it to appear on both smartphones and tablets, and it does appear when you hold the iPad vertically. It does not appear when the iPad is held horizontally. The setting is for “browser width below 990” but the iPad2 held in a landscape position is 1024.
I did not hear back about the navigation issues in IE8. Here is the picture again:
Thanks,
Terri
October 6, 2014 at 10:36 pm #331200Hi!
The CF7 form is working because i modified the From email (here).
Regarding the mobile menu on iPad, add this to Quick CSS:
@media only screen and (max-width: 1024px) { .html_mobile_menu_tablet .main_menu , .html_mobile_menu_tablet #header_main_alternate{display:none;} .html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide{display:block;} .html_mobile_menu_tablet #mobile-advanced{display:block;} .html_boxed.html_header_sticky #header { width: 100%; } }
Cheers!
JosueOctober 15, 2014 at 2:22 pm #336137Hi Josue,
Do you have an update on the following problems:
– Native contact form not working (does not get emailed to the admin; Contact form 7 is working)
– Fix for navigation on smaller screens. Update – I reduced the amount of menu options but I am still getting overlap in IE8 and some screens that are small
Thanks,
Terri
October 15, 2014 at 8:28 pm #336363Hi Terri!
The CF7 form is working because i modified the From email to ” (Email address hidden if logged out) ” so the server allows it to send emails, to do the same in the Enfold form you’d need to add the following to your theme / child theme functions.php:
function change_cf_from() { return " (Email address hidden if logged out) "; } add_filter('avf_form_from', 'change_cf_from', 10);
Edit:
I already added the code to the theme functions.php, the Enfold form is working now, you can test it here:
http://www.holleycreative.com/cf-test/Best regards,
Josue- This reply was modified 10 years, 1 month ago by Josue.
October 15, 2014 at 9:50 pm #336401This reply has been marked as private.October 15, 2014 at 9:51 pm #336402This reply has been marked as private.October 15, 2014 at 10:02 pm #336408This reply has been marked as private.October 15, 2014 at 10:04 pm #336409There is now a link on the top:
http://www.holleycreative.com/function.session-startOctober 15, 2014 at 10:17 pm #336412This reply has been marked as private.October 15, 2014 at 10:39 pm #336419Hey!
Please undo the changes in functions.php file via FTP. I asked Josue to take a look
Regards,
YigitOctober 15, 2014 at 10:41 pm #336424This reply has been marked as private.October 15, 2014 at 10:42 pm #336425Hey!
You should look for the code he posted here – https://kriesi.at/support/topic/promo-box-button-not-showing-up-after-wp-4-0-upgrade/page/2/#post-336363
if you have not made any other changesBest regards,
YigitOctober 15, 2014 at 10:45 pm #336426I added the following code at the very end of the /enfold/functions.php file:
function change_cf_from() { return " (Email address hidden if logged out) "; } add_filter('avf_form_from', 'change_cf_from', 10);
The error at the top says it is coming from the enfold/functions-enfold.php file, not enfold/functions.php:
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/***/***/wp-content/themes/enfold/functions-enfold.php:1) in /home/***/***/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33
Best regards,
JosueOctober 15, 2014 at 10:54 pm #336430Yes,
You sent instructions to add this code to the theme’s function.php file. I added it to enfold/functions-enfold.php
The code was removed but the error remains
October 15, 2014 at 11:04 pm #336434October 15, 2014 at 11:12 pm #336437This reply has been marked as private.October 15, 2014 at 11:15 pm #336438This reply has been marked as private.October 15, 2014 at 11:28 pm #336443This reply has been marked as private.October 15, 2014 at 11:34 pm #336447Did you add the code i suggested to functions.php?
function change_cf_from() { return " (Email address hidden if logged out) "; } add_filter('avf_form_from', 'change_cf_from', 10);
Alternatively, as you are not using a child theme installation you could use this plugin to store custom functions like that.
Cheers!
JosueOctober 15, 2014 at 11:37 pm #336450This reply has been marked as private.October 15, 2014 at 11:45 pm #336452I though you removed it, but it’s still there so technically the cf should work. I’ll make a test right now.
Best regards,
Josue- This reply was modified 10 years, 1 month ago by Josue.
October 15, 2014 at 11:46 pm #336453This reply has been marked as private.October 15, 2014 at 11:47 pm #336455It is working for me (changed the recipient to avia.josue at gmail.com, result: http://screencast.com/t/AjPzUj9LyxFD), try with another address or check your Spam folder in your inbox.
Best regards,
JosueOctober 16, 2014 at 3:39 am #336507This reply has been marked as private.October 16, 2014 at 3:50 am #336509Hello Terri,
It’s no longer working indeed, but neither are CF7 nor the password recovery tool (just tested it with the user you created for us). Perhaps your mail server is down or they revoked the mail permissions the
wordpress at holleycreative.com
account originally had.Best regards,
JosueOctober 16, 2014 at 4:07 am #336514This reply has been marked as private.October 16, 2014 at 4:26 am #336517They may have set that address because that’s the default address WordPress uses to send notifications (recovery, sing-up, etc) to the admin. Not sure if it would work with another address but you can try it, change it in functions.php (Enfold) or in the form settings (CF7).
By the way, now i’m getting the messages i tested an hour ago (recovery, enfold form), apparently there was some delay.
Best regards,
Josue- This reply was modified 10 years, 1 month ago by Josue.
October 16, 2014 at 4:46 am #336522This reply has been marked as private. -
AuthorPosts
- The topic ‘Promo BoX Button not showing up after WP 4.0 upgrade’ is closed to new replies.