jxile
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Need help with SEO and GoogleI figured it out thanks to the folks at Google’s Webmaster Tools forums, one of my SEO plugins had my main page no indexed, luckily it is resolved and I’m back at the top.
Forum: Fixing WordPress
In reply to: How to make mp3s playable, downloadable, and trackable?I just ended up using wpaudio and putting a note to “save link as…” or alt/opt click to download. It tracks in Statcounter as well so topic resolved.
Forum: Fixing WordPress
In reply to: How to make mp3s playable, downloadable, and trackable?Can anyone help me out how to make my songs available for download (without right clicking) and trackable with wpaudio, or a better solution? Thanks.
Forum: Fixing WordPress
In reply to: Register meta bullet I removed is back after update.Another interesting note is that it is only on the homepage and not any other pages. Thanks for the help!
Forum: Fixing WordPress
In reply to: Register meta bullet I removed is back after update.I just noticed that it’s only with Explorer and my Android’s browser, but it looks fine on Chrome. Very strange…
Forum: Fixing WordPress
In reply to: Removing bullets from login/register meta.I finally figured it out, thanks for the help!
Forum: Fixing WordPress
In reply to: Removing bullets from login/register meta.Okay, so got back on track with my blog, now I need top delete that pesky bullet. Can you give me the exact code to change, and it’s location so I don’t screw up my blog again? Thanks for all of the help!
Forum: Fixing WordPress
In reply to: Should I delete and reinstall?So I did that and everything seems to be fine now. I can get into the back end and was able to re-enable the plugins with the exception of SEO Slugs. Thanks again for all of your help getting my blog back online.
Forum: Fixing WordPress
In reply to: Should I delete and reinstall?Okay, I will try that.
Forum: Fixing WordPress
In reply to: Should I delete and reinstall?I can’t even log in to disable them. Is there a way to do it without logging in?
Forum: Fixing WordPress
In reply to: Removing bullets from login/register meta.So I severely messed up my site… I read the Codex, changed the wp_register in general-template.php to the code above, and went to load a page and got a fatal redeclare error on deprecated.php.
I went and reverted to an older backup of general-template.php and deprecated.php and the site seemed to work, with oddly the bullets removed even though I reverted to older files.
Then I go to login to wordpress and get:
Fatal error: Cannot redeclare tinymce_include() (previously declared in /home/content/j/x/i/jxile/html/wp-includes/deprecated.php:755) in /home/content/j/x/i/jxile/html/wp-admin/includes/deprecated.php on line 25
So right now I downloaded the default wordpress installation files again and am uploading them, hoping that this will fix the issue.
Have any of you dealt with issue in changing the general-template.php and having the deprecated.php file have redeclaration issues? I tried looking through the code and seeing what the issue was, but it is not something I am familiar with and do not want to mess up my site any further.
What should I do to fix this issue, remove the bullets, and not have it happen again? Thanks for your help!
Forum: Fixing WordPress
In reply to: Stylesheet not loading on single posts.I am happy to report that it is fixed now, I had entered in the code with the actual style sheet URL in the ‘stylesheet_url’ so it wasn’t working. ^Thanks for all of the help!
Forum: Fixing WordPress
In reply to: Stylesheet not loading on single posts.I tried putting the code in and it didn’t work on the template or header:
<link rel="stylesheet" href="<?php bloginfo('../wp content/themes/pixel/style.css"'); ?>" type="text/css" media="screen" />Is this style sheet url correct for the code do you think?
I checked the single.php, and the page.php and both have the code:
<?php get_header(); ?>Is there another file I should be checking for the header code as well?