I want Javascript qtip pop-ups removed
-
So I bought the flashlike Photographer template for wordpress, and it has these pop-ups on the sides. The template is a portfolio with fullscreen photos and with arrows at the side to change pictures, now, when you hover over the arrows a pop-up appears “next photo”. And I want them removed.
I figured as much that it is in the javascript, but as soon as i remove anything the whole template flips out and doesnt work at all.
Looks like this:
$(‘#previous_btn’).qtip({
content: “Previous photo”,
style: {
name: ‘mystyle’,
tip: {
corner: ‘leftMiddle’
}
},
show: {
effect: { type: ‘fade’, length: 800 },
solo: true
},
hide: {
effect: { type: ‘fade’, length: 200 }
},
position: {
corner: {
target: ‘rightMiddle’,
tooltip: ‘leftMiddle’
}
}So how do I remove the pop-ups. I can’t remove even a line of code, and the whole thing freaks out.
- The topic ‘I want Javascript qtip pop-ups removed’ is closed to new replies.