CodePretty
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: info incon in BlogWell missing divs will definitely make a lot of stuff screw up the specific errors you are getting are Javascript related.
Take a look in your header.php file and you’ll find a line that looks like this:
<script src=”https://0324559.netsolhost.com/WordPress/wp-content/themes/lightword/js/cufon.js” type=”text/javascript”></script>
<script src=”https://0324559.netsolhost.com/WordPress/wp-content/themes/lightword/js/mp.font.js” type=”text/javascript”></script>Although that’s rendered so it’s most likely a php variable providing the long tail url.
Just search for all instances of Cufon and remove them. Your website is trying to load a script that doesn’t exist. Or alternatively you can try and implement.
Although generally this template is pretty poorly written code wise I suggest perhaps ditching it all together and getting a nicer one from the free ones available here. I have the feeling if you continue to use this template you’ll continue to have many problems.
Forum: Fixing WordPress
In reply to: wp-cron.php showing in server logWhich ones are installed?
Forum: Fixing WordPress
In reply to: wp-cron.php showing in server logMost likely a plugin. Many plugins use cron jobs.
Forum: Fixing WordPress
In reply to: Adding css style to phpDo you just want to style the name of your variation?
Forum: Fixing WordPress
In reply to: Adding css style to phpOf course it is. I looked at the actual file.
$var_output out puts.
Variation of your product (like size)
then immediately after generated a drop down list in a loop for each item variation.
If you would mentioned what you actually wanted to style I could help you.
Forum: Fixing WordPress
In reply to: Header.php in 2.9.2. "Your theme has the call to "did you open the header.php file located in wp-content/themes/youthemename? Just checking. Paste it here. What theme are you using?
Forum: Fixing WordPress
In reply to: Adding css style to phpForum: Fixing WordPress
In reply to: Adding css style to phpHi I looked up the SVN of the plugin. I”m not going to install it but if can tell me whether you are trying to style the drop down box (select box) or not I could probably let you know.
Forum: Fixing WordPress
In reply to: Adding css style to phpYou would do better to provide a little more context for what your code is doing if you want help.
The code you copied means:
variable one (var_output is a variable) equals variable one and variable two ($variation2_name) and “: ” all put together. You need to provide more contect for what these variables are.
I mean if your just trying to add it to a string you can add some css style with the .= again but I can’t even say what part of the string you would be adding it to.
Forum: Fixing WordPress
In reply to: Double question marks before HTML-tag.paste the contents of your header.php file.
Forum: Fixing WordPress
In reply to: My sidebar is repeating and I don't want thatumm..you’ve put your sidebar in the loop. You should take it outside the loop. You’ll have to put your category conditionals outside the loop as well but your sidbar is being included for every single item in the loop (each post).
Forum: Fixing WordPress
In reply to: WordPress 3 Menu (wp_nav_menu) won't updateOh this is a bizzare update as well. I can get that menu to update work while debug is turned on but as soon as debug is off it stops. I really can’t turn over my theme with debug on unfortunately.
Forum: Fixing WordPress
In reply to: WordPress 3 Menu (wp_nav_menu) won't updatemy bad sorry that’s a copy and paste error not an original code error I just checked. Alas that’s not the problem wouldn’t that have been nice though. ??
Forum: Fixing WordPress
In reply to: Beginners question about the ('template_url') tag…No problem. Child theme can be as simple as just css. It give your purchased theme more updatability but it’s entirely not necessary. It allows your to alter the appearance of your theme without messing around with the original theme code.
Forum: Fixing WordPress
In reply to: Beginners question about the ('template_url') tag…template url is built in to wordpress to provide the url of that template you don’t need to change it unless you should happen to be making a child theme in which case files you want linked to your child theme should say stylesheet_url