Mohammad Taqui Sayed
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Supernova] Get the parallax style slideshow in the beginningSupernova and Supernova Gravity are two different theme. Supernova Gravity is not a part of wordpress free theme repository.
Forum: Themes and Templates
In reply to: [Supernova] Page not foundI m sorry, did not pay attention to it , will fix that in the next version which is coming very soon. And which pages are not migrating?
Forum: Themes and Templates
In reply to: [Supernova] Change de Top Most Menu BorderThanks, use this css.
#top_most{box-shadow:none; border-radius: 0}Forum: Themes and Templates
In reply to: [Supernova] Header Text Next to Header ImageThe theme doens’t have that option however you can do it with some css if you know.
Forum: Themes and Templates
In reply to: [Supernova] post metaYou can do it with simple css
here.meta ul li:after{content: '';}Forum: Themes and Templates
In reply to: [Supernova] Post a commentJust tested, couldn’t replicate the issue. Make sure you have ‘Allow Comments’ checked under quick edit.
Forum: Themes and Templates
In reply to: [Supernova] Next/Previous Article ArrowsI see , that’s an issue. I’ll fix that in the next version. But for now you can use this css and it should be good.
.next_post, .prev_post{max-width: 49.6%;}Forum: Themes and Templates
In reply to: [Supernova] Next/Previous Article ArrowsThey do work, look at the demo site. http://supernovathemes.com/supernova/post-two/
Forum: Themes and Templates
In reply to: [Supernova] Question regarding responsivenessYou website also looks the same as the demo site, I dont see any difference.
Forum: Themes and Templates
In reply to: [Supernova] Tables in SupernovaIts because you only have one row(tr) and one data(td) in your table.
If you use more tr, td it will respect that. By default the theme doesn’t show any border however if you want to show border just add this csstd{border:1px solid #ccc}It works fine on the demo. look here. http://supernovathemes.com/supernova/page-one/
Forum: Themes and Templates
In reply to: [Supernova] Tables in SupernovaCan I have link to that page please.
Forum: Themes and Templates
In reply to: [Supernova] How do I change font in Top NavigationThanks.
Forum: Themes and Templates
In reply to: [Supernova] How do I change font in Top NavigationWow your website is looking beautiful with the color scheme and the font your have selected.
I see you are using
font-family : arialon line number 25 on your child theme stylesheet. Just change that to Calibri. What’s the problem?Forum: Themes and Templates
In reply to: [Supernova] supernova optionsI think it must be some plugin which is conflicting with the theme, please deactive your active plugins one by one to see which one is the problem.
Forum: Themes and Templates
In reply to: [Supernova] Miscellaneous theme questions1) The recommended posts are selected by you the admin from where you create and edit posts in the right sidebar.
2) No the theme doesn’t have that option by default.
3) The categories menu doesn’t show in mobile because I didn’t find a suitable place for it. Do you have any suggestion?
4) All the links and other colors can be changed by changing the color scheme of the theme from Supernova Options > Styling . You can also change colors of some things from Supernova Options > Styling > Colors.