Mohammad Taqui Sayed
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Supernova] Popular posts tabWhen you choose the option ‘let me select’ , you can choose popular posts from each individual post. This option will now appear where you select your recommended posts next to text editor.
Popular posts are working fine on all sites which are using supernova, can you try deactivating all your plugins once.
Forum: Themes and Templates
In reply to: [Supernova] Mobile Version – Black Search BarIt may be because of the cache, please clear your cache
Forum: Themes and Templates
In reply to: [Supernova] about EXTRA STYLESOkay thanks for letting me know.
Forum: Themes and Templates
In reply to: [Supernova] Mobile Version – Black Search BarI dont know if you noticed before, the search menu was there after version 0.1 . Which version were you using before or what was the last time you updated the theme? Anyways the version you are currently using has the option to turn off responsiveness from Advanced tab after which the black search box will no longer appear.
The current version has a couple of issues so please download the latest version from http://supernovathemes.com/Forum: Themes and Templates
In reply to: [Supernova] about featured image on postsI did that intentionally in this version, the featured image would no longer show when the full content is shown, because that’s how it was should have been. However if you really want to have it, go to lib/functions/custom-functions.php file and on line number 107 replace this code
$full_content != 2with this
$full_content != 5You no longer have to do it, because it has been fixed in the latest version, it would be soon available for update, or you can manually update now from here http://supernovathemes.com/
Forum: Themes and Templates
In reply to: [Supernova] about featured image on postsDid you turn off ‘AUTOMATE FEATURED IMAGE’ ?
I see you are still using Version: 1.5.1 . Why dont you update to 1.5.2Forum: Themes and Templates
In reply to: [Supernova] about featured image on postsI just tested that again its working fine. Are you sure you are using version 1.5.2
Forum: Themes and Templates
In reply to: [Supernova] about featured image on postsTurn off ‘Automate Featured Image’ from Supernova Options > advanced > featured image.
Forum: Themes and Templates
In reply to: [Supernova] i want to remove featured image on pageWhen did you download it, it was updated yesterday to 1.5.2
Forum: Themes and Templates
In reply to: [Supernova] i want to remove featured image on pageIt was an issue (version (1.5.0)) which has been fixed in the latest version, its not available for update however you can manually download it from here http://supernovathemes.com/supernova.zip
To manually update the theme,
1) Activate some other theme.
2) Delete the existing Supernova theme (don’t worry you wont loose settings)
3)Upload and activate the new theme(in zip file).Forum: Themes and Templates
In reply to: [Supernova] Slider Showing ErrorIt was an issue (version (1.5.0)) which has been fixed in the latest version, its not available for update however you can manually download it from here http://supernovathemes.com/supernova.zip
To manually update the theme,
1) Activate some other theme.
2) Delete the existing Supernova theme (don’t worry you wont loose settings)
3)Upload and activate the new theme(in zip file).Forum: Themes and Templates
In reply to: [Supernova] Font size of list itemsyes use this css
#content .entry li { font-size: 17px }Forum: Themes and Templates
In reply to: [Supernova] Sticky top-nav activate only during scrollingyes.
1)
#top_nav li a {color: red}2) Use
hide()andshow()in place offadeOut()andfadeIn()Forum: Themes and Templates
In reply to: [Supernova] Sticky top-nav activate only during scrollingyes that’s what the script is for.