Sure, their A/B testing functionality is for testing two or more variants of a page.
]]>Please tell me how you fixed that?
]]>Never mind, I fixed it!
]]>Hi there, it looks like this was actually a content-display issue with the blog, where the ">" character got converted to "& gt;". I've just updated the post to convert that character back to its original value, can you please try again? I apologize for the confusion.
]]>sorry I use classes: "_cta" for both buttons, "_center" on the first and "_sidebar" on the second
]]>Here's the JS:
function() {
var buttonClasses = document.querySelector("._cta").classList;
if (buttonClasses.value.search("_center") & gt; - 1) {
buttonPosition = "center";
} else {
buttonPosition = 'sidebar';
}
return buttonPosition;
}
Could you help please?
]]>