vachi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help moving blog….don’t want to delete it!!!you want to leave teh files under the old folder but have the blog show the new domain name, why don’t you just move the blog to the new domain?
http://codex.wordpress.org/Moving_WordPress#Moving_WordPress_Within_Your_SiteForum: Fixing WordPress
In reply to: Frame licensed contentok i am confused, but lets see,
you can create custom page, and have teh frame code in it, than using the custom meta area, you can put the link, you see what i am getting at?
Forum: Fixing WordPress
In reply to: 2.6 Causing Slow Loading?it must be yours theme, really i have not seen a loading difference between 2.5 and 2.6
if there is something it can be that your theme is not working well with 2.6 try changing themes or using the default one and see if there is a speed increaseForum: Fixing WordPress
In reply to: Page to display only one category of postshttp://codex.wordpress.org/Category_Templates#What_categories_do_you_show_to_the_visitors.3F
you need to read a bit, and google this
http://www.google.com/search?client=safari&rls=en-us&q=display+posts+by+category&ie=UTF-8&oe=UTF-8not trying to be mean, if you still need help i will write it for you lol, but try to do it yourself first
Forum: Fixing WordPress
In reply to: home.php disables index.php?do you mean this<?php /** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @package WordPress */ /** * Tells WordPress to load the WordPress theme and output it. * * @var bool */ define('WP_USE_THEMES', true); /** Loads the WordPress Environment and Template */ require('./wp-blog-header.php'); ?>thats what index.php is ? or teh index.php of the theme?
Forum: Fixing WordPress
In reply to: Unsleepable footer drop shadow gone!teh drop shadow is a file no?, i think its just a image, how did you get rid of it, what did you do?
Forum: Fixing WordPress
In reply to: Just created a new page and now the site won’t load at all..🙂 ok than lets see what browsers are loading it, i am on safari and firefox 3, on the mac.
can IE people please see if it works, once again its opening correctly for me,http://www.lasnark.com/wp-content/plugins/ga-extra-se/custom_se.js
http://www.lasnark.com/wp-content/plugins/ga-extra-se/track-imagesearch.js
http://www.lasnark.com/wp-content/themes/cutline-3-column-split-11/custom.css
http://www.lasnark.com/wp-content/themes/cutline-3-column-split-11/images/body_bg.jpg
http://www.lasnark.com/wp-content/themes/detour/images/favicon.icothese files my activity window says are missing
Forum: Fixing WordPress
In reply to: center a javascript adwhy don’t you try using a div for it
create a new class in your stylesheet file
ad_centered { position: relative; }put the ad script in the div <div class="ad_centered"> than the <center> than the add script than close the </center> and the </div>EDIT i just went to your site and its correct, please post your solution 🙂 and make the post resolved
Forum: Fixing WordPress
In reply to: Password Troubles – Invalid Key! Help!ok do you have access to you mysql database, if you do than you can check the email that is used for the user admin which should be ID 1 in the _users table
Forum: Fixing WordPress
In reply to: Vanished rich text editorit might be a a plugin that you are using on your installs, deactivate all plugins and see what happens, have you also tried checking your local integrity such as your browser and your pc, maybe try other pcs or browsers might be a cache or cookie problem.
Forum: Fixing WordPress
In reply to: center a javascript adsorry have you tried the
<center></center>tags?
just a thoughtForum: Fixing WordPress
In reply to: XHTML page template not working without PHPi am confused, you are building your own theme, is that correct?
if you have any php code in a file the file extension has to be .php
you do not have to display get_sidebar or header, please post your code too txForum: Fixing WordPress
In reply to: Exclude Single Category Name from “the_category” Commandhttp://wordpress.org/support/topic/140469?replies=23
here is your answer
actually its not really your answer sorry, it might help tho, i will try to find a solution sorry for the annoyance
Forum: Fixing WordPress
In reply to: New theme and now comments won’t workok so can you please post your loop code, or the code where you are calling on the comment system, do you have a separate comment.php page
and did you make it or are u using a premade one form another them or so onForum: Fixing WordPress
In reply to: Just created a new page and now the site won’t load at all..is this resolved, because the site is loading? please tag the post as resolved