-
AuthorPosts
-
May 19, 2018 at 2:51 pm #959084
Hi,
Thanks for assisting me with previous subjects.
I hope you experts will assist me with my current issue as well.
There is a NEXT and PREVIOUS “switch or … ” between each blog post and all of them contained a circled picture of the “featured image” of each post.
How I can make it Rectangle instead of Circle?
Thank you in advance
May 21, 2018 at 1:38 pm #959748Hey samconag,
Could you post a link to where we can see the elements in question please?
Best regards,
RikardMay 21, 2018 at 5:40 pm #959883Kindly check the private content.
- This reply was modified 6 years, 5 months ago by Oref.
May 21, 2018 at 9:59 pm #960007Hi,
Add this to quick css:
.avia-post-nav .entry-image img{ border-radius:0px!important; }
Best regards,
Jordan ShannonMay 28, 2018 at 12:17 am #962906Thank you very much, It’s kinda what I was looking for but How can I “Zoom out” the image there?
Thank you in advance
May 28, 2018 at 12:18 am #962907It uses 80×80
how can I use a different size or showing a whole image there?Thanks
May 28, 2018 at 2:55 pm #963261Anyone who can assist me, Please help me out.
May 29, 2018 at 3:21 pm #963762Hi,
The link you posted earlier goes to a 404 page, where can we see the element in question?
Best regards,
RikardMay 29, 2018 at 4:56 pm #963799Link updated dear frank.
Kindly check the private content.
Thank you very much in advance
June 1, 2018 at 7:18 am #965071Hi,
Please try this CSS as well:
.avia-post-nav .entry-image img { width: 80px; height: 80px; border:2px solid #fff; }
Best regards,
RikardJune 1, 2018 at 1:54 pm #965343Hi Rikard,
Thanks, It actually working but somehow NOT.
Here is why:
With you code, yes it changed the resolution but the whole picture is not showing For this function (next/prev) the WordPress uses the 80×80 converted size and to change this, I need to change something more than CSS I believe…Looking forward for next reply.
June 2, 2018 at 8:30 am #965735Hi,
Thanks for the feedback. The image being used is the one in private, is that correct or not?
Best regards,
RikardJune 2, 2018 at 2:05 pm #965857No sir, It’s not correct.
The correct is in the “private content”.
June 3, 2018 at 6:59 am #966055Hi,
Thanks for the feedback, though the dimensions of that image is rectangular, so the 80×80 version will have to crop something from the original. Could you try using a square version of the original instead?
Best regards,
RikardJune 3, 2018 at 8:49 am #966084Rikard,
Thanks for your reply.
how I can use ” square version to be placed on next and preview ” on my WP?Thanks again
June 4, 2018 at 5:02 am #966290Hi,
You can try to replace the featured image of the post in question for instance?
Best regards,
RikardJune 4, 2018 at 9:36 am #966389Hi Rikard,
Actually yes, I can re-design the pictures with different resolution so they can be fit even on 80×80 size.
Thank you Rikard.
June 5, 2018 at 5:39 am #966961 -
AuthorPosts
- You must be logged in to reply to this topic.