• Resolved pgallina

    (@pgallina)


    Hello, I installed your nice plugin.

    Unfortunately, the output is not properly displayed on some pages because the plugin uses some classes of my theme and has not its own.
    As you said, I await the next update, when the icons will have their own classes:-)

    Also the buttons do not appear in the pages ‘gallery’. I might add the short-code in each gallery page, but I’d rather a flag in the OPTIONS.

    I hope you might add a floating bar in a next version, a hover effect for icons and the possibility to choose a different style for the caption (I found very interesting fonts like ‘Pea Becki’ or ‘Pea Lori’ on https://kevinandamanda.com/fonts/fontsforpeas/.

    You did a great job, I hope a future release can solve the mentioned problem, so I can use your plugin.

    Bye, Pier

    https://www.ads-software.com/plugins/crafty-social-buttons/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Sarah

    (@shen045)

    Hi,

    Although the images themselves do not have a css class, their surrounding a, ul and div tags all do, so if your theme is overriding the crafty styles, it is usually possible to add a style override to your css to make them display the way they should.

    The details of the override depend on exactly how they are displaying incorrectly in your theme though. It’s usually an issue of your theme having a more specific style than the default crafty one, so adding an even-more-specific override usually does the trick.

    A floating bar option is planned for a future version, and then after that I do intend to add some more options for styling the caption, counts and hovers.

    When you say gallery page, what are you referring to? Is it a WordPress archive? Or is it something theme-specific?

    Thread Starter pgallina

    (@pgallina)

    Hello,
    you can see the wrong output at the page https://www.gallinagiacinto.it/prodotti/.

    Using Firebug, I found the plugin uses a specific class of my theme:

    .article-wrapper .text ul li {
        xxx
    }

    Correcting it with Firebug in

    .crafty-social-buttons .text ul li {
        xxx
    }

    I can get a correct output, but no way to make it work permanently in my style.css, even with the ‘!important’ attribute!!!
    How can I solve it?

    Regarding the lacking of the plugin in my galleries page, you can see an example here: https://www.gallinagiacinto.it/gallery/etichette/.

    Thanks in advance:-)

    Bye, Pier

    Plugin Author Sarah

    (@shen045)

    Try something like this in your styles.css. It should work even without important:

    .article-wrapper .text .crafty-social-buttons ul li {
       background: none;
       padding: 0;
       line-height: normal;

    }

    I’ll have to look into the gallery thing when I have a bit more time – I’m travelling at the moment.

    Thread Starter pgallina

    (@pgallina)

    Thank you,
    I think I found a good compromise, although the two classes interfere sometimes.

    Bye.

    P T

    (@pthomson87)

    To have the sharebar float and scroll with page when top of window is reached would be an excellent addition.

    Also I’m desperately in need of social icons having their own image classes…

    Keep up the great work,
    Paul

    Plugin Author Sarah

    (@shen045)

    Hi Paul,

    The images now have the crafty-social-button-image class. The link wrappers and the various levels of list wrappers also have specific classes that can be targeted for styling.

    Floating buttons are next on my list.

    Cheers,
    Sarah

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Problems for lacking classes and no gallery pages’ is closed to new replies.