• Hello,

    First, great plugin! It works very well on my pages that I have a sidebar associated with it. However, I have a page that needs to utilize a full width template due to the content at the top. At the bottom of that page I have content in the left 2/3’s of the page and I want to utilize the remaining 1/3 for a ‘sidebar.’ I know I can’t use a standard wordpress sidebar if I utilize a full width page, but is there any way that I can utilize your plugin within that 1/3 space on a full width wordpress template? I really want my content to be fixed as people scroll down the page.

    Thanks and if you need clarification on anything, please just let me know.

    https://ww.wp.xz.cn/plugins/q2w3-fixed-widget/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Max Bond

    (@max-bond)

    Hello!

    Try Custom HTML IDs list.
    Input there widget id and see the result!

    Thread Starter bvagner

    (@bvagner)

    Please correct me if i’m wrong. I did the following and it did not work.

    Within Appearance > Fixed Widget Options, I input into the Custom HTML ID list the widget ID, which is [otw_is sidebar=otw-sidebar-4].

    I then inserted the same ID, [otw_is sidebar=otw-sidebar-4], into the 1/3 column.

    I confirmed that the widget under Appearance > Widget was selected as fixed.

    The widget appears in my 1/3 column, but is not fixed. Can you please advise what i’m doing incorrectly?

    Thanks

    Plugin Contributor Max Bond

    (@max-bond)

    Hello!

    I input into the Custom HTML ID list the widget ID, which is [otw_is sidebar=otw-sidebar-4]

    That’s not a widget id! Look for id in html-source code of your page.
    Example:

    <div id="sidebar-wrapper">
    	<div id="mvp_social_widget-3" class="sidebar-widget mvp_social_widget">...</div>
     	<div id="text_widget-1" class="sidebar-widget text_widget">...</div>
    	<div id="text_widget-2" class="sidebar-widget text_widget">...</div>
    </div>

    The widget ids are: mvp_social_widget-3, text_widget-1 and text_widget-2

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Using Plugin on Full Width Page’ is closed to new replies.