Forum Replies Created

Viewing 15 posts - 13,816 through 13,830 (of 14,094 total)
  • Posted in:
  • in reply to: Which multilingual plugin works best with Clique? #1889
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    We’ve not heard of Polylang, but we recommend WPML with our themes.

    – Ed

    in reply to: Portfolio tags do not work #1888
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Pierre,

    Do you have any plugins installed? This works fine on our demo.

    – Ed

    in reply to: Opening portfolio links on new window #1887
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    The reason they don’t open in a new window is because the default functionality is for the portfolio to be AJAX driven.

    You’d need to edit the /includes/sf-functions.php file to edit the link output for the items.

    – Ed

    in reply to: Adding Comments in Gallery View in Clique #1886
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Not as standard, although we’ll add this to the wishlist.

    – Ed

    in reply to: Clique broken in firefox 20? #1885
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Glad you managed to sort it out 🙂

    – Ed

    in reply to: Portfolio Thumbnail size and mouse over #1884
    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;
    	},

    That function decides how many columns based on the window width.

    You can change the effect opacity with the following css, add it to the custom css box within theme options and alter the values:

    .portfolio-items:hover > li {
    	filter:alpha(opacity=20)!important;
    	-moz-opacity: 0.2!important;
    	opacity: 0.2!important;
    }
    

    – Ed

    in reply to: Change blog title font size. #1883
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Link goes to a 404 page?

    – Ed

    in reply to: Stylesheet is missing #1882
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    That’s what you needed to do 🙂

    – Ed

    in reply to: Color Customizer #1881
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    This isn’t the correct place for a support request, please log it in the theme forum.

    – Ed

    in reply to: Canno register my purchase code! #1880
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Please try clearing your cache, or another browser.

    We’ve added the theme name to the search results dropdown, so that you can see what theme it is before you click on it.

    – Ed

    in reply to: explanation of accent + alt + secondary colors #1842
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hey guys,

    Quick explanation here.

    The accent colour is obvious to what it controls. I would list all the instances, but there are ALOT.

    The alt accent colour is mainly used for the text colour when an accent colour is used for a background colour.

    The secondary accent colour is used for things like the respond submit button, show menu button, flexslider background, swift slider styling, and sidebar colours.

    The secondary accent alt colour follows the same pattern as the accent alt colour.

    Hope that helps.

    – Ed

    in reply to: FontDeck font is not loading on site #1807
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hmm.. Code all seems ok. Do you have the domain added on FontDeck?

    – Ed

    in reply to: FontDeck font is not loading on site #1766
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Nick,

    You’re welcome, glad you’re enjoying it!

    The font css code that you add, should be the following for both sections:

    div { font-family:"Din Text Pro Regular", Verdana, sans-serif; font-size-adjust:0.5; font-weight:normal; font-style:normal; }

    We have code that changes the “div” to be the right selectors in the output. Can you confirm that’s what you’ve done?

    – Ed

    in reply to: 404 error on Shortcode generator #1722
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    I think it’s likely something that is part of your hosting setup, or FTP program.

    – Ed

    in reply to: Jobs Carousel #1721
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    It’s not possible as standard, although we’ll add it to the wishlist 🙂

    – Ed

Viewing 15 posts - 13,816 through 13,830 (of 14,094 total)