Title: Khalid's Replies | WordPress.org

---

# Khalid

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

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

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to text-shadow the Post’s Titles over the Slider??](https://wordpress.org/support/topic/how-to-text-shadow-the-posts-titles-over-the-slider/)
 *  [Khalid](https://wordpress.org/support/users/mdotkhalid/)
 * (@mdotkhalid)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/how-to-text-shadow-the-posts-titles-over-the-slider/#post-10750417)
 * @ogclick
 * Very welcome! Glad it worked.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to text-shadow the Post’s Titles over the Slider??](https://wordpress.org/support/topic/how-to-text-shadow-the-posts-titles-over-the-slider/)
 *  [Khalid](https://wordpress.org/support/users/mdotkhalid/)
 * (@mdotkhalid)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/how-to-text-shadow-the-posts-titles-over-the-slider/#post-10748651)
 * [@oglick](https://wordpress.org/support/users/oglick/) Can you also tell me in
   which file you have put the above mentioned CSS code?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to text-shadow the Post’s Titles over the Slider??](https://wordpress.org/support/topic/how-to-text-shadow-the-posts-titles-over-the-slider/)
 *  [Khalid](https://wordpress.org/support/users/mdotkhalid/)
 * (@mdotkhalid)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/how-to-text-shadow-the-posts-titles-over-the-slider/#post-10747005)
 * Upon observing the HTML code of the page, I found that there is something called
   Endurance Page Cache. Turned out that Bluehost by default enables it so you might
   probably start to look for options to clear this cache through WP Admin or Bluehost
   Control Panel.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to text-shadow the Post’s Titles over the Slider??](https://wordpress.org/support/topic/how-to-text-shadow-the-posts-titles-over-the-slider/)
 *  [Khalid](https://wordpress.org/support/users/mdotkhalid/)
 * (@mdotkhalid)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/how-to-text-shadow-the-posts-titles-over-the-slider/#post-10746987)
 * This should work. “a” is just referencing to the anchor links, so it is your 
   wish to keep it or not. But in case it is not working, it might be possible that
   you are using a cache plugin which might be causing your change to not reflect
   on the website. Try clearing the cache if you are using any such plugin.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to text-shadow the Post’s Titles over the Slider??](https://wordpress.org/support/topic/how-to-text-shadow-the-posts-titles-over-the-slider/)
 *  [Khalid](https://wordpress.org/support/users/mdotkhalid/)
 * (@mdotkhalid)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/how-to-text-shadow-the-posts-titles-over-the-slider/#post-10746934)
 * You can try with following rule:-
    `.banner-text .banner-text-title a{ text-shadow:#
   000 -1px -1px 2px; }`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [function name javascript in plugin](https://wordpress.org/support/topic/function-name-javascript-in-plugin/)
 *  [Khalid](https://wordpress.org/support/users/mdotkhalid/)
 * (@mdotkhalid)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/function-name-javascript-in-plugin/#post-10739253)
 * There is no hard rule for following a naming convention but you can do it in 
   two ways:-
    1. Using a prefix – such as `pluginname_subscribe()` or `pluginname_unsubscribe()`
    2. Using a JSON object to wrap the functions such as:
    3.     ```
           var pluginobj = {}; 
           pluginobj.subscribe = function(){
           // Code Here
           }
           pluginobj.unsubscribe = function(){
           // Code Here
           }
           ```
       
 *  -  This reply was modified 7 years, 10 months ago by [Khalid](https://wordpress.org/support/users/mdotkhalid/).

Viewing 6 replies - 1 through 6 (of 6 total)