svanboeyen
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Zerif Lite] Our Focus content overlappingWondering if anyone has a piece of code that can help me out. Thanks ??
Website is cannaclinictoronto.com
Forum: Plugins
In reply to: [Appointments] Adding 5 Minute Service OptionBojan,
It worked perfectly! It turns out that I’m just a Noob when it comes to code.
Thanks a lot for your help!
ScottForum: Plugins
In reply to: [Appointments] Adding 5 Minute Service OptionBojan,
Just added this piece of code to the bottom of my functions.php and it made the website crash. I went into c-panel and removed the piece of code to get it back up and running again. Forgive me as I’m not very knowledgable when it comes to php, but could there be something wrong with the piece of code you gave me?
Thanks,
ScottForum: Plugins
In reply to: [Appointments] changing provider emailBojan,
I’m having the same issue. I’ve updated my admin email in WP => Settings => General and by default, the plugin still sends an email to the original admin email. It seems like a little bug in the back end.. Is there a way to check it out?
Thanks,
ScottMainly just wondering where this piece of code:
<div id=”testimonials” … >
is in the editor.Thanks!
So if I wanted to change the testimonials section to “Membership” I’d have to go replace everything in the testimonials.php that said testimonials with “membership”? Then it would work if I put …/#membership ?
Is it possible to change the menu anchors? For example, my page is now called Practice Areas where the Our Focus section used to be. But when someone clicks on the link “Practice Areas” in the menu at the top, it jumps to Practice Areas, but the URL reads horrickslaw.com/#focus
Wondering if it’s possible to change this (maybe using custom css) to horrickslaw.com/#practice
Thanks,
ScottForum: Themes and Templates
In reply to: [Vantage] Center Nav on Vantage Premium themeFound this code from the siteorigin website:
.main-navigation ul {
text-align: center;
}.main-navigation ul li {
display: inline-block;
float: none;
}Enter it into Vantage Custom CSS or the Editor if you’re using a child theme. (If you enter this into editor and aren’t using a child theme it will be erased after updating Vantage)
Forum: Themes and Templates
In reply to: [Vantage] Center Nav on Vantage Premium themeI entered everything into the CSS that you previously posted. It works for everything except my search bar. Any suggestions?
https://greencaremedicalclinic.ca/
Thanks