Radices
Forum Replies Created
-
Forum: Localhost Installs
In reply to: move a WordPress website to localhostThe content is all stored in the database. Presuming all of the plugins are Free ones you can get another copy easily from the repository. There are many slider plugins so I’d just get another one or work with the developer of your current one to fix the errors. As far as the media items go they are stored in the wp-content/uploads folder but also are referenced in the database. You are best to use a plugin to clean out the old unlinked media items.
https://wordpress.org/plugins/dnui-delete-not-used-image-wordpress/
In my opinion you will just waste a lot of time moving the site back and forth and will still be left with the problems.
Forum: Localhost Installs
In reply to: move a WordPress website to localhostWhat kind of errors do you have to clean up? If you move the site the errors are coming with it most likely.
Forum: Fixing WordPress
In reply to: Can't set 'extra image'What Theme are you using?
Forum: Fixing WordPress
In reply to: RSS feed crashedThat link works for me. Maybe your local cache needs flushing?
Forum: Fixing WordPress
In reply to: Is there a short code to intergrate posts?What you want is to find a Theme that has that designed into it. There are also some plugins that might be used in your current theme to achieve it.
Forum: Fixing WordPress
In reply to: Help with changing this imageIf you use a commercial theme or plugin and need support, please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations.
Forum: Fixing WordPress
In reply to: page_id links reloading current page after migrationTry removing
Options FollowSymLinks AllowOverride AllAlso check the Settings>General … do the URL’s look ok … any trailing slash there?
Forum: Fixing WordPress
In reply to: Thumbnails problemWhat Theme are you using?
Forum: Fixing WordPress
In reply to: page_id links reloading current page after migrationI can only suggest you work through this resource and see if you can solve it. You might try renaming the htaccess file and then in WordPress resave the permalinks to post and that should recreate a htaccess file. Take a look and see if it works and whats different. The Options FollowSymLinks
AllowOverride All shouldn’t be necessary.Forum: Fixing WordPress
In reply to: page_id links reloading current page after migrationI’d definitely update WordPress to the current 4.1 as it may be a PHP version issue and for the many many security updates.
Do you have access to the .htaccess file?
Forum: Fixing WordPress
In reply to: Editing home pagesYes I think so …make a backup 🙂
Forum: Fixing WordPress
In reply to: Editing home pagesLooks like a custom theme. Is there a Options section for the theme? Looking for Footer Quote or similar. You can look for a footer.php file in the themes folder and see if its hard coded or where its getting the text from.
Forum: Fixing WordPress
In reply to: Want my website URLs not to have 'category/' stringCan you not just change the Permalink to simply %postname% ?
Forum: Fixing WordPress
In reply to: Editing home pagesPlease post the URL. You might look in Appearance>Widgets. Also try looking in Appearance>Customise. Another spot to check is Settings>Reading.
Forum: Fixing WordPress
In reply to: Site title and tagline doesn't work!?Please post the URL.