Hello,
How can i move the post view count i have on the bottom of the page to the meta post on the top?
Thx
Hello,
How can i move the post view count i have on the bottom of the page to the meta post on the top?
Thx
Hi there,
I am sure you will understand that this is a customization request nd outside of our support scope. But we will do our best to help you out with the case by suggesting the code below.
Please kindly add the Javascript code below to Pro > Theme Options > JS:
jQuery('.single .custom-views').appendTo('.p-meta');
You will also need to add custom CSS code to fine tune the view but the CSS code below is mandatory to add in Pro > Theme Options > CSS:
.single .custom-views {
display: inline;
overflow: hidden;
}
Thank you.
Hi,
This code didn’t work.
thx
Hi There,
The JS code provided by Christopher works, but you have JavaScript errors that affecting it.
That 2 errors are coming from ParticleJs-WP-Plugin and Alexa Certify Javascript
Regretfully we can not provide support for any 3rd party plugins and/or scripts.
Thank you for understanding,
thx for clarifying the issue
You’re most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.