• Resolved antdx

    (@antdx)


    I’m not sure how to get it to work?

    Please show the steps on how to get it to work?

    I assume adding this to the Custom CSS Sidebar component is still incomplete?

    /* Style for #ocs-sidebar1 */ ocs-sidebar1 {
    
    width: 250px; /* Set the width of the sidebar / background-color: #f4f4f4; / Background color for the sidebar / padding: 20px; / Padding inside the sidebar / box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); / Add a subtle box shadow */
    } /* Style for .ocs-toggle-sidebar1 */
    .ocs-toggle-sidebar1 {
    background-color: #007bff;
    color: #fff;
    padding: 10px;
    border: 2px solid #0056b3;
    border-radius: 5px;
    cursor: pointer;
    } /* Style for .ocs-open-sidebar1 */
    .ocs-open-sidebar1 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    } /* Style for .ocs-close-sidebar1 */
    .ocs-close-sidebar1 {
    font-size: 16px;
    font-weight: normal;
    color: #666;
    }
Viewing 16 replies (of 16 total)
  • Plugin Author Jory Hogeveen

    (@keraweb)

    The sidebars you guys have is alright if you don’t use Elementor but Elementor makes it super easy to make better webpages as you can drop in HTML, shortcodes, videos, photos, etc. with ease.

    These sidebars indeed only support WP default sidebars. Using the block editor you can do many things to create your custom layout but it doesn’t included Elementor modules.

    There are users that have included post content (or a custom post type) within the sidebar by using the filters I provide. That way you

    So yes and no, the functionality that this plugin provides will work fine, however, if you need an interface to built the layout for this sidebar then no, this plugin doesn’t include such functionality.

    You mentioned that you’ve added the website_before and after hooks in your theme. This isn’t needed for the Hello Elementor and I think this might be the reason it didn’t work for you.
    This theme supports the default hooks (since WP 5.2): wp_body_open and wp_footer.

    You can see a working demo with Hello Elementor here: https://wpdemo.keraweb.nl/elementor/

    The “Off-Canvas Trigger” menu item triggers opening the off-canvas sidebar. The content is made with the WP widgets interface (block editor).

    Cheers, Jory

Viewing 16 replies (of 16 total)
  • The topic ‘How do you get it to work?’ is closed to new replies.