Forum Replies Created

Viewing 15 posts - 61 through 75 (of 14,094 total)
  • Posted in:
  • in reply to: Google Fonts – #331335
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Link to that page for us to check?

    – Ed

    in reply to: Google Fonts – #331332
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Just checked Home + Blog pages, and both are 600 weight.

    Ed

    in reply to: Portoflio not loading + problem with accordian #331321
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Great – happy to help.

    Ed

    in reply to: Image full width half page #331318
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Please change that CSS to this, and that will resolve it:

    @media only screen and (max-width: 767px) {
    .spb_content_element.spb_single_image.col-sm-2 {
    max-width: 33.33%;
    clear: none;
    float: left;
    }
    }

    Apologies for the confusion!

    Ed

    in reply to: problems in links on woocommerce #331317
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Thanks, marking this as resolved.

    Ed

    in reply to: Theme breaks when upgrading #331316
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @thiki

    You could do it with a database query if you are confident with that. Can you let us know links where this occurs – we can assist based on the post type?

    – Ed

    in reply to: Custom Icon Nucleo and :focus navgiation button #331310
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Raabe,

    Apologies for the delay.

    The only current way to do that in buttons would be to use HTML at this point. If you grab the HTML for a button from the live source, then you can add it in the backend to the text editor, or the page builder element and then add the icon next to the text as you like.

    Hope that helps.

    Ed

    in reply to: Google Fonts – #331309
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    No problem @Frankytank – we’re happy to help.

    Marking this as resolved.

    Ed

    in reply to: Portoflio not loading + problem with accordian #331308
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Please check now – it should be sorted!

    Thanks

    Ed

    in reply to: Portoflio not loading + problem with accordian #331307
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @kgeee

    I’m able to replicate this – i’ll take a look further and let you know asap!

    Ed

    in reply to: Google Fonts – #331302
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    You’d need to set the font-family to be different for both font face declarations – so one would be “Open Sans”, and the other “Open Sans Bold”.

    Hope that helps.

    – Ed

    in reply to: Google Fonts – #331290
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    No, it would be like so:

    /* open-sans-regular - latin */
    @font-face {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 400;
      src: url('../fonts/open-sans-v14-latin-regular.eot'); /* IE9 Compat Modes */
      src: local('Open Sans Regular'), local('OpenSans-Regular'),
           url('../fonts/open-sans-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
           url('../fonts/open-sans-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
           url('../fonts/open-sans-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
           url('../fonts/open-sans-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
           url('../fonts/open-sans-v14-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
    }
    
    /* Body Font */
    body, h6, #sidebar .widget-heading h3, #header-search input, .header-items h3.phone-number, .related-wrap h4, #comments-list > h3, .item-heading h1, .sf-button, button, input[type="submit"], input[type="email"], input[type="reset"], input[type="button"], .spb_accordion_section h3, #header-login input, #mobile-navigation > div, .search-form input, input, button, select, textarea {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 600;
    }
    
    ...

    so the font-face is only declared once.

    Hope that helps.

    – Ed

    in reply to: Highlight navigation items – One pager #331281
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @Adrian

    I do apologize, got sidetracked on this issue – I notice the URL is no longer accessible, please can you confirm?

    Thanks,

    – Ed

    in reply to: Updating theme + Swift framework blanc pages #331280
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @sbnuman

    We’ve added that for you.

    – Ed

    in reply to: Image full width half page #331279
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    2) What size is the image you’ve uploaded? It needs to be at least 600px wide for retina displays.

    – Ed

Viewing 15 posts - 61 through 75 (of 14,094 total)