Forum Replies Created

Viewing 15 posts - 14,026 through 14,040 (of 14,094 total)
  • Posted in:
  • in reply to: Portfolio columns #828
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    It’s not possible without modifying the theme js file. You can find it in /js/functions.js.php line 436-439:

    returnSize: function() {
    		var itemColumns = 1, windowWidth = $j(window).width();
    		return windowWidth >= 380 && windowWidth < 480 ? itemColumns = 2 : windowWidth >= 480 && windowWidth < 768 ? itemColumns = 2 : windowWidth >= 768 && windowWidth < 1160 ? itemColumns = 3 : windowWidth >= 1160 && windowWidth < 1640 ? itemColumns = 4 : windowWidth >= 1640 && windowWidth < 2100 ? itemColumns = 5 : windowWidth >= 2100 && (itemColumns = 6), itemColumns;
    	},

    – Ed

    in reply to: Custom Font #783
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    @grokism – Thanks again for the help – greatly appreciated! 🙂

    in reply to: Insert Image Into Header #780
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    We’d love to be able to, but we simply don’t have the time!

    If you have some CSS knowledge, all you need to do is add a background image via css to:

    #header-section{}

    http://www.w3schools.com/cssref/pr_background-image.asp

    – Ed

    in reply to: 3 Member Team Layout #778
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    It’s not got a date yet, and it might not make it into v1.2, but we’ll try 🙂

    You’re welcome, we will 🙂

    – Ed

    in reply to: Classic page builder not working #776
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    It’s because you have TinyMCE Advanced installed – this currently isn’t compatible as it conflicts with the page builder.

    We have it on the list to try and get it supported.

    – Ed

    in reply to: Mobile version switching #774
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    So you’d want the mobile menu to show at less than 1200px? That wouldn’t be possible, or more to say, it wouldn’t look good – due to the way it works. The menu slides out, which would push the whole site down.

    – Ed

    in reply to: 3 Member Team Layout #772
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Unfortunately not at the moment – but we have this on the list for an update! 🙂

    – Ed

    in reply to: CHANGE FONT MENU – #768
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Grazie,

    This is without our support scope, as it’s not something that would take 2 minutes to explain. Your best bet would be looking for a tutorial on Google, and I linked you one on the ThemeForest comments.

    – Ed

    in reply to: Fixed box content #767
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    I’m not sure what you mean? Can you show us an example?

    – Ed

    in reply to: email & telephone number in top right hand corner #765
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    You don’t need any CSS, you can set this in the Flexform Options > Header Options, just set text instead of a social shortcode in the top bar social config box.

    – Ed

    in reply to: CHANGE FONT MENU #764
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    This isn’t possible as standard, you’d need to add your own css for this. You can add it on the following selector:

    #main-navigation {}

    Hope that helps.

    – Ed

    in reply to: Mailchimp Newsletter Reg. #763
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Can you show us a link? Remove the css include for Mailchimp, that will likely conflict.

    – Ed

    in reply to: Testimonial Slider Height and Speed adjustable? #761
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    You can add the following to the custom css box within Flexform Options > General options:

    .testimonials-slider {
    height: 400px!important;
    }

    You’ll need to edit the value to match what you need. To change the speed, edit /js/functions.js line 340:

    slideshowSpeed: 6000,

    Any changes to the actual files will be lost. Theme Options / Pages / Posts / Content etc will all be kept.

    – Ed

    in reply to: Font Size in the Top Bar and in the dropdown Menu #758
    Swift Ideas – Ed
    Keymaster
    Post count: 15264
    #top-bar .menu > li {
    font-size: 11px;
    }
    nav .menu ul li {
    font-size: 11px;
    }

    You can add that to Flexform Options > General Options > Custom CSS.

    Hope that helps.

    – Ed

    in reply to: Revolution slider conflict #755
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    That’s definitely 2.3.8. It seems there version numbers are different in different places…

    Have you tried it on a fresh install of WordPress by any chance? Only other thing I can think of is that it might need that to register the new version.

    – Ed

Viewing 15 posts - 14,026 through 14,040 (of 14,094 total)