Tagged: x
-
AuthorPosts
-
November 27, 2016 at 11:52 pm #1272771
GarryParticipantHi 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
November 27, 2016 at 11:53 pm #1272774
GarryParticipantThis reply has been marked as private.November 27, 2016 at 11:55 pm #1272777
Rue NelModeratorHello 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.
November 28, 2016 at 7:37 am #1273125
GarryParticipantThis reply has been marked as private.November 28, 2016 at 9:31 am #1273275
RadModeratorHi 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!
November 28, 2016 at 10:06 am #1273325
GarryParticipantThis reply has been marked as private.November 28, 2016 at 10:49 am #1273409
Nabeel AModeratorHi 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!
November 29, 2016 at 10:36 am #1274825
GarryParticipantYes 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 🙂
November 29, 2016 at 11:43 am #1274907
Nabeel AModeratorHi 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!
November 29, 2016 at 9:46 pm #1275517
GarryParticipantYes 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? thanksNovember 30, 2016 at 12:15 am #1275613
ChristopherModeratorHi 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.
November 30, 2016 at 7:27 am #1275976
GarryParticipantSo 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.
ThanksNovember 30, 2016 at 8:01 am #1276002
Paul RModeratorHi 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.
November 30, 2016 at 11:23 am #1276209
GarryParticipantI will try it when my post more than 6, and I will tell you the updates, btw Thankyou very much Paul.
wish you luck 🙂November 30, 2016 at 12:08 pm #1276252
RahulModeratorYou’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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1272771 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
