juggledad
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Atahualpa] Page Links Won't UpdateManage Page Links is a plugin that hasn’t been updated in 7 years. it’s amazing that you have had it work this long.
My suggestion iis to use the wordpress custom menus and dump the plugin.
Forum: Fixing WordPress
In reply to: HELP!!! Website won't load and cannot log in to WordPress Dashboardcall your hosting company and see if something is wrong with the server
Forum: Fixing WordPress
In reply to: Creating multiple tabs/posts on a single post?Why not have several pages that look the same and a custom menu bar?
Forum: Fixing WordPress
In reply to: Background Header Gone?Looks fine to me, did you do something?
Forum: Fixing WordPress
In reply to: Problem with database and loginuse phpMyAdmin and look in teh database for siteB.
Find teh wp-options table and look at the first page and you should see a row with an ‘option_name’ of ‘siteurl’ – what is that set to? if it is pointing to siteA you need to change itnext go to the next page and you should see a row with an ‘option_name’ of ‘hime’ – make sure it’s url is also for siteB. Now see if you can get in.
Remember when you move a site, the internal url’s need to be changed. You should follow the advice at https://codex.wordpress.org/Moving_WordPress
Forum: Fixing WordPress
In reply to: Something changed to my postsNot without digging into the theme and spending a lot of time. You might try hiring someone at http://jobs.wordpress.net/
As for contacting the theme author, if you go to dashboard->appearances->themes and click the ‘details’ for your theme and click the authors name.
Forum: Themes and Templates
In reply to: [Montezuma] montezuma errorDid you do an upgrade just before this happened? I suspect the answer is yes and I think the upgrade may have timed out and the theme was not completely installed.
Forum: Themes and Templates
In reply to: [Atahualpa] Page Links Won't UpdateWhen you say
updating the page links in my site navigation
what do you mean? are you trying to add a new page to the menu bar? or do you want a current page link to go somewhere else?
Also, in a vanilla install of WP, there is no ‘Page’ under the ‘Tools’ menu so I have no idea what this is refering to.
If you want to play with a custom menu you would go to dashboard->appearances-.menu
Forum: Fixing WordPress
In reply to: Prices in Euros and not GBPYou realize you have not resented enough information for anyone to help? how about some background information like where do you see the prices? are you using a plugin? if so did you loook at the plugin’s settings? what theme, what is the url of a page showing the issue?
Take a deep breath and re-read what you wrote and ask yourself if – not knowing your site – if you could answer anything about it.
Forum: Fixing WordPress
In reply to: Want to protect my WP admin but getting errorTry putting the
allow from mypcafter thedeny from allForum: Fixing WordPress
In reply to: Is it too late for child theme?First thing you should do is make a backup to your pc, of the existing themes folder.
It all depends on what they did to the theme. I would start by making a copy of the customized theme and getting a copy of the base theme – same version – and doing a folder compare. If you use a Mac, you can use the program TextWrangler to do this. There is probably something similar for Windows.
Once you get a list of the changes that were made you will have a better idea if you can convert them to a child theme or not.
Forum: Fixing WordPress
In reply to: Can't fix 'Error establishing a database connection'use phpMyAdmin – select the DB and then use the IMPORT tab, select your sql file and let it rip.
Note: I have to leave now for a coule hours – I’ll check back later (and maybe on my mobile if I can)
Forum: Fixing WordPress
In reply to: Can't fix 'Error establishing a database connection'you can ovewright th files but you need to import the sql back into the database.
Forum: Fixing WordPress
In reply to: Can't fix 'Error establishing a database connection'Try an older copy of your backuped files to restore. (you do have several backup versions…right?)
Forum: Fixing WordPress
In reply to: Can't fix 'Error establishing a database connection'I attempted to load a saved backup from the dashboard, but the plugin seemed to crash
1) what plugin are you talking about?
2) how -exactly – did you reload the database after you made a new database?(don’t be offended if you know this) – a wordpress site comprises of two parts (1) the database and (2) the code.
The database should be backed up using a plugin (or phpMyAdmin) that will give you an export. The code should be backed up as you backup any file (you really only need to backup the wp-content folder and the wp-config.php file since you can download another copy of wordpress at any time)