Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #26238

    Hi,

    I’ve installed the most famous FB Comment Plugin.

    Per default on all posts, i have the comments appearing.

    Unfortunatly, comments appear between post & tags.

    Ugly way : Tags are right aligned.

    How can i : Make them look like twitter tags : #tag1 #tag2 #tag3 (with twitter blue color) & make them appear BEFORE the comment plugin ?

    #129795

    Hi,

    Can you give us a link to the page with the FB Comment plugin?

    Regards,

    Ismael

    #129796

    http://v1.digitalmedia.pro/aenean-vulputate-eleifend-tellus-aenean-leo-ligula/

    BTW on Portfolio they appear strangly too (i didn’t want them to appear here btw …. ) :

    http://v1.digitalmedia.pro/portfolio-item/slider-two-third/ => they are stucked to most recent entries.

    & finally, ive disabled the WP Comments, but still appear 0 Entries…. WTF…?

    #129797

    1) Add following code into the quick css field

    .blog-tags.minor-meta{
    display: block;
    }

    2) If you want to remove the comments meta field open up includes/loop-index.php and delete

    if ( get_comments_number() != "0" || comments_open() ){

    echo "<span class='comment-container minor-meta'>";
    comments_popup_link( "0 ".__('Comments','avia_framework'),
    "1 ".__('Comment' ,'avia_framework'),
    "% ".__('Comments','avia_framework'),'comments-link',
    "".__('Comments Disabled','avia_framework'));
    echo "</span>";
    echo "<span class='text-sep'>/</span>";
    }

    #129798

    BTW i’m using Enfold Child. Do i need to copy the folder&file : includes/loop-index.php ? so it will override?

    Or shall i edit manually with a risk to overwrite accidentally on update?

    #129799

    I did add your css style in my child css => OK BUT Tags appear AFTER Facebook Plugin -> How to put them before? & stylize them like twitter tags # # # ?

    I did edit loop-index => KO : 0 basic comments from WP still appear

    #129800

    Hi DigitalMedia,

    The change to the loop would need to be done in the parent.

    Regards,

    Devin

    #129801

    Not the Child CSS ? …. Finally gonna be tough with updates of the template!

    #129802

    Hi,

    You can create your own change log to monitor theme files that you modified.

    Regards,

    Ismael

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘HOW TO – See Tags like in Twitter Post & Before FB Plugin’ is closed to new replies.