Mohammad Taqui Sayed
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Supernova] Sticky top-nav activate only during scrollingI dont know if I understood that correctly but you can do it with some script and css
jQuery(document).ready(function(){ var stickyNav = jQuery('#top_most-SupernovaSticky-wrapper'); var hNavPos = jQuery('#nav_wrapper').offset().top; jQuery(window).scroll(function(){ if(jQuery(this).scrollTop() > hNavPos){ stickyNav.fadeIn(); }else{ stickyNav.fadeOut(); } }); });Some css
#top_most-SupernovaSticky-wrapper{display: none;}Forum: Themes and Templates
In reply to: [Supernova] Sticky top-nav activate only during scrollingMeaning show the top-most navigation(sticky nav) when the scroll has crossed the header?
Forum: Themes and Templates
In reply to: [Supernova] Formatting disappearing in postsBut I think you are right about not showing featured image when full content is being displayed , so I removed it now.
Forum: Themes and Templates
In reply to: [Supernova] Responsive: Shows phone view on tabletsAdded the option
Forum: Themes and Templates
In reply to: [Supernova] Thumbnails squashed into squaresI dont think they are becoming squares , look on the demo site http://supernovathemes.com/supernova/post-23/
Forum: Themes and Templates
In reply to: [Supernova] Formatting disappearing in postsWhen you show excerpt, WordPress removes all the formatting by itself so its not a theme related problem if you want the content with formatting you should show the content from advanced tab > post settings.
You can also remove the thumbnail from showing on the home page when the_content is selected, so this way it wont show two images but it wont show borders.
Forum: Themes and Templates
In reply to: [Supernova] Responsive: Shows phone view on tabletsThat makes sense, I think I should give an option to turn off responsive design for tablets too. I m already working on the theme and making every attempt to make it useful for everyone. Thanks for reporting it.
Forum: Themes and Templates
In reply to: [Supernova] Sticky optionForum: Fixing WordPress
In reply to: Thumbnail insist on being square and full sizePlease use this http://supernovathemes.com/supernova.zip
I hope its fixed now.Forum: Fixing WordPress
In reply to: Thumbnail insist on being square and full sizeOkay , I see, dont worry the theme would go live after a week I’ll fix it before that.
Forum: Fixing WordPress
In reply to: Thumbnail insist on being square and full sizeForum: Themes and Templates
In reply to: [Supernova] Sticky optionForum: Fixing WordPress
In reply to: Thumbnail insist on being square and full sizeSorry for the trouble, its certainly an issue, I m aware of it, and I m going to fix it in a day or two and will leave the download link here once its done.
Forum: Themes and Templates
In reply to: [Supernova] Sticky optionPlease wait for a couple of days, I m going to add this option in the theme, will give you the download here, once its ready.
Forum: Themes and Templates
In reply to: [Supernova] about background imageDidn’t understand the question.