Mohammad Taqui Sayed
Forum Replies Created
-
I m not sure which featured image you are trying to remove however if you are trying to remove the small thumbnail on the home page you can use this css
.home .entry .attachment-thumbnail{display:none}Let me know.
Sorry didn’t see you email, can I have link to your site please.
Well there are two ways ,
1) Go Under Apperance > Editor find top-most.php file, and replace the text Category to the one you want and then paste this css in Supernova Options > Styling > Custom Styles.
.header_catnav .catnav ul a {width: 194px;}2) Paste this in Supernova Options > Manage Ads in any of the text field.
<script> jQuery(document).ready(function(){ jQuery('.header_cat_title').find('.first_cat').html('Sint-Jozefscollege').fadeIn(); }); </script> <style> .header_catnav .catnav ul a {width: 194px;} .header_cat_title .first_cat{display:none} @-moz-document url-prefix() { .header_catnav .catnav ul a {padding-right: 11px;} } </style>If you have created a child theme, you should opt for the 1st one. The 2nd option is a lame way of doing it.
Forum: Themes and Templates
In reply to: [Supernova] Slider Posts problem1) Please go to Appearance > Supernova Options > Advanced and change Excerpt length.
2) Go to Appearance > Supernova Options > Slider and change heading and excerpt length.Sorry the theme doesn’t have that option. What text would you like in place of that?
1) Paste this CSS in Supernova Options > Styling > Custom CSS
.page .supernova_thumb{display:none}2)I m not sure about that. Probably you should ask that on the plugin forum.
Forum: Themes and Templates
In reply to: [Supernova] Data of plugin "Floating Social Bar" disappearI dont see any problem which plugin are you using?
Forum: Themes and Templates
In reply to: [Supernova] Data of plugin "Floating Social Bar" disappearLink to your site?
Forum: Themes and Templates
In reply to: [Supernova] Leave Comment still here when comments are offI think you are talking about ‘leave a comment’ text, no there is no option but you can hide it by pasting this small css under Appearance> Supernova Options > Styling > Custom CSS.
.leave_comment {display:none}Forum: Themes and Templates
In reply to: [Supernova] Tag "More"What mess is that? Can you paste it here?
Thanks, that’s in includes/top-most.php
What do you suggest that text should be by the way?Forum: Themes and Templates
In reply to: [Supernova] Different sidebar on single postI see you have only 5 links now, looks like you figured it out.
Forum: Themes and Templates
In reply to: [Supernova] Slider load speedIts actually not the slider but the images that you have uploaded take time to load, so the more lighter images you use, the faster the slider will load. If you check it on the demo site http://supernovathemes.com/supernova/
it loads almost immediately.Consider compressing your images.
However if you want to show the slider while the page is loading you can paste this css under Apperance > Supernova Settings > Styling Custom CSS#content #supernova_slider_wrapper{visibility: visible;}Forum: Themes and Templates
In reply to: [Supernova] Tag "More"Are you talking about the ‘read more text’ ? That’s in functions.php file last line.
Forum: Themes and Templates
In reply to: [Supernova] Different sidebar on single postYou have two sidebars , ‘Sidebar Home’ and ‘Sidebar Page’.
‘Sidebar Paqe’ show on all pages other than home, so drop all your widgets that you have in Sidebar home to sidebar page also.