Forum Replies Created
-
AuthorPosts
-
Hello Rikard,
now i have create a folder (fonts) inside wp-content. In folder fonts i have upload three custom fonts.
In css style i use:
————————-@font-face {
font-family: font1;
src: url(http://mywebsite.nn/wp-content/fonts/font1.ttf);
}
@font-face {
font-family: font2;
src: url(http://mywebsite.nn/wp-content/fonts/font2.ttf);
}
@font-face {
font-family: font3;
src: url(http://mywebsite.nn/wp-content/fonts/font3.ttf);
}Also i set a class in a paragraph e.g. <p class=”text”>This is a paragraph</p>
And Css
.text{
font-family: myfont !important;
}The fonts doesn’t work. Why?
Take a look.Thank you
Hello Nikko,
see the link below.
Thank you
Hello,
i upload custom font (ttf) in my control panel path.
mydomainname.nn/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/myfont.ttfI use CSS3 below code:
@font-face {
font-family: myfont;
src: url(http://mydomainname.nn/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/myfont.ttf);
}Also i set a class in a paragraph e.g. <p class=”text”>This is a paragraph</p>
And Css
.text{
font-family: myfont !important;
}What’s going on wrong? Why don’t change the paragraph font family?
I have used and other custom paragraph e.g. https://www.fontsquirrel.com/fonts and have the same problem.
Thank you
It doesn’t help me. Don’t complete font generation. Refer that message. <Web fonts from other distributors cannot be regenerated.>
Other way to import custom fonts .ttf, .eof, .woff in the WordPress?Thank you
Nope. Thank you for quick answer.
Nope, it doesn’t work on scrren resolution 1920×1080. In that resolution the arrows change positions.
Ok. It works.
Thank you very much.
February 17, 2017 at 11:46 am in reply to: Advanced Custom Fields don't show on pages, posts etc #748351Take a look to advanced custom forms. I use Advanced Custom Fields plugin and i have create 2 Field Groups (Case … and Posts …).
Add new post, fill in that fields with text and select view post. When open view post now i don’t show anything.
Simply, i want to show that fields when view post, only when i choose categories of posts. For e.g. I have create a category News and
i want to show Posts N… custom fields when i choose category News.Only visibility that fields to posts not pages.
Thank you
- This reply was modified 7 years, 10 months ago by Designweb.
Thank you very much Yigit.
That works, but i have a little problem with position when change screen resolution. Screen resolution more 1366px change the position of arrows in slider.
How i can use the right code to CSS, don’t change position when screen resolution increase.
Thank you
Hello,
that code doesn’t work.
Go to my site at home page (put logo link to see that). I have create with handed code in the first slider two arrows(up & down) and i have put that code to Fullwidth Easy Slider > first element > caption > caption text.I have put a class to manipulated that element. The code is <div class=”icon_arrow”> > </div> and with css i have rotate that character.
I want a way to change the slider images. If someone put that link to go next slider(up arrow) or previous slider(down arrow).
How can i do that?
Thank you
February 16, 2017 at 10:37 am in reply to: Advanced Custom Fields don't show on pages, posts etc #747889Ok. Can you help me to get custom fields and to show them in post blog?
Thank you
Ok. That work fine.
Thank you
Hello Rikard,
which option allows to me to insert two arrows on the slider? I use fullwidth easy slider and i want to make two buttons(arrows), like Slideshow control styling.
Thank you
Hello Rikard,
The slider has two arrows which i has created custom. I want to find a way to make that arrows functionality. Up arrow (go to next slider) and down arrow (go the previous slider).
Thank you.
I fix it. Close the thread.
Thank you
-
AuthorPosts