jaiwarren
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Spun] Spun theme – display sidebar alwaysAgain, thank you very much!!!
Forum: Themes and Templates
In reply to: [Spun] Spun theme – display sidebar alwaysThank you very much! The widget area is now displayed permanently. There’s a +/- link symbol above it that formerly activated the widget. How can I remove that?
Forum: Themes and Templates
In reply to: [Spun] Spun theme – display sidebar alwaysIs the process of “display” it “block” in CSS a detailed process?
Or, could someone walk me through it?Forum: Themes and Templates
In reply to: [Spun] Spun theme – display sidebar alwaysI’m not very comfortable with CSS. I did see that in another stream. I just don’t want to screw anything up beyond repair…
Forum: Themes and Templates
In reply to: [Spun] Spun theme – display sidebar alwaysIs there something that could be altered in this:
Spun: Sidebar (sidebar.php)<?php
/**
* The Sidebar containing the main widget areas.
*
* @package Spun
*/
?>
<?php if ( is_active_sidebar( ‘sidebar-1’ )
|| is_active_sidebar( ‘sidebar-2’ )
|| is_active_sidebar( ‘sidebar-3’ ) ) : ?>
<?php echo _x( ‘+’, ‘Open sidebar’, ‘spun’ ); ?>
<?php endif; ?>
<div id=”secondary” class=”widget-area” role=”complementary”><?php if ( is_active_sidebar( ‘sidebar-1’ ) ) : ?>
<?php do_action( ‘before_sidebar’ ); ?>
<div class=”widget-column <?php spun_count_sidebars(); ?>”>
<?php if ( ! dynamic_sidebar( ‘sidebar-1’ ) ) : ?>
<?php endif; // end sidebar widget area ?>
</div>
<?php endif; ?>
<?php if ( is_active_sidebar( ‘sidebar-2’ ) ) : ?>
<?php do_action( ‘before_sidebar’ ); ?>
<div class=”widget-column <?php spun_count_sidebars(); ?>”>
<?php if ( ! dynamic_sidebar( ‘sidebar-2’ ) ) : ?>
<?php endif; // end sidebar widget area ?>
</div>
<?php endif; ?>
<?php if ( is_active_sidebar( ‘sidebar-3’ ) ) : ?>
<?php do_action( ‘before_sidebar’ ); ?>
<div class=”widget-column <?php spun_count_sidebars(); ?>”>
<?php if ( ! dynamic_sidebar( ‘sidebar-3’ ) ) : ?>
<?php endif; // end sidebar widget area ?>
</div>
<?php endif; ?></div><!– #secondary .widget-area –>
Forum: Fixing WordPress
In reply to: disabling a plugin using phpMyAdminMy client hasn’t provided it to me yet. I should get it tomorrow. I was hoping to fix this issue without that information.
Thanks everyone for your help…Forum: Fixing WordPress
In reply to: disabling a plugin using phpMyAdminTara, I’m not familiar with FTP. I’ve been reading tutorials but still don’t understand. Can I access the plugin’s folder without logging into the dashboard?
Forum: Fixing WordPress
In reply to: Fatal Error messageThank you… Kinda knew that’s what needed to be done.
Forum: Fixing WordPress
In reply to: Fatal Error messageIf I don’t have access to the host’s control panel is there any other way to make the error go away? Thanks for your help Senff.
Forum: Fixing WordPress
In reply to: Fatal Error messageThis is a site I’m just becoming familiar with. And I’m not sure how to FTP into this site. Any recommendations?