
Suggest features to be added in SWIFT v4.0
I thought v3.0 would be the last major update for SWIFT, but for the love and popularity it gained this week I decided to release one more update with lot of new features.
Here are the features that are most likely to be added in v4.0. Please report bugs and suggestions as a comment.
- Drop down navigation for categories and pages.
- Option to disable rounded corners in the navigation area.
- Magazine and newspaper layout option for home page.
- Option to diable RSS link in top navigation area.
- Wide header option.
- Tooltip integration.
- Option to choose whats displayed in the tabs section.
- Custom styling for contact form 7
- Automatic Image resizing script, to make it easy for those who have large images in their earlier themes.
- Floating rss and twitter icons.
- 3 custom templates namely
- Wide template.
- Single slim sidebar.
- Left Sidebar-Content-RightSidebar. ( This will also be included in homepage layout options)
- Option to choose between 2 slider.
- Background colour for footer.
- Floating twitter and RSS icons.
- Option to enable WMD for comments, a simple lightweight HTML editor for blog comments.
- Font resize option for visitors.
- Jump to top link.
- Widgestised ADS.
- A small author info section at the bottom of the post with an option to disable it.
- Option to choose font style, size and various other font properties of various elements on the page like
- Main content area.
- Blog name and Tag
- Navigation area.
- SideBar and sidebar titles.
- Post title.

v4.0 beta will be out by 26th october.
Hello Stefan,
I'm thinking of translating it after releasing v4.0 , I will take your help then.
Thank you :)
Posts displayed in slider are omited from the regular WordPress look to avoid duplicate for SEO reasons.
If you still want to do it
find this code in index.php
<?php if (have_posts()) : while (have_posts()) : the_post(); if($swift_slider_disable !="true"){if (in_array($post->ID, $do_not_duplicate)) continue;update_post_caches($posts);} ?>
and replace it with
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
@Vikas
I will add it in v4.0.