Title: codingpet's Replies - page 10 | WordPress.org

---

# codingpet

  [  ](https://wordpress.org/support/users/codingpet/)

 *   [Profile](https://wordpress.org/support/users/codingpet/)
 *   [Topics Started](https://wordpress.org/support/users/codingpet/topics/)
 *   [Replies Created](https://wordpress.org/support/users/codingpet/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/codingpet/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/codingpet/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/codingpet/engagements/)
 *   [Favorites](https://wordpress.org/support/users/codingpet/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 136 through 150 (of 181 total)

[←](https://wordpress.org/support/users/codingpet/replies/page/9/?output_format=md)
[1](https://wordpress.org/support/users/codingpet/replies/?output_format=md) [2](https://wordpress.org/support/users/codingpet/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/codingpet/replies/page/3/?output_format=md)…
[9](https://wordpress.org/support/users/codingpet/replies/page/9/?output_format=md)
10 [11](https://wordpress.org/support/users/codingpet/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/codingpet/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/codingpet/replies/page/13/?output_format=md)
[→](https://wordpress.org/support/users/codingpet/replies/page/11/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [help with this code ??? echo $var](https://wordpress.org/support/topic/help-with-this-code-echo-var/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/help-with-this-code-echo-var/#post-2980369)
 * <?php echo do_shortcode(‘[FMP width=”1180″ height=”550″]’.$Video.'[/FMP]’); ?
   >
 * Is this work?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [code in my sorce that i cant find on WP?](https://wordpress.org/support/topic/code-in-my-sorce-that-i-cant-find-on-wp/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/code-in-my-sorce-that-i-cant-find-on-wp/#post-2980362)
 * Did you check footer.php of your theme before the </body> tag?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [help with this code ??? echo $var](https://wordpress.org/support/topic/help-with-this-code-echo-var/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/help-with-this-code-echo-var/#post-2980361)
 * <?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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Having issue with WordPress wp_enqueue_style/script](https://wordpress.org/support/topic/having-issue-with-wordpress-wp_enqueue_stylescript/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/having-issue-with-wordpress-wp_enqueue_stylescript/#post-2977367)
 * You should use a hook to add the scripts. See:
 * [http://codex.wordpress.org/Function_Reference/wp_enqueue_style#Using_a_Hook](http://codex.wordpress.org/Function_Reference/wp_enqueue_style#Using_a_Hook)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [PHP error](https://wordpress.org/support/topic/php-error-23/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/php-error-23/#post-2977016)
 * Please 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Robots.txt fetch on google webmaster](https://wordpress.org/support/topic/robotstxt-fetch-on-google-webmaster/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/robotstxt-fetch-on-google-webmaster/#post-2977015)
 * It seems you are using [https://www.attracta.com](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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [tranferring database](https://wordpress.org/support/topic/tranferring-database/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/tranferring-database/#post-2974960)
 * What you need to change are:
    1. Database Name 2. Database Username 3. Database
   Password 4. Database Host
 * Check [http://codex.wordpress.org/Editing_wp-config.php](http://codex.wordpress.org/Editing_wp-config.php)
   Configure Database Settings section. You’ll get a clear idea from there.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [custom avatars per user](https://wordpress.org/support/topic/custom-avatars-per-user/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/custom-avatars-per-user/#post-2976999)
 * Try this if you want users have their own avatars for your site only.
    [http://wordpress.org/extend/plugins/add-local-avatar/](http://wordpress.org/extend/plugins/add-local-avatar/)
 * For global avatar, users need to upload on Gravatar.com
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can Anyone Please help..Sub Categories now not displaying](https://wordpress.org/support/topic/can-anyone-please-helpsub-categories-now-not-displaying/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/can-anyone-please-helpsub-categories-now-not-displaying/#post-2974948)
 * [@creative_lounge](https://wordpress.org/support/users/creative_lounge/)
 * Things are clear now. Thank you.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [tranferring database](https://wordpress.org/support/topic/tranferring-database/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/tranferring-database/#post-2974945)
 * So 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Alt text not showing up when hovering over images](https://wordpress.org/support/topic/alt-text-not-showing-up-when-hovering-over-images/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/alt-text-not-showing-up-when-hovering-over-images/#post-2975405)
 * China.
 * This kind but bigger than this one as he’s more than 3 years. [http://www.yzhyw.com/uploadfile/2012/0529/20120529110155876.jpg](http://www.yzhyw.com/uploadfile/2012/0529/20120529110155876.jpg)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Alt text not showing up when hovering over images](https://wordpress.org/support/topic/alt-text-not-showing-up-when-hovering-over-images/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/alt-text-not-showing-up-when-hovering-over-images/#post-2975399)
 * 🙂 great it works.
 * I have a pet pig but not pot-bellied.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Alt text not showing up when hovering over images](https://wordpress.org/support/topic/alt-text-not-showing-up-when-hovering-over-images/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/alt-text-not-showing-up-when-hovering-over-images/#post-2975396)
 * When 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [tranferring database](https://wordpress.org/support/topic/tranferring-database/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/tranferring-database/#post-2974906)
 * Use [http://wordpress.org/extend/plugins/wp-migrate-db](http://wordpress.org/extend/plugins/wp-migrate-db)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Alt text not showing up when hovering over images](https://wordpress.org/support/topic/alt-text-not-showing-up-when-hovering-over-images/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/alt-text-not-showing-up-when-hovering-over-images/#post-2975387)
 * Hi 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” ???

Viewing 15 replies - 136 through 150 (of 181 total)

[←](https://wordpress.org/support/users/codingpet/replies/page/9/?output_format=md)
[1](https://wordpress.org/support/users/codingpet/replies/?output_format=md) [2](https://wordpress.org/support/users/codingpet/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/codingpet/replies/page/3/?output_format=md)…
[9](https://wordpress.org/support/users/codingpet/replies/page/9/?output_format=md)
10 [11](https://wordpress.org/support/users/codingpet/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/codingpet/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/codingpet/replies/page/13/?output_format=md)
[→](https://wordpress.org/support/users/codingpet/replies/page/11/?output_format=md)