Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author arthur-gareginyan

    (@arthur-gareginyan)

    Toolbar are automatically resizes to the width of content block.

    Can you provide a link to your website?

    Thread Starter Watergal

    (@watergal)

    I tried changing the size/spacing, but it didn’t help, and don’t want them too small. The link is https://roads2sea.com/wordpress/. It is not active yet, so the password is R2C.

    Another option is to place the toolbar above the menubar, right-aligned either above the menu or aligned at the top right corner of the page, but I didn’t know how to do this properly.

    Thread Starter Watergal

    (@watergal)

    Toolbar shows up in the main content on the front page, but in the sidebar on subsequent pages.

    Plugin Author arthur-gareginyan

    (@arthur-gareginyan)

    Sorry for the delay in response.

    Thank you for sharing the link! I found what is causing this error. I created an update (v2.2) of plugin to fix this problem. Soon it will appear in the repository.

    You can add the toolbar to any place of your website by two methods.

    1 method) Add the toolbar directly to a theme files.

    For this, just add one of the following code (both variants do the same) to needed place (where you want to display the toolbar) in your theme files:

    <?php echo do_shortcode("[smbtoolbar]"); ?>
    <?php echo smbtoolbar_shortcode(); ?>

    Note: Changes will be lost when you update the theme.

    2 method) Add the toolbar by creating the PHP function.

    For this, you can use my another plugin which named “My Custom Functions“.

    This method is more difficult, but your changes will not be lost when you update the theme.

    I do freelance so if you will need I can help you for a small fee.

    Regards,
    Arthur

    Thread Starter Watergal

    (@watergal)

    So, the update v2.2 provide a solution to using the shortcode method? This is more beneficial to my purposes.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Icons showing vertical in sidebar’ is closed to new replies.