Digital experiences for all disciplines
Forum Replies Created
-
-
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.
Yes, just add this to your custom CSS:
.page-heading {
text-align: left !important;
}
Yes, you should be able to find the option in the Flexform Options>Header menu. Just uncheck the Search box.
Change the padding (the 15px) on this element to a smaller number:
#header-section {
padding: 15px 0;
}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?
What type (.jpg, .png, etc) of image are you trying to upload and what are it’s dimensions and resolution set to?
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.
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!
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.
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
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.
That would be fantastic! Thanks!
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/
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.
Nevermind – I found it in the Flexform Options! 0_0
-