Mohammad Taqui Sayed
Forum Replies Created
-
Its not showing read more text because you dont have enough text, write more text and it will show up.
Forum: Themes and Templates
In reply to: [Supernova] Changing the Top Menu Styleyes that’s the only part.
Forum: Themes and Templates
In reply to: [Supernova] Changing the Top Menu StyleYes that’s under TOP_MOST_STYLES however you would need to inspect element to write CSS anyways.
Forum: Themes and Templates
In reply to: [Supernova] Remove Featured Image from Post PageYou can do it, go to Supernova Settings > Advanced and turn off, “Featured Image on post”.
Forum: Themes and Templates
In reply to: [Supernova] Want to change the slide size – square oneThe slider width is equal to the content size, if you change the content size from supenrova settings, the slider size will also change.
It already has that. link to your site would be helpfull.
Forum: Themes and Templates
In reply to: [Supernova] Blog issuesAhh. Hold on, found it. You had chosen custom structure from Setting > Permalink and the custom structure was blank. Fixed now
Forum: Themes and Templates
In reply to: [Supernova] Blog issuesThanks, I activated the default Twenty Thirteen theme and it happening with that as well. And I m sure no matter what theme you use , the same thing will happen. Probably you had installed some plugin before which made changes to your .htacess file. So you should contact your hosting service provider explaining the issue.
Forum: Themes and Templates
In reply to: [Supernova] Blog issuesWell, then cannot say anything without looking at the code. If you wish you can send your login information for me to have a look here http://supernovathemes.com/contact-me/
Forum: Themes and Templates
In reply to: [Supernova] Blog issuesI checked it on my site but that doesn’t seem to be an issue with the theme, so it has to be a plugin which is causing issue. Please deactivate plugins one by one to see which one is the culprit.
Forum: Themes and Templates
In reply to: [Supernova] Questions about language1) Sorry i dont know Spanish however there may be spanish forum, probably this one http://es.forums.wordpress.com/ but not sure.
2) I think you are talking about Powered by WordPress. If that is the case, you can find this text in footer.php file from Appearance > Edit
3) I m not sure if you can.
4) That text is translatable. Are you not able to translate it?
5) Did really understand this.Forum: Themes and Templates
In reply to: [Supernova] Blog issueslink to your site would be helpful.
Forum: Themes and Templates
In reply to: [Supernova] Change colour scheme?/*Colors*/ #header_navigation .category ul li a{color:#e64e4b} .header_catnav .catnav ul a {color:#e64e4b} #top_nav li a:hover{color:#e64e4b} #nav li a:hover {color:#e64e4b} #nav li.current_page_item a, #top_nav li.current_page_item a{color:#e64e4b;} #nav .current_page_item .hasChildren, #top_nav .current_page_item .hasChildren{border-top:8px solid #e64e4b;} .post_title a:hover{color:#e64e4b!Important;} .article_wrapper{border-left:1px solid #e64e4b} page_links a {color:#e64e4b} #content .tags a {background: #e64e4b} .next_prev_post a{color:#e64e4b;} .entry a{color:#e64e4b;} .entry .moretag:hover {color:#e64e4b!Important;} .main_content .meta_author a{color:#e64e4b;} #footer .current_page_item a{color:#e64e4b;} #footer a:hover{color:#e64e4b} .footer_nav li a:hover,#footer .footer_nav li a:hover{color:#e64e4b!important} .widget_pages a:hover{background:#e64e4b;} .widget_meta a:hover{background:#e64e4b;} .widget_archive a:hover{background:#e64e4b;} .widget_recent_comments a:hover{background:#e64e4b;} .widget_nav_menu a:hover{background:#e64e4b;} .widget_recent_entries a:hover{background:#e64e4b;} .widget_tag_cloud a:hover{background:#e64e4b;} #wp-calendar tbody td:hover { background: #e64e4b;} #wp-calendar #today{background: #e64e4b;} .rsswidget:hover{color:#e64e4b!important} .supernova a:hover{background:#e64e4b;} .widget_categories li a:hover{background:#e64e4b;} .leave_comment a:hover{color:#e64e4b;} .single_content .meta_author{color:#e64e4b} #supernova_breadcrumbs a{color:#e64e4b} .supernova_related_posts a{color:#e64e4b;} .supernova_related_posts a:hover{background: #e64e4b;} .pagination a:hover{color:#e64e4b} .pagination .current{color:#e64e4b;} .replyback a {color:#e64e4b;} .flex-control-paging li a.flex-active { background: #e64e4b;} /*Selection*/ ::selection{background: #e64e4b; /* Safari */} ::-moz-selection{background: #e64e4b; /* Firefox */} p.red::selection{background: #e64e4b;} p.red::-moz-selection{background: #e64e4b;}#e64e4b is the color you might want to change to change the whole color scheme. Paste this in Apperance>Supernova > Styling> Custom CSS so you dont loose it after the theme is updated.
Forum: Themes and Templates
In reply to: [Supernova] Shorter excerptsI have added that option in the next version which should be available soon however if you are in hurry , you can do it now. Paste this in your functions.php file
add_filter( 'excerpt_length', 'Ireilas_custom_excerpt_length', 999 ); function Ireilas_custom_excerpt_length( $length ) { return 20; }20 is the number you would like to change. That’s number of Words.
Forum: Themes and Templates
In reply to: [Supernova] Accents in 'Latest Posts Text'That only accepts letters and numbers meaning A-Z & 0-9. Nothing else.
Im fixing it in the next version which should be available soon
http://wordpress.org/support/topic/popular-blogs-tabs-on-homepage?replies=4