Forum Replies Created
-
AuthorPosts
-
Hi!
Let’s try the code Ismael provided for functions.php first and see if it works.
Cheers!
RikardHey cworkman1!
I’m not really sure exactly what you want to do with the picture in the footer, could you please elaborate or highlight the issue with a screenshot or a mock-up?
If you want the footer to remain a set height, please try to add the following to your footer CSS block:
max-height:42px !important;
The footer will cover your content since it’s set to fixed, you can try to add padding or margin to the last content block though to add space underneath it:
margin-bottom:100px;
or
`padding-bottom:100px;’
Cheers!
RikardHi dlvennie!
Please try the following code in your Quick CSS:
.html_header_left #top #header { border-right-width: 0px !important; } .html_header_sidebar #top #header .social_bookmarks { border-top-width: 0px !important; }
Regards,
RikardHey Courtney!
Please try to add this to your Quick CSS:
#wrap_all { position: relative !important; }
Cheers!
RikardHey John!
For button in a footer widget you can try this code inside a text widget:
<button class="button"> Hello I'm a button </button>
Here’s a list of shortcodes: https://kriesi.at/support/topic/documentation-list-of-avia-shortcodes/#post-82045
Cheers!
RikardFebruary 28, 2015 at 12:38 pm in reply to: Second Sidebar Pages Question – moving code to child theme #403821February 28, 2015 at 12:35 pm in reply to: Currencies in Events Calendar Element shown incorrect #403819Hi Nicole!
Functions.php is the correct file, but if your site goes blank after adding it something must have gone wrong, where did you add it? Please try again and add the code snippet to the very bottom of functions.php and see if that works out.
Cheers!
RikardHey SaraMichelle!
It loads fine on the latest version of Chrome, what browser are you using and did you try to empty your cache and reload a few times?
Cheers!
RikardFebruary 27, 2015 at 10:20 am in reply to: Enfold won't install – 'Are you sure you want to do this?' message #403288Hi!
What happening when you try to install via FTP? No access? Please keep us posted on your progress.
Best regards,
RikardFebruary 27, 2015 at 10:16 am in reply to: Why are my woocommerce product images opening in two lightboxes? #403286Hi!
Please try the following code in your Quick CSS:
.woocommerce-main-image.zoom { pointer-events: none; }
Regards,
RikardHey!
Try the following in Quick CSS please:
.av-subheading p { -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: black; text-stroke-width: 1px; text-stroke-color: black; }
Cheers!
RikardHi Manuel!
Do you have a link to the site in question so that we can take a closer look please?
Regards,
RikardHi!
I can’t see the problem you are getting in your first screenshot, this is what I get on my end: http://imgur.com/lJkz3Vs. What browser are you using and do you have to do any special steps to make the error happen?
About your issues when updating, have you made any changes to any of the .php files? Are you using a child theme? Did you try your hosting company’s recommendation to delete and upload a fresh copy?
Regards,
Rikard-
This reply was modified 10 years, 1 month ago by
Rikard.
Hi set70!
Did it disappear after you installed the Better Minify plugin? Have you verified that you have selected the correct option in Enfold–>Footer?
Cheers!
RikardFebruary 27, 2015 at 9:32 am in reply to: After update to 3.0.8 white space and scroll error top of page on mobile phone #403267Hey Morticka!
Your site displays fine on an iPhone 4 using Chrome, what browser are you using and did you try to flush your cache and reload a few times?
Regards,
RikardHey mdmllc!
Try adding the following to your Quick CSS:
#wrap_all { position: relative !important; }
Cheers!
RikardHey patriscia!
I’m having a bit of trouble understanding what you need help with, could you try elaborate a bit more? Also, a link to the site in question and screenshots highlighting your problem would be helpful.
Best regards,
RikardHi Pedro!
Try to add the following to your Quick CSS:
.post-meta-infos time{ display:none !important; }
Best regards,
RikardHey Jordan!
Yes it’s possible to hide and show elements for different screen sizes with CSS. Could you provide us with a link to the site in question so that we can have a closer look please?
Cheers!
RikardHey Pedro!
Try to add the following to your Quick CSS:
.post-meta-infos time{ display:none !important; }
Cheers!
Rikard -
This reply was modified 10 years, 1 month ago by
-
AuthorPosts