• Resolved jwatkins79

    (@jwatkins79)


    Hi there

    Firstly thanks for a great theme. I am a complete newbie to css and html and have been slowly building a website learning as i go.

    The issue i have is i originally installed widgets in the right sidebar then removed them. Once i had removed them the sidebars remained on the left and right. Now the only way i can remove the sidebars is to change the page template to widgetized.

    Now if i start a new page with the default template the sidebars are large on the left and the right and the content is squashed in the middle.

    I have now created a child theme but i fear i may have meddled with someting in the main cazuela theme before i started using the child theme.

    The site is currently under construction so not sure if you can view it with the url http://www.aqualifeswimming.com.

    Your help would be most appreciated.

Viewing 15 replies - 1 through 15 (of 18 total)
  • Kase

    (@web-design-kase)

    Hello,

    Even though you could override them in the Child Theme it seems that you may have to ‘reset’ the changes you made.

    That said, the fix may also be dependant on the kind of changes that you made.

    Which theme are you using?

    What are the changes (to any theme files) you made before your started to use aChild Theme?

    Thread Starter jwatkins79

    (@jwatkins79)

    Kase

    Unfortunately, i cant remember if i made any changes directly in the stylesheet. The majority of the bits i have done were done with plugins rather than editing in css.

    The theme is cazuela.

    Regards

    Jamie

    Kase

    (@web-design-kase)

    Hi Jamie,

    WP is a lot of trial and error.

    A bit of a headache sometimes. But still I think it is a great way to learn πŸ™‚

    Will it be a big hassle for you to reinstall the plugins etc that you modified?

    At this moment, unless you can find a way to back track each one…. I think a clean slate is the way to go.

    Thread Starter jwatkins79

    (@jwatkins79)

    Kase

    Would you suggest completely reinstalling wordpress or the theme?

    If so would this affect all the data i have created?

    Kase

    (@web-design-kase)

    Great thing about WordPress is that the ‘Look’ and Data are separate.

    So, from what you have explained. You may just need to reinstall the plugins you modified.

    I assume that these were just aesthetic changes (css).

    At the most, you may have to reinstall the Theme.

    There is no obvious need for you to reinstall WordPress.

    Your data should be just fine.

    Thread Starter jwatkins79

    (@jwatkins79)

    Kaze

    I think i will try and remove each plugin and if still no joy i will remove and reinstall the theme. I appreciate your advise.

    Regards

    Jamie

    Kase

    (@web-design-kase)

    Sounds like a plan πŸ™‚

    Good luck.

    Thread Starter jwatkins79

    (@jwatkins79)

    Kase

    I have removed the vast majority of the plugins and reinstalled the parent and child theme.

    Now with the default template I have a search box and archives coming up in the left hand sidebar and meta on the right despite neither of these showing under the widget primary or secondary sidebar. How can I remove these and the left sidebar?

    Kase

    (@web-design-kase)

    Hi Jamie,

    That’s a hard one to figure out without seeing the theme in action (dashboard and all).

    I am going to look into this tomorrow.

    If you are in really urgent need, you could try and contact the Cazuela Theme developers here:

    http://thematosoup.com/our-philosophy/

    I don’t mean to leave you hanging but I urgently need to log off.

    Kase

    Kase

    (@web-design-kase)

    Hay Jamie,

    Urgency over…So, I am back on the Kase πŸ™‚

    I installed the Cazuela Theme.

    I then removed all widgets from the Primary Sidebar.

    This left a Search box and Archives.

    I then looked in sidebar.php and saw that these ‘widgets’ have been coded into the Theme:

    <aside id="search" class="widget widget_search">
    			<?php get_search_form(); ?>
    		</aside>
    
    		<aside id="archives" class="widget">
    			<h1 class="widget-title"><?php _e( 'Archives', 'cazuela' ); ?></h1>
    			<ul>
    				<?php wp_get_archives( array( 'type' => 'monthly' ) ); ?>
    			</ul>
    </aside>

    As a test, I removed this code and the sidebar was clear.

    I then re-added some widgets to the Primary Sidebar and they showed up fine.

    What I suggest you do is that you create a copy of sidebar.php (place it in your Child Theme and either comment out the code above or delete it.

    This will remove the Search and Archives. You could always replace them with other widgets through the widget page (in the admin dashboard).

    I hope this helps.

    Kase

    You need to select your default layout using theme customizer located in Appearance > Theme Customizer

    http://demo.thematosoup.com/cazuela/features/theme-customizer/

    @kase Thanks so much for your time and support.

    @jamie If you choose to have sidebar(s), but don’t assign any widgets yourself, then WordPress by default shows “Search” and “Archives” widget and this has nothing to do with Cazuela, but with how WordPress works. Hope this explanation helps.

    Kase

    (@web-design-kase)

    @dragan Nikolic

    Thank you so much for your expertise and clarification.

    @jamie The default widgets will be shown until you assign the ones you want.

    @kase I’m no expert, but I’m glad I could help. Cheers.

    Thread Starter jwatkins79

    (@jwatkins79)

    Thanks gents for your advise. I will give it a try tonight. How do i completely remove the left sidebar and extend the page to the left?

    Kase

    (@web-design-kase)

    Hi Jamie,

    As @dragan was saying; you can change the placement of the sidebars (your theme’s layout) using WordPress’ built in Theme Customizer:

    > Appearance > Theme Customizer > Layout

    From there you can choose the layout you need.

    In this case; Main content with a Right sidebar would mean selecting and validating the box that is two-thirds light grey with a darker one-third column to the right.

    I hope that helps

    Kase

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘sidebar issue’ is closed to new replies.