sntx_errorr
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Themes and Templates
In reply to: [Make] Onclick event on "builder-gallery-item"With code I’ve posted above, link on the
<div class="builder-gallery-item has-link">elements was not working anymore. Here is fixed solution:function getRidOfEventHandler(){ $("div.builder-gallery-item").each( function(){ if( $(this).hasClass('has-link') == false){ $(this).removeAttr('onclick'); } }) }Forum: Themes and Templates
In reply to: [Make] Onclick event on "builder-gallery-item"for now i`m using:
function getRidOfEventHandler(){ $("div.builder-gallery-item").each( function(){ $(this).removeAttr('onclick'); }) }Forum: Fixing WordPress
In reply to: Change menu per page with custom theme locationsProblem solved! Found mistake in location names used in header.php
Great! Thanks a lot!
Thank you for your fast reply.
http://aprofs.ru/ (web-site is in russian). This symbol is on different characters. Can yo give me a link to help desk for PRO, please? You can update page, to see other post in left bottom widget.
Viewing 5 replies - 1 through 5 (of 5 total)