Forum Replies Created
-
AuthorPosts
-
Both sites are working perfectly now. Thank you – much appreciated!
Hi Rikard – thank you. That would be great if you can implement a permanent fix.
The credentials for the other site have been supplied in Private Content and both sites have been backed up.February 18, 2021 at 3:30 am in reply to: Popup Maker shortcode not working in Enfold Button #1281924Actually – thanks for your help so far, it’s really appreciated – I’ve decided on an alternative workaround though as this is such a simple website.
I added a new page without a menu and an EXIT button that works very similar to the popup.
Thanks again for your time – this support ticket can be closed now.February 18, 2021 at 2:47 am in reply to: Popup Maker shortcode not working in Enfold Button #1281921No that didn’t seem to work sorry.
I copied the code directly from the forum to functions.phpFebruary 15, 2021 at 10:48 pm in reply to: Popup Maker shortcode not working in Enfold Button #1280654Hi Ismael,
I tried adding that code to child functions.php and received the following error;Your PHP code changes were rolled back due to an error on line 13 of file wp-content/themes/absolved/functions.php. Please fix and try saving again.
syntax error, unexpected ‘&’
February 10, 2021 at 11:35 pm in reply to: Popup Maker shortcode not working in Enfold Button #1279620Thanks Ismael – I added the ‘no-scroll’ Custom Class Name to the button which hasn’t changed the scrolling action or the markup.
https://prnt.sc/z0hx0f
Was there some code to add to Quick CSS as well?October 22, 2020 at 10:17 pm in reply to: Changing height of Advanced Layer Slider on mobile #1255100Thanks Victoria.
I’ve added the following code to themes/enfold/css/custom.css but it hasn’t made any difference.
Is it the height: 500px !important; that I need to adjust to make the slide larger on mobile?
I changed this from 200 to 500 and haven’t seen any change. Any idea where I’m going wrong?@media only screen and (max-width: 479px) {
#layerslider_1 .ls-wrapper.ls-bg-outer, #layerslider_1,
#layerslider_1 .ls-wrapper.ls-bg-wrap img {
height: 500px !important;
}
#layerslider_1 .ls-wrapper.ls-in-out img {
width: 135px !important;
height: 50px !important;
}
#layerslider_1 .ls-wrapper.ls-in-out h1 {
font-size: 14px !important;
margin-left: -60px !important;
}
}October 20, 2020 at 4:19 am in reply to: Changing height of Advanced Layer Slider on mobile #1254218Hi there,
I am also wanting to increase the height of the layerslider on mobile only.
Should I be changing all #layerslider_10 on the above code to #layerslider_1 for the URL supplied?
I did try this and it didn’t work so must have missed something!
Many thanks in advance!!October 4, 2020 at 6:57 pm in reply to: Small annoying gap between Fullwidth Slider and Colour Section #1250457Hi Victoria,
Yes, that is correct. The colour section was intentionally created to display a 5px dark brown line to frame/border the fullwidth slider.
And there was a very thin gap between the colour section and the fullwidth slider. However, now that the site has been pushed live, it seems to have disappeared. Problem solved!
Thanks for your help.That works perfectly – thank you so much for your help! Enfold Support are the best!
Please feel free to close this support request now : )Brilliant – that worked perfectly. Thanks Nikko.
Do you also have some code to center the ‘Name’ and ‘Subtitle Below Name’ of this testimonial elements?
They are currently left-aligned in the center of each testimonial box.Yes. Are you receiving a different result then?
- This reply was modified 4 years, 5 months ago by ellamac.
Great – thanks Jordan. You can close the thread now thanks.
Thanks Jordan, I was trying to refer to the ‘leading’ or ‘line-height’. But have dropped some CSS in which seems to have worked.
Please do let me know if you have a better suggestion though : ).avia-table.avia-data-table.avia-table-5 td{
color:#000!important;
line-height: 1.3;
}Thank you Jordan, that worked perfectly!
While on the subject of tables – are you able to supply some css to reduce the text line spacing in the table please?
I want to reduce the line spacing a bit. Many many thanks!Gosh, so sorry, yes this is exactly what we were wanting! Thank you and sorry for any time wasted. I was accidentally looking at the Horizontal Slider (instead of Easy Slider) which was set to Default Control. The Easy Slider now looks perfect.
Apologies! This thread can be closed now thanks!! : )Hi Victoria, Thanks for your assitance!
I’m wanting the font colour to be black and the table lines/borders to also be black as per the bottom two tables in the mockup link.Hi Victoria, Thanks for your reply and apologies for the slow response! I tried this code but it didn’t make any change to the wonky arrows.
Any other suggestions?BRILLIANT. Thank you, that’s looking exactly how we want it to.
If the client wants to see it bolder still, I would just need to upload say the 900 weight font and adjust Advanced Styling as per your instructions, right?Well it doesn’t change for me using Chrome Version 80.0.3987.132 or my client’s browser.
Is there anyone else that can help?
FYI – Montserrat … semi-bold 600. semi-bold 600 Italic. bold 700. extra-bold 800. black 900.
https://prnt.sc/rdiso2
I’ve changed it to 900 now which should be as bold as the screenshot but its more of a regular or medium.
https://prnt.sc/rdisv1Its the phone number in the main header;
https://prnt.sc/rdfsk3
https://prnt.sc/rdft3hHi Jordan, yes I did try that and still no change if font weight.
Thanks Rikard, but that didn’t seem to work. I added the font-weight: 700; to:
#text-3 {
position: absolute;
left: 40%;
font-size: 24px;
font-weight: 700;
}And the @import url(‘https://fonts.googleapis.com/css?family=Montserrat:700&display=swap’);
at the very top of the Quick CSS.Is that correct?
No further help needed. Please close the post. Many thanks!!
Brilliant – that worked a treat! Thanks for your help Rikard!!
April 4, 2019 at 9:40 pm in reply to: transition speed in full-screen slider / hide bullets #1087223Thank you Ismael – it now works perfectly!
And many thanks to those that helped me achieve this!April 1, 2019 at 9:37 pm in reply to: transition speed in full-screen slider / hide bullets #1085710Thanks for super speedy response Jordan!
This didn’t seem to make much difference. Ideally, I want the transition to occur over about 2 seconds.
A nice slow fade from colour to black and white. http://falcondevelopments.nz/index.php/about-us/April 1, 2019 at 9:22 pm in reply to: transition speed in full-screen slider / hide bullets #1085702Hi there,
I am also trying to slow down the fade transition of the fullwidth easy slider.
I tried the following code but it doesn’t appear to have worked. Any ideas why this isn’t working for my site?.avia_transform .avia_start_delayed_animation.right-to-left {
animation: avia-rtl 3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275)!important;
}.avia_transform .avia_start_delayed_animation.left-to-right {
animation: avia-ltr 3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275)!important;
}Many thanks!
Thanks Mike. I really appreciate your help and guidance.
It’s perfect. Many thanks.Thanks Mike – admin login supplied.
-
AuthorPosts