• Resolved mattcaulfield

    (@mattcaulfield)


    The pages look fine when I’m working on them. However, when I go to my site all images and text have gone and are not visible all of a sudden. Any ideas?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • The source of the page looks good, but your theme is loading its own copy of jQuery, which could conflict with the one that WordPress supplies, being used by plugins that you have. The theme also has a script called waitforimages, so I would guess the theme has something to do with the problem.

    Hello

    Would be best if you make visible your live version of the site until you fix the issue with the JQuery and the plugin at the folder js_composer.

    To do that, you could edit or override two CSS selector opacity values from 0 to 1.

    The first one:

    .wpb_animate_when_almost_visible, .vc_column_container.wpb_animate_when_almost_visible {
        opacity: 0;
    }

    located at: https://history.balmainfootball.com.au/wp-content/themes/themetrust-weston/style.css
    at the line#: 4340

    The second is:

    .wpb_animate_when_almost_visible {
         opacity: 0;
    }

    located at: https://history.balmainfootball.com.au/wp-content/plugins/js_composer/assets/css/js_composer.min.css
    at the line#: 7 Column#: 478.158

    To override the actual CSS drawback, you could set this code at the “Additional CSS” option, at the wordpress dashboard “Appearance” “Customize” “Additional CSS”, scroll down to add:

    .wpb_animate_when_almost_visible,
    .vc_column_container.wpb_animate_when_almost_visible {
        opacity: 1!important;
    }

    I hope this can be of good use.

    Best regards from QVcreative.

    • This reply was modified 3 years, 9 months ago by peterv74.
    • This reply was modified 3 years, 9 months ago by peterv74.
    Thread Starter mattcaulfield

    (@mattcaulfield)

    Hi Guys, thanks for the feedback. You were right, it was the theme. I removed the “?” from the Did You Know? on the page. I think it’s a problem with single-page navigation naming convention. Thank you for your help, much appreciated.

    Glad to see you fixed the page.

    Best regards from QVcreative.

    • This reply was modified 3 years, 9 months ago by peterv74.
    • This reply was modified 3 years, 9 months ago by peterv74.
    • This reply was modified 3 years, 9 months ago by peterv74.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Images and fonts not showing’ is closed to new replies.