We're merging with GenerateBlocks! Learn more here.

[Support request] LAYOUT & DISPLAY – I have a few questions

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support LAYOUT & DISPLAY – I have a few questions

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14351
    Jose
    Participant

    Hello,

    I’m using the pro beta version 1.0 and want to ask some questions to see in which ones you can help me:

    • How to remove the posts images links? I want to keep the image but don’t allow it to be linkable, just leaving the post title with a link
    • How to give a round border to the post image?
    • How to change the display grid of posts for mobile? It is fine to show a 3 column block in deskopt, but on mobile I would like to reduce the size of it (just like the picture below):
    • Screenshot-1

    • How to add the text “date” just before the date display below post titles?
    • How to increase the font-size of the date text a little bit?
    • How to reduce the margin of the excerpt text below the date?
    • How to decrease the font-size of the text excerpt?
    • This is the url of my site where I am trying to archieve this (the posts grid just below the tag line “Todas las comparativas de Cámaras”: WEB

      Thank you so much in advance!

    #14359
    Jose
    Participant

    Hi, I update this topic with some questions that I was able to solve by my own, thank you!

    UPDATE LOG:

    Hello,

    I’m using the pro beta version 1.0 and want to ask some questions to see in which ones you can help me:

    How to remove the posts images links? I want to keep the image but don’t allow it to be linkable, just leaving the post title with a link
    How to give a round border to the post image?
    How to change the display grid of posts for mobile? It is fine to show a 3 column block in deskopt, but on mobile I would like to reduce the size of it (just like the picture below):
    Screenshot-1

    How to add the text “date” just before the date display below post titles?
    How to increase the font-size of the date text a little bit?
    How to reduce the margin of the excerpt text below the date?
    How to decrease the font-size of the text excerpt?
    This is the url of my site where I am trying to archieve this (the posts grid just below the tag line “Todas las comparativas de Cámaras”: WEB

    Thank you so much in advance!

    #14391
    Tom
    Keymaster

    Hi there,

    Try this to disable image links:

    add_filter( 'wpsp_disable_image_link', '__return_false' );

    For the date text, try this:

    .wp-show-posts-posted-on:before {
        content: "Date: ";
    }

    Let me know if you need more info 🙂

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