Home › Forums › Jevelin Theme › visual editor does not work in projects
Home › Forums › Jevelin Theme › visual editor does not work in projects
I am trying to use the visual editor in projects posts, but it does not work, I can’t see nothing of the elements I am inserting
now I seeing some elements unsing layout gallery
with layout default it not works
Hi @supermegalino,
Sorry to hear of the problem you are having.
Could you please share me the screenshot of the issue so that i can troubleshoot it?
Best regards,
Shufflehound team
as you can see the preview of the item is full of code
If you are using visual editor then you have to add post excerpt in the excerpt field of post as described in this page http://www.wpbeginner.com/glossary/excerpt/
Also see the following topics regarding answer provided for same question.
https://support.shufflehound.com/forums/topic/change-the-blog-title/#post-2255
https://support.shufflehound.com/forums/topic/excerpt-teammembers-and-timeline-2/#post-3245
I can’t see any excerpt field in the single project post
You can try achieving this by using the attached custom child theme of Jevelin theme that contains some custom code.
I am already using child theme, but what have I to do?
Have I to use the attached theme instead of the downloaded one?
what custom code have I to use?
there is a way to hide the text/excerpt in the preview so that I can solve this issue in a simple way?
I am already using child theme, but what have I to do?
Have I to use the attached theme instead of the downloaded one?
what custom code have I to use?
If you have not made any customisations in your child theme then you can just delete it and use the above shared child theme.
If you have made customisations in your child theme then please share me your child theme so that i can provide you new child theme merging code from both child themes.
there is a way to hide the text/excerpt in the preview so that I can solve this issue in a simple way?
Could you please share me the page URL from your site where it is displaying so that i can help you to hide it?
You can hide it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
body.tax-fw-portfolio-category #content .sh-portfolio-description { display: none; }
thanks, but I have still the problem in related content, can we hide there too?
Please try this CSS snippet bellow:
.sh-portfolio-single-related-mini > div:last-child { display: none; }
ok, thanks
You are most welcome here 🙂