Forum Replies Created

Viewing 15 posts - 13,831 through 13,845 (of 14,094 total)
  • Posted in:
  • in reply to: custom webfonts using @font-face #1720
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hmm ok, instead of using the above code, use this:

    body, h6, #sidebar .widget-heading h3, #header-search input, .header-items h3.phone-number, .related-wrap h4, #comments-list > h4, .item-heading h1, .sf-button, button, input[type="submit"], input[type="reset"], input[type="button"], input[type="email"], .spb_accordion_section h3, #header-login input, #mobile-navigation > div, h1, h2, h3, h4, h5, .heading-font, .custom-caption p, span.dropcap1, span.dropcap2, span.dropcap3, span.dropcap4, .spb_call_text, .impact-text, .testimonial-text, .header-advert {
    font-family: ‘TheSerifBasicRegular’, Georgia, serif !important;
    }

    – Ed

    in reply to: Retina Ready? #1719
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Have you changed any of the responsive css? The styling looks seriously messed up, and not how it is as standard.

    – Ed

    in reply to: Add a 5th Pricing Table #1718
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Unfortunately there isn’t currently an option for 5, as this would be likely too thin at responsive sizes. You’d probably be better off making a 2 blocks then 3 below that.

    We’ll add it to the list though 🙂

    – Ed

    in reply to: Home Content not loading #1717
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Looks like it’s just an issue with that particular page. Create a new page then set that as the home page.

    – Ed

    in reply to: sidebar widgets are missing #1716
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    No worries, glad you sorted it 🙂

    – Ed

    in reply to: Vimeo black box home page #1715
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    It depends on the format of your video, increase/decrease the height until it fits.

    – Ed

    in reply to: Embedding Vimeo at 16:9 for Flexform #1698
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    You can edit the size in /single-portfolio.php line 112-120

    if (($sidebar_config == "left-sidebar") || ($sidebar_config == "right-sidebar") || ($sidebar_config == "both-sidebars") && !$full_width_display) {
    $media_width = 770;
    $media_height = NULL;
    $video_height = 433;
    } else {
    $media_width = 1170;
    $media_height = NULL;
    $video_height = 658;
    }
    

    There is where the width/height for the video is set. If you change this to match the video format, then it will resize correctly.

    – Ed

    in reply to: Can't use the Color Customizer all of a sudden #1689
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Apologies, I should have advised of the !important.

    Just checked the bottom save button and working fine, it might be because the save helper banner was loading when you tried to press it.

    – Ed

    in reply to: Homepage (Static) Content Disappeared!! #1687
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    It may be because when you change over to the classic editor, that a shortcode gets changed/broken – that would mean the page builder wouldn’t be able to to interpret the shortcode.

    – Ed

    in reply to: Homepage (Static) Content Disappeared!! #1688
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    It may be because when you change over to the classic editor, that a shortcode gets changed/broken – that would mean the page builder wouldn’t be able to to interpret the shortcode.

    – Ed

    in reply to: White label theme #1686
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Graffig,

    Got a screenshot here for you – http://cl.ly/OINO

    If you copy the /includes/options and /includes/sf-options.php across, then change the path here in functions.php (line 61), that should do it:

    require_once (SF_INCLUDES_PATH . '/sf-options.php');

    – Ed

    in reply to: Revolution Slider Demo "Home Ex. 7 Editorial" #1685
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    The images aren’t included in the export unfortunately, but here is the slider export – http://cl.ly/OIot

    – Ed

    in reply to: Footer Options > Footer Layout #1683
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Thanks for pointing that out, will get it fixed for the next update!

    – Ed

    in reply to: Problems with RevSlider #1615
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Can you enabled WP_Debug in wp-config.php, hopefully that will show up an error on the page and give us something to go on.

    – Ed

    in reply to: Change login icon behaviour #1614
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Sure, just edit header.php line 417-420 to change the anchor to your login link, and also remove the ID from the anchor.

    – Ed

Viewing 15 posts - 13,831 through 13,845 (of 14,094 total)