pers0n
Forum Replies Created
-
Forum: Plugins
In reply to: [Accept Elavon Payments using Contact Form 7] Can it still send an emailCheck out the following fork:
https://github.com/pers0n/Contact-Form-7-Elavon-ConvergeI couldn’t want for things to get fixed and had to hack it.
I found the bug to be that ‘_wp_types_group_post_types’ in the table wp_postmeta was not showing one of my custom post types for some wierd reason, once added, it began to work as it had before
however that posttype will not show up in the list of Post Types for the Custom Fields Group, not sure why, its a valid posttype, maybe because its a child of another posttype but that shouldnt prevent it from showing up but could be part of the bug
I would really like to limit this to pages that need it only. I always try to make lightweight sites. Thanks.
Every page is loading the following:
<link rel=’stylesheet’ id=’tribe-events-calendar-style-css’ href=’https://example.org/wp-content/plugins/the-events-calendar/resources/events.css?ver=3.3.2′ type=’text/css’ media=’all’ />
<script type=’text/javascript’ src=’https://example.org/wp-content/plugins/the-events-calendar/resources/jquery.pjax.js?ver=3.3.2′></script>
<script type=’text/javascript’ src=’https://example.org/wp-content/plugins/the-events-calendar/resources/events.js?ver=3.3.2′></script>I dont need the JS and CSS files loading on my homepage. Really they should be loaded only when the calendar is being used on those special templates.