Forum Replies Created

Viewing 15 posts - 136 through 150 (of 155 total)
  • Posted in:
  • in reply to: Search button removal #985
    Tekguild
    Member
    Post count: 171

    Which version of the theme are you on? I’m on 1.1 and the option is right above the Mini Header option:

    Main Nav Top spacingAdd spacing here if you need extra spacing above the main navigation (i.e. if you have a large logo). Numerical value (no px).

    Enable NavĀ SearchEnable the search box next to the navigation.

    Mini headerEnable the mini header when scrolling down the page.

    in reply to: Page Title Alignment #918
    Tekguild
    Member
    Post count: 171

    Yes, just add this to your custom CSS:

    .page-heading {

    text-align: left !important;

    }

    in reply to: Search button removal #917
    Tekguild
    Member
    Post count: 171

    Yes, you should be able to find the option in the Flexform Options>Header menu. Just uncheck the Search box.

    in reply to: Theme is automatically changing size of my logo #916
    Tekguild
    Member
    Post count: 171

    Change the padding (the 15px) on this element to a smaller number:

    #header-section {
    padding: 15px 0;
    }

    in reply to: image sizes #914
    Tekguild
    Member
    Post count: 171

    1. Make sure the ratio (height/width) of the uploaded images are all the same.

    2. What are the image dimensions (height/width) and resolution of the 3 uploaded images?

    3. Can you implement the additional element on the page so we can see exactly what you’re referring to?

     

     

     

    in reply to: Error when uploading images ! #911
    Tekguild
    Member
    Post count: 171

    What type (.jpg, .png, etc) of image are you trying to upload and what are it’s dimensions and resolution set to?

    in reply to: Logo resizes, unlike in demo version #910
    Tekguild
    Member
    Post count: 171

    As indicated by Ed, you need to set the logo width (in pixels- just the number, no ‘px’ after it) in Flexform Header Options. You may also want to upload a retina ready logo image in the same options panel.

    in reply to: Thumbnails not showing for some posts #909
    Tekguild
    Member
    Post count: 171

    Well, it looks like it’s not just me then. šŸ™

    Can we get someone to look into this? I’ve got a major site launching Monday and would like to have this fixed. I’ve already spent several hours combing through the code and have yet to determine the source of the problem. Since it appears to be a bug in the theme, it would be great to get further assistance from the developers.

    I’m more than happy to provide login credentials to get this looked into.

    Thanks!

    in reply to: Insert Image Into Header #757
    Tekguild
    Member
    Post count: 171

    To do this would require some serious customization, which I doubt the theme developers would be willing to provide here. You probably should look into hiring someone to do it for you.

    in reply to: Custom Font #754
    Tekguild
    Member
    Post count: 171

    Yes, you can use this tool to generate the necessary @font-face files:

    http://www.fontsquirrel.com/tools/webfont-generator

    Then follow this info to implement it into the theme, specifically the area on Font-face:

    http://codex.wordpress.org/Playing_With_Fonts

     

    in reply to: Footer Tag Cloud Widget – Link Hover Color #752
    Tekguild
    Member
    Post count: 171

    If you want to get into customizing a site you should be using Firefox with the Firebug extension or Chrome and it’s developer tools. There are plenty of tutorials on how to use either of them to inspect the CSS rules and quickly change them to see the result. Once you have the desired result you can add/change the rule in either the Custom CSS area of Flexform Options or (my preference) using the My Custom CSS plugin.

    Do you have a link to your site so we could take a look? If you can do that I can quickly give you the custom CSS rule to change the hover color.

    in reply to: SPB – Tags Element? #747
    Tekguild
    Member
    Post count: 171

    That would be fantastic! Thanks!

    in reply to: Thumbnails not showing for some posts #746
    Tekguild
    Member
    Post count: 171

    They show fine in the posts – it’s only the thumbnail that’s not showing when clicking on things like a tag or category to show all posts in that tag or category. Ā Some posts in the list will have thumbnails, while others don’t. There doesn’t seem to be any pattern to it that I can see.

    I don’t know if it’s related, by I had another problem with ‘recent posts’ thumbnails not showing as well:

    http://support.swiftideas.net/forums/topic/recent-posts-thumbnails-new-issue/

    in reply to: Site Title & Tagline in header #689
    Tekguild
    Member
    Post count: 171

    That would take quite a bit of customization – I doubt that the theme developers would be able to tell you what to do and have you understand it unless you had some solid PHP and CSS chops.

    If you definitely want to stick with this theme you probably should look for someone to hire to do the customization for you.

    I’d offer, but I’m all booked up currently.

    in reply to: Disable Sidebar on Author page? #688
    Tekguild
    Member
    Post count: 171

    Nevermind – I found it in the Flexform Options! 0_0

Viewing 15 posts - 136 through 150 (of 155 total)