Mohammad Taqui Sayed
Forum Replies Created
-
Forum: Plugins
In reply to: Where to upload a pluginTo know your wordpress version number, open readme.html meaning
http://www.yoursitename.com/readme.htmlTo install plugin, go under plugin and on top you would find the option of upload.
Forum: Themes and Templates
In reply to: [Supernova] Problem with translationIm sorry you had trouble, but this should be asked on the related plugin forum. Translation works perfect on supernova and there is no problem whatsoever, if your current plugin doesn’t work , you should try , some other plugin like http://wordpress.org/plugins/transposh-translation-filter-for-wordpress/
Let me know if you have any other issues.Forum: Themes and Templates
In reply to: [Supernova] No responsive menubar in version 1.4.0?Thanks for letting me know, that was my mistake, I m going to fix it and will submit the next version as soon as possible, probably a couple of days.
Forum: Themes and Templates
In reply to: [Supernova] lower caseUse a custom css plugin and paste these css there.
And for slider use this.featured_content h3 {text-transform:none}Forum: Themes and Templates
In reply to: [Supernova] lower caseYes
.widget h2{text-transform:none}Forum: Themes and Templates
In reply to: [Supernova] lower caseThere is no option in the theme however you use this css to make it lower case
#nav li a {text-transform: none;} .post_title a {text-transform:none}Forum: Fixing WordPress
In reply to: Featured ImageGo to Appearance>Editor find style.css file and paste this css at the end.
Forum: Themes and Templates
In reply to: [Supernova] Attribute ALT,TITLE in head image and some issuesupernova_title_image() is a function that you will find under lib/function/custom-functions.php
Well its my personal experience that 95% of the time, its a plugin which creates conflict, so deactivate each plugin one by one to see which one is causing problem.
You should use child theme for making changes, I m going to add so many awesome features in supernova, you would not get any of those. Also the new version loads must faster than before.
Forum: Fixing WordPress
In reply to: Featured ImageI m the author of supernova. If you want the text to appear below the image paste this css in your stylesheet
.supernova_thumb img {float:none}and in the link above you have lot of <p>&nbsb</p> meaning blank spaces. please remove them.
Forum: Themes and Templates
In reply to: [Supernova] Attribute ALT,TITLE in head image and some issueI just noticed you are using version 1.0 which was not even released. That version had some issues that’s why we update themes.
Please use the latest version.Forum: Themes and Templates
In reply to: [Supernova] Attribute ALT,TITLE in head image and some issueThanks, ALT and TITLE are important, I m sorry I forgot to include them, will do it in the next version which would available soon, but now you can do it by yourself. Go to header.php find this code and add title and alt.Not sure if this is exactly what you are asking.
RSS works perfect in supernova I have tested that already.
Supernova is responsive, if you are asking how you can change the css for mobile devices then find mediaquery.css file user css folder(you will have to get it from FTP).
Thanks
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Loading Like ButtonFor
Uncaught TypeError: Object [object Object] has no method 'SupernovaSticky'
go to Supernova Options > Advanced and turn off this opiton “Turn Off Sticky Navigation”.Forum: Themes and Templates
In reply to: [Supernova] Font sizePaste this css in your style.css file. 12px is the number you would like to change. You can find style.css under Appearance>Editor
Forum: Themes and Templates
In reply to: [Supernova] Jetpack Like Button Loading – SupernovaI m sorry , Im not sure why it is happening but you can remove the things that are showing errors.
since you are not using sticky navigation, you can remove this<script> jQuery("#top_most, #media_nav").SupernovaSticky({ topSpacing: 0 }); </script>its in custom-css.php from line number 90 to 92
Also since you are not using slider , you can remove
<script type="text/javascript"> jQuery(window).load(function(){ jQuery('.flexslider').flexslider({ animation: "<?php if($supernova_options['fade-slider']=='fade'){echo "fade"; }else{ echo "slide"; } ?>" , start: function(slider){ jQuery('body').removeClass('loading'); }});}); </script>its from line number 106 to 113.
Forum: Themes and Templates
In reply to: [Supernova] Font size.sidebar-post-meta span {font-size:12px}