• Resolved testopoho

    (@testopoho)


    I’m using widgets on page. but in my themes when I use this plugin and if i add any widget on it in view there is around 5-10px margin in left side. I tried to remove it from code also but i didn’t find any code.
    Please help me

Viewing 15 replies - 1 through 15 (of 20 total)
  • Plugin Author toddhalfpenny

    (@toddhalfpenny)

    Hey @testopoho, have you got a link I could have a look at, please?

    Thread Starter testopoho

    (@testopoho)

    Im still searching, and how to add widget from php code

    Plugin Author toddhalfpenny

    (@toddhalfpenny)

    @testopoho Can you provide a link to your site please, so I can take a look and give you guidance on the CSS?

    For using the Template Tag – to add widgets using PHP – please see the docs, but basically use something like this;
    <?php widgets_on_template("SIDEBAR-ID"); ?>

    Thread Starter testopoho

    (@testopoho)

    sorry for late response coz i didnt get any notification on email, okay tell me what link u need??

    Plugin Author toddhalfpenny

    (@toddhalfpenny)

    Oh, a link to your website please, to the page that you have the Widgets on Pages on.
    Thanks

    Thread Starter testopoho

    (@testopoho)

    https://www.evenepal.com
    check in that tab i used widget on page plugin there is three three so 2 tab i used other plugin view and its working fine and check tab three the view is not correct, i mean not 100 percentage there is margin on left side and top side.

    Plugin Author toddhalfpenny

    (@toddhalfpenny)

    Oh my, you have a LOT of widgets on that page ??

    You could try this, as a good starter for 10.

    .widgets_on_page ul {
      padding: 0px 0 0 0;
    }

    Let me know how you get on.

    Thread Starter testopoho

    (@testopoho)

    I applied that code its still same ..

    Plugin Author toddhalfpenny

    (@toddhalfpenny)

    In which CSS file did you add it? I cannot see it in the one I would expect.
    Do you need to flush caches or something maybe?

    Thread Starter testopoho

    (@testopoho)

    yes i applied in css

    Plugin Author toddhalfpenny

    (@toddhalfpenny)

    In which file? Or where did you apply it?
    I cannot see this CSS in any reference when viewing the source.

    Thread Starter testopoho

    (@testopoho)

    check this img file . i applied that code here /home/evenepal/public_html/wp-content/plugins/wp-tab-widget/css/wp-tab-widget.css

    Img

    Thread Starter testopoho

    (@testopoho)

    sorry in wrong plugin i applied .

    Thread Starter testopoho

    (@testopoho)

    can u tell me in which css i have to use that code coz in widgets-on-pages here on css and nth code is there, and also public area css no other code so where i have to apply?

    Thread Starter testopoho

    (@testopoho)

    now its working thanks dude.

Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘widget on page’ is closed to new replies.