jpurdy647
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Change the header for only one page on a websiteYou can create a child theme and modify probably page.php, changing
<?php get_header(); ?>
to something like<?php if ( is_home() ) : get_header( 'home' ); elseif ( is_404() ) : get_header( '404' ); else : get_header(); endif; ?>This page has more info on the get_header function.
Also see this topic.
Forum: Fixing WordPress
In reply to: Automatic WP Update – now site is downYou’ll have to contact Lunarpages, they can help you find and regain access to your account
Forum: Fixing WordPress
In reply to: Custom Option Page / Corrupted HtmlCould you post a link to the page where this issue is occurring?
Forum: Fixing WordPress
In reply to: Secondary loop in custom post type dysfunctionalAny help is greatly appreciated! *bump*
Forum: Fixing WordPress
In reply to: Automatic WP Update – now site is downUntil you can access your website database and filesystem we can’t be of much help. You will need to contact Lunarpages and ask them for the info to log into your account, then they can assist you further.
Forum: Fixing WordPress
In reply to: Removing the menuThey will be able to help with those questions at wordpress support linked above. I don’t know whether they would refund you or not.
Forum: Fixing WordPress
In reply to: Removing the menuYea, you can’t customized any code on blogs hosted on wordpress.com. What you would like to do is simply not possible with them, you will need to use shared hosting via some other hosting provider.
Forum: Fixing WordPress
In reply to: No Login BoxThat looks like a page which had a login form on it at one point. You can login to wordpress via the url “yoursite.com/wp-login.php”
Forum: Fixing WordPress
In reply to: Automatic WP Update – now site is downHow is your website set up? Typically xampp is used when you are running your own server on your own computer? Is this website hosted on your computer?
If you are accessing your own computer you don’t need ftp, so I am not sure what your setup is. Who is your web host??
Forum: Fixing WordPress
In reply to: Adding a new category to the front pageAre there three items in the widget area called sidebar 1?
You edit those widget areas(Sidebars are widget areas) in you wp-admin dashboard on the appearance -> widgest page. This is what one of my sidebars looks like:
https://i.imgur.com/zkObdh5.pngIn my case I would add another text widget then input the html required to create a category button.
All you really want to do is make a button that links to http://normandyparishcouncil.co.uk/category/new-category-here/. I don’t know how your website is set up, what theme is being used, how that theme designer made it for users to create category buttons, or maybe those buttons are text widgets with html in them? More information about that widget area would be helpful 🙂
Forum: Fixing WordPress
In reply to: Automatic WP Update – now site is downYou can confirm that your content is still in there by checking the wp-posts table in your database.
You can perform a database backup (You should already have some of these, this kind of situation is why you have to have backups) by exporting the database to a .sql file(Instructions)
If you access your website via ftp you can download your wp-content folder to your drive and place it somewhere for a temporary backup.
If you accidentally changed the site url from the wp-admin interface you will have to follow James’ instructions on modifying the database(after backing up!) to restore your website.
You can check which database your website is using by looking inside the wp-config.php file.
// ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', '___YOUR_DB_SHOWS_UP_HERE___');Also check what tables are used:
/** * WordPress Database Table prefix. * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! */ $table_prefix = 'wp_';//typically it is just wp_, but yours may differ depending on your hosting provider.
`Forum: Fixing WordPress
In reply to: Best way to implement a chat systemThis is exactly the answer I was looking for, thanks!
My next question is would I be able to modify the custom post type admin page, where edit.php lets you edit the posts? I did some looking on google and it looks like you can only create an additional settings page. If that is the only way to go I could make a redirect from the post admin page(edit.php?post-type=my_new_post_type) to my own admin page for managing the chat.
Forum: Fixing WordPress
In reply to: Known good child themes do not work on my site?Bump, any assistance here is incredibly appreciated
Forum: Fixing WordPress
In reply to: Known good child themes do not work on my site?What else could make a child theme not work?
Forum: Fixing WordPress
In reply to: Known good child themes do not work on my site?Just enabled it.
Not positive where output goes, checked GoDaddy error log, nothing there. Found an error log in the root folder with wp-config.
Output here(23:44 is my last attempt at loading the page)
[04-May-2016 21:14:25 UTC] PHP Warning: Missing argument 2 for TM_validate_membership() in /home/trishmurray143/public_html/testD002/wp-content/plugins/TM Code/TM Code.php on line 220 [06-May-2016 22:27:03 UTC] PHP Warning: Missing argument 2 for TM_validate_membership() in /home/trishmurray143/public_html/testD002/wp-content/plugins/TM Code/TM Code.php on line 220 [13-May-2016 23:45:52 UTC] PHP Warning: Missing argument 2 for TM_validate_membership() in /home/trishmurray143/public_html/testD002/wp-content/plugins/TM Code/TM Code.php on line 220 [16-May-2016 19:32:28 UTC] PHP Warning: Missing argument 2 for TM_validate_membership() in /home/trishmurray143/public_html/testD002/wp-content/plugins/TM Code/TM Code.php on line 220 [16-May-2016 23:36:56 UTC] PHP Notice: wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.) in /home/trishmurray143/public_html/testD002/wp-includes/functions.php on line 3792 [16-May-2016 23:36:56 UTC] PHP Notice: wp_enqueue_style was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.) in /home/trishmurray143/public_html/testD002/wp-includes/functions.php on line 3792 [16-May-2016 23:36:56 UTC] PHP Deprecated: Function split() is deprecated in /home/trishmurray143/public_html/testD002/wp-content/plugins/TM Code/TM Code.php on line 87 [16-May-2016 23:36:56 UTC] PHP Deprecated: Function split() is deprecated in /home/trishmurray143/public_html/testD002/wp-content/plugins/TM Code/TM Code.php on line 87 [16-May-2016 23:36:56 UTC] PHP Deprecated: Function split() is deprecated in /home/trishmurray143/public_html/testD002/wp-content/plugins/TM Code/TM Code.php on line 87 [16-May-2016 23:36:56 UTC] PHP Deprecated: Function split() is deprecated in /home/trishmurray143/public_html/testD002/wp-content/plugins/TM Code/TM Code.php on line 87 [16-May-2016 23:36:56 UTC] PHP Deprecated: Function split() is deprecated in /home/trishmurray143/public_html/testD002/wp-content/plugins/TM Code/TM Code.php on line 87 [16-May-2016 23:36:56 UTC] PHP Deprecated: Function split() is deprecated in /home/trishmurray143/public_html/testD002/wp-content/plugins/TM Code/TM Code.php on line 87 [16-May-2016 23:36:56 UTC] PHP Deprecated: Function split() is deprecated in /home/trishmurray143/public_html/testD002/wp-content/plugins/TM Code/TM Code.php on line 87 [16-May-2016 23:36:57 UTC] PHP Deprecated: Function split() is deprecated in /home/trishmurray143/public_html/testD002/wp-content/plugins/TM Code/TM Code.php on line 87 [16-May-2016 23:40:21 UTC] PHP Notice: wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.) in /home/trishmurray143/public_html/testD002/wp-includes/functions.php on line 3792 [16-May-2016 23:40:21 UTC] PHP Notice: wp_enqueue_style was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.) in /home/trishmurray143/public_html/testD002/wp-includes/functions.php on line 3792 [16-May-2016 23:40:22 UTC] PHP Deprecated: Function split() is deprecated in /home/trishmurray143/public_html/testD002/wp-content/plugins/TM Code/TM Code.php on line 87 [16-May-2016 23:40:22 UTC] PHP Deprecated: Function split() is deprecated in /home/trishmurray143/public_html/testD002/wp-content/plugins/TM Code/TM Code.php on line 87 [16-May-2016 23:40:22 UTC] PHP Deprecated: Function split() is deprecated in /home/trishmurray143/public_html/testD002/wp-content/plugins/TM Code/TM Code.php on line 87 [16-May-2016 23:40:22 UTC] PHP Deprecated: Function split() is deprecated in /home/trishmurray143/public_html/testD002/wp-content/plugins/TM Code/TM Code.php on line 87 [16-May-2016 23:40:22 UTC] PHP Deprecated: Function split() is deprecated in /home/trishmurray143/public_html/testD002/wp-content/plugins/TM Code/TM Code.php on line 87 [16-May-2016 23:40:22 UTC] PHP Deprecated: Function split() is deprecated in /home/trishmurray143/public_html/testD002/wp-content/plugins/TM Code/TM Code.php on line 87 [16-May-2016 23:40:22 UTC] PHP Deprecated: Function split() is deprecated in /home/trishmurray143/public_html/testD002/wp-content/plugins/TM Code/TM Code.php on line 87 [16-May-2016 23:40:22 UTC] PHP Deprecated: Function split() is deprecated in /home/trishmurray143/public_html/testD002/wp-content/plugins/TM Code/TM Code.php on line 87 [16-May-2016 23:44:32 UTC] PHP Notice: wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.) in /home/trishmurray143/public_html/testD002/wp-includes/functions.php on line 3792 [16-May-2016 23:44:32 UTC] PHP Notice: wp_enqueue_style was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.) in /home/trishmurray143/public_html/testD002/wp-includes/functions.php on line 3792 [16-May-2016 23:44:33 UTC] PHP Deprecated: Function split() is deprecated in /home/trishmurray143/public_html/testD002/wp-content/plugins/TM Code/TM Code.php on line 87 [16-May-2016 23:44:33 UTC] PHP Deprecated: Function split() is deprecated in /home/trishmurray143/public_html/testD002/wp-content/plugins/TM Code/TM Code.php on line 87 [16-May-2016 23:44:33 UTC] PHP Deprecated: Function split() is deprecated in /home/trishmurray143/public_html/testD002/wp-content/plugins/TM Code/TM Code.php on line 87 [16-May-2016 23:44:33 UTC] PHP Deprecated: Function split() is deprecated in /home/trishmurray143/public_html/testD002/wp-content/plugins/TM Code/TM Code.php on line 87 [16-May-2016 23:44:33 UTC] PHP Deprecated: Function split() is deprecated in /home/trishmurray143/public_html/testD002/wp-content/plugins/TM Code/TM Code.php on line 87 [16-May-2016 23:44:33 UTC] PHP Deprecated: Function split() is deprecated in /home/trishmurray143/public_html/testD002/wp-content/plugins/TM Code/TM Code.php on line 87 [16-May-2016 23:44:33 UTC] PHP Deprecated: Function split() is deprecated in /home/trishmurray143/public_html/testD002/wp-content/plugins/TM Code/TM Code.php on line 87 [16-May-2016 23:44:33 UTC] PHP Deprecated: Function split() is deprecated in /home/trishmurray143/public_html/testD002/wp-content/plugins/TM Code/TM Code.php on line 87I deactivated all plugins(including TM-code) to no avail, those were all warnings though, no errors.
Thanks for the quick response.