• Resolved askbruzz

    (@askbruzz)


    Hello
    i Have installed the plugin offline to test if the plugin it’s right for my site.
    Now i have few question.

    One. Under the social share i cannot modify the text color of the counter but in the last release the option was present. Is it just my problem??

    Two. It’s possible to use the social shortcode in a pop-up or embed?

    Three. It’s possibile to disable the floating social button in mobile version?

    Four. Why in the widget/shortcode section the “show count inline” doesen’t work?

    Five. There are any issue with w3 total cache?

    Last. It’s possible that all problems are becouse i’m work offline?

    ScreenShot link

    https://pasteboard.co/HwSbTj8.jpg

    Thanks you very much 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Laura – WPMU DEV Support

    (@wpmudev-support8)

    Hey @askbruzz,

    Hope you’re well.

    First: I didn’t understand what are you referring while saying “in the last release the option was present”. But I can provide custom CSS to edit counter color. You need to add this custom CSS;

    .hustle-social-icon .hustle-shares-counter span{
    	color:#000;
    }

    And you need to change the color code as you wish.

    Second: It’s not possible for the current version of Hustle, social share shortcodes will not render on other Hustle modules.

    Third: You can use conditions to hide popup for mobile devices like in this screenshot;

    Fourth: Looks like we have a bug related to that. When you select square design it’s not showing count inline. I am reporting that but you can use circle design until the fix is published. Or you can use this custom CSS;

    .hustle-icon-squared{
        height:28px;
    }
    
    .hustle-icon-squared .hustle-icon-container{
        display: inline-block !important;
        line-height: 35px;
        text-align: center;
    }
    
    .hustle-icon-squared .hustle-shares-counter{
    	display:inline-block !important;
        line-height:30px !important;
        vertical-align:top;
    }

    Fifth: While testing this with w3 total cache I didn’t face with any problem, but if you see any, we can investigate that.

    Last: The visual problems shouldn’t happen because you are offline. Only API things can be break when you try offline.

    Cheers,
    Oguz

    Thread Starter askbruzz

    (@askbruzz)

    Hello,
    Thank you very much for the detailed explanation. 🙂

    Best regards
    Michele

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

The topic ‘Few Questions’ is closed to new replies.