CrouchingBruin on "Need help with footer and few other minor problems"

ساخت وبلاگ

You can add some Javascript to capture the mouse click. If you don't have a way of adding scripting code (it doesn't look like you have a child theme in place), then I would recommend using a plugin like Header and Footer. You can also use the plugin to add other scripting code, like the tracking code for Google Analytics.

<script>
jQuery(document).ready(function($){ $('.page-id-18 .team-1 .col-sm-4:nth-child(2) .team-1-member a').click( function(event) { event.preventDefault(); });
});
</script>

You didn't say which link you wanted to disable, but the above code disables the second one. If you want a different link disabled, change the number in the nth-child pseudoelement.

Your users may be confused as to why nothing is happening when they click on the link, so you may want to add some CSS to change the appearance on mouse hover, so they don't think something is wrong.

WordPress ...
ما را در سایت WordPress دنبال می کنید

برچسب : نویسنده : استخدام کار wpss بازدید : 240 تاريخ : يکشنبه 13 تير 1395 ساعت: 0:58