Forum Replies Created
-
AuthorPosts
-
Do not worry, I fixed it!! Thanks…
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,
GuidoOctober 10, 2013 at 5:44 pm in reply to: Gallery Thumbnail Columns in portfolio is not to set – enfold 2.2 #173720Well 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.
October 9, 2013 at 7:08 am in reply to: Gallery Thumbnail Columns in portfolio is not to set – enfold 2.2 #172883Could you fix these two problems?
-
AuthorPosts