Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter danielmasedo

    (@danielmasedo)

    Helloooo! I didnt wanna bother you, so after 99999 combination attempts with those selectors, I can solve it! Thank you so much!!! if some day somebody needs it, this are the selectors for YITH in Enspire Theme

    Navigation Selector : #page nav.pagination
    Next Selector : #page nav.pagination a
    Item Selector : .post
    Content Selector : #page .main-inner > .content

    Again, thank you!

    Thread Starter danielmasedo

    (@danielmasedo)

    Solved! Im not so good with code, but your comment was the trigger that I can solve my question / problem. thank you!

    in content.php

    <div class="post-thumbnail">
    			<a href="<?php the_permalink(); ?>">

    add class="modal-link" after ?>"

    <div class="post-thumbnail">
    			<a href="<?php the_permalink(); ?>" class="modal-link">

    Just do the same with div class of post-link, comment count, or anything you want add class. Now I only need to edit the post content that is showed 🙂 I hope this may be helpful to other wp user, regards!

    • This reply was modified 7 years, 6 months ago by danielmasedo.
    • This reply was modified 7 years, 6 months ago by danielmasedo.
    Thread Starter danielmasedo

    (@danielmasedo)

    Ready in 2 minutes! if you need something just mail me

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