sebash93
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Zendesk Chat] Only for logged in usersHave 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
In reply to: [Zendesk Chat] Only for logged in usersYou 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
In reply to: Can't embed PDF – 404 ErrorHi 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
In reply to: Theme Styles Not Working, page is like plain HTMLStephen!! 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
In reply to: Theme Styles Not Working, page is like plain HTMLThanks Stephen,But, can u see the site perfectly?
Viewing 5 replies - 1 through 5 (of 5 total)