Okay
  Public Ticket #2711848
Post Meta Display under header: View Count
Closed

Comments

  • Milan started the conversation

    Hello,

    I'm trying to display the view count of blog post individual pages in line with other meta info (author, comments, etc) but at the moment it's not showing in the right location. Can you assist with this?

    Thanks

  •  2,721
    Andrew replied

    Hello Millan,

    Thank you for contacting us.

    To enable view count, please ensure you have the  Easy Post Views Count plugin.

    Thanks,

  • Milan replied

    Hi Andrew,

    I do, but at the moment its showing views count far away from meta that goes under headline (see SS).

    Thanks,

  •  2,721
    Andrew replied

    Hi Milan,

    Please send your website url.

    Thanks.

  • Milan replied

    Hi Andrew,

    Here it is: http://pomorstvo.info/

  •  2,721
    Andrew replied

    Hi There,

    Please try this css:

    .spcd_count_dis {
        margin-left: 432px;
        margin-top: -86px;
    } .single #single-below-header {
        margin-bottom: -39px;
    }

    Thanks.

  • Milan replied

    Hi Andrew,

    Code works but now there is no padding between meta and section below.

    Thanks

  • Milan replied

    Hi Andrew,

    Also now the meta is not centered on to page it tilted to the right due to page view counter.


    Thanks 

  •  2,721
    Andrew replied

    Hi Milan,

    Please try this css:

    .divider {
        height: 789px !important;
    }
    .single #single-below-header {
        margin-bottom: -39px;
        margin-left: -191px;
    }
    .spcd_count_dis {
        margin-left: 261px;
    }

    Thanks.

  • Milan replied

    Hi Andrew,

    Code is working but now Counter is on the bottom and not inline with meta under headline (see screenshot attached) 

    Thanks

  •  2,721
    Andrew replied

    Hi Milan,

    Please send your admin login credentials so that we may have a closer look.

    Thanks.

  •  8,403
    Tahir replied

    Hey Again,

    I am afraid it's not possible to position it correctly using CSS alone as the Count Div is outside of the Single Header Div and would change the position on different screen sizes.

    8817378019.pngClick To Open Larger Image.

    Try editing the PHP template to add the code in the relevant div. Also see: http://themenectar.com/docs/salient/developer-docs/ .

    Thanks


    ThemeNectar Support Team 

  •   Milan replied privately
  •  2,721
    Andrew replied

    Hi There,

    As Tahir mentioned this would now need more than css customization which in this case is beyond our scope of support.

    Thanks.