Support » Theme: Techism » Full width, no sidebar space

  • Resolved Piani

    (@webbmasterpianise)


    I am testing the theme and when I choose “Full width” on a page there is still a blank space for the sidebar. The “Full width” do not strech out and claim all of the width when I do not want a sidebar.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Rajeeb Banstola

    (@rajeebthegreat)

    I will check and update the theme as soon as possible. Thanks for reporting the error.

    I had the same issue. Looks like the appropriate class is not being added to the body tag. I’m not sure if this is totally off base but my hack that seems to be working is:

    At around line 353 – “Extend the default WordPress body classes.” I added the following:

    if ( is_page_template( 'page-templates/full-width.php' ))
    			$classes[] = 'no-sidebars';
    Theme Author Rajeeb Banstola

    (@rajeebthegreat)

    Hello webratt,
    I have solved those errors in Techism version > 2.0.4
    Thanks for letting me know those errors.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Full width, no sidebar space’ is closed to new replies.