News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Virtuemart Seach Inputbox height adjustment

Started by tmmnh, August 22, 2014, 04:45:47 AM

Previous topic - Next topic

tmmnh

My Website : www.luvelle.net

i have tried to use firebug to adjust the height of my Search Module inputbox.

according to firebug
these are the code i got..

<input id="mod_virtuemart_search" class="inputbox" type="text" onfocus="if(this.value=='Product Search') this.value='';" onblur="if(this.value=='') this.value='Product Search';" value="Product Search" size="15" alt="Search" maxlength="20" name="keyword" style="height: 30px; vertical-align: middle;">

i have edited my code in components/com_search/views/search/tpml/default_form.php

<?php echo JText::_('COM_SEARCH_SEARCH_KEYWORD'); ?>
      </label>
      <input type="text" name="searchword" id="search-searchword" size="30" maxlength="<?php echo $upper_limit; ?>"style="height: 30px; vertical-align: middle;" value="<?php echo $this->escape($this->origkeyword); ?>" class="inputbox" />
      <button name="Search" onclick="this.form.submit()" class="button"><?php echo JText::_('COM_SEARCH_SEARCH');?></button>
      <input type="hidden" name="task" value="search" />


but it doesnt change the height of my search inputbox

can anyone help on this issue ?
thanks a million



GJC Web Design

#mod_virtuemart_search {
height:26px !important;
}



[attachment cleanup by admin]
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

tmmnh

#2
Thank you so much !

i added this code to my template.css

however it seems like the height of my search box remains the same...

can anyone help on me?

many thanks in advance

Additional info

i m using Joomla 2.5.22, Virtuemart 2.6.7, and Purity III Responsive software

GJC Web Design

its not there - your template uses less compilation etc - you have to learn how to use this correctly...
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

tmmnh

 :D :D :D

thanks thanks thanks GJC !

Created a custom.css and put the code in.. ta da!
its done

really appreciate ur help so much!
thanks