Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Jeff

    (@photoreview)

    Well, I found a workaround.

    Around line #473 in dot-irecommendthis.php file:
    $output = ‘<span class=”dot-irecommendthis-count”>& n b s p ;</span> <span class=”dot-irecommendthis-suffix”>’. $suffix .'</span>’;

    Delete “& n b s p ;” which I think is not relevant, but I might be wrong?

    Plugin Author Harish Chouhan

    (@hchouhan)

    Hello Jean-Philippe,

    Sorry for the late reply. The change you did is a good fix but editing plugin files is never a good idea as after every update you would need to do same change.
    Also I noticed there were no icon. Did you use CSS to disable it?

    Thread Starter Jeff

    (@photoreview)

    Hi Harish,

    I indeed ticked the “I want to use my own CSS styles” checkbox.

    Thread Starter Jeff

    (@photoreview)

    Also, here is the CSS I added to my style.css file:

    /* ## I recommend This
    --------------------------------------------- */
    
    .dot-irecommendthis {
    	display: inline-block;
    	margin-top: 36px;
    	border: 1px solid #ddd !important;
    	padding: 16px 24px !important;
    }
    
    .dot-irecommendthis::before {
        font-family: FontAwesome;
        content: "\f004";
        margin-right: 9px;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Left-justified Text Issue’ is closed to new replies.