Forum Replies Created
-
AuthorPosts
-
June 5, 2020 at 10:43 am in reply to: Icongrid – Disabled animation, but text low res until rollover #1219730
Hi Rikard,
Thanks for getting back to me. I’m using Safari 13.1.1 on a Mac. You’re right though, not seeing this in Chrome or Firefox.
I’ve attached a couple of screen grabs of a before and after so you can see what I’m seeing.FYI – I disabled the code which stops the tile flipping, and it is still displaying low res. I checked all the theme demos and the only one using icon grid is fine in Safari – https://kriesi.at/themes/enfold-one-page-agency/
I’m going to experiment to see if I can fix it some how.
Thanks Rikard,
I’ve done what you suggested in the second option, there is one small issue. There seems to be a 20px white space beneath the video. (1032px v 1052px)
I removed padding in the colour section and in the section below it – I’ve sandwiched it between two gradient colour sections on the test page so you can see what I mean.Thanks again.
Hi Rikard,
I had to move on yesterday, but I’ve created a test page. The first video (full width layer slider) is what I went with, ideally I’d like the round play button over laying on this. The second is just the video element which I was hoping to make full width. I tried putting it into a colour section, but that wasn’t working either.
I think it needs to be obvious that it’s a video, I think a lot of people would scroll past it.
Link in private section.
Thanks for you help.
Thanks Victoria – I think his problem is with the pages which Woo Commerce generates automatically. From what he tells me, Beaver Builder lets you design these pages, but Enfold does not. I only really know how to use Enfold properly, so I’m trying to resist!
Hi Victoria,
No, I can not! I’m having a discussion with a colleague about building a new e-commerce website. He would like to use Beaver Builder, his reasons are greater visual customisation options for woocommerce. I would prefer to use Enfold, however I can not provide a counter-solution because I know he’s correct.
It was more of a general question to see if the mods/forum members knew of anything.
Thanks.Thanks Manny – I spotted this earlier and fixed it. Thanks for taking the time to reply! :)
Thanks Victoria.
That’s exactly what I would’ve done, but as mentioned in a previous post, this site was designed by someone who doesn’t know Enfold, so I’ve had to bend it into shape.
Thanks for taking the time to look into it, I think what we’ve done is the best compromise, but running it past you experts gives me confirmation of that!
Thanks Basilis, please see private area. There’s lots of quick CSS in there, but it’s all commented with what it’s for.
Hi Victoria,
My colleague added a holding page plugin. Please use the link in the private area and then use the menu to navigate.
Thanks
JohnGreat, consider this closed thanks Nikko. I’m sure i’ll be pestering you guys again in the next few days!
Hi again Mike,
I got chance to look in the forums today and I found an old post by Rikard here
I was able to change through CSS using
.image-overlay .image-overlay-inside:before { content: "\E87D"!important; font-family: 'entypo-fontello'!important; }
it seems like the u is replaced by a \ and everything set to caps. Works great.
Thanks for your help!HI Mike,
Thanks for getting back to me on this. What I was looking for was to change the standard image overlay icon into a normal arrow.
I can inspect the page and currently see this:content: '\E832'; font-family: 'entypo-fontello';
The one I want to change it to display as Charcode: ue87d in the add icon tool on ALB, I see the one that it’s currently set to shows as Charcode: ue832 in the add icon tool. Not sure if that’s any help?
Basically, I just want to make it look different to the standard icon that we’ve used on so many Enfold sites!
Awesome, thanks Jordan!
Scrap that, I think I’ve fixed it by changing the # to .
What’s the difference between a # and . in CSS. Is this code okay to use?
.myfooter .container { padding-top: 0px!important; }
Hi Ismael,
Thanks for all of your help with this – how does the page look to you now?
Hi Ismael,
Thanks for getting back to me (again!)
So, could I just do this?
.my-custom-tag { display: table; table-layout: fixed; width: 150%!important; }
Or would I need to add #top (or something else) before it? Sorry to ask. The only CSS I know are from the bits that I’ve learnt by customising Enfold! This person has their own hosting, and I don’t have access to the control panel, it seems like there must be something on it caching the site. When I looked at it today it seems like the page is displaying like the previewed version now, but I am keen to isolate this element so I keep control.
Thanks Ismael,
What happens if it’s not an image? A slider for instance. Can I just have
.your-custom-class { position: relative; right: -15px; }
Sorry if my question seemed stupid, it’s just I wasn’t sure if an item is tied to a particular side, such as left, so code would be:
.your-custom-class img { position: relative; left: +15px; }
I personally wouldn’t design a site like this, so I’m just trying to get as close as I can to the visuals,
Thanks again
Hi Rikard,
I did find something on another post which helped, but I want this to happen on the left and right. I want to add a media query to it as well, so it only happens on desktop and stacks on mobile.I’m going to be playing with it throughout the day, but would appreciate you input on this, as it could be one of the more complex things I’ve done in the ten or so Enfold sites I’ve built!
Thanks very much.
July 4, 2019 at 10:39 am in reply to: Background Colour Missing from Animated Number on Mobile #1115696Perfect! Thanks Vinay.
Thanks Rikard, feel free to close it.
Haha – after reading back my message I realised what I’ve done wrong. I copied the whitespace element from the top of the page, which I had set no to display on medium and small screens. I just needed to turn those options off.
I feel really stupid, sometimes the answers are right in front of your nose!!!
Thanks and sorry for wasting your time!
Hi Rikard,
I have made this into a menu by creating a span class “fredlink” which is black, and then white on hover.
I’ve turned these into single line columns containing a special heading and to close the space I have added a whitespace element of -30px.
I did this because I wanted the animation effect on each line. If you look at our homepage I previously used advanced layer sliders for these, but we thought we could be more efficient by using some of Enfold’s build in features.I’ve attached a couple of screen grabs which I hope make more sense.
Thanks very much
Sorry Rikard, I’m getting my terminology confused. It’s the list of special headings I have at the very bottom of the page.
I’ve attached a screen grab of where I mean, I just want these closer together like they are on the desktop version.Hope this makes more sense!
Thanks Yigit,
So, just so that I’m clear is it safe to:
1) Add the above to the \enfold\js\avia.js file, then;
2) Create \child\js\avia.js containing just:$.AviaAjaxSearch = function(options) { var defaults = { delay: 300, //delay in ms until the user stops typing. minChars: 999, //dont start searching before we got at least that much characters scope: 'body' }; this.options = $.extend({}, defaults, options); this.scope = $(this.options.scope); this.timer = false; this.lastVal = ""; this.bind_events(); };
Will everything still work properly? Sorry to be a pain, I just don’t want to break anything!
Hi Yigit,
Thanks for sending the link. So does this work for the \enfold\js\avia.js file? I see it mentions shortcode.js, I’ve never needed to change this file before, so I’m a bit nervous changing it, I’m guessing avia.js is a very important file!Hi Ismael,
Sorry, I didn’t update the thread. I got back on the project this morning and found a plugin which would allow me to add anchors from the home page.
It seems to work well with the built in ones too, I just made sure I gave the new anchor similar, but different names.FYI – it’s this plugin. https://wordpress.org/plugins/page-scroll-to-id/ just in case anyone has the same issue.
Thanks for getting back to me though.
Hello Mike.
Thanks very much for getting back to me.
The quick css works great! I did like the live search results though. I noticed, as you mention, the button still animates.
Is there any way to stop the animation without using the live search results?If not, Is it possible to add the JS change to the child theme?
I’ve tried creating a folder called \js\ within the child theme and placing the amended file within that, and it isn’t being picked up.
I’m no expert on child themes, so any help would be much appreciated.Thanks again,
JohnApril 9, 2019 at 10:18 am in reply to: Changing colours of individual masonry grid overlays #1088614Hi Nikko,
Thanks for the help, but that didn’t work.Can you please leave this thread open and once I’ve published the page, I can post a link.
Could first child be effecting something else on the page, as nth-child(2) seems to be the first (top left) in the two rows of 3?Thanks again.
April 8, 2019 at 10:56 am in reply to: Changing colours of individual masonry grid overlays #1088232Thanks Jordan, but I still don’t get it. I’ve taken a screen grab of what I am seeing, and changed the code to black and white so I can try and figure it out. This seems to be the only way I can get it to work:
#top .av-caption-style-overlay .av-masonry-item-with-image:nth-child(2) .av-inner-masonry-content { background: #ffffff; } #top .av-caption-style-overlay .av-masonry-item-with-image:nth-child(3) .av-inner-masonry-content { background: #000000; } #top .av-caption-style-overlay .av-masonry-item-with-image:nth-child(4) .av-inner-masonry-content { background: #ffffff; } #top .av-caption-style-overlay .av-masonry-item-with-image:nth-child(5) .av-inner-masonry-content { background: #000000; } #top .av-caption-style-overlay .av-masonry-item-with-image:nth-child(6) .av-inner-masonry-content { background: #ffffff; } #top .av-caption-style-overlay .av-masonry-item-with-image:nth-child(7) .av-inner-masonry-content { background: #000000; }
I’ve tried changing it to:
#top .av-caption-style-overlay .av-masonry-item-with-image:first-child .av-inner-masonry-content { background: #ffffff; }
And nothing is happening. It’s working as I want it to, but I want to understand why nth:child(1) or first-child isn’t working.
Is it because of the category filter?April 5, 2019 at 5:00 pm in reply to: Different overlay colours for the hover effect of a masonry? #1087513new thread started…
- This reply was modified 5 years, 7 months ago by jonrouse.
-
AuthorPosts