Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1272771
    Garry
    Participant

    Hi beloved x theme
    I have 3 questions
    1. How to make gap between text and image in recent post thumbnail.
    2. And how to make the text bigger in recent post.
    3. There a lot of error im my homepage, there many double recent post,

    Please check it. thanks

    #1272774
    Garry
    Participant
    This reply has been marked as private.
    #1272777
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To assist you better with this issue, would you mind providing us the url of your site or the page in question with login credentials, if necessary, so we can take a closer look? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    To do this, you can make a post with the following info:
    – Link to your site

    – WordPress Admin username / password (only if necessary)

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thank you.

    #1273125
    Garry
    Participant
    This reply has been marked as private.
    #1273275
    Rad
    Moderator

    Hi there,

    Recent posts isn’t made for that layout, but please add this CSS to Admin > Appearance > Customizer > Custom > CSS

    @media (min-width: 768px) {
    .x-recent-posts .x-recent-posts-img {
        margin-right: 20px;
    }
    }
    .x-recent-posts .h-recent-posts, .x-recent-posts .x-recent-posts-date {
       font-size: 20px;
    }

    As for the duplicate, you should use its offset option. Example, let’s say you displayed the first 2 posts, then on the second set you wish to display the 3rd and 4th post, then add offset value of 2, this will skip the first two posts.

    Thanks!

    #1273325
    Garry
    Participant
    This reply has been marked as private.
    #1273409
    Nabeel A
    Moderator

    Hi again,

    Try adding the following code in your Customizer:

    .x-recent-posts .h-recent-posts, .x-recent-posts .x-recent-posts-date {
        width: 50% !important;
    }

    For the Recent posts Offset, you can use this code:

    [recent_posts count="4" orientation="horizontal"] [recent_posts count="2" orientation="horizontal" offset="4"]
    [recent_posts count="2" orientation="horizontal" offset="8"]

    Let us know how this goes!

    #1274825
    Garry
    Participant

    Yes its worked for me to wrapped my overlength title.
    Btw, how can I adjust the size of date text, because Its larger than the title text.

    And for the Recent Post offset I still dont understand the logic, I’ve tried it but I still messy.
    I have 3 recent post set, each set consist 4 recent post. I want to show 12 ordered well recent post.
    But I dont know what offset number I need to fill so they will automatically ordered.

    Much thanks 🙂

    #1274907
    Nabeel A
    Moderator

    Hi again,

    1. To re-size the Recent Posts date, add this code in your Customizer:

    .x-recent-posts .x-recent-posts-date {
        font-size: 10px !important;
    }

    2. Did you add the above code? It should display your 12 ordered posts. You can check this link out for more information http://demo.theme.co/integrity-1/shortcodes/recent-posts/

    Hope this helps!

    #1275517
    Garry
    Participant

    Yes I enter the code but it seems doesnt have any effect.
    Im using cornerstone for my homepage and I dont find right number to be filled in offset on cornerstone.
    Can you give me the right number to be filled in cornerstone? thanks

    #1275613
    Christopher
    Moderator

    Hi there,

    You have 6 published posts. First four posts are displaying with first recent posts element, you should set second recent posts offset to 4 to display two last posts.

    Hope it helps.

    #1275976
    Garry
    Participant

    So its ordered from oldest to newest right?
    If I want to reverse it how can I do it? So the very first post on the bottom and when I published new post it will replace the top post.
    Thanks

    #1276002
    Paul R
    Moderator

    Hi Garry,

    It’s ordered from newest to oldest.

    New posts will appear on top.

    To display all of your six items.

    1. Add recent post element with count of 4 and leave offset to blank
    – this will display 4 posts with the newest on top (1,2,3,4)

    2. Add another recent post element with count of 4 and set offset to 4
    – the offset means to skip posts from 1-4 and display the 5th and 6th post avoiding duplicates.

    I went ahead and adjusted your recent posts at the bottom of your home page.

    Hope that makes sense.

    #1276209
    Garry
    Participant

    I will try it when my post more than 6, and I will tell you the updates, btw Thankyou very much Paul.
    wish you luck 🙂

    #1276252
    Rahul
    Moderator

    You’re most welcome!

    Let us know if this doesn’t help. We are always here standing by to assist you in anyway.

    Thank you for understanding.

  • <script> jQuery(function($){ $("#no-reply-1272771 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>