Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

Blog Sidebar styling

    • 5 years, 3 months ago jennifer123
      Participant

      My blog sidebar styling is different on the blog page to the individual post pages.

      Please could you help? I would love the blog page to have the same style as the individual post pages. I think this is following the template style where as the the other is created from the templates widgets.

      I would hugely appreciate any help!

      https://www.devereauxkellyassociates.co.uk/uncategorized/climate-biodiversity-emergency/

      https://www.devereauxkellyassociates.co.uk/blog/

    • 5 years, 3 months ago Ludjon
      Keymaster

      Hi, I see that on pages that do not work, you have created the layout using WPBakery. Please create RightSidebar Layout using the page template on Pages -> Select Page -> on the right panel select page layout to right sidebar.

      Thanks

    • 5 years, 3 months ago jennifer123
      Participant

      Thanks for getting back to me so quickly. If I do this though I am not able to keep a header image and text at the top of the blog page – like all of my other pages.

      Is that right? Is there a way I can still have a section before the blog posts?

      • This reply was modified 5 years, 3 months ago by jennifer123.
    • 5 years, 3 months ago Ludjon
      Keymaster

      Ok, we can try something different.

      Please go to vc_templates/ and create a file: ‘vc_widget_sidebar.php’ and add this code:

      <?php
      if ( ! defined( 'ABSPATH' ) ) {
      	die( '-1' );
      }
      
      /**
       * Shortcode attributes
       * @var $atts
       * @var $title
       * @var $el_class
       * @var $el_id
       * @var $sidebar_id
       * Shortcode class
       * @var WPBakeryShortCode_Vc_Widget_sidebar $this
       */
      $title = $el_class = $el_id = $sidebar_id = '';
      $atts = vc_map_get_attributes( $this->getShortcode(), $atts );
      extract( $atts );
      
      if ( '' === $sidebar_id ) {
      	return null;
      }
      
      $el_class = $this->getExtraClass( $el_class );
      
      ob_start();
      dynamic_sidebar( $sidebar_id );
      $sidebar_value = ob_get_contents();
      ob_end_clean();
      
      $sidebar_value = trim( $sidebar_value );
      $sidebar_value = ( '<li' === substr( $sidebar_value, 0, 3 ) ) ? '<ul>' . $sidebar_value . '</ul>' : $sidebar_value;
      
      $css_class = apply_filters( VC_SHORTCODE_CUSTOM_CSS_FILTER_TAG, 'wpb_widgetised_column wpb_content_element' . $el_class, $this->settings['base'], $atts );
      $wrapper_attributes = array();
      if ( ! empty( $el_id ) ) {
      	$wrapper_attributes[] = 'id="' . esc_attr( $el_id ) . '"';
      }
      $output = '<aside ' . implode( ' ', $wrapper_attributes ) . ' class="' . esc_attr( $css_class ) . '">
      		<div class="wpb_wrapper">
      			' . wpb_widget_title( array(
      	'title' => $title,
      	'extraclass' => 'wpb_widgetised_column_heading',
      ) ) . '
      			' . $sidebar_value . '
      		</div>
      	</aside>
      ';
      
      return $output;
      
      • 5 years, 3 months ago jennifer123
        Participant

        where can I find vc_templates/ ?

    • 5 years, 3 months ago Ludjon
      Keymaster

      wp-content/themes/tower/vc_templates/

    • 5 years, 3 months ago jennifer123
      Participant

      I’ve added that in but I can’t see any change?

      Should a new widget have been added to my theme?

    • 5 years, 3 months ago jennifer123
      Participant

      Oh I added it in the wrong place. Just checked and that’s worked perfect.

      Thank you Thank you Thank you!

    • 5 years, 3 months ago Ludjon
      Keymaster

      You’re welcome :)

      If you like our theme and support, leave us a rating on Themeforest, it’s very important for us :)

      https://themeforest.net/downloads

      Thank You so much

Viewing 7 reply threads

You must be logged in to reply to this topic.

Login

Log In
Register

Renew Support

  • Renew Specular Support
  • Renew Tower Support
  • Renew Folie Support
  • Renew Handel Support
  • Renew June Support
  • Renew Picante Support
  • Renew Thype Support
  • Renew Regn Support

Search Forums

Forums

  • Bygge – Construction Theme
  • Converta – Software Theme
  • Folie – The WordPress Website Builder
  • Handel – Responsive Multi-Purpose Business Theme
  • June WooCommerce WordPress Theme
  • Livecast – Podcast Theme
  • Picante – Restaurant & Food WordPress Theme
  • Regn | Agency & Business WordPress Theme
  • Remake – Minimal Portfolio & Agency Theme
  • Specular – Multi-Purpose WordPress Theme
  • Suggest us Features
  • Tower – Business-Driven Multipurpose WP Theme
  • Vibrance – Photography Theme

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password