Viewing 30 posts - 31 through 60 (of 66 total)
  • Author
    Posts
  • #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,
    Josue

    #331167
    This reply has been marked as private.
    #331174

    Hi!

    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

    #331200

    Hi!

    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!
    Josue

    #336137

    Hi 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

    #336363

    Hi 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 9 years, 7 months ago by Josue.
    #336401
    This reply has been marked as private.
    #336402
    This reply has been marked as private.
    #336408
    This reply has been marked as private.
    #336409
    #336412
    This reply has been marked as private.
    #336419

    Hey!

    Please undo the changes in functions.php file via FTP. I asked Josue to take a look

    Regards,
    Yigit

    #336424
    This reply has been marked as private.
    #336425

    Hey!

    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 changes

    Best regards,
    Yigit

    #336426

    I 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,
    Josue

    #336430

    Yes,

    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

    #336434

    Yes, that was a confusion, apologies for that.

    It seems there is still some residual code in functions-enfold.php, can you paste the contents of it in Pastebin or Gist?

    Or if you want us to take a look; hand us a temporary FTP account.

    Regards,
    Josue

    #336437
    This reply has been marked as private.
    #336438
    This reply has been marked as private.
    #336443
    This reply has been marked as private.
    #336447

    Did 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!
    Josue

    #336450
    This reply has been marked as private.
    #336452

    I 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 9 years, 7 months ago by Josue.
    #336453
    This reply has been marked as private.
    #336455

    It 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,
    Josue

    #336507
    This reply has been marked as private.
    #336509

    Hello 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,
    Josue

    #336514
    This reply has been marked as private.
    #336517

    They 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 9 years, 7 months ago by Josue.
    #336522
    This reply has been marked as private.
Viewing 30 posts - 31 through 60 (of 66 total)
  • The topic ‘Promo BoX Button not showing up after WP 4.0 upgrade’ is closed to new replies.