• Hello!

    I’d really like to get this fine plugin to work with my theme.
    Unfortunately the action hook it calls looks something like this

    abc_defghij_klm_nop/rstuvw

    So it looks like it’s been stored in a subfolder.

    If I put it in the Footer Action Hook form field and save the “/” is gone and the hook cannot be called.

    Is there a way to solve that?

    Best Regards
    Mark

    https://www.ads-software.com/plugins/footer-putter/

Viewing 1 replies (of 1 total)
  • Thread Starter Mr.Lovebucket

    (@mrlovebucket)

    Problem solved.

    I found a way to use the theme’s footer widget.

    If anyone is interested in using the Footer Putter with the Virtue theme, here’s how to get it work:

    Let’s say you have the 3 column footer activated. Put the Footer Putter widget into the 2nd footer widgetarea and add the following code to your CSS-Box:

    .footercol1 {
    display: none;
    }
    .footercol2 {
    width: 100%;
    }
    .footercol3 {
    display: none;
    }
    
    #containerfooter .menu li a {
    display: inline;
    }
    
    #footer-credits ul li a:hover {
    text-decoration: none;
    }

    Now you have one full width responsive footer with the same design as your virtue theme.

Viewing 1 replies (of 1 total)
  • The topic ‘Action hook with slash’ is closed to new replies.