Support for Envato Buyers Forums Samsara Sidebar not styled on other pages

Viewing 5 reply threads
  • Author
    Posts
    • #5680
      mikenovacane
      Member

      Hey Johnny,

      Huge thanks for your help so far. I’m having a few issues with my sidebar. I’ve got it working / looking perfectly on the ‘Blog’ page, and I’d like that same sidebar to be on all the pages (except for the home page) but when I try and add it in using the visual composer and using the element ‘widgetized sidebar’ and select the ‘Blog’ sidebar it doesn’t seem to show up with any CSS styling like it does on the Blog page.

      Any ideas?

    • #5692

      Hi

      Looks the CSS styling is lost.
      Can you tell me your login details with private reply? I can only check all settings before tell you the solution.

      Thanks

    • #5712
      mikenovacane
      Member
      This reply has been marked as private.
    • #5717

      I see, checked page HTML source code, and found the html code of all your custom widgets which in service page are not in the #sidebar div, because you added them via visual composer.

      I have already fixed it.

      The solution as below

      step1. Edit the column and add woocommerce class name, refer to https://www.dropbox.com/s/gckqu687v2vm19k/editcolumns.jpg

      Step2. I added the following custom CSS into Samsara options > Custom style > CSS code

      .wpb_widgetised_column .widget ul{
         margin:0;padding:0; 
      }
      .wpb_widgetised_column .widget li{
         list-style:none;
      }
      .widget h4 {
      text-transform: uppercase;
      font: normal 14px 'loveloblack', Geneva, sans-serif;
      border-bottom: 1px solid #000;
      padding-bottom: 10px;
      margin-bottom: 25px;
      letter-spacing: -1px;
      }
      .widget li {
      font-size: 12px;
      color: #656565;
      margin-bottom: 5px;
      padding-bottom: 8px;
      border-bottom: 1px dashed #b5b5b5;
      }
      

      Thanks!

    • #5722
      mikenovacane
      Member

      Awesome thanks again Johnny!

    • #5725

      It’s my pleasure!

Viewing 5 reply threads
  • You must be logged in to reply to this topic.