DJDoubleXL189
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changing the Site URL from sub dir. to root dir.This is where your URL kind of becomes important. Please share that. That’s why the forum asks for it in the first place.
If your homepage is working, it will give us insight as to what’s going on.
Forum: Fixing WordPress
In reply to: PHP problem with wp fileHave you tried reverting to the default theme? If you still see the error when the default theme is up, then there’s an issue. If not, then there’s an issue with your theme.
Forum: Fixing WordPress
In reply to: Showing Blank Page after updating last version?If you can access your folders through hosting or FTP, try this:
Go into wp-content/ and rename the plugins folder to plugins.old
Go into your themes folder, download your active theme, then delete it from the server…this will revert it to the default theme.
Hope this helps.
Forum: Fixing WordPress
In reply to: Fatal error: Call to undefined function reset_mbstring_encoding()Sounds like you have an old plugin in there.
Try deactivating your plugins and see if the error goes away.
If that doesn’t work, change to the Twenty Twelve theme.
Obviously, wherever that error disappears is where the problem lies.
Forum: Fixing WordPress
In reply to: remove something from my websiteIt’s one of your widgets called “Float Widget”
Look for that image in your widgets area and remove it.
Forum: Plugins
In reply to: Setting size Woocommerce Thumbnails in product pageTry adding this CSS:
.product-images .thumbnails .zoom {
max-width: 32px;
}Forum: Everything else WordPress
In reply to: Old Meta description showing up in FacebookI’m not sure how (more like I don’t remember), but you need to request that facebook clear the cache for your link.
Facebook caches links that are posted, so the old meta data will show until they clear it.
Forum: Everything else WordPress
In reply to: WordPress autolinking my text to irrelevant ads.What’s your URL? You may have been hacked.
Additionally, try deactivating your plugins and see if that helps.
Furthermore, make sure you have no add-ons running in your browser, as these can generate those links.
Forum: Fixing WordPress
In reply to: 3.8.1 doesn't workDid you try deactivating your plugins and reverting to the Twenty Twelve theme? This usually helps determine where the problem lies.
Forum: Fixing WordPress
In reply to: Showing Blank Page after updating last version?Have you tried deactivating your plugins and reverting to the Twenty Twelve theme?
This usually helps to determine where the conflict is.
Forum: Fixing WordPress
In reply to: Changing the Site URL from sub dir. to root dir.What’s your URL?
Forum: Fixing WordPress
In reply to: Error Log Entries –Are you using the BPS plugin?
Forum: Fixing WordPress
In reply to: Internal Server ErrorHave you tried deactivating your plugins and reverting to the Twenty Twelve theme?
Forum: Fixing WordPress
In reply to: add posts to single pageDo you mean to add it to a specific page template?
Forum: Fixing WordPress
In reply to: Clean BackgroundAdd this to your CSS:
#slides .caption {
display:none;
}