Forum Replies Created

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • in reply to: font import via theme #1083532

    I chosen them in the enfold menue. They are shown in the preview and if the font is installed locally in the browser too.

    in reply to: font import via theme #1082636

    ???

    nobody around?

    in reply to: font import via theme #1081753

    Dear Jordan,
    as I wrote above, I used the inbuilt method of enfold.

    Sure I can import a font, but that wasn’t my aim or question.

    So, when I am importing via enfold a font, it is usable as headline or body text. But could it be used in line too?

    in reply to: font import via theme #1081571

    I imported the fonts

    “Space Age” and “Play”

    I tried to style on word in the copyright section in the footer.

    in reply to: Beitragsbild, feature pic #455036

    Thanks, this I didn’t know. Now it works.

    Regards,
    Axel

    in reply to: Installing own fonts #426802

    1. Was going in this direction. But black and white didnt fit to much to the theme. I changed

    pre{
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .50) 50%, transparent 50%, transparent);
    background-image: -moz-linear-gradient(rgba(0, 0, 0, .50) 50%, transparent 50%, transparent);
    background-image: linear-gradient(rgba(0, 0, 0, .50) 50%, transparent 50%, transparent);
    }

    This looks a bit better.

    2. Sorry, wasnt related to the theme. Its a problem of firefox. I didnt mentioned it, because my browser was loading the font form the local installation. Just after I removed it from my pc, I find out, that the font isnt loaded.
    I insert

    # begin pt sans laden
    AddType application/font-woff .woff
    AddType application/x-font-ttf .ttf
    AddType application/x-font-opentype .otf
    <FilesMatch "\.(woff|ttf|otf|eot)$">
    <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin "*"
    </IfModule>
    </FilesMatch>
    # end pt sans laden

    into the .htaccess and now fonts are loading.

    Thanks!

    in reply to: extra widget in Header is moving #426446

    Hi Yigit,
    it is still there. This are just the 2 small flags up in the header.

    On the main page, the header is hidden in the beginning at the moment. But if you go to another site, you can see, what I mean.

    But the jump is not the main topic. Most disturbing for me still: If you view it by phone or so, the widget lays over the small info text “Beschwerde einreichen”.

    in reply to: extra widget in Header is moving #425782

    Hi Ismael,

    yes, sure. Before the widget was just going down and stayed, if you scroll down. Now it is just jumping for the period in which the header/logo is shrinking.

    in reply to: extra widget in Header is moving #425630

    Hi Ismael,

    if you shrink the header by scrolling, the widget goes up for this time and come back. If you can change this, it would be cool, otherwise I can live with this jump too.

    What is more disturbing: If you view it by phone or so, the widget lays over the small info text “Beschwerde einreichen”

    Thanks!
    Axel

    • This reply was modified 9 years, 7 months ago by alexhell. Reason: forget a topic
    in reply to: Installing own fonts #425628

    http://iudica.me/about/iudica-schutz/ if you scroll down, you will see two code areas.

    I also mentioned, that Pt Sans isn’t supported for bold, small and italic.

    for example

    http://iudica.me/faq/

    my styles.css looks like

    `/* Generated by ParaType Ltd (http://www.paratype.com)*/
    /* Font PT Serif: Copyright © 2010 ParaType Ltd. All rights reserved.*/

    @font-face {font-family: ‘PT Sans’;
    src: url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/pts55f_w.eot’);
    src: local(‘PT Sans’), url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/PTS55F_W.eot?#iefix’) format(’embedded-opentype’), url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/PTS55F_W.woff’) format(‘woff’),url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/PTS55F_W.ttf’) format(‘truetype’), url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/PTS55F_W.svg#PTSans-Regular’) format(‘svg’);}

    @font-face {font-family: ‘PT Sans’;
    font-style: italic;
    src: url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/pts56f_w.eot’);
    src: local(‘PT Sans Italic’), url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/PTS56F_W.eot?#iefix’) format(’embedded-opentype’), url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/PTS56F_W.woff’) format(‘woff’),url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/PTS56F_W.ttf’) format(‘truetype’), url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/PTS56F_W.svg#PTSans-Italic’) format(‘svg’);}

    @font-face {font-family: ‘PT Sans’;
    src: url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/pts75f_w.eot’);
    font-style: normal;
    font-weight: bold;
    src: local(‘PT Sans Bold’), url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/PTS75F_W.eot?#iefix’) format(’embedded-opentype’), url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/PTS75F_W.woff’) format(‘woff’),url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/PTS75F_W.ttf’) format(‘truetype’), url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/PTS75F_W.svg#PTSans-Bold’) format(‘svg’);}

    @font-face {font-family: ‘PT Sans’;
    font-style: italic;
    font-weight: bold;
    src: url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/pts76f_w.eot’);
    src: local(‘PT Sans Bold Italic’), url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/PTS76F_W.eot?#iefix’) format(’embedded-opentype’), url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/PTS76F_W.woff’) format(‘woff’),url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/PTS76F_W.ttf’) format(‘truetype’), url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/PTS76F_W.svg#PTSans-BoldItalic’) format(‘svg’);}

    @font-face {font-family: ‘PT Sans Caption’;
    src: url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/ptc55f_w.eot’);
    src: local(‘PT Sans Caption’), url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/PTC55F_W.eot?#iefix’) format(’embedded-opentype’), url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/PTC55F_W.woff’) format(‘woff’),url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/PTC55F_W.ttf’) format(‘truetype’), url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/PTC55F_W.svg#PTSans-Caption’) format(‘svg’);}

    @font-face {font-family: ‘PT Sans Caption’;
    font-weight: bold;
    src: url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/ptc75f_w.eot’);
    src: local(‘PT Sans Caption Bold’), url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/PTC75F_W.eot?#iefix’) format(’embedded-opentype’), url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/PTC75F_W.woff’) format(‘woff’),url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/PTC75F_W.ttf’) format(‘truetype’), url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/PTC75F_W.svg#PTSans-CaptionBold’) format(‘svg’);}

    @font-face {font-family: ‘PT Sans Narrow’;
    src: url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/ptn57f_w.eot’);
    src: local(‘PT Sans Narrow’), url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/PTN57F_W.eot?#iefix’) format(’embedded-opentype’), url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/PTN57F_W.woff’) format(‘woff’),url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/PTN57F_W.ttf’) format(‘truetype’), url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/PTN57F_W.svg#PTSans-Narrow’) format(‘svg’);}

    @font-face {font-family: ‘PT Sans Narrow’;
    font-weight: bold;
    src: url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/ptn77f_w.eot’);
    src: local(‘PT Sans Narrow Bold’), url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/PTN77F_W.eot?#iefix’) format(’embedded-opentype’), url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/PTN77F_W.woff’) format(‘woff’),url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/PTN77F_W.ttf’) format(‘truetype’), url(‘/var/www/virtual/eve15/hellinger.eu/fonts/PTSansWeb/PTN77F_W.svg#PTSans-NarrowBold’) format(‘svg’);}
    `

    how I can adjust, that if I choose bold, the specific bold font, if I choose italic, the specific italic and if I choose bold, italic, the bold-italic font is loaded?

    Pt Sans Caption is optimized for small font size. I watched in the base.css, bt no idea to set all this in this environment.

    Thanks for your efforts!

    in reply to: Installing own fonts #425627
    This reply has been marked as private.
    in reply to: Installing own fonts #424516

    Hello Yigit, hello Ismael,

    both background colors are so similar, that I couldn’t see the different. Sorry for that. I played a bit with the enfold styles, but couldnt find out, which parameter I need to adjust to change the 2nd backcolor to a more seeable different.

    in reply to: Installing own fonts #424142

    Hi Ismael,

    I add your code to quick css, but can’t see any changes.

    Regards,
    Axel

    in reply to: extra widget in Header is moving #424130

    HI Ismael,

    sorry this I dont mean. Header, top header are fine. Just the position of the widget in the top header is moving, when you scroll down. From center position of the top bar down to the bottom of the top bar.

    I want, that the widget stick in his position like all other elements of this top header (Text and social buttons),

    Regards,

    Axel

    in reply to: Installing own fonts #423428

    Hi Yigit,
    I tried, but didnt succeed.

     makes a border around my code section and  turns section into monospace. This is all nice, but I still miss the changing of the background color. Some suggestions?
    in reply to: Installing own fonts #423192

    Hi Elliott,

    looks like it works. I will check it with several browsers, but from my pc and phone it looks ok.

    One question more: can I make my code section make looking the same like here? That the first line has another color than the second?

Viewing 16 posts - 1 through 16 (of 16 total)