Okay
  Public Ticket #2100247
Widgets
Closed

Comments

  •  7
    stp42 started the conversation

    Hi,

    after i installed Aurum theme i wanted to change content of the Widget area at the homepage, unfortunately it has broken its 4 columns layout and im not able to make it looks as before

    Also, i tried to add Sidebar Generator plugin to have more options for adding various sidebars, but then all new sidebars was unstylled and it just displayed raw data...

    can you tell me how to fix this?

    thank you

    stepan

  •  1,559
    Laborator replied

    Hi Stepan,

    Can you please share your site credentials here, because we need to login to your site and see this issue live. Your information is safe (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  7
    stp42 replied

    HI,, i cant do it right now, because my site is at local server, so when i upload it to the testing site, i will get back to you.

    thank you

  •  1,559
    Laborator replied

    When you put the site online then reply to this ticket.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   stp42 replied privately
  •  1,559
    Laborator replied

    Hi Stepan,

    In order to have 4 columns sidebar please add the widgets on "Shop Footer Widgets":

    medium
    (view large image)

    Then via WPBakery Page  Builder call the widgets:

    medium
    (view large image)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  7
    stp42 replied

    HI, Thank you, i figured it out,

    but the question is, if i want to pot to the page different widget than Shop Footer Widgets
    (create my own or just use other existing) why the content is broken..?

    is it fix that on the page could be just "Shop Footer Widgets"?
    that would be unfortunate
    thank you

    stepan


  •  1,559
    Laborator replied

    Hi Stepan,

    You can put whatever widget you want to that sidebar, they are not reserved for the shop only.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  7
    stp42 replied

    but when i used external plugin to create sidebar which i filled with the widgets
    it was shown at the page but completely unstyled...

  •  1,559
    Laborator replied

    Where is that sidebar with widgets, can you please let me know where you have added it so I can see it live.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  7
    stp42 replied

    I installed Cherry Sidebars, now you can create custom sidebar directly in Widgets (i created already one - test sidebar) and placed it to the HOME TEST page, on the frontend i see nothing...

  • [deleted] replied

    Hi Stepan,

    You can create a new sidebar widget location that will be styled in 4 columns by adding the code in functions.php:

    $my_custom_widget_sidebar = array(
        'id'   => 'my_custom_widget_sidebar',
        'name' => 'My Custom Widget Sidebar',
        'before_widget' =>
            '<div class="col-md-3 col-sm-6">'
            . '<div class="widget sidebar-entry %2$s %1$s">',
        'after_widget' =>
            '</div>' .
            '</div>',
        'before_title' => '<h3 class="sidebar-entry-title">',
        'after_title'  => '</h3>'
    );
    register_sidebar( $my_custom_widget_sidebar );
    
    i have added the code in functions.php so now you can use it:

    medium
    (view large image)

    I hope this will help you.

  •  7
    stp42 replied

    Great!

    zhank you

    have a nice day

    stepan

  • [deleted] replied

    You are welcome dear Stepan,

    All the best for you.