Forum Replies Created
- AuthorPosts
Themonic-Support
KeymasterRelated Posts feature of the theme simply takes other posts from the same category, it is the simplest form of related posts with minimal load on site, for more advanced related posts options, check jetpack or plugin based related posts.
Themonic-Support
KeymasterPlease provide URL.
Themonic-Support
KeymasterYou can disable auto display of theme featured image from Main Settings and use WP editor for inserting and aligning images in single posts.
Themonic-Support
KeymasterCheck with 806px width featured image. Anything above that will also fit in good.
Themonic-Support
KeymasterThe location is theme folder -> inc folder -> extra-functions.php
you can put any html above line 42 which is:
</div>
The html will output after the social icons
For eg.
<a class="email" href="mailto:[email protected]" target="_blank"><i class="fa fa-envelope"></i></a>
The above addition will give you email icon.
It will require custom work to do exactly like your screenshot, to get quote email [email protected]
Themonic-Support
KeymasterPaste the following in Additional CSS in Live customizer
.page-id-2 .themonic-social-share { display: none; }
replace page-id-2 with your page id number where you want to hide social icons
How to get Page ID in WordPress?
wordpress/wp-admin/post.php?post=31&action=edit
For eg. Edit the page and in the URL bar you will get a number like post=31
So the final code that you will paste in Additional CSS will be.page-id-31 .themonic-social-share { display: none; }
Themonic-Support
KeymasterThird option in -> Main Settings, screenshot below:
Themonic-Support
KeymasterDo check after disabling all plugins to see if any plugin is interfering.
Also send in login details to [email protected] with link to this thread.
Themonic-Support
KeymasterIts working fine here https://udahiliportal.com/jobs/jobs-at-world-vision-tanzania-2/
13 Job Opportunities at STAMICO, TPB, DMI, MNMA, MUCE, TCB, TICD
It has nothing to do with WordPress 5 nor it is theme related, my guess is: it is because of the pdf embed on that specific page, try removing it and publish again.
Themonic-Support
KeymasterYes, you can upgrade to WordPress 5.0 safely, if you face any theme related issues email to [email protected] with details.
- AuthorPosts