Forum Replies Created

Viewing 15 posts - 31 through 45 (of 221 total)
  • Posted in:
  • in reply to: font file conversion never completes #310133
    WEswift
    Member
    Post count: 234

    Ed – modified the font files to 755. I’ve attached the console error log screenshot. Thoughts? -Paul

    Attachments:
    You must be logged in to view attached files.
    in reply to: Can't Remove Text Content on Icon Box Element #310121
    WEswift
    Member
    Post count: 234

    Rui – Your revised code has worked! Please incorporate into the next release. Thanks! -Paul

    in reply to: font file conversion never completes #309946
    WEswift
    Member
    Post count: 234

    Ed – So which is the officially supported way to load custom fonts? I am unable to locate a log error re: folder permissions in this instance. However, I can confirm that the custom-fonts folder within redux has 755 permissions, as do the three font folders within custom-fonts. (wp-content/uploads/redux/custom-fonts/custom/myfontfolder/) The font files themselves are set to 644. Thoughts? -Paul

    in reply to: font file conversion never completes #309919
    WEswift
    Member
    Post count: 234

    Ed – The instructions re: uploading a single font file contradicts earlier advice from this forum post.

    Meanwhile, I went ahead and uploaded the font files via ftp. The theme successfully lists them at the top of the Theme Options > Fonts area. However, when I go to select a font for an element (say H1 in this case) I get a never ending loading gif animation preventing the font list from appearing. Thoughts?

    ps – what permissions settings need to appear on the custom fonts files and their parent folders?

    in reply to: font file conversion never completes #309910
    WEswift
    Member
    Post count: 234

    Ed – What’s odd is I don’t think the fonts need to be “converted”. The zip file contains web font files already. What would the system be doing as “conversion”? If I simply upload the fonts to the correct directory will the theme see them? -Paul

    in reply to: font file conversion never completes #309578
    WEswift
    Member
    Post count: 234
    This reply has been marked as private.
    in reply to: uploaded web font not rendering #309577
    WEswift
    Member
    Post count: 234

    David – I deleted the custom fonts and attempted to re-add them. I’m encountering errors with this process and I have a separate forum post for this. Thanks again for the assist.

    in reply to: font file conversion never completes #309572
    WEswift
    Member
    Post count: 234

    Hey Rui, nothing in the log accept a bunch of 200 commands. See attached screenshot. Thoughts? -Paul

    Attachments:
    You must be logged in to view attached files.
    in reply to: uploaded web font not rendering #309554
    WEswift
    Member
    Post count: 234

    Team – I’ve uploaded custom fonts and they’re not displaying for me in two different contexts. I selected Avenir Next Regular to be the custom font used for H1 thru H6. See: http://bit.ly/2jzRdHe Also, the font isn’t appearing when I assign that font via the theme’s custom css area, for example:

    .text-intro
    {
        font-size: 36px !important;
        line-height: 125% !important;
        font-weight: normal;
        font-family: "Avenir Next Regular";
    }

    Thoughts? Thanks in advance.
    -Paul

    in reply to: Mobile menu bottom link cut off #308474
    WEswift
    Member
    Post count: 234

    David – unfortunately this is an intranet site that I can’t supply access to. I have however attached a screenshot to this post. Note my modification to the css in the pink circle. This works thus far, but it might be nice to have the theme accommodate the search bar height. Thoughts? -Paul

    Attachments:
    You must be logged in to view attached files.
    in reply to: Can't Remove Text Content on Icon Box Element #307686
    WEswift
    Member
    Post count: 234

    Thanks for verifying Rui.

    in reply to: Can't Remove Text Content on Icon Box Element #307680
    WEswift
    Member
    Post count: 234

    Rui – thanks for the response. This particular solution feels a bit kludgey to me. Is it truly impossible to tell Swift Framework that this part of this element shouldn’t have content?

    in reply to: ADA Compliance? #304958
    WEswift
    Member
    Post count: 234

    David – thanks for the response. After further research it seems seeking WCAG 2.0 compliance will be more the reality. Would that similarly not be 100%? -Paul

    in reply to: multiple main nav menu links highlighting #304309
    WEswift
    Member
    Post count: 234

    Team, I ended up making the following modification, thereby electing to not highlight an active dropdown ancestor:

    nav .menu li.current-menu-ancestor > a
    {
        color: #7a7d78; /* whatever your standard main level default anchor color is */
    }

    Thanks for all the help!
    -Paul

    in reply to: multiple main nav menu links highlighting #304297
    WEswift
    Member
    Post count: 234

    Rui – I’m not sure what you mean. But after examining the issue further it just occurred to me that what’s really happening is when we’re on the Advantages Page, the nav bar doesn’t know (or track) which link was clicked to get there. It shouldn’t normally have to. BUT because it isn’t, both navbar references to that page (the main Advantages link and the dropdown Advantages link – and it’s parent) ALL highlight to show that you are presently on that page. This is a different perspective than what I was considering in my prior post. I think in this case the only course of action would be to NOT highlight the parent of the dropdown child. Or not put multiple links to that page in the dropdown. Thoughts? Thanks in advance. -Paul

Viewing 15 posts - 31 through 45 (of 221 total)