Hi guys,
I am trying to change the size of the image size single author, small preview pic (main blog page).
This is de site: http://frank.testennu.nl/
I made a screenshot as well.
https://www.dropbox.com/s/ol6cr8ak20thlfx/Screen%20Shot%202018-02-26%20at%204.21.00%20PM.png?dl=0
Can you guys help me out,
Thanks.
Hey AlfredoS,
Please try the following plugin
and let us know if that would wokr for you,.
Best regards,
Basilis
Hi Basilis,
I installed it and tried it but it’s not working unfortunately. Is there another way to do this?
Greetings
Hi,
Thanks for attempting the suggested solution. Perhaps a bit of css can help you with this:
article .blog-meta{
width:200px!important;
}
.small-preview{
height:200px!important;
width:200px!important;
}
Best regards,
Jordan Shannon
Hi Jordan,
Thanks! That worked out!
I have another question in addition if thats ok. I would like to remove the links from the main blog page to the single blog pages. The images and te titles both contain images. The are not necessary for the owner of the site since he uses not much text.
Do you know how to ‘kill’ those links?
Hi,
Just to clarify, you want to remove the links from both the image and title?
Best regards,
Jordan Shannon
Yes. Correct
Hi,
Thanks for clarifying. Please add the following to quick css:
.blog-meta, h2.post-title.entry-title a{
pointer-events: none;
cursor: default;
}
Best regards,
Jordan Shannon
Wow. Awesome! It works! Thanks!!!! Keep up the good work.