Tanzi001
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fruitful] search box theme fruitfulI just saw this in my functions php is this something I need to adjust?
/*rewrite get_product_search_form() function*/
if ( ! function_exists( ‘fruitful_get_product_search_form’ ) ) {
function fruitful_get_product_search_form(){
?>
<form role=”search” method=”get” id=”searchform” action=”<?php echo esc_url( home_url( ‘/’ ) ); ?>”>
<div>
<input type=”text” value=”<?php echo get_search_query(); ?>” name=”s” id=”s” placeholder=”<?php _e( ‘Search for products’, ‘woocommerce’ ); ?>” />
<input type=”submit” id=”searchsubmit” value=”<?php echo esc_attr__( ‘Search’ ); ?>” />
<input type=”hidden” name=”post_type” value=”product” />
</div>
</form>
<?php
cheersForum: Themes and Templates
In reply to: [Fruitful] search box theme fruitfulI put into custom CSS
#searchform {
position: absolute;
top: 25px;
right: 10px;
background-color: #000000;
text-align: right;
z-index: 10;
}
@media screen and (max-width: 500px) {
#searchform {
position: absolute;
top: 25px;
right: 10px;
z-index: 10;
}
}@media screen and (min-width: 501px) and (max-width: 1200px) {
#searchform {
top: 35px;
right: 35px;
}
}
and it is still in the corner,I added colour to see if it was reading it and it didn’t change colour at all (I could have put the colour in the wrong place)
Thanks for all your time but it hasn’t moved. Do you think I should give up?Forum: Themes and Templates
In reply to: [Fruitful] search box theme fruitfulDone!
Forum: Themes and Templates
In reply to: [Fruitful] search box theme fruitfulI copied this of the forum and it stuck the search box in the left hand corner and nothing I did would move it
Just add <div><?php include (TEMPLATEPATH . ‘/searchform.php’); ?></div>
in header.phpAnd add #searchform {position:absolute; top: 25px; right: 10px; text-align:right;}
in Style.css.Forum: Themes and Templates
In reply to: [Fruitful] Order by dropdown font colourI changed it back
Forum: Themes and Templates
In reply to: [Fruitful] search box theme fruitfulNo that’s a widget and I can leave the side bar there if I have to but I kind of wanted the wordpress stand alone search box ??
Forum: Themes and Templates
In reply to: [Fruitful] search box theme fruitfulhttps://www.funkyweddingideas.com.au/
here is a link. I have reverted back to a sidebar so I can have a search widget ?? but if you know how to fix it, it would make my day!
Forum: Themes and Templates
In reply to: [Fruitful] Fruitful UpsellsI just don’t use upsells anymore.
Forum: Themes and Templates
In reply to: [Fruitful] search box theme fruitfulnope gone again.
I just need to check the search form php ( I have it but it doesn’t do anything )
& the css to put in custom text.Thanks
Forum: Themes and Templates
In reply to: [Fruitful] search box theme fruitfulI have one now but I can’t get it out of the top left hand corner.
Any ideas
I’ve tried
#searchform {position:absolute; top: 25px; right: 10px; text-align:right;}
in custom css, any ideas?Forum: Themes and Templates
In reply to: Fruitful Theme – adding widget to footerI’d like to add widgets to the footer too ??
Thanks
Forum: Plugins
In reply to: [WP Super Cache] Leverage browser cachingthanks!
Forum: Plugins
In reply to: [WP Super Cache] Leverage browser cachingMe too