-
Author
-
June 26, 2015 at 16:39 #65051veggistParticipant
Hi there!
On http://veggistreff.com/ the blog carousel gets a bit cut of. The meta end read more shows up when the page loads, but disappears right after. This accured when I put in a field for facebook and twitter buttons underneath:
[kleo_section centered=1 border=1]
[kleo_row] [kleo_one]
[kleo_h2] Les bloggen vår [/kleo_h2]
[/kleo_one]
[kleo_one][kleo_posts_carousel limit="3" post_formats="all"][/kleo_one]
[/kleo_row][/kleo_section][kleo_section centered=1]
[kleo_row] [kleo_one][kleo_button url="https://www.facebook.com/veggistreff" style="standard" size="standard" round="0" icon="facebook,before" target="_blank"] Følg oss på facebook [/kleo_button]
[kleo_button url="https://twitter.com/Veggistreff" style="secondary" size="standard" round="0" icon="twitter,before" target="_self"] Følg oss på Twitter [/kleo_button]
[/kleo_one]
[/kleo_row][/kleo_section]June 27, 2015 at 15:39 #65229LauraModeratorHello, please add this css to your style.css or quick css of child theme
COPY CODE.caroufredsel_wrapper { height: 400px !important; }
Let me know if it helps! 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
June 28, 2015 at 11:04 #65317veggistParticipantHi again @Laura!
Have tried your css snippet now, didn´t help. Alsto tried to increase it to 600px but no improvement. Then I deleted the section with the facebook and twitter buttons underneath, since the problem accured when I added them, that did not help either.
As I look on http://veggistreff.com/ there is a thin line under the blog carousel (see att. image) and I`M not sure what that is, bit it was not there before. Maybe that´s meesing up the blog carousel?Attachments:
You must be logged in to view attached files.June 29, 2015 at 06:44 #65415LauraModeratorHello, that thin line is the section border, part of the shortcode. Can you share admin credentials so i can add the css and tet it? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
June 30, 2015 at 12:53 #65707LauraModeratorHello, jut tested the same code i sent you and it working, try to clear your browser cache using CTRL+F5 in your website
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 2, 2015 at 15:18 #66198veggistParticipantIs there a way to increase the hight on the carousel images?
July 4, 2015 at 01:21 #66421LauraModeratorHello, do you mean the image size? or the post size of the carousel?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 4, 2015 at 10:53 #66449veggistParticipantI mean the image size in the blog carousel, @Laura. The rest (post meta) is fine
July 5, 2015 at 11:34 #66574LauraModeratorHello, please try with:
COPY CODEul.feature-stories img { width: 380px !important; max-width: 500px; } .carousel-stories { overflow: hidden; max-height: 394px; clear: both; padding-top: 20px; width: 1500px !important; margin-left: -150px !important; } .caroufredsel_wrapper { height: 600px !important; width: 1350px !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
September 14, 2015 at 12:58 #77511veggistParticipantHi again @Laura
Sorry for the very late reply on this, but I have been sick for some timeI have tried theese css codes now, and they did not give the desired result
When I tried the whole section;
ul.feature-stories img {
width: 380px !important;
max-width: 500px;
}
.carousel-stories {
overflow: hidden;
max-height: 394px;
clear: both;
padding-top: 20px;
width: 1500px !important;
margin-left: -150px !important;
}
.caroufredsel_wrapper {
height: 600px !important;
width: 1350px !important;
}it caused the mobeilview to be very “off” in chrome, see imagees, and is slightly left alinged in desktop view
When I only use
.caroufredsel_wrapper {
height: 600px !important;
width: 1350px !important;
}
the post mega is displayed good, but the image hight is not som high as we wanted it (it´s still 300 insted of 394px)At the moment I`m using only;
.caroufredsel_wrapper {
height: 600px !important;
width: 1350px !important;
}If you could help me get this adjusted so the images are 394px high and workes nicely both on chrome and firefox in mobileview, I would be very gratefully 🙂
Attachments:
You must be logged in to view attached files.September 15, 2015 at 16:37 #77816LauraModeratorHello, welcome back 🙂 Hope you are feeling better.
The css is only on mobile right? You want it to look like the first attachment?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
September 21, 2015 at 14:51 #78690veggistParticipantHi @Laura, thank you 🙂
I see now after the latest chorme fix, it shows ok also in chrome, so the only thing I need to fix is the blog image in the carousel being 394px high!
September 21, 2015 at 20:23 #78797LauraModeratorHello, you want to make the images 394 high only mobile view?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
September 21, 2015 at 21:50 #78820veggistParticipantNo, 394px high in normal view, I guess they will scale down on mobile view?
September 22, 2015 at 18:18 #78936LauraModeratorHello, used this in style.css
COPY CODE@media screen and (min-width: 800px) { .carousel-stories.responsive { width: 1500px; height: 1000px; } .carousel-stories { overflow: hidden; max-height: 594px; clear: both; padding-top: 20px; } .kleo-carousel { height: 600px; width: 1400px; margin-left: -30%; } .caroufredsel_wrapper { height: 600px !important; width: 1550px; } ul.feature-stories li { width: 594px; } .carousel-stories li { text-align: center; max-width: 526px; padding: 0 8px; display: block; float: left; } a.imagelink { width: 494px; } img.attachment-blog_carousel.wp-post-image.lazyloaded { width: 494px; height: 394px; } } @media only screen and (max-width: 940px) { .caroufredsel_wrapper { height: 600px !important; } }
Do you like it?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
September 23, 2015 at 19:46 #79183veggistParticipantHi Laura. No, this got to big, and on Androin 1+” portrait the page acts wierd and on iPad2 it gets to broad. See att. images
Attachments:
You must be logged in to view attached files.September 25, 2015 at 03:57 #79436LauraModeratorHello, i see, so better a bit more small or like it was before? its a bit difficult to re-escale that, let me know if you find more issues in mobile devices so i can check it out
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
September 25, 2015 at 14:34 #79480veggistParticipantWell, the problem now is that the blog carousel images are so big they break the layout on the rest of the page in mobile devices (below 960px), so if you manage to adjust thi, it would be grat. And if possible, below 768px, the blog posts stack one one in widht, if you understand me?
September 28, 2015 at 00:27 #79697LauraModeratorHello, is it better now?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
September 28, 2015 at 16:27 #79749veggistParticipantI can´t see any changes on the front end. Did you do any changes in the css after ticket #78936
September 30, 2015 at 05:41 #80040LauraModeratorHello, yes i did, did you try cleaning your browser cache?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Attachments:
You must be logged in to view attached files.September 30, 2015 at 09:54 #80067veggistParticipantOk, I see
I looks nice on desktop and ok on mobile. But on tablets in landscape view, the page does not fill properly. I have only tested it on a Samsung Galaxy Tab Note, 10.2″, but the chrome inspector in device mode showes the same on iPad. It makes the carousel full width, but not the rest of the page. Please check out this on simular divices if you have access and try to fix it so it showes full widthBest, Frode
October 3, 2015 at 01:34 #80488LauraModeratorHello, made some adjustments, does it look better now? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
October 3, 2015 at 18:28 #80591veggistParticipantYes, now it´s working nicely on iPad and other tablets so I think thats a “keep” 🙂
Thanks alot for your efforts Laura, great service !October 4, 2015 at 21:20 #80810LauraModeratorHello, glad it worked! Let me know if you need anything else 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
You must be logged in to reply to this topic.