iena69
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Different color for Social IconsAs colors are inline by theme , it gets overrided..
try this
#footer-bottom .fa-facebook-square,#footer-bottom .fa-youtube-square,#footer-bottom .fa-comments , #footer-bottom .fa-gamepad{
color:#000 !important ; //your color
}Bingo, that works.
Thank You!Forum: Themes and Templates
In reply to: [Hueman] Different color for Social IconsForum: Themes and Templates
In reply to: [Hueman] Different color for Social Iconsmmm thank you m8 but that doesn’t work ??
Forum: Themes and Templates
In reply to: [Hueman] wordpress SEO plugin conflict?i solved the titles conflict saying to SEO to force the rewriting of titles.
Forum: Themes and Templates
In reply to: [Hueman] Serach Bug with RelevanssiNo m8, i’ll have some time in the week-end. If i find something i’ll share it here.
Forum: Themes and Templates
In reply to: [Hueman] Serach Bug with Relevanssiok thx
Forum: Themes and Templates
In reply to: [Hueman] Serach Bug with Relevanssiany news about this?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] No excerpt in pagesyes… but the first one is an excerpt that doesn’t contain the word “outlaws”, it’s only the beginning of the page that contain the word
Forum: Plugins
In reply to: [Relevanssi - A Better Search] No excerpt in pagesthis is my search.php
<?php get_header(); if (!$kippis_is_smartphone) get_sidebar('left'); ?> <div id="content"> <article> <div class="article"> <div id="search-results"> <?php if (have_posts()) : ?> <header class="page-header"> <h1 class="page-title"><?php printf(__('Search Results for: %s','kippis'), '<span>' . get_search_query() . '</span>' ); ?></h1> </header> <?php kippis_content_nav('nav-above'); ?> <?php while (have_posts()) : the_post(); ?> <div class="search-result"> <header class="entry-header"> <h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'kippis' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1> <div class="entry-meta"> <?php kippis_posted_on(); ?> </div><!-- .entry-meta --> </header><!-- .entry-header --> <?php if (has_post_thumbnail()) : ?> <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" ><?php the_post_thumbnail(); ?></a> <?php endif; ?> <?php the_excerpt(); ?> </div><!-- search-result --> <?php endwhile; ?> <?php kippis_content_nav( 'nav-below' ); ?> <?php else : ?> <div id="post-0" class="article post no-results not-found"> <header class="entry-header"> <h1 class="entry-title"><?php _e('Nothing Found','kippis'); ?></h1> </header><!-- .entry-header --> <div class="entry-content"> <p><?php _e('Sorry, but nothing matched your search criteria. Please try again with some different keywords.','kippis'); ?></p> <?php get_search_form(); ?> </div><!-- .entry-content --> </div><!-- #post-0 .article --> <?php endif; ?> </div><!-- .search-results --> </div><!-- article --> </article> </div><!-- content --> <?php if ($kippis_is_smartphone) get_sidebar('left'); get_sidebar('right'); get_footer();
Forum: Plugins
In reply to: [Relevanssi - A Better Search] No excerpt in pagessorry for the question but… what should be the name of the file to check? searchform.php? I’m using a modified kippis theme
Forum: Plugins
In reply to: [WP Photo Album Plus] [Plugin: WP Photo Album Plus] Lightbox and menusin short, if the lightbox pic overlay the menu the menu works, if the pic is under the menu then there is an invisible overlay (wppa-overlay-ic) that doesn’t reset( ??? ) when you close the lightbox and remain invisible over the menu or part of it. This happens only if the picture is small, you won’t notice this in a big picture that covers almost all the screen.
Forum: Plugins
In reply to: [WP Photo Album Plus] [Plugin: WP Photo Album Plus] Lightbox and menusIE8,IE9,Chrome
https://www.hitsquad.it/wordpress/screenshots/?wppa-album=1&wppa-photo=31&wppa-occur=1
the problem in my case and on the davidallen23 site, occurs @ a resolution of 1920×1080 on a 22″ Asus monitor after lightbox zoom. Going up and down the page solves the problem. Everything is ok on a EEEPC 10.1Forum: Plugins
In reply to: [WP Photo Album Plus] [Plugin: WP Photo Album Plus] Lightbox and menusHi, thanks for the script.
The problem exist, and it happens only when “wppa-overlay-ic” overlay the menu bar (can change with the monitor resolution of the page?)