Comments Sam started the conversationJuly 14, 2015 at 8:52pmHi, thanks for the replies to my previous tickets the support has been great, just a couple more questions!On the portfolio page, I haven’t categorised any of my projects so it just says ‘all’ above the thumbnails, is there any way i can remove this this?Is there any way i can get my social links in the footer to open in a new tab?CheersSam 1,973Support repliedJuly 14, 2015 at 10:02pmHi, better is to hide the filters:#filters { display: none !important;}in theme options Styling Options -> Custom CSSandin footer.php replace line 53 with:<li><a href=\"<?php echo $global_theme_options[$option_idx]; ?>\" target=\"_blank\"><img src=\"<?php echo get_template_directory_uri().\"/images/social_icons/\" . $value . \".png\"; ?>\" alt=\"<?php echo $key; ?>\" /></a></li>thanksThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
Hi, thanks for the replies to my previous tickets the support has been great, just a couple more questions!
Cheers
Sam
Hi, better is to hide the filters:
#filters {
display: none !important;
}
in theme options Styling Options -> Custom CSS
and
in footer.php replace line 53 with:
<li><a href=\"<?php echo $global_theme_options[$option_idx]; ?>\" target=\"_blank\"><img src=\"<?php echo get_template_directory_uri().\"/images/social_icons/\" . $value . \".png\"; ?>\" alt=\"<?php echo $key; ?>\" /></a></li>
thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy