Chip G.
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove 'wp' from URLResolved.
Forum: Fixing WordPress
In reply to: Remove 'wp' from URLHello— can someone please advise.
Forum: Fixing WordPress
In reply to: Remove 'wp' from URLHello— What can I do to get my site back up?
Attempting to remove the ‘wp’ from the URL via the two listed database tables as listed above, I have downed my site.
From looking at the provided link, are you able to troubleshoot an error or missed step in the process? CharlieBubblesBook.com
—Thank you.— look for wp_options.
— Under the field option_name, scroll down and look for siteurl.
— In the input box for option_value, carefully change the URL information to the new address.
— Look for the home field in the table and click Edit Field.
— In the input box for option_value, carefully change the URL information to the new address.Forum: Themes and Templates
In reply to: Twenty Twelve Parse ErrorOkay. Again, thank you for your troubleshooting.
Forum: Themes and Templates
In reply to: Twenty Twelve Parse ErrorOkay, I’m back up to where I started. I thank you Andrew.
Should I begin a new thread to learn how to remove the header from only 1 page of my site?
Forum: Themes and Templates
In reply to: Twenty Twelve Parse ErrorYes, I see and understand to remove that bit. But, I did add the (id=443) Shouldn’t that be changed to what it was initially?
Forum: Themes and Templates
In reply to: Twenty Twelve Parse ErrorForum: Themes and Templates
In reply to: Twenty Twelve Parse Error<?php // Exit if accessed directly if ( !defined('ABSPATH')) exit; /* Add custom functions below */ remove_action( 'woocommerce_pagination', 'woocommerce_catalog_ordering', 20 ); <?php $header_image = get_header_image(); if ( ! empty( $header_image ) && is_page(id=443) ) : ?> <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php echo esc_url( $header_image ); ?>" class="header-image" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" /></a> <?php endif; ?>
Forum: Themes and Templates
In reply to: Twenty Twelve Parse ErrorHello— I recognize in the code is_page(id=443) is what I added and obviously incorrect. What should be between the parenthesis to get me back to initial order?
<?php // Exit if accessed directly if ( !defined('ABSPATH')) exit; /* Add custom functions below */ remove_action( 'woocommerce_pagination', 'woocommerce_catalog_ordering', 20 ); <?php $header_image = get_header_image(); if ( ! empty( $header_image ) && is_page(id=443) ) : ?> <a>"><img src="<?php echo esc_url( $header_image ); ?>" class="header-image" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" /></a> <?php endif; ?>
Forum: Themes and Templates
In reply to: Twenty Twelve Parse Error? Other tha posted text what specifically should I look for?
Parse error: syntax error, unexpected ‘<‘ in /home/charlieb/public_html/wp/wp-content/themes/twentytwelve-child/functions.php on line 9
Forum: Plugins
In reply to: [MN Contact Form] Not Receiving EmailMy site is and has been online. I could not get MN Contact to work as written above. I preferred the MN Contact as it was aesthetically pleasing. I have switched to the WordPress Contact Form provided within the pages menu which is working fine. Thank you.
Forum: Fixing WordPress
In reply to: Functions.php downed siteSite is back up and running. Although the WooCommerce ‘Default Sorting’ dropdown is still there, which that code was to remove. No worries, after all that I’ll leave it there.
I thank you very much. A bit overwhelming for an amateur. Glad you are here.
Forum: Fixing WordPress
In reply to: Functions.php downed site<?php
// Exit if accessed directly
if ( !defined(‘ABSPATH’)) exit;/* Add custom functions below */
Theme functions: remove_action( ‘woocommerce_pagination’, ‘woocommerce_catalog_ordering’, 20 );Forum: Fixing WordPress
In reply to: Functions.php downed siteOkay, via FTP I have accessed my ‘/wp-content/themes/twentytwelve-child/functions.php’ file which is a long page of code. What specifically am I looking for to fix the code?
Forum: Fixing WordPress
In reply to: Functions.php downed site<?php
/**
* Administration Functions
*
* This file is deprecated, use ‘wp-admin/includes/admin.php’ instead.
*
* @deprecated 2.5.0
* @package WordPress
* @subpackage Administration
*/_deprecated_file( basename(__FILE__), ‘2.5’, ‘wp-admin/includes/admin.php’ );
/** WordPress Administration API: Includes all Administration functions. */
require_once(ABSPATH . ‘wp-admin/includes/admin.php’);