Jack_Tequila
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] 2 questions regarding icons and portfolioWell, I already put # in that field and it just gets me back on homepage (that’s why I want to make icon unclickable), so no help there I guess. I’m fine with hover effect, but thank you anyway.
P.S. Line 92 is for editing FlexiSlider, as I can see. I want to change Portfolio Carousel speed – maybe line 142?
Forum: Themes and Templates
In reply to: [Virtue] 2 questions regarding icons and portfolio1. What icons are you talking about?
The last icon on the right on my page, one with a clock on it (“Radno vrijeme”). Other two are links to other pages, but this one should be unclickable.
Thank you!
Forum: Themes and Templates
In reply to: Virtue icon backgrounds change colourWell, I’m looking for the same as Romeha3. Is it possible to change this gray colour to some other?
[EDIT]
Problem solved with
.home-iconmenu a {
background: #cdffe1;
}Thank you!
Forum: Themes and Templates
In reply to: [Hathor] How to make slider text more opaque?That solved upper text, thank you – but what about the one in the gray box?
Forum: Themes and Templates
In reply to: [Hathor] How to make slider text more opaque?Sorry for double post, but this somebody might find helpful. I’ve tried to solve previous issue for a few hours now, and all I could come up with is this:
.nivo-caption {
background-color: rgba(0,0,0,0.7) !important;
}It is not the solution I was searching for, but it is best I could do by now.
Great! Thank you!
Forum: Themes and Templates
In reply to: [Hueman] Post info removalOk, I have found it: go to content.php and remove following code:
<p class=”post-category”><?php the_category(‘ / ‘); ?></p>
Now, is it possible to remove date from all categories, but one?
Forum: Themes and Templates
In reply to: [Hueman] All fonts are boldIt seems that when you turn font to Arial, all text go bold. I switched to another font and now everything seems fine.
Forum: Themes and Templates
In reply to: [Hueman] Pages in sidebarAppearance > Theme Options > Header > Header Image. ??
Forum: Themes and Templates
In reply to: [Hueman] Only one category on home pageGreat, thank you!
Forum: Themes and Templates
In reply to: [Hueman] Pages in sidebarThank you for answer, I’ll give it a try!
Forum: Themes and Templates
In reply to: [Hueman] Pages in sidebarSeems I forgot to say same for AlxTabs. Is thhere any way you could help? Thank you!
Forum: Themes and Templates
In reply to: [Hueman] Show posts under pagesLooking for the same stuff! ??
Forum: Themes and Templates
In reply to: [Portfolio Press] How to remove tags?Problem solved.
Just remove following from single-portfolio.php:
<footer class="entry-meta"> <?php $cat_list = get_the_term_list( $post->ID, 'portfolio_category', '', ', ', '' ); $tag_list = get_the_term_list( $post->ID, 'portfolio_tag', '', ', ', '' ); $utility_text = ''; if ( ( $cat_list ) && ( '' == $tag_list ) ) $utility_text = __( 'This entry was posted in %1$s.', 'portfoliopress' ); if ( ( '' != $tag_list ) && ( '' == $cat_list ) ) $utility_text = __( 'This entry was tagged %2$s.', 'portfoliopress' ); if ( ( '' != $cat_list ) && ( '' != $tag_list ) ) $utility_text = __( 'This entry was posted in %1$s and tagged %2$s.', 'portfoliopress' ); printf( $utility_text, $cat_list, $tag_list );?>
Forum: Themes and Templates
In reply to: [Portfolio Press] Change font in posts and portfolio imagesSolved: I put font-family inside the body tag.