Title: sebash93's Replies | WordPress.org

---

# sebash93

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Zendesk Chat] Only for logged in users](https://wordpress.org/support/topic/only-for-logged-in-users/)
 *  [sebash93](https://wordpress.org/support/users/sebash93/)
 * (@sebash93)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/only-for-logged-in-users/#post-6118866)
 * Have you tried without the zopim’s script? That script is added autamatically
   by the plugin, so you can just leave the code like this
 *     ```
       $zopim( function() {
       var logged = jQuery('body').hasClass('logged-in');
       if (!logged){$zopim.livechat.hideAll()}
       })
       ```
   
 * Tell me if it works, i’ll be aware!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Zendesk Chat] Only for logged in users](https://wordpress.org/support/topic/only-for-logged-in-users/)
 *  [sebash93](https://wordpress.org/support/users/sebash93/)
 * (@sebash93)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/only-for-logged-in-users/#post-6118864)
 * You can add this to Zopim widget options:
 *     ```
       var logged = jQuery('body').hasClass('logged-in');
       if (!logged){$zopim.livechat.hideAll()}
       ```
   
 * Jquery is required (Note that i’m using jQuery instead of $) and it must go inside
   Zopim function.
 *     ```
       $zopim( function() {
       // Here goes the code
       })
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can't embed PDF – 404 Error](https://wordpress.org/support/topic/cant-embed-pdf-404-error/)
 *  Thread Starter [sebash93](https://wordpress.org/support/users/sebash93/)
 * (@sebash93)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/cant-embed-pdf-404-error/#post-5561796)
 * Hi Calvin, thanks for your answer.
 * Yes i can access to the file with the direct URL, but when i insert this URL 
   within the Plugin’s Shortcode it doesnt work.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Theme Styles Not Working, page is like plain HTML](https://wordpress.org/support/topic/theme-styles-not-working-page-is-like-plain-html/)
 *  Thread Starter [sebash93](https://wordpress.org/support/users/sebash93/)
 * (@sebash93)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/theme-styles-not-working-page-is-like-plain-html/#post-5400173)
 * Stephen!! I solved the problem. The folder “themes” was with “766” permissions
   but i changed it to “755” and it worked. Thanks a lot for your help, you gave
   me a clue for what could be the problem.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Theme Styles Not Working, page is like plain HTML](https://wordpress.org/support/topic/theme-styles-not-working-page-is-like-plain-html/)
 *  Thread Starter [sebash93](https://wordpress.org/support/users/sebash93/)
 * (@sebash93)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/theme-styles-not-working-page-is-like-plain-html/#post-5400171)
 * Thanks Stephen,But, can u see the site perfectly?

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