Digital experiences for all disciplines
New Landing › How can we help? › Image full width half page
New Landing › How can we help? › Image full width half page
- This topic has 46 replies, 4 voices, and was last updated 7 years by Sophie18122008.
-
Posted in: Dante
-
July 3, 2017 at 12:13 pm #330794
Awesome it is working concerning the video!
Thanks a lot!
Now Concerning the image associated to our website when we share it on social media. I checked out with Yoast SEO but sadly you need to have a premium account to have access to these features. Do you know a free plug in? Or is it not possible to add some CSS code to personalize the image showing up? How your customers does that generally?
And regarding our clients logos on the mobile version, I added the CSS code you provided me:
@media only screen and (max-width: 767px) {
.spb_content_element.spb_single_image.sf-animation.noframe.col-sm-2.sf-animate {
max-width: 33.33%;
clear: none;
float: left;
}
}But it is still displaying only one logo per line on the mobile version instead of 3 lines of 3 logos :/ Could you check it out for me please?
Thanks a lot for your help,
July 4, 2017 at 1:34 pm #3309301) You will not need the paid version. Install YOAST and set your featured images for posts. The rest will be automatic.
2) On my mobile emulator for iPhone 6 I see the client logos correctly, what device/orientation are you viewing this on. If you could supply any screenshots that will help also.
July 10, 2017 at 10:01 pm #3312392) I have checked on Iphone 4, 5 and 6. See in the enclosed picture which is an Iphone 6. It is not display correctly. Thanks for your help.
Attachments:
You must be logged in to view attached files.July 11, 2017 at 10:24 pm #3312611) I made the change and it works for Facebook but there is no option for LinkedIn where it is not still displaying the featured image when I share the link of my website, neither the description. Do you know how I could do? Thanks for your help
Attachments:
You must be logged in to view attached files.July 12, 2017 at 12:27 am #331270The meta property is set correctly in the source code – can you create a test page with the social image added, and try sharing that to see if the image shows? My thoughts are that maybe linkedin has the URL cached without the image.
– Ed
July 12, 2017 at 2:05 pm #3312781) Okay I am going to check it out with LinkedIn then.
2) Did you check out for this problem? I sent you two screenshot to explain the situation on JULY 10, 2017 AT 10:01 PM. Thanks for your help.
July 12, 2017 at 4:25 pm #3312792) What size is the image you’ve uploaded? It needs to be at least 600px wide for retina displays.
– Ed
July 15, 2017 at 11:02 am #331312They are 300 ร 150 but they looks good on retina screen as well, they are clear.
The problem is that it is still displaying only one logo per line on the mobile version instead of 3 lines of 3 logos, they should be smaller to be displaying on 3 lines as the screenshot David Martin have sent me on JULY 4, 2017 AT 1:34 PM (I would like that). But even with the css code added, it still not working on any kind of phone (iphones and others).
Here is the Css code provided by your team to help me solve the problem but that does not work:
@media only screen and (max-width: 767px) {
.spb_content_element.spb_single_image.sf-animation.noframe.col-sm-2.sf-animate {
max-width: 33.33%;
clear: none;
float: left;
}
}And the image enclosed is how the logo are set up in the CMS.
So are you sure that changing the size of each logo for 600×600 will really fix the problem?
Thanks for your time.
Attachments:
You must be logged in to view attached files.July 17, 2017 at 12:01 am #331318Please change that CSS to this, and that will resolve it:
@media only screen and (max-width: 767px) { .spb_content_element.spb_single_image.col-sm-2 { max-width: 33.33%; clear: none; float: left; } }
Apologies for the confusion!
Ed
August 2, 2017 at 3:55 pm #331397Amazing! It is working perfectly! Thank you so much for your support! It looks much better ๐
What CSS code I would have to add in order to have the 4 elements including counter down (cf screenshot) on 2 lines of 2 elements? Latest technical question I have on this website :-).
Thanks a lot for your support!
Attachments:
You must be logged in to view attached files.August 4, 2017 at 3:47 pm #331405Happy to help!
You’d adjust those in the page builder, to be 1/2 columns rather than 1/4.
Thanks,
Ed
August 11, 2017 at 11:41 am #331425Hello Ed,
Thank you so much for your support. Unfortunately I have set it up two 1/2 column in the page builder (cf. screenshot), but when I check on a phone, it is still displaying one counter per line (so 4 lines) instead of 2 counters on 2 lines.
Thanks for your advice
August 17, 2017 at 2:49 am #331433Sorry for the delay – can you confirm the link this is on? We’ll take a look and provide some CSS to adjust that for you.
Thanks,
Ed
August 21, 2017 at 9:42 am #331434It is http://www.approachpeoplecareers.com. I gave the login details earlier several time in this ticket if you need them ๐
Thanks a lot for your help,
August 25, 2017 at 2:28 am #331438Give the full width text element an extra class of ‘home-blocks’, and then add this CSS:
@media only screen and (max-width: 767px) { .home-blocks .one_half { width: 50%; float: left; } }
Thanks,
Ed
-
Posted in: Dante
You must be logged in and have valid license to reply to this topic.