visual editor does not work in projects

Home Forums Jevelin Theme visual editor does not work in projects

Home Forums Jevelin Theme visual editor does not work in projects

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    RESOLVED Posts
  • supermegalino
    Participant

    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

    supermegalino
    Participant

    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

    supermegalino
    Participant

    as you can see the preview of the item is full of code

    Attachments:
    You must be logged in to view attached files.

    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

    supermegalino
    Participant

    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.

     

     

    Attachments:
    You must be logged in to view attached files.

    supermegalino
    Participant

    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?

    supermegalino
    Participant

    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;
    }

    supermegalino
    Participant

    thanks, but I have still the problem in related content, can we hide there too?

    Attachments:
    You must be logged in to view attached files.

    Shufflehound
    Moderator

    Please try this CSS snippet bellow:

    .sh-portfolio-single-related-mini > div:last-child {
         display: none;
    }

    supermegalino
    Participant

    ok, thanks

    You are most welcome here 🙂

Viewing 16 posts - 1 through 16 (of 16 total)