vsc247
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [onetone] onetone contact us not workingYes, this is the code directly from the website I was working on and we weren’t having any issues.
Forum: Themes and Templates
In reply to: [onetone] onetone contact us not workingI’m not sure of the issues that you’re having but this is the code that I used to make it work. When you get to value just put in the email address that you want the form to send to. Outside of this solution I’m not sure what assistance I can provide
<p class="contact-text">We would love to hear from you.....</p> <div class="contact-area"><form class="contact-form" action="" method="post"><input id="name" tabindex="1" name="name" size="22" type="text" value="" placeholder="Name" /> <input id="email" tabindex="2" name="email" size="22" type="text" value="" placeholder="Email" /> <textarea id="message" tabindex="4" cols="39" name="message" rows="7" placeholder="Message">Message</textarea><input id="sendto" name="sendto" type="hidden" value="xxxx@xxxxxxxxxxxx.com" /> <input id="submit" name="send" type="button" value="send" /></form></div>Forum: Themes and Templates
In reply to: [onetone] Main navigation roll-over effect not workingThanks!
Forum: Themes and Templates
In reply to: [onetone] Main navigation roll-over effect not workingSuccess! Thank you very much for all of your assistance with this. This is the final code solution
.top-nav .onetone-menuitem.current a span { color: #ddd; } .home-navigation ul .onetone-menuitem.hover a span { color: #e09a3b; }Forum: Themes and Templates
In reply to: [onetone] Main navigation roll-over effect not workingAlso, I’ve tried it on the live site as well.
Forum: Themes and Templates
In reply to: [onetone] Main navigation roll-over effect not workingSo this is what I tried but it does not appear to be working:
.top-nav .onetone-menuitem.current a span { color: #ddd; } .home-navigation > ul > li > a > span:hover { color: #e09a3b; }I did this on my local test site.
vscForum: Themes and Templates
In reply to: [onetone] Main navigation roll-over effect not workingOk that works, thanks! Now if I choose to add the hover effect I would just place the code referenced above to look like this with the color of my choice correct?
.top-nav .onetone-menuitem.current a span { color: #ddd; } .home-navigation > ul > li > a > span:hover { color: #000; }I’m new at this and it’s a work in progress.
ThanksForum: Themes and Templates
In reply to: [onetone] Main navigation roll-over effect not workingAlso, to be more clear, once I click a link on my test site, the link turns a different color. On my live site when I click on a link, the link on the left is shown in a different color in the main nav, not the link that I’ve clicked on. I hope this helps more and sorry for the incorrect evaluation.
Forum: Themes and Templates
In reply to: [onetone] Main navigation roll-over effect not workingThanks Bojan but I do have a question. I’ve been looking at the site in Firefox, Chrome, IE and Safari on multiple computers and I am seeing a hover effect even on computers not within my home. What browser are you using? Could it be that this is hardcoded in some way? The only thing that I’m currently seeing in the Custom CSS area is this:
body{margin:0px;}Forum: Themes and Templates
In reply to: [onetone] Hover effect shows on wrong link in main navigationI’ve seen this topic come up a couple of times now but haven’t seen any solutions. I’m having the same issue with a live site that’s still under construction. I’m new at this so if anyone can assist I would appreciate it http://shirleystreasuresllc.com/ .