Forum Replies Created
-
AuthorPosts
-
Hi Yigit,
That’s great! Thank you for sorting this out.
Cheers, Andrew
Sorted it with this :
.big-preview {
padding : 0px 0px 25px 0px !important;
}#featured_post .template-blog, #blog_grid .avia-content-slider-inner {
padding: 0px !important;}Thanks a million!!!!
Sean
Hi Basilis,
Basically I want it to extend out to the full width of .big-review.multi-big
See here http://tinypic.com/?t=postupload
Is all I need to do remove padding from the div?
Thanks,
SeanApril 17, 2019 at 12:58 pm in reply to: Fullwidth Easy slider scale background position (and on mobile) #1091984Thanks Nikko.
I’ll be able to position correctly or change the image if it doesn’t work.
Just out of interest….Is there any way to scale them for mobile?
Thanks,
SeanIf that will get it extended out, to align with left margin,. that would be wonderful!
Thanks
Legend, thank you Mike.
Thanks Mike,
Ideally, an ##272425 transparent background on hover. (60% Opacity)
Like this http://tinypic.com/view.php?pic=29kp2z8&s=9#.XLBPhuhKguV
Is it possible to make the border smaller? not to stretch across the full width of the div?
Thanks,
Sean- This reply was modified 5 years, 7 months ago by realisedesign. Reason: Being polite and adding 60% opacity
Sorry Mike!!!
I’ve given you admin access now!
Apologies
HI Mike, this is brilliant. Thanks!
Hi Mike, thanks for your response.
How about removing the animation stuff that’s going on?
Thanks Basilis.
How about just extending the image out to the edge of the container?
Surely that is an easy fix?
March 28, 2019 at 11:39 am in reply to: Fullwidth Easy slider scale background position (and on mobile) #1084044HI Nikko,
doesn’t seem to be working, this is the CSS path:
html.html_stretched.responsive.av-preloader-enabled.av-default-lightbox.html_header_top.html_logo_left.html_main_nav_header.html_menu_right.html_custom.html_header_sticky.html_header_shrinking.html_header_transparency.html_header_glassy.html_mobile_menu_tablet.html_disabled.html_header_searchicon_disabled.html_content_align_center.html_header_unstick_top_disabled.html_header_stretch_disabled.html_entry_id_7714.html_av_admin_bar_active.av-no-preview.avia_desktop.js_active.avia_transform.avia_transform3d.avia-mozilla.avia-mozilla-65.avia-windows body#top.home.page-template-default.page.page-id-7714.logged-in.admin-bar.stretched.lato.open_sans.customize-support div#wrap_all div#main.all_colors div#full_slider_1.avia-fullwidth-slider.main_color.avia-shadow.avia-builder-el-0.el_before_av_section.avia-builder-el-first.container_wrap.fullsize
Any ideas?
March 28, 2019 at 11:32 am in reply to: Fullwidth Easy slider scale background position (and on mobile) #1084042Thanks Nikko,
Can I do that with a media query?
Hi Yigit, no worries, thanks for getting back to me.
This is what I’m looking for:
http://i67.tinypic.com/2c0juv.png
- Full container width image
- gravitar, title and author name above image (vertically centred based on gravitar)
- Categories tight below image
- Excerpt below image full container width
- read more below image full container width
Hope that makes sense!!!
SeanHI Basilis,
Thanks for re-opening this, and apologies for duplicate post it was due to this post being closed for replies.
Can you help out?
tbh I think I just need to remove all the custom CSS (and PHP?) that the dev put in, then use a simpler method, something like this:
https://kriesi.at/support/topic/masonry-portfolio-hover-title-and-excerpt/
but i’d like a (2px?) line in the middle of the title and excerpt.
Basically this: http://tinypic.com/view.php?pic=29kp2z8&s=9#.XJtVryj7QuU
I’d like to change it everywhere, get rid of the old effect, really don’t like it anymore.
Can you help at all?
Thanks guys,
SeanMarch 20, 2019 at 1:18 pm in reply to: Contain content within Grid row to sit within site container #1080801Oh. My. God. Such an oversight. I’ve been fiddling about with CSS padding and margin and didn’t think about avia layout assigning padding.
Thank you so much Ismael, I got stuck on that for so long.
Using enfold = Winning at life.
Cheers!
- This reply was modified 5 years, 8 months ago by realisedesign.
March 18, 2019 at 12:52 pm in reply to: Contain content within Grid row to sit within site container #1079857Here you go Ismael,
Basically its the alignment of the text with the outer edge of the container, it seems to be adding some padding or extra margin, meaning it doesn’t sit perfectly with the outside of the page container (something to do with the 50px I had to add to the single cell grid row to make it sit perfectly maybe?)
I’ve tried fiddling around with padding but I can’t seem to find a way to right align the text to the container edge, I’m using the “float” css to keep the content sitting close to the centre at the moment.
perhaps I am referencing it wrong in the css, i have left cell and right cell labelled “lcell” and “rcell” in custom css.
Thanks again,
SeanYigit, mate, you are actually a genius.
Thunks a million bro.
Sean.
- This reply was modified 5 years, 8 months ago by realisedesign.
Bump.
Header is completely messed up now, with text sitting at the top, I have removed the custom CSS but it doesn’t seem to be doing anything now.
Please help
Hi Vicoria.
It worked! …sort of….
So it doesn’t quite align to the bottom pre-scroll – is this just because my image has spacing at the bottom? I tried aligning the logo differently in the actual image but it causes it to jump around a lot on scroll.
And now the text doesn’t shrink with the header and pops out of the container before appearing back in when you scroll further.
Can you help further?
Thanks,
SeanMarch 11, 2019 at 5:06 pm in reply to: Contain content within Grid row to sit within site container #1077422Hi Ismael,
Well, thanks for creating Enfold!
That doesnt seem to work unfortunately, this is the CSS i’m using:
It seems to work fine on single full page width but as soon as it goes into a two column view formatting gets lost
/* Grid CSS */
@media only screen and (max-width:767px) {
#av-layout-grid-2 {
display: flex;
flex-direction: column-reverse;
}
}@media only screen and (max-width:767px) {
#av-layout-grid-4 {
display: flex;
flex-direction: column-reverse;
}
}@media only screen and (min-width:1310px) {
#top .flex_cell_inner {
max-width: 1310px !important;
margin: 0 auto !important;
padding-left: 50px !important;
}
}@media only screen and (max-width:1310px) { #top .flex_cell_inner {
max-width: 1310px !important;
margin: 0 auto !important;
padding-left: 0px !important;
}
}
#top .lcell .flex_cell_inner {max-width: 655px !important;
position: relative;
float: right; }
#top .rcell .flex_cell_inner {max-width: 655px !important;
position: relative;
float: left; }Thanks,
SeanHi Victoria, thanks for helping out.
I’ve made the change. It didn’t work in quick CSS so I’ve added it to the custom CSS file.
Nothing seems to have worked though (but sometimes WP caches strangely.)
We do have a child theme. But there is no custom.css file in my child theme folder. Should I be tweaking any of your code for the child theme somehow? Or pasting into styles.css?
Thanks,
SeanMarch 6, 2019 at 8:58 pm in reply to: Contain content within Grid row to sit within site container #1075622Nope, it’s not working on the two column split…..sigh…..
March 6, 2019 at 8:57 pm in reply to: Contain content within Grid row to sit within site container #1075621Its Alright, I’ve gone and figured it out.
Cheers guys!!!
I should probably say, I’m happy to change this site-wide if needed. But if for a start we could get it only on the one page I can then assign it to the others if needed.
Thanks again guys, this is why you are the no1.
Sean
This reply has been marked as private.Hey, thanks for replying.
Is the documentation for the masonry hover effect available? Problem is I have limited coding knowledge so I don’t exactly know what parameters I should be changing without breaking it completely.
I get that I need to do page id and element but after that I’m a bit lost. Trying to make it look like this:
With page title and excerpt displaying as the text.
Any ideas? Seems like it would be simple to anyone who understands the theme?
Thanks again.
SeanHi Victoria,
Yes its working now, thank you.
Sean
Hi Victoria,
t
Thank you, clearly the page hadn’t Cached or something was going on as I had removedthis multiple timess, tried to change it for different images etc and nothing was working.Sean
Added you guys as an admin. Thanks.
- This reply was modified 5 years, 9 months ago by realisedesign.
-
AuthorPosts