brightenyourview
Forum Replies Created
-
Here is the info and its only using 2 category codes.
https://gkgrisk.com/gkg/gkguniversity
install keys
–
WordPress version
4.2.4
PHP version
5.3.28
pluginsAdd Posts to Pages version 1.4.1 by Arsham Mirshah(https://www.webmechanix.com/)
Capability Manager Enhanced version 1.5.3 by Jordi Canals, Kevin Behrens(https://agapetry.net)
Form Maker Pro version 2.7.17 by https://web-dorado.com/
Ninja Forms version 2.9.27 by The WP Ninjas(https://ninjaforms.com)
Popular Widget version 1.6.9 by Hafid R. Trujillo Huizar(https://www.xparkmedia.com)
Subscribe2 Widget Pro version 2.0 by Devin Walker(https://imdev.in/)
Subscribe2 version 9.2 by Matthew Robinson(https://subscribe2.wordpress.com)
The Events Calendar version 3.11.2 by Modern Tribe, Inc.(https://m.tri.be/1x)
Yoast SEO version 2.3.4 by Team Yoast(https://yoast.com/)
WP-Mail-SMTP version 0.9.5 by Callum Macdonald(https://www.callum-macdonald.com/)network plugins
–
mu plugins
–
theme
GKGRisk
multisite
–
settingsrecurring_events_are_hidden = hidden
tribeEventsTemplate = page-events.php
tribeEventsBeforeHTML = <div class=\”informed\”> <div class=\”centercontent\”> <h3>Seminars and Workshops</h3> <img src=\”https://gkgrisk.com/gkg/wp-content/uploads/2014/07/GKGuniversitylogo.png\” alt=\”GKGuniversitylogo\” width=\”87\” height=\”120\” class=\”alignnone size-full wp-image-506\” align=\”left\” style=\”padding-right:20px;padding-bottom:10px;\”/><p>GKG University offers access to a series of seminars, workshops, webinars and online tools to keep you on the leading edge of developments within the industry. All available to our clients at no cost. No kidding.</p> <p>See below for our GKG University schedule, and be sure to check back often as we’re always adding to our line up.</p> </div></div> </div> </div>
tribeEventsAfterHTML =
previous_ecp_versions =Array
(
[0] => 0
[1] => 3.4.1
[2] => 3.9
)latest_ecp_version = 3.11.2
welcome_notice = 1
donate-link =
postsPerPage = 10
liveFiltersUpdate =
showComments =
showEventsInMainLoop =
eventsSlug = gkguniversity
singleEventSlug = event
multiDayCutoff = 00:00
defaultCurrencySymbol = $
reverseCurrencyPosition =
embedGoogleMaps = 1
embedGoogleMapsZoom = 10
debugEvents =
stylesheetOption = tribe
tribeEnableViews =Array
(
[0] => list
[1] => month
)viewOption = month
tribeDisableTribeBar =
monthEventAmount = 3
last-update-message = 3.11.2
dateWithYearFormat = F j, Y
dateWithoutYearFormat = F j
monthAndYearFormat = F Y
dateTimeSeparator = @
timeRangeSeparator = –
datepickerFormat = 0
earliest_date = 2014-03-26 11:30:00
latest_date = 2015-11-18 13:30:00
schema-version = 3.11.2WordPress timezone
America/New_York
server timezone
UTCI increased the memory to 256M and I tried it in multiple browsers and the same issue happens but when I turn off the plugin everything works fine
I just get this – The connection was reset
The connection to the server was reset while the page was loading.
The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer’s network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.I tried increasing my memory limit to 96M but that didn’t help either. The site only works when I turn off this plugin.
Forum: Plugins
In reply to: [Event Rocket] Event Rocket Calendar shortcode not workingThanks for your input Barry that worked great.
It works with version 2 javascript. Thanks for the help.
Forum: Plugins
In reply to: [Business Hours Plugin] Exceptions not displaying in ShortcodeI was able to fix this in BusinessHours.class.php
Line 50 – public function shortcode( $atts, $content = null ) {
Update this code to for the whole function and it should work for the shortcode
public function shortcode( $atts, $content = null ) {
$closed_text = business_hours()->settings()->get_default_closed_text();
extract( shortcode_atts( array( ‘closed’ => $closed_text ), $atts ) );
if ( empty( $content ) )
return $content;$day = $this->get_day_using_timezone();
$id = key( $day );$open = esc_html( business_hours()->settings()->get_open_hour( $id ) );
$close = esc_html( business_hours()->settings()->get_close_hour( $id ) );
$is_open_today = business_hours()->settings()->is_open( $id );
$exceptions = BusinessHoursExceptions::instance()->get_exceptions_for_day_id( $id );
if ( !empty( $exceptions ) ) {
$open = $exceptions[‘open’];
$close = $exceptions[‘close’];
$is_open_today = !empty( $open ) && !empty( $close );
$name = BusinessHoursExceptions::instance()->get_localized_date_for_day_id( $id );
}
if ( $is_open_today ) {
$content = str_replace( “{{TodayOpen}}”, $open, $content );
$content = str_replace( “{{TodayClose}}”, $close, $content );
} else {
$content = $closed;
}return $content;
}Forum: Plugins
In reply to: [Age Verify] Age Verify Screen seems to be cached on mobile devicesIt appears to only be a problem on apple devices
Forum: Plugins
In reply to: [Age Verify] Age Verify Screen seems to be cached on mobile deviceshttps://byvdevsite.com/saranac – The code is set to automatically save the cookie