James Liu
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Thanks Paolo but unfortunately it doesn’t work out on my site. Should I make some adjustment before to use it?
James
Hi Alex,
Thanks for your reply. I had the following codes:
<script type=”text/javascript”>
jQuery(document).ready(function() {
jQuery(‘.gd_multi_choice’).on(‘change’, function() {
var selecttag = [];
jQuery(“input[name=’geodir_add_genre[]’]:checked”).each( function (){
selecttag.push(jQuery(this).val());
});
jQuery(‘#post_tags’).val(selecttag);
});
});
</script>Where should I paste this code onto to test?
James
all pages are working now. BTW, what’s the info page used for?
James
div#geodir_content {
display: inline-block!important;
width: 63%;
}I added it here and is it ok? Just want to know
but I will change it based on your suggestion.
Thanks again, you guys are great!
Hi Kor,
Following your example, I did it by adding the width and it works. Is it correct?
Thanks a lot!
James
This reply has been marked as private.Thanks and looking forward to having good news with you soon.
This reply has been marked as private.This reply has been marked as private. -
AuthorPosts