OnPointMC
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Remove email fields below formHi Takayuki. I redid the form and page using default template page and it works. Not sure why the contact template gives the extra email. Using default page worked.
How do I change the background color of the success box? It is green. I want to change it to match my site.
Thanks!
Forum: Fixing WordPress
In reply to: Custom font not working on mobile or tabletthanks!!!
Forum: Fixing WordPress
In reply to: Custom font not working on mobile or tabletJeffery!!!
YOU ROCK! That was it. I works now on iphone and firefox.
I used font squirrel to generate the additional font files and didn’t even think of checking the name.
YEAH!!! THANK YOU SO VERY MUCH!!!
-LISA
Forum: Fixing WordPress
In reply to: Custom font not working on mobile or tabletThanks Jeffery. Going to move the font to the root and keep trying.
I’d give up and use a google font, except I know I need to know how to do this for future projects!
Thanks!
Forum: Fixing WordPress
In reply to: Custom font not working on mobile or tabletJeff,
Thanks for the code. It did change ALL the body text.
Unfortunately, I only want to change what I’ve specified, not all the body copy.
Any idea how to get the font to load without changing ALL the body, just where I’ve coded it, as shown above?
-Lisa
Forum: Fixing WordPress
In reply to: Custom font not working on mobile or tabletThank you!!!
Forum: Fixing WordPress
In reply to: Custom font not working on mobile or tabletJeffery,
Will that change all the “body” text font? I just want to change the text I’ve coded in the jenna sue font.
Example:
[one_third last=”no” class=”” id=””]
<p style=”text-align: right; font-family: JennaSue; font-size: 48px; color: #a0ce4e; line-height: 65px;”>We like design to be visually powerful, intellectually elegant, and above all timeless.</p>
<p style=”text-align: right; font-family: raleway; font-size: 12px; color: #d4d1d1; line-height: 18px;”>—Massimo Vignelli</p>
[/one_third]“Raleway” is a google font and is showing up. However, jennasue is a custom font and is only showing up on chrome desktop, and safari desktop. Not on firefox, nor mobile, nor tablet. I haven’t checked on pc explorer yet.
-Lisa
Forum: Fixing WordPress
In reply to: Custom font not working on mobile or tabletThanks so much Jeffery.
I’m going to try it right now.
-Lisa
Forum: Fixing WordPress
In reply to: Custom font not working on mobile or tabletYes. I uploaded it via and put this code in the custom css code:
@font-face {
font-family: jenna_sueregular;
font-style: normal;
font-weight: 400;
src: url(‘https://www.onpointmc.com/wp-content/themes/Avada/jennasue-webfont.eot?#iefix’) format(’embedded-opentype’),
url(‘https://www.onpointmc.com/wp-content/themes/Avada/jennasue-webfont.woff’) format(‘woff’),
url(‘https://www.onpointmc.com/wp-content/themes/Avada/jennasue-webfont.ttf’) format(‘truetype’),
url(‘https://www.onpointmc.com/wp-content/themes/Avada/jennasue-webfont.svg#jenna_sueregular’) format(‘svg’);
}Hi.
I installed the plugin with Avada responsive theme and I don’t seen any options either.
The screen option for “image” shows up. However, within the menu screen there are no additional options that allow the user to add an image.
Thanks.