Forum Replies Created
-
AuthorPosts
-
March 2, 2015 at 4:26 am in reply to: Enconding error or ? marks on icon titles (admin/page edit) #404247
Hey JC!
Could you highlight the issue your having with paragraphs with a screenshot or elaborate a bit please?
Best regards,
RikardHey Cindy!
Great, just get back to us if you should have any more questions.
Cheers!
RikardHi!
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,
Rikard -
AuthorPosts