Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Theme contact form and gravity form not working! #282250

    Do not worry, I fixed it!! Thanks…

    in reply to: Theme contact form and gravity form not working! #282209

    There is nothing wrong with the server or the other website. As I mention before the other website is working fine with gravity forms and the other website where I am using enfold theme is not working with either form. I deactivate the wp SMTP plugin and still non of the forms are sending emails. I test different email accounts and nothing. What else could be causing the problem?

    Thanks,
    Guido

    Well my problem is with the image thumbnails in the gallery inside a portfolio post when using ajax version. No matter what number of columns I set it is always 5. They look blurry and I guess it is because theme convert them to 80×80 and they showed bigger.

    The original settings in the functions-enfold.php are 80x80px so I change it to 160x160px and then I regenerate thumbnails with plugin, but nothing.
    update_option( 'thumbnail_size_h', 80 ); update_option( 'thumbnail_size_w', 80 );

    They are still 80×80. I even create a new portfolio post with a new gallery and still it creates the thumbnails 80x80px. May be this is not the line to fix.

    The solution in this code for the css – #top .avia-gallery .avia-gallery-thumb a{ width: 10% !important; } reduce the size of the thumbnails to half and shows 10 thumbnails instead of 5, but does not fix the problem.

    Could you fix these two problems?

Viewing 4 posts - 1 through 4 (of 4 total)