Mohammad Taqui Sayed
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Supernova] Top Menu – CategoriesYou can add that from Apperance > Menu.
I have explained this already in this video
Forum: Themes and Templates
In reply to: [Supernova] Problem with FontsIt is for beginners, its just that if you need more customization than the theme offers , you would need to do a little extra. But all you have to do it just paste the css I give you.
.main_content .meta_author a { font-family: 'PT Sans Narrow', sans-serif; font-size: 15px; font-style: normal; color: #525252; }Forum: Themes and Templates
In reply to: [Supernova] Problem with FontsSorry didn’t get that. Did you put this in Supernova Options > Styling > Custom CSS
Forum: Themes and Templates
In reply to: [Supernova] Problem with Fonts.main_content .meta_author a {font-family: 'PT Sans Narrow', sans-serif;}Using excerpt is too short to explain enough summary of posts.
Option to extend the number of words can be added.
Didn’t understand any other part.
Forum: Themes and Templates
In reply to: [Supernova] Slider from CategoriesThat’s a great idea, I can do it but too many options confuse the users and they rate the theme negatively.
http://wordpress.org/support/view/theme-reviews/supernova?filter=1Forum: Themes and Templates
In reply to: [Supernova] Trouble with slider text and `latest`1. Okay I see what you are saying, go to includes/index-slider.php and on line number 26 , you will find a code like this
supernova_chopper(get_the_title($post_id), 48)Change this number from 48 to 248
Why would you need read more in full content?
Forum: Themes and Templates
In reply to: [Supernova] Trouble with slider text and `latest`Forum: Themes and Templates
In reply to: [Supernova] Latest Blogs tabs on HomepageOkay for now you can do this, go to lib/admin/arrays.php and paste this at the end
$supernova_text_array = false;I’ll figure something out in next version to fix this issue.
Forum: Themes and Templates
In reply to: [Supernova] Latest Blogs tabs on HomepageOkay I was able to replicate it. Actually the back-end has some validation for the security and it doesn’t accept anything other than A-Z or 0-9, if somebody tries to enter something else it doesn’t accept that. I m trying to find some alternative , give me some time and I’ll get back to you.
Forum: Themes and Templates
In reply to: [Supernova] Trouble with slider text and `latest`1. Can you explain a little more please.
2. Are you using the latest version 1.4.7 ?
Forum: Plugins
In reply to: Plugin to hide tags in postshttp://fullysoftwates.com isn’t correct, whats the link to your site?
Forum: Plugins
In reply to: Plugin to hide tags in postsHere you go , paste this css in Supernova Options > Styles > Custom CSS
#wrapper .tags {display: none;}and that’s it.
Forum: Themes and Templates
In reply to: [Supernova] Want to hide tags in postsThere is no option from the theme to remove tags , however if you dont want to show tags, dont assign tags to your posts.