Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #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

    #959748

    Hey samconag,

    Could you post a link to where we can see the elements in question please?

    Best regards,
    Rikard

    #959883

    Kindly check the private content.

    • This reply was modified 6 years, 5 months ago by Oref.
    #960007

    Hi,

    Add this to quick css:

    .avia-post-nav .entry-image img{
    border-radius:0px!important;
    }

    Best regards,
    Jordan Shannon

    #962906

    Thank you very much, It’s kinda what I was looking for but How can I “Zoom out” the image there?

    Thank you in advance

    #962907

    It uses 80×80
    how can I use a different size or showing a whole image there?

    Thanks

    #963261

    Anyone who can assist me, Please help me out.

    #963762

    Hi,

    The link you posted earlier goes to a 404 page, where can we see the element in question?

    Best regards,
    Rikard

    #963799

    Link updated dear frank.

    Kindly check the private content.

    Thank you very much in advance

    #965071

    Hi,

    Please try this CSS as well:

    .avia-post-nav .entry-image img {
        width: 80px;
        height: 80px;
        border:2px solid #fff;
    }

    Best regards,
    Rikard

    #965343

    Hi 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.

    #965735

    Hi,

    Thanks for the feedback. The image being used is the one in private, is that correct or not?

    Best regards,
    Rikard

    #965857

    No sir, It’s not correct.

    The correct is in the “private content”.

    #966055

    Hi,

    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,
    Rikard

    #966084

    Rikard,

    Thanks for your reply.
    how I can use ” square version to be placed on next and preview ” on my WP?

    Thanks again

    #966290

    Hi,

    You can try to replace the featured image of the post in question for instance?

    Best regards,
    Rikard

    #966389

    Hi 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.

    #966961

    Hi,

    Great, best of luck to you. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

Viewing 18 posts - 1 through 18 (of 18 total)
  • You must be logged in to reply to this topic.