sponauglebl
Forum Replies Created
-
Hi, I am having the same issue. It was working great — and now the sliders are not showing up on the front end. It is not a caching issue, I’ve deactivated all plugins to see about a conflict and changing the theme doesn’t help.
Thanks for your help!
Forum: Themes and Templates
In reply to: Remove Author metadata from postsI was trying to bold the text I believe I need to remove but the formatting didn’t respond within the backticks – hence why it says .
Forum: Themes and Templates
In reply to: [Spasalon] Banner Text Won't ChangeI understand that. Like I said, I already entered the text into the meta box on the respective pages in the admin panel but it does not show after I save it on the website. How do I fix this?
Thank you.
Forum: Fixing WordPress
In reply to: PHP errorGuess it would help to see the code….
if ( ! $location )
return false;$location = wp_sanitize_redirect($location);
if ( !$is_IIS && php_sapi_name() != ‘cgi-fcgi’ )
status_header($status); // This causes problems on IIS and some FastCGI setupsheader(“Location: $location”, true, $status);
return true;
}
endif;AND
function esc_textarea( $text ) {
$safe_text = htmlspecialchars( $text, ENT_QUOTES, get_option( ‘blog_charset’ ) );
/**
* Filter a string cleaned and escaped for output in a textarea element.
*
* @since 3.1.0
*
* @param string $safe_text The text after it has been escaped.
* @param string $text The text prior to being escaped.
*/
return apply_filters( ‘esc_textarea’, $safe_text, $text );
}Respectively.
Forum: Fixing WordPress
In reply to: HTTP 500 errorThank you for your help, guys!
Forum: Fixing WordPress
In reply to: HTTP 500 errorOkay. Do you have any suggestions for how to obtain a script for creating a membership site within WP?
Thank you.
Forum: Hacks
In reply to: Interactive US map with jqueryI’m obviously in over my head. I don’t even know what that means! How about this: what is the easiest way to add an interactive map to my website on one page? I’ve searched the internet but I’m still not totally understanding.
Thank you for your help.
Forum: Fixing WordPress
In reply to: HTTP 500 errorI’ve tried. No avail. All the comments indicate everyone else got it up and running just fine…
Forum: Localhost Installs
In reply to: Installing software via FTPIt seems my “root” directory was actually domain/web/content. I had to relocate my files there and things started working.
Forum: Localhost Installs
In reply to: Installing software via FTPI can get to http://www.satorinectar.com/wp-admin/install.php and it tells me WP is already installed. So I know it’s possible…
Forum: Fixing WordPress
In reply to: Theme disappearedI’ve contacted them. Thank you!
Forum: Fixing WordPress
In reply to: Sidebar help, Table formatting helpThank you for the starting point. I spent too many hours trying to fix those errors and nothing worked. I guess I don’t totally understand how the validator works. I could use some guidance!
Forum: Fixing WordPress
In reply to: Target specific page for CSS editingIt’s been resolved. I used this:
body.page-id-33 .content {
width: 1180px;
margin: 25px 0 0 0;
}Forum: Fixing WordPress
In reply to: Target specific page for CSS editingI suppose you would like my website! My bad.
Forum: Plugins
In reply to: Simple E-CommerceThe developer is even unsure as to what went wrong here. I just switched plugins and everything is working fine now.