Jesterx93
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [XT Event Widget for Social Events] Shortcode does not seem to workhere is what mine had to look like in order to work
[wpfb_events page_id=XXXXXXXXXXXXX col=2 max_events=10]- This reply was modified 9 years, 1 month ago by Jesterx93.
here is what i did .. I found this in the file wp-config.php
/** Sets up WordPress vars and included files. */ require_once(ABSPATH . 'wp-settings.php');then above the line:
require_once(ABSPATH . 'wp-settings.php');I entered a new line:
define('WPCACHEHOME', dirname(__FILE__) . '/wp-content/plugins/wp-super-cache/');so the final product looked like this:
/** Sets up WordPress vars and included files. */ define('WPCACHEHOME', dirname(__FILE__) . '/wp-content/plugins/wp-super-cache/'); require_once(ABSPATH . 'wp-settings.php');hope this helps
Forum: Fixing WordPress
In reply to: mydomain.com VRS www.mydomain.comOK i turned caching off and then back on completely in super cache and all is well .. thanks
Forum: Fixing WordPress
In reply to: mydomain.com VRS www.mydomain.comyes it is claninvisible.com
Ive followed your instructions and still http://www.claninvisible.com shows old content.. mabye its cached with my ISP?
Viewing 4 replies - 1 through 4 (of 4 total)