Forum Replies Created
- AuthorPosts
Themonic-Support
KeymasterA new theme update v2.9.9 is available now with this fix, download from
Changelog:
————– December 21 2019 —————-
– Version 2.9.9
— Fix: Missing Facebook share button in page templates
— CSS Bug fixesThemonic-Support
KeymasterPlease send the URL/Page in question and login details to [email protected] with link to this thread.
Themonic-Support
KeymasterHi,
Are you using the latest version? check installed theme version in style.css or changelog.txt inside theme folder.
Support for Social sharing in pages was added in January 2015.
Download latest version from https://themonic.com/member-login/
Themonic-Support
KeymasterFor your site only(as you are using a big description below title), use the following code to remove white space below the Site title
Customizer -> Additional CSS
.socialmedia { width: 25%; }
It will look like http://www.awesomescreenshot.com/image/4385412/1c37d9373e17c239fcc8890e816b2888
Themonic-Support
KeymasterHi,
Thank you for reporting this. We have released a new version 2.9.8 addressing this issue.
Download from https://themonic.com/member-login/
Changelog:
————– December 04 2019 —————-
– Version 2.9.8
— Added Instagram in Author profile page
— Removed multi author requirement to show author profile below posts
—- If Author profile Bio is not empty author profile will show below posts
— Bug fixesThemonic-Support
KeymasterHi,
1) To show Author Bio:
– Author must have filled bio info in their profile
– All Author must have atleast one post assigned to them, you can assign any older post2) Google+ was replaced with LinkedIn in the latest version.
Yes, we can add Instagram in next version update.
Themonic-Support
KeymasterIf you want the following (center alignment) then paste it in Customizer -> Additional CSS
.entry-content p, .entry-summary p { text-align: center; }
Themonic-Support
KeymasterHi,
I have just tested by creating Elementor page with Elementor social icons and it worked without any issues, normal page and page templates are also working fine.
Please check by disabling other plugins and then saving Elementor page. Also, try temporary switching to twenty nineteen theme to verify if the issue is theme related.
If there is still issue send login details to [email protected]
Themonic-Support
KeymasterYou can use the CSS below to hide popular post widget images.
.themonicpt li img { display: none; }
To display view count, try a plugin like this https://wordpress.org/plugins/page-views-count/
Themonic-Support
KeymasterHi,
Line 55 of functions.php
60, 42, true
Changes numbers as per requirement: 60 width, 42 height.
2)
.widget-area .widget a { font-family: sans-serif; }
- AuthorPosts