Tagged: x
-
AuthorPosts
-
April 1, 2016 at 6:59 am #862458
Hi there!
Can you help me with putting _target blank for the back button link. The codes in other posts don’t work for me.
Thanks!
April 1, 2016 at 6:59 am #862459This reply has been marked as private.April 1, 2016 at 4:18 pm #863107Hi There,
Thanks for writing! Please add the following jQuery script in your Customizer via Appearance > Customize > Custom > Javascript
jQuery(document).ready(function($){ $('.x-card-outer .x-face-content a.x-face-button').each(function(){ $(this).attr('target', '_blank' ); }); });
Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!
April 2, 2016 at 7:39 am #863729It works! And I have put the code before in css instead of javascript, but this is new option isn’t it?
Okay super thanks !!
April 2, 2016 at 10:36 pm #864266Hello There,
Thanks for letting us know that it works for you. The custom JS section is already there. Before it was just a simple textarea and now we changed it to a new look.
If you need anything else we can help you with, don’t hesitate to open another thread.
-
AuthorPosts