-
AuthorPosts
-
October 9, 2016 at 12:20 pm #697047
Hi,
I wish that images stay intact in its original size in Partners/Logo element: Width and Height
How can I determine this?Thanks!
October 11, 2016 at 3:29 am #697597Hey nirazo,
Thank you for using Enfold.
This is possible but it will break the layout of the logo slider. By default, the images will inherit the width of the slider columns.
Best regards,
IsmaelOctober 11, 2016 at 9:39 am #697703October 12, 2016 at 1:54 pm #698252Hi,
about which images are you talking about exactly? can’t find them. Screenshot showing them would help us a lot. Use imgur.com or Dropbox.
Wordpress is cropping images by default when uploading them and if you want to control this behavior you can use a plugin like this: https://wordpress.org/plugins/simple-image-sizes
I hope this will help :).Best regards,
AndyOctober 12, 2016 at 6:02 pm #698442Thanks! @Andy,
I sent a link to a landing page.
Anyway Attached screenshot: https://www.dropbox.com/s/qoz8z9tjlz96jeo/ongo.PNG?dl=0
Thanks
NirOctober 14, 2016 at 12:25 pm #699068Hi,
as far as I can see it on your website those images have all 100% of their original width. However, you can control it with this code:
.gal-slide img { width: 120%; max-width: 120%; }
and adjust it as needed.
Best regards,
AndyOctober 15, 2016 at 11:16 pm #699418Thank you @Andy
But it does not work …I will explain myself again: I want to show pictures of the portfolio on the site, just like the attached screenshot: https://www.dropbox.com/s/qoz8z9tjlz96jeo/ongo.PNG?dl=0
For this purpose I’ve used the Partners / Logo element, two things I can not do:
1. view the entire screen images (and not in a box).
2. show the original size of the image.If there is a simpler way to do so would love to hear,
Thank you,
NirOctober 17, 2016 at 12:38 pm #699920Hi,
the only difference from your screenshot and your actual website I see so far is that your images on your screenshot are smaller. You can achieve that with this code:
.gal-slide img { height: 280px; }
Not sure what else you want to achieve. If you want to make sure you want to use specific image sizes, then use the plugin I mentioned to you.
Best regards,
AndyOctober 18, 2016 at 11:21 pm #700946Hi, Thank you @andy
It`s works great!I promise that last question :)
How to create width screen Partners/Logo element ?
Responsive of course.Thank!
NirOctober 19, 2016 at 1:10 pm #701248Hi,
I don’t get your last question I think. Can you explain further please?
Best regards,
AndyOctober 19, 2016 at 7:58 pm #701473October 21, 2016 at 12:59 pm #702345Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
AndyOctober 21, 2016 at 10:09 pm #702659Hello, and thanks for the help!
For this landing page there is no admin panel.
I share the files themselves below in a link.Best regards,
NirOctober 25, 2016 at 6:27 am #703576Hi,
We need the .htaccess authentication details. Please provide that info as well. Or edit the page, place the logo/partner element inside a color section then follow this short instruction to make the container full width.
// http://kriesi.at/documentation/enfold/color-section-with-100-container/
Best regards,
IsmaelOctober 25, 2016 at 10:00 am #703689Hi @Ismael,
Thank you for your answer.I did everything you wrote, it still does not work, is attached screenshots
Color Section: http://prnt.sc/cyml3b
Color Section inside: http://prnt.sc/cyml4l
Quick CSS: http://prnt.sc/cyml6rThank,
October 27, 2016 at 9:49 am #704761Hi,
The hash tag is missing in the css code and since the Section ID of the color section is set to “portfolio”, you need to adjust the css code.
#portfolio .container { width: 100% !important; max-width: 100%; padding: 0; margin: 0; }
We want to access the site but the htaccess authentication info is missing. Please post that info as well.
Best regards,
IsmaelOctober 27, 2016 at 10:07 am #704766Hi @ismael,
Thank you for your answer – its work great!Best regards,
NirOctober 31, 2016 at 8:24 am #706001Hi,
Glad we could help :)
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.