-
-
Hi,
is there a way to make the featured image much smaller on the portfolio page?
At the moment it pixelates because the image is only 300×300. This is because that is the size I wished the image to display at. Is it possible or do I have to upload a larger image?
-
Hello,
To change the portfolio featured image sizes please refer to this article:
https://support.codeless.co/?ht_kb=ideal-image-sizeLet us know if you have questions.
Best regards!
-
Hi,
I followed the instructions and altered the functions.php to the following <span style=”background-color: #f5f8fa; color: #4b4d4d; font-family: Consolas, monaco, monospace; font-size: 15px;”>add_image_size( ‘port3_grayscale’, 350, 350, true );</span>
Nothing changed on the site. I changed all the image sizes to 350 x 350 but nothing altered anywhere.
Can you help me please. Thanks
-
Hello,
After the change in function.php file, you should recreate the images thumbnails, using a custom plugin or reuploading the images.
Please try reuploading images once again. Cleare cache and refresh pages after.
Let us know.Best regards!
-
Could you give me a clue as to the plugin I would use. At the moment I would be lost as to what to search for.
Thanks
-
Hello,
Please see below some useful articles on the matter and an example plugin for you to try:
https://wordpress.org/plugins/regenerate-thumbnails/
https://wpsites.net/wordpress-tips/how-to-change-image-sizes-site-wide/Go to your wordpress dashboard > Plugins > Add New and simply search “regenerate” or “regenerate thumbnails” and you will find a lot of free plugins.
Best regards!
- This reply was modified 7 years, 11 months ago by Mirela.
-
-
Hello,
@betulgurcan,
The link you send us is of a single portfolio item page, not of a portfolio page. The changes you made in file functions.php are for the portfolio pages with three columns or 4 columns (this page: https://atelierlemon.com/). Not the portfolio item featured image.
To down size the single portfolio item’s image, please add this code into your custom css box:.single-portfolio .media img { width: 60% !important; }
Change the value to your wish.
Best regards!
-
-
Hello,
To move the portfolio item’s text further to the left, please add this code into your custom css box:
.single-portfolio .row-fluid .span9 { width: 60% !important;} .single-portfolio .row-fluid .span3 { width: 35% !important;}
Change the values to your wish.
As for the portfolio categories, the navigation menu is over the filter bar. That is why all the categories under menu bar are unclickable. To fix this, add this code into your custom css box:
header#header #navigation { margin-top: 36px !important; height: 60% !important; }
Result screenshot.
Best regards!
-
You must be logged in to reply to this topic.