starfishtrainers
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Migrating and working behind the scenesPlugins, themes, etc. the whole thing.
Forum: Installing WordPress
In reply to: Migrating and working behind the scenesJust my personal method, and I am sure there will be others who have a better way…
I do a fresh WordPress installation in a build folder on one of my dev servers, i.e. https://www.buildbox.com/testing/
Build, test, adjust, &c. in this folder. When everything is set and good to go, I use a site migration plugin (I like iTheme’s BackupBuddy) to migrate the entire thing (database and all) to the final domain.
Do a Google search for WordPress backup/restore/migrate tools and I’m sure you can find an inexpensive or even free plugin to get the job done.
Forum: Fixing WordPress
In reply to: Page is not loadingThis looks like a Joomla installation, not WordPress.
Forum: Installing WordPress
In reply to: Installation problemWhat hosting company are you using? It looks like the wp files are not in the correct folder. Please check with your host and make sure the files were uploaded into the correct folder.
Forum: Fixing WordPress
In reply to: Display graphic based on pageFigured it out. is_paged() worked nicely.
Forum: Fixing WordPress
In reply to: Getting search results without a search formA little more detail on this.
I want to add the blog search results at the bottom of the list of video results.
I can pull the original search term used from the query string.
The code returning the video listings is a custom built search routine, that searches only the custom video database, (the video library is from a database associated with a custom build plugin.)
I just want to use the entered search term to pull from the blog listings and show those results an the same page as the video results.
Thank you.
Forum: Themes and Templates
In reply to: General Menu QuestionsFYI – added parameter “style=none” and that killed the categories text and fixed my issue. I can live with the items being displayed in the wrong order.
Works great now.
Forum: Themes and Templates
In reply to: General Menu QuestionsThanks for the suggestion, I’ll keep digging…
Forum: Themes and Templates
In reply to: General Menu QuestionsI was using this Creating Horizontal Menus as it looks easy to implement. My CSS is all plugged in and everything.
My big issue is getting rid of the “categories” text. I can manage the rest.
Forum: Themes and Templates
In reply to: General Menu QuestionsI have 4 menus I want to use. I thought custom menu was a one shot deal.
Forum: Fixing WordPress
In reply to: New Featured Images not displaying after site moveThe files are where the url says they should be. I double check and the files are in those folders.
Just for some reason, they do not display.
Forum: Fixing WordPress
In reply to: Links to Pages appeared After ImportMenus were messed up. Removed the dupes and all is fine.
Forum: Fixing WordPress
In reply to: Moved to new host, now pages do not displayAppears new issue is only with users non-members.
I think I can live with this.
Forum: Fixing WordPress
In reply to: Moved to new host, now pages do not displayNew issue.
I installed the URL Rewrite Module, and have updated my web.config file.
Now, my url appears as follows…
https://2011.yaegercpareview.com/index.php/non-members/?wlfrom=%2Findex.php%2Faud%2F
When I just used the /index.php/ addition too the Custom Permakink structure, the URL was : https://2011.yaegercpareview.com/index.php/aud/
Any idea how to get this format back?
I have backed out the changes and rebooted the system, URL still messed up.
Forum: Fixing WordPress
In reply to: Moved to new host, now pages do not displayNICE! The addition of index.php/ to the Custom Permalink string worked.
Now, I will see if I can pretty things up and load the URL Rewrite Module and fix it right.
Thanks for the help.