for the portfolio plugin/shortcut, which works great, I wanted to add the title below the image as well, which I was able to do and works great as well.
As a next stetp I would like to be able to change the images widths for each item. Currently each is set to 50%, however I'd like to have the first to be 33%, then 66%. On line two 66% then 33%. Then line 3 again 33% and 66%.
Where in the code would I have to make the changes? So far all my tries failed. I could hard code it myself but that would get rid of the animations which I really like so I think changing it in the plugin itself and the respective CSS/JS files would work. But I'm unable to find the files. The sizes seem to be calculated and changed on the element itself depending on the screen size. Good behaviour but I'm unsure where to change it so that I can make one column 33% and the second 66% wide, and the image adapt its size respectively, keeping the hieght but bein cut off on the width only and not being streched or squashed. I think there is JS involved but couldn't find the right code either.
I hope this makes sense and you can give me a solution.
Unfortunately, currently this theme doesn't support this feature. And this feature can be done with CSS only.
You need to edit a lot of files in this plugin/theme ( php, js, css ) - and it's not take short time. So, we don't provider support for requirements like this.
Thank you, could you at least let me know what JS files are required to look into? There is at least one JS code that resizes the images and sizes of the <article...> section. I would have to look into that. So far I failed to find that code.
Hi,
for the portfolio plugin/shortcut, which works great, I wanted to add the title below the image as well, which I was able to do and works great as well.
As a next stetp I would like to be able to change the images widths for each item. Currently each is set to 50%, however I'd like to have the first to be 33%, then 66%. On line two 66% then 33%. Then line 3 again 33% and 66%.
Where in the code would I have to make the changes? So far all my tries failed.
I could hard code it myself but that would get rid of the animations which I really like so I think changing it in the plugin itself and the respective CSS/JS files would work. But I'm unable to find the files. The sizes seem to be calculated and changed on the element itself depending on the screen size. Good behaviour but I'm unsure where to change it so that I can make one column 33% and the second 66% wide, and the image adapt its size respectively, keeping the hieght but bein cut off on the width only and not being streched or squashed. I think there is JS involved but couldn't find the right code either.
I hope this makes sense and you can give me a solution.
Thanks a lot.
Hi,
Unfortunately, currently this theme doesn't support this feature. And this feature can be done with CSS only.
You need to edit a lot of files in this plugin/theme ( php, js, css ) - and it's not take short time. So, we don't provider support for requirements like this.
Best Regards,
PenciDesign
Thank you, could you at least let me know what JS files are required to look into? There is at least one JS code that resizes the images and sizes of the <article...> section. I would have to look into that. So far I failed to find that code.
Thanks
Hi,
For the portfolio size, you need to use CSS and js codes for portfolio you can see it via soledad/js/main.js on line 435 to 474
Best Regards,
PenciDesign