Post Page shows description only - not entire text

Home Forums Jevelin Theme Post Page shows description only – not entire text

Home Forums Jevelin Theme Post Page shows description only – not entire text

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    RESOLVED Posts
  • wamamma
    Participant

    I’m having two issues with the post page.

     

    1.) image is stretched. How do I make it look correct?

    2.) when you select a post to view, it only shows the description, not the whole text. I know that I can increase the characters of the description to 250 but I would like to view the whole post. Is this possible in jevelin?

    PAGE: https://www.lnbgrovestand.com/fm/2021/08/27/kevens-and-amber/

    thank you.

    Hi @wamamma,

     

    I hope you are well today and thank you for your questions.

     

    1.) image is stretched. How do I make it look correct?

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Jevelin -> Theme Settings -> Custom CSS/JS -> CSS Code

     

    .single-post .post-meta-thumb img {
        width: auto !important;
        min-width: 1px !important;
    }
    
    .single-post  .post-meta-thumb {
        max-height: 100%;
    }

     

    2.) when you select a post to view, it only shows the description, not the whole text. I know that I can increase the characters of the description to 250 but I would like to view the whole post. Is this possible in jevelin?

    The Jevelin theme displays the whole post on the single post page.

     

    If it doesn’t display for you then could you please share the screenshot of the post content from your website admin area so that I can troubleshoot it?

     

    Best regards,
    Shufflehound team

    wamamma
    Participant

    please see images of the admin area for this post. I am using Custom Field plugin to add additional fields.

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

    The content in the shared screenshots looks fine.

     

    This can be due to plugin conflict on your site so please try temporarily deactivating all plugins except Redux framework, Elementor, and WpBakery page builder plugins and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.

     

    If it still doesn’t resolve for you then would you mind if I log in to your site and do quick troubleshooting? If this is ok then could you please temporarily create an admin user account and share the account login details privately by adding them in the box having the text “Enter your private content here (only you and forum moderators will be able to see it)”?

    wamamma
    Participant

    Solution for this topic

    I found that it was All in One SEO and deactivated. 

    However, now the images on the post page are showing cut off again. Can you advise on how to fix?

    https://www.lnbgrovestand.com/fm/favorite-questions/worthy-splurge/samuel-and-kristina/

     

    Solution for this topic

    The featured image size is set to 1200px X 675px in the theme and your images are larger than it therefore they are getting cut.

     

    You can resolve the issue by increasing the featured image size in the theme by using the attached custom plugin.

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

    wamamma
    Participant

    Thank you very much. I have installed and activated the plugin, but I am not seeing any change in the image. Is there something else that I need to do?

    Solution for this topic

    Please regenerate thumbnails on your website using the below plugin.

     

    https://wordpress.org/plugins/regenerate-thumbnails-advanced/

    wamamma
    Participant

    Thank you! that worked.

    On MOBILE, on my posts page the search shows up below the preview of the posts all the way at the bottom of the page:

    https://www.lnbgrovestand.com/fm/lnb-qa/

    Is there a way to move this to the top before the preview of the posts? I think it is a widget.

    thank you

     

    To help us keep the support thread separates could you please create a new thread for each of your other questions instead of asking them in your single thread as it makes the thread messy and hard to read.

     

    If you want to you can also add a reference to this thread in your newly created thread.

     

    We would be more than happy to help you with your new thread.

    wamamma
    Participant

    Hi  – The plug worked for the main image, however the related posts are still showing up with the original proportions. Can you advise on what to do to make them show up with vertical proportions? thank you

     

    https://www.lnbgrovestand.com/fm/local-businesses/frost-school-of-music/alain-and-peter/

    You have to also change the thumbnail size by adding code in the shared custom plugin as described below.

     

    https://support.shufflehound.com/forums/topic/thumbnail-size-for-blog-post/#post-38214

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