• Resolved Francisco

    (@ffsantosjr)


    Hello, I would like to know how can I let only photos, not photo/description on front page grid. I have notice, when using a smartphone, when clicking on the photo to go to the post/page it does not behave as a click, but as a mouse over.

    Thanks,

    Francisco

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter Francisco

    (@ffsantosjr)

    Ooops I forgot, the website is https://www.worldtoptop.com, in a case someone wants to check.

    Hi,
    Add this to your child theme’s css to display only image and not excerpt on image in your front page grid.

    .tc-grid-post figcaption {
        display: none;
    }

    Thread Starter Francisco

    (@ffsantosjr)

    Hello Menaka, thanks for the code, but seems it did not work.
    I put this code on my child’s theme css and cleaned all my caches but I still am able to see the excerpt on it.

    Is there anything else I should do?

    Thanks again

    Thread Starter Francisco

    (@ffsantosjr)

    Hello Menaka, sorry, it took some time until I could see the results.
    It’s working now.

    Thanks a lot for your help! And have a great week.

    Thread Starter Francisco

    (@ffsantosjr)

    Oops, sorry Menaka, but is there anyway to make the image on the grid clickable without the exerpt?

    Thanks

    Hi,
    The image should be clickable. It is for me. Doesn’t it work for you?

    Thread Starter Francisco

    (@ffsantosjr)

    Hi Menaka, it did not work, so I went back with the excerpt in the front of. When clicking on the image is possible to see a pencil in the middle of it.

    Thanks!

    The pencil image(edit) is visible only when you are logged in as admin.

    Thread Starter Francisco

    (@ffsantosjr)

    Ahh, well noted! Thanks Menaka S.!

    Hello Francisco,

    could you describe me, how you solved the problem with the “two clicks” on the grid-images to go to the posts, when using a smartphone?
    On your website https://www.worldtoptop.com it works with one click to reach the posts using smartphones.
    (when I use Menaka’s code, my grid-images are not clickable…)

    Thanks,

    cabaca

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Turn off the text from front page's grid photos’ is closed to new replies.