codingpet
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: help with this code ??? echo $var<?php echo do_shortcode(‘[FMP width=”1180″ height=”550″]’.$Video.'[/FMP]’); ?>
Is this work?
Forum: Fixing WordPress
In reply to: code in my sorce that i cant find on WP?Did you check footer.php of your theme before the </body> tag?
Forum: Fixing WordPress
In reply to: help with this code ??? echo $var<?php $video = echo get_post_meta($post->ID, ‘Video’, true); ?> please change to <?php $video = get_post_meta($post->ID, ‘Video’, true); ?>
Forum: Themes and Templates
In reply to: Having issue with WordPress wp_enqueue_style/scriptYou should use a hook to add the scripts. See:
http://codex.wordpress.org/Function_Reference/wp_enqueue_style#Using_a_Hook
Forum: Fixing WordPress
In reply to: PHP errorPlease deactivate plugins one by one and change theme to default to make sure it’s not a plugin or theme related issue. I assume a function in plugins or theme caused the warning. Maybe it’s a custom function for post meta box related functions.
Forum: Fixing WordPress
In reply to: Robots.txt fetch on google webmasterIt seems you are using https://www.attracta.com services? If it’s not necessary, then please delete the robots.txt and try a recommended by google as Krishna said.
Forum: Fixing WordPress
In reply to: tranferring databaseWhat you need to change are:
1. Database Name
2. Database Username
3. Database Password
4. Database HostCheck http://codex.wordpress.org/Editing_wp-config.php Configure Database Settings section. You’ll get a clear idea from there.
Forum: Fixing WordPress
In reply to: custom avatars per userTry this if you want users have their own avatars for your site only.
http://wordpress.org/extend/plugins/add-local-avatar/For global avatar, users need to upload on Gravatar.com
Forum: Fixing WordPress
In reply to: Can Anyone Please help..Sub Categories now not displayingThings are clear now. Thank you.
Forum: Fixing WordPress
In reply to: tranferring databaseSo you mean your tekstine.no is using a remote database that on lucidguitars.com? If yes, then you just need to transfer the database from tekstine.no to lucidguitars.com and change the database connection string in wp-config.php. No links need to be changed.
Forum: Fixing WordPress
In reply to: Alt text not showing up when hovering over imagesChina.
This kind but bigger than this one as he’s more than 3 years. http://www.yzhyw.com/uploadfile/2012/0529/20120529110155876.jpg
Forum: Fixing WordPress
In reply to: Alt text not showing up when hovering over images🙂 great it works.
I have a pet pig but not pot-bellied.
Forum: Fixing WordPress
In reply to: Alt text not showing up when hovering over imagesWhen hovering over the image, it text is title attribute not alt attribute. Alt attribute will display when the image path is incorrect or can’t be loaded.
So please add title=”Kricklewood Farm on Facebook” behind the alt=”Kricklewood Farm on Facebook”. Please make sure to add a blank between each attributes.
Forum: Fixing WordPress
In reply to: tranferring databaseForum: Fixing WordPress
In reply to: Alt text not showing up when hovering over imagesHi Dale,
Why do you think the Alt isn’t working? It works fine. If the facebook image not display, then “Kricklewood Farm on Facebook” will display.
Maybe you want to add title = “Kricklewood Farm on Facebook” ???