Forum Replies Created
-
AuthorPosts
-
jyrbba
ParticipantHi,
sorry I forgot to mention I cracked this last night. I just made a duplicate search that has compact layout, and then hooked it so mobile navigation doesn’t have the regular search just the compact one.
It’s working now the way I wanted it to, atleast kinda.
–Jyri
jyrbba
ParticipantHi,
i’ve uploaded a new picture, maybe that will help.
a) I’d like the search bar to have active CSS class so I could make it 100% when it’s clicked. It’s too small for any typing on iphone5. Over 30% of our mobile users are using 320px resolution only.
b) I’d like the results to be 100%, with some small margins.
I’m developing on this test site, as I don’t want to do it live.
http://46.101.104.166/wp-admin
admin / adminpassword 123
jyrbba
ParticipantI’m sorry, totally forgot to answer this. Add this as navbar-search.php to techmarket-child/templates/sections/
<?php
/**
* Search Bar
*
* @author Foto Monza
* @package Techmarket/Templates
*
*/?>
<div class =”navbar-search”>
<?php get_product_search_form()?>
</div>
<?php
?>Btw, your search totally rocks ass. It’s worlds better then anything we’ve used! 🙂
jyrbba
ParticipantHello,
is getting such php error log from the plugin, anything to be worried about?
jyrbba
ParticipantThank you so much. Support 5/5! 🙂
Br. Jyri
jyrbba
ParticipantYou cannot access this content.
jyrbba
ParticipantDamn, it’s very close. Now it’s showing the variable attribute, not the title. The first code displayed it just right, it only lost the price from it.
–Jyri
jyrbba
ParticipantHi,
sorry to say I can’t get this code to work. Prices are back but titles are not showing again 🙂
jyrbba
ParticipantThanks again!
Last one, I promise! 🙂
{_jck_wssv_display_title}{titlefield}<font style = “color: #2884c5;”> [ – Tarjoushinta: {_sale_price} <font style =”font-size: 80%; color:#555;”>norm.][ {_regular_price}]</font></font>
Thats my title right now.
Tarjoushinta = sale price
norm = normallyOkay so the problem is that when I use the custom script you gave me for functions.php I lose prices for the variable products. Is there something to modify so that would work aswell?
jyrbba
ParticipantThank you so much, fast support and and worked right out of the box.
Let me know if you can still help with me this small thing. I’ve attached an image, I tried adding custom field to 2nd description and advanced descrption but I can’t seem to make it work. I’d like to add Woocommerce category “tree” there. You can see what I mean in the file I’ve included.
Thanks!
–Jyri
-
AuthorPosts