Connor O.
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Finding Old Google Analytics CodeGood advice, esmi. I was able to search that forum for my answer.
Forum: Themes and Templates
In reply to: Twenty Thirteen – Problem Changing Link ColorThanks for the quick replies. I will look into Child Themes and move this discussion to http://wordpress.org/support/theme/twentythirteen.
Forum: Plugins
In reply to: [Contact Form 7] Top-Most Text Field Description DisappearingOk, I’ve done some fiddling and found that
<span class=”wpcf7-form-control-wrap FirstName”>
is added immediately before text fields.
This would, at least in my case, remove any text before [text* FirstName]. I added this code before the text description and now it does show up, but <span class=”wpcf7-form-control-wrap FirstName”> is shown twice.
Forum: Fixing WordPress
In reply to: Multiple WordPress Databases – Which one am I using?Appreciate your help. I looked into both option_name fields for the two databases listed in the wp-config.php file.
I found the siteurl listed for both databases – both list our company’s homepage.
Does this mean our website uses two WordPress databases? I’d be surprised if that were the case.
Doesn’t a backslash in a file render code inactive? I’m wondering if that applies to the code from wp-config.php, listed here:
/** The name of the database for WordPress */
/*define(‘DB_NAME’, ‘companywebdb’);*/
define(‘DB_NAME’, ‘companywordpressn’);Forum: Fixing WordPress
In reply to: Multiple WordPress Databases – Which one am I using?Thanks for your help, Sam.
I looked into the wp-config file. However, I still see two databases listed. Does the “/” in front of the ‘companywebdb’ mean it’s inactive? Or does the text, copied below, show that we are actually using two databases?
COPIED FROM WP-CONFIG.PHP
/** The name of the database for WordPress */
/*define(‘DB_NAME’, ‘companywebdb’);*/
define(‘DB_NAME’, ‘companywordpressn’);/** MySQL database username */
/*define(‘DB_USER’, ‘companywebdb’);*/
define(‘DB_USER’, ‘companywordpressn’);