• Closed
  • Sara Tortelli
    Spectator
    March 31, 2016 at 7:10 am #26099

    hello I have Alore Theme. I have 2 problems, firts of all I can’t see correctly my homepage on mobile phones. After the slider (that’s ok), the text and content boxes don’t adapt to the screen on vertical (if you put the mobile phone horizontal instead you can see perfectly everithing). Please, could you check my homepage with a smartphone or I Phone (www.fuoridaglischemi.com) please? You’ll se the text in central part that isn’t easily readable.

    The second issue is about contact page: if I fill in the blanks, I never receive the messagge in my incoming email (I have inserted my email on settings). I’ve tried from desktop and mobile and it doesn’t work.

    thank you sara

    Denzel Chia
    Moderator
    Posts: 2656
    March 31, 2016 at 10:17 am #26104

    Hi,

    Please use the following in Theme Options -> Custom CSS

    @media screen and (max-width:768px){
    #main {
    padding: 20px 10px !important;
    }
    }

    Thank you

    Sara Tortelli
    Spectator
    Posts: 3
    March 31, 2016 at 4:11 pm #26137

    Yessss it works!!! thank you!!!
    and what about the contact form?

    Denzel Chia
    Moderator
    Posts: 2656
    April 1, 2016 at 2:33 am #26163

    Hi

    First of all, check you email spam folder.
    The email could have been flagged as spam by your email cilent.

    Our contact form uses the standard WordPress function wp_mail() to send emails.
    It requires your web hosting company to allow PHP mail function to work.
    Since it’s not working on your website, your web hosting company could have disabled PHP mail function.

    You should contact your web hosting and ask them about this issue.
    If they only allows SMTP mail, you can ask them for the settings information.
    Use the following plugin, which allows setting up of SMTP mail on your website.
    https://wordpress.org/plugins/wp-mail-smtp/

    Thank you