Terry Sutton (saltcod)
Forum Replies Created
-
Thanks @logikal16!
Quick update — seems to be in conflict with Custom Field Suite (http://ww.wp.xz.cn/extend/plugins/custom-field-suite/). Date picker works fine when I disable CFS.
I’ll contact @logikal16 and see what he thinks.
Hi Dalton,
Thanks for the reply. I really can’t see why Slidesjs and Haiku don’t work together. Thanks for having a look.
In other news, I really wish I’d seen Portfolio Slideshow before now. I’ll give that a try.
Thanks again.
Terry
Hi Mr Vibe,
Thanks for the reply. I’ve actually been using the 4.1.1 update, but still when I migrate the files and database from my localhost to the live servers, the settings don’t come with it.
I use Git to manage the files and move them around. When do a mysqldump from localhost and upload to the live server the settings don’t come along.
Any ideas?
Thanks!
Terry
Forum: Fixing WordPress
In reply to: issue with trying to install/delete plugins using sshI spent a lot of time trying to fix this issue on that old server. Before finally moving to a new one.
I’m pretty sure my issues were related to permissions, but I wasn’t able to figure out how to fix them.
Sorry I can’t be of more help than that. Best of luck.
Forum: Fixing WordPress
In reply to: issue with trying to install/delete plugins using sshAah…gotcha.
What host are you with? Have you tried FTP?
I’ve had issues on a different server a while back where it wouldn’t accept my FTP credentials and allow plugin installs. I eventually figured out that it was a permissions issue with my VPS.
The problem may be with your hosting environment.
Forum: Fixing WordPress
In reply to: Headers Not Displaying on WebsiteWith Google Chrome, right-click on the area where the header should be showing up and click “Inspect Element”.
It should show code for the header image, but the path to it will likely be wrong. Seeing what that wrong path is might be a clue as to what’s going wrong.
Otherwise, as @esmi said, without seeing your site, this is likely the best we can do.
Forum: Fixing WordPress
In reply to: issue with trying to install/delete plugins using sshI’m really not sure what you’re trying to do.
Are you trying to install a new plugin via
wp-admin/plugin-install.phpor delete an already installed plugin viawp-admin/plugins.php?OR
Are you logged in to your server via SSH and are trying to delete a plugin folder? IE: A folder at
/wp-content/plugins?Forum: Fixing WordPress
In reply to: issue with trying to install/delete plugins using sshNeed more detail.
Are you trying to delete plugins via FTP? SSH? The wp-admin screen?
What host are you with?
Forum: Fixing WordPress
In reply to: Successfully installed & published WP, but errors & questionsCongrats.
For nav links, just have a look at files like
index.php,single.php,loop.php,etc…If you’re on the frontpage,
index.phpwill be the culprit, and when you’ve clicked on a post, it will besingle.php. Depends on how your theme is setup.To move the nav links just look for the block of code starting with something like
<div class="nav-above">and move it to the bottom of the page instead of the top.Best of luck!
Terry
Forum: Fixing WordPress
In reply to: Check If Loged OnConditional tags are your answer. There’s a huge amount of tags available to you.
Forum: Fixing WordPress
In reply to: How to remove page title?Have a look at the WordPress template hierarchy to get a better idea of where
the_title()might be coming from.Lots of files could possibly be sending
the_title(): page.php, single.php, loop.php, etc etc…Forum: Fixing WordPress
In reply to: Successfully installed & published WP, but errors & questionsHave you been able to access WP at all? Or were you working on it and this error page just came up out of the blue?
What host?
What directory is WordPress install in?
Have you setup a subdomain, or did you just make a new directory on your server?Give us a little more detail and we’ll see what we can do.
Terry
Forum: Fixing WordPress
In reply to: Add new item to Admin BarResolved. I swear I searched before I posted this question.
The name of the “My Account” parent item is either
my-accountormy-account-with-avatarif you have an avatar up there.WP-Snippets has all the detail you need.
Forum: Fixing WordPress
In reply to: my website has disappearedMac Highway is an awesome alternative to all of those hosts. Good to keep in mind if you continue to have issues.