Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: avia_transparency_logo appearing on Events pages #709468

    Thanks Nikko. Managed to solve the image upload issue, seems like it’s a common issue for the Enfold theme, but the below added to Functions.php seemed to work:

    function ava_image_sizes() {
    add_image_size(‘masonry’, 0, 0);
    add_image_size(‘magazine’, 0, 0);
    add_image_size(‘widget’, 0, 0);
    add_image_size(‘featured’, 0, 0);
    add_image_size(‘featured_large’, 0, 0);
    add_image_size(‘extra_large’, 0, 0);
    add_image_size(‘portfolio_small’, 0, 0);
    add_image_size(‘gallery’, 0, 0);
    add_image_size(‘entry_with_sidebar’, 0, 0);
    add_image_size(‘entry_without_sidebar’, 0, 0);
    add_image_size(‘square’, 0, 0);
    }
    add_action( ‘after_setup_theme’, ‘ava_image_sizes’, 11 );

    However I now get a Function error in the HTML as there’s a division by Zero error. Any ideas as to what i can do?

    With the other issue yes that’d be great. It’s very strange, but if you search Google seems quite common on a lot of websites that use the Enfold theme.

    Best,

    Adam

    • This reply was modified 8 years ago by Lynchie30. Reason: hadn't fixed my issue
    in reply to: avia_transparency_logo appearing on Events pages #708979

    Hey Nikko. I have tried all of these items and still getting the same issue. I have also found that I am unable to upload specific images to Media with this theme installed, but things on the site are fine when I deactivate the theme. I’ve tried on the domain of the actual site that this will be live on too with the same issues.

    Is there anything that you’re able to do?

    in reply to: avia_transparency_logo appearing on Events pages #705828

    Thanks Jordan. Just created a username for you now and included it in the Private Content.

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