Viewing 6 replies - 1 through 6 (of 6 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Have you solved this issue? If not, can you state which browser and browser version the problem is occurring?

    Thread Starter gonka

    (@gonka)

    Now i have check in other browser and are ok in Internet Explorer dont apearr.
    But I have other problem, appear pinterest icon and not Read more…

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You’ll have to position either the Pinterest icon or Read more button differently.

    To do this, you’ll need to give the Read more button a different class, aside from st_facebook_large.

    Thread Starter gonka

    (@gonka)

    How I can do that?
    Thanks

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I would position the Read more button differently.
    To do this, first add a class within the <span> element that wraps your Read more button.

    If you haven’t access to the template of this, you could add the class with jQuery, but you’ll need to use a Child Theme footer.php file. In your Child Theme footer.php file, above the </body> element, add this:

    <script type="text/javascript">
    jQuery(document).ready(function($) {
     $('span').has('a').addClass('more-btn');
    }
    </script>

    Then apply this style to your Child Theme stylesheet:

    span.more-btn {
    left: 2px;
    }

    Thread Starter gonka

    (@gonka)

    Problem Solved I change the social plugin!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Theme: MYgRID2] Image Read More’ is closed to new replies.