Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
Version 9
0 points
Beginner
Here’s a temporary quick fix for IE… and when a Category is not selected
Place this to Design Setup -> Custom Meta Data -> Footer Styles
[code title=””]
<script>
jQuery(“#MainSaveBtn”).click(function(e){
var category_count = jQuery(‘#SelCatCount’).text();
if (category_count == 0 ) {
alert(‘Please Select a Category’);
e.preventDefault();
} else { jQuery(“#SUBMISSION_FORM”).submit(); }
});
</script>[/code]
This will eliminate the php error, because it insures a category is selected and allows the foreach function to run…
Here’s a temporary quick fix for IE… and when a Category is not selected
Place this to Design Setup -> Custom Meta Data -> Footer Styles
[code title=””]
<script>
jQuery(“#MainSaveBtn”).click(function(e){
var category_count = jQuery(‘#SelCatCount’).text();
if (category_count == 0 ) {
alert(‘Please Select a Category’);
e.preventDefault();
} else { jQuery(“#SUBMISSION_FORM”).submit(); }
});
</script>[/code]
This will eliminate the php error, because it insures a category is selected and allows the foreach function to run…
Members Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login Now