Forum Replies Created

Viewing 5 replies - 16 through 20 (of 20 total)
  • Can you provide the domain and specific pages where the images should be showing up?

    This is often a sign of database corruption. You have a couple options.

    – You can try restoring from a database backup. If you do not have a routine setup to back up your databases, you should definitely do so. Some hosts provide nightly backups, if yours does not, then look at the plugins that do DB backups.

    – You can try repairing the database tables manually. Start by switching to the default theme by renaming your current theme’s folder inside wp-content/themes and adding “-old” to the end of the folder name using FTP or whatever file management application your host provides. Then reset the plugins folder by FTP or phpMyAdmin.

    Then repairing your database tables. Modifying wp_config.php to include the database repair doesnt seem to work often. You’d be better off logging into phpMyAdmin, selecting the affected tables, and running Repair Table.

    You can find more information here.

    Yeah, I think your template files might be out of date. If you can’t update them, you might want to just move them out of your theme folder.

    The X-Frame-Options setting is usually set by your hosting provider, you should be able to ask your host to disable that setting to allow iFrames to be loaded from other sites.

    Forum: Fixing WordPress
    In reply to: woo cart

    I can’t speak to how the widget used to look on your site, but after I added something to the cart, the contents appear in that grey box you’re talking about.

    In other words, cart contents only visible when there’s contents in the cart. Are you trying to get it to show up when cart is empty as well?

Viewing 5 replies - 16 through 20 (of 20 total)