Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Sounds like there is a redirect to back to the homepage probably in some javascript that runs after page load somewhere. Does the behavior persist if you disable javascript in your browser? If so, you’ll need to find the responsible script and debug/remove it.

    I dunno what else to recommend without being able to view the problem page’s source code.

    Am not sure about the ?v=… string in the url. Try searching the database for that string and see what you find.

    Cheers!

    That’s strange. I take it you have already updated the site url to include https and the https re-direct is not configured by some other manner:

    https://codex.wordpress.org/Changing_The_Site_URL

    If you are doing any caching via plugin or otherwise try clearing the cache. You can also try by disabling plugins or reverting to a default theme if perhaps the issue is theme or plugin related.

    If none of that helps you might try this plugin which can help with detecting and editing broken links:

    https://wordpress.org/plugins/broken-link-checker/

    Good luck and let us know when you find the solution! Cheers.

    No worries, I only provided links for the likely event that a clearer explanation was provided in the previous threads.

    Am not sure about your widgets. This area just contains a bunch of empty divs, for example:

    <div class="et_pb_column et_pb_column_1_4 et_pb_column_5">
    <div class="et_pb_circle_counter container-width-change-notify et_pb_module et_pb_bg_layout_light et_pb_circle_counter_0" data-number-value="30" data-bar-bg-color="#7EBEC5">
    <div class="percent">
    <p>
    <span class="percent-value"></span>
    %
    </p>
    </div>
    <h3>Phone Repair</h3>
    </div>
    </div>

    The only thing I could get to display by playing with the CSS selectors was the % sign, which is likely hidden on purpose and working as intended.

    If these widgets are provided by your theme developer you might contact them for further support. When you find the answer be sure to let us know! Cheers.

    Hey Josef!

    It sounds to me like you don’t have a valid username and password. Can your client log in with the credentials they’ve given you? If not, you can reset the password using techniques in the following guide:

    https://codex.wordpress.org/Resetting_Your_Password

    I would recommend ensuring you have valid login credentials before troubleshooting this further. Unfortunately, customers can’t always be trusted to know their own username/password.

    Assuming you have valid credentials and you still can’t get in, there is likely a security related plugin blocking access. Can you specify what security plugins are in use? Have you tried disabling them?

    • This reply was modified 9 years, 6 months ago by dabame.

    Hi Jetlabb,

    The issue appears to be caused by the following CSS class definition in the site’s code:

    .et-waypoint {
        opacity: 0;
    }

    Changing the value for opacity from 0 to 1 appears to resolve the issue and causes the images to display.

    This class definition is likely defined in the site’s theme or a plugin. You should be able to modify site files using the built in theme and plugin editor as outlined in this guide:

    https://codex.wordpress.org/Editing_Files

    Also, it looks like this has come up previously. See these related posts:

    https://wordpress.org/support/topic/images-stopped-showing-on-website/
    https://wordpress.org/support/topic/images-not-showing-up-on-my-homepage/

    Good luck!

Viewing 5 replies - 1 through 5 (of 5 total)