juggledad
Forum Replies Created
-
Here is an idea – have the two domain names point to a static html page that has both logos. For each domain, create a sub domain where you install wp. On the static page, have each logo point to the sub domain for that site.
Forum: Fixing WordPress
In reply to: School site, set up on Word Press, Need Help with a modificationeach category you define is assigned an ID. the line
'cat' => '9',
says ‘get the posts with a category ID of ‘9’If you go to dashboard->posts->categories and you edit a category, you will see in the HTML address bar something like this
http://yourdomain.com/wp-admin/edit-tags.php?action=edit&taxonomy=category&tag_ID=5&post_type=post
the section ‘tag_ID=5’ is what you are looking for. In my case teh category ‘aciform’ has an ID of ‘5’Forum: Fixing WordPress
In reply to: Server error 500 after activating themeI would use from or your cPanel’s file manager to remove the theme so you will default to one of the default twentyxxxxxx themes
Forum: Fixing WordPress
In reply to: Some roles can't upload mediaIf you didn’t make changes before the issue cropped up, it could’ve a change on your server. Just because you change your php.ini doesn’t mean you will get that much memory. Your host can limit it to a lower value.
Is suggest you give your host a call and see if they can shed some light on this.
Forum: Fixing WordPress
In reply to: Cannot edit page: white text on white backgrounddebugging 101 – when something is wrong disable all your plugins. If the problem still exists then you know it is not a plugin, BUT if the problem goes away one of the plugins is at fault.
Then you add them back one at a time till the problem occurs and then you know the culpret
Forum: Fixing WordPress
In reply to: Site not updating – probably a really simple answer!Your site has a maintenance page showing.
Forum: Fixing WordPress
In reply to: Fatal error: Class 'YITH_WCQV_Frontend' not foundMove the theme ‘cumulo’ out of the theme folder and make sure you have one of the default twentyxxxxxx themes in the theme folder and then try to get in.
The theme is trying to access a function that is no longer available so you get the error.
Forum: Fixing WordPress
In reply to: Customise theme page hanging indefinitelylooks like the site has a maintence page setup
Forum: Fixing WordPress
In reply to: Site has been hacked and I can't log inDo a google search using ‘WordPress site hacked’ and follow the advice
Forum: Fixing WordPress
In reply to: 508 resource limit reachedA 508 says your site is using more resources on the server than is allowed. You can either remove plugins and reduce the amount of media and number of posts displayed or buy a larger package from your host.
Depending on the number of visitors, option one might not help
Forum: Fixing WordPress
In reply to: Database error while importingCheck the xxxx.sql file and find that sql statement and it and the one before and after it
Forum: Fixing WordPress
In reply to: Nothing happens when clicking on linksLinks are working for me
Forum: Fixing WordPress
In reply to: Couldn't go to Dashboard after loginso you
1) installed a fresh copy of WP and it was working
2) you imported an .xml file and it was working fine for a couple days
3) suddenly – without having done anything else, like adding a post, a new image, updating a plugin, changing the permalink, updating WP – this issue cropped up.Something had to have changed – now it could have been something on the host, maybe they did an update.
What does your .htaccess file look like?
Forum: Fixing WordPress
In reply to: Couldn't go to Dashboard after logindid you make any changes recently (update wordpress, change the permalink)?
Forum: Fixing WordPress
In reply to: Warning: function not found or invalidthe fourms here are free support there is no paid support – if you want to hire someone you could try jobs.wordpress.net
when you migrated did you change the domain name or did you move that to the new host also?
what does your .htaccess file look like?