CodeVibrant › Forums › Wisdom Pro › Make Wisdom Pro looking exactly the same as Wisdom Minimal
- This topic has 21 replies, 2 voices, and was last updated 5 years, 7 months ago by
codevibrant.
-
AuthorPosts
-
July 14, 2019 at 3:50 am #2834
codevibrant
KeymasterDo you want to reduce the size of feature image ? Please specify clearly so that we can give you feedback
Thanks 🙂
July 14, 2019 at 7:51 am #2836Coco
ParticipantHi CodeVibrant,
Need help to:
1. Keep all feature photos in the ratio of 4:3 or adjustable in height and width.
2. Lock the mouse right click button or any other way to prevent guest saving my images and other materials.Thanks!
July 15, 2019 at 7:25 am #2839codevibrant
KeymasterYou can try the following code to resize the images:
.archive-classic-post-wrapper article .post-thumbnail { width: 100%; } article .post-thumbnail { width: 310px; margin: 0 auto; }
For prevent guest saving my images and other materials you can search for plugin or script that will disable the right click on your website.
Thanks 🙂
July 15, 2019 at 2:35 pm #2841Coco
ParticipantHi,
the above code is not working. It can only adjust the width, but not able to adjust the height?
Also, can i have the code to apply corner features to all images, not only the front page, but also categories page, footer and post content? Thanks.
Thanks!
July 18, 2019 at 12:14 pm #2871codevibrant
Keymasteryou can add the following code in additonal CSS box:
.archive-grid-post-wrapper article .post-thumbnail img { height: 260px; } .archive-classic-post-wrapper article .post-thumbnail img{ height: auto; } .post-thumbnail { border-radius: 30px; }
Thanks 🙂
July 25, 2019 at 2:29 pm #2937Coco
ParticipantHi Codevibrant engineer,
I have below questions:
1) Why is the above code adjust the height, while distorting the ratio of the picture? I would need to keep the ratio too – that means I am expecting there is auto zoom in or auto zoom out when I am adjust the picture height.
2) Can I have the code, to display the tweeting buttons in social media on each post? i.e. Facebook, Twitters etc.. Location of these buttons: beginning – under the date and bottom – above tagged
3) Why is the desktop version displaying long links at the end? There is no auto phrasing.Thanks a lot!
July 28, 2019 at 6:22 am #2945codevibrant
KeymasterI have below questions:
1) Why is the above code adjust the height, while distorting the ratio of the picture? I would need to keep the ratio too – that means I am expecting there is auto zoom in or auto zoom out when I am adjust the picture height.
>> You need CSS3 for that. Please use the following code to zoom in zoom our the image..archive-grid-post-wrapper article .post-thumbnail img { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
2) Can I have the code, to display the tweeting buttons in social media on each post? i.e. Facebook, Twitters etc.. Location of these buttons: beginning – under the date and bottom – above tagged
>> You can acheive this feature using plugin. There are tons of free and pro plugins for share options 🙂3) Why is the desktop version displaying long links at the end? There is no auto phrasing.
>> Can you please share us screenshot what long link you are talking about so that we can give you feedback.Thanks 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.