Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Site Logo not showing Alt text #91021
    Nick Piper
    Participant

    The logo is being displayed in the front end. I can see it when i’m on the homepage. When I inspect the logo this is what appears:
    Is there a way to insert the alt text or a title tag in the line above?

    in reply to: Student Links not updating #84709
    Nick Piper
    Participant

    The conflict was with another plugin, the issue has been resolved. Thank you for your time and effort! Issue resolved.

    in reply to: Change Site Title & Site Tagline Font #75324
    Nick Piper
    Participant

    I successfully created a child theme, I converted the font to the specifications that you gave me, I placed the font folder in the child theme folder, and added the css to my website but it isn’t working.
    Here’s what is in my css:
    ——————————————————————————————————-
    /*Imports BayerSans font*/
    @font-face {
    font-family: ‘BayerSans’;
    src: url(‘font/BayerSans.eot’);
    src: url(‘font/BayerSans.woff2’) format(‘woff2’),
    url(‘font/BayerSans.woff’) format(‘woff’),
    url(‘font/BayerSans.svg#BayerSans’) format(‘svg’),
    url(‘font/BayerSans.eot?#iefix’) format(’embedded-opentype’);
    font-weight: normal;
    font-style: normal;
    }
    /*changes the font to bayer sans*/
    .site-title {
    font-family: ‘BayerSans’, sans-serif;
    }
    .site-description {
    font-family: ‘BayerSans’, sans-serif;
    }
    ——————————————————————————————————-
    Something just isn’t clicking right, I believe it is a syntax error. When I pull up the DevTools in Google Chrome and select the site title and site description the bayersans is overriding the default font so I know it is written correctly, but it isn’t showing. Please help

    in reply to: Change Site Title & Site Tagline Font #74175
    Nick Piper
    Participant

    The font I need is called Bayer Sans. I’ve attached the ttf file for the font. Unfortunately I cannot give backend access to our website. It is hosted locally and it is on a virtual machine, so you would not be able to access it. Is there a plugin that you could recommend? Or could we use a TeamViewer seesion to resolve this issue?

    in reply to: Change Site Title & Site Tagline Font #74117
    Nick Piper
    Participant

    My desired font was not on this page. I can download the font from another page, Is there a plugin that will let me upload fonts?

    in reply to: Custom Social Icons in Social Menu #72242
    Nick Piper
    Participant

    The content: “\f19c”; What is the f19c referring to?

    in reply to: Custom Social Icons in Social Menu #72223
    Nick Piper
    Participant

    Unfortunately this did not work for me. Can I add custom JavaScript to the page to get this to work how I want it to?

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