wsupportdb
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Enigma] Font size to be changedI mean the font size of the portfolio name is quite large which is being displayed in the portfolio box under the portfolio image . I want to decrease the font size.
When i am clicking on a menu item for example “books”, it is opening the corresponding page with title as “BOOKS”. I want to reduce the font size of the title i.e.”BOOKS”
Forum: Themes and Templates
In reply to: [Enigma] how to insert search box in the headerWorks perfect.
Thanks a ton!!Forum: Themes and Templates
In reply to: [Enigma] how to insert search box in the headerHi,
1.search form is working correctly. But the place holder text is not getting displayed and the text that is being typed also is not getting displayed. Please resolve it.
https://www.dirtyblankets.com2. I want the search form at the center of the header(logo)box (in both directions i.e. along width and depth as well). Please help..
Forum: Themes and Templates
In reply to: [Enigma] how to insert search box in the headerHi..
Thanks for quick response.
The code in the link helped in moving the search box on to the header.
I am using woo commerce plug in for adding products to my site.
Can you provide the code for header.php so that the search results display the products updated on woocommerce.<form role=”search” method=”get” class=”woocommerce-product-search” action=”https://www.dirtyblankets.com/”>
<label class=”screen-reader-text” for=”woocommerce-product-search-field”>Search for:</label>
<input id=”woocommerce-product-search-field” class=”search-field” placeholder=”Search Products…” value=”” name=”s” title=”Search for:” type=”search”>
<input value=”Search” type=”submit”>
<input name=”post_type” value=”product” type=”hidden”>
</form>Thanks.. It worked perfectly.
Forum: Themes and Templates
In reply to: [Enigma] Decrease the width of the pageIt worked perfectly.
Thanks!!Forum: Themes and Templates
In reply to: [Enigma] how to insert search box in the headerHello,
*Please ignore the above message*
I found header.php code for search form. I want the search form to be present just beside the logo above the nav bar.<form role=”search” method=”get” class=”woocommerce-product-search” action=”https://www.dirtyblankets.com/”>
<label class=”screen-reader-text” for=”woocommerce-product-search-field”>Search for:</label>
<input id=”woocommerce-product-search-field” class=”search-field” placeholder=”Search Products…” value=”” name=”s” title=”Search for:” type=”search”>
<input value=”Search” type=”submit”>
<input name=”post_type” value=”product” type=”hidden”>
</form>Forum: Themes and Templates
In reply to: [Enigma] how to insert search box in the headerHi,
I don’t have a php code for header.
I have have included a header.php file you have suggested for adding a search form to nav bar (https://pastebin.com/c5n2fwND).The code works. But, i want the search form to be present just beside the logo above the nav bar.
My site URL is https://www.dirtyblankets.comForum: Themes and Templates
In reply to: [Enigma] Decrease the width of the pageHi weblizar_support,
I am also trying to reduce the width of my page.
When i have tried the above code, width of the page got reduced but entire webpage shifted towards left side and white space is getting created on the right side.
How to position it at the center?Forum: Themes and Templates
In reply to: [Enigma] how to insert search box in the headerForum: Themes and Templates
In reply to: [Enigma] how to insert search box in the header2. I am using a slider of size 1270×500 px. since i am not using the preferred height of 1400px, some white space is left out at the bottom of the slider. How to remove the empty space b/w slider and services area?
Forum: Themes and Templates
In reply to: [Enigma] How to delay the sliderhi,
1. I have tried creating a child theme. created a folder enigma-child and copied the code from the link in home-slideshow.php. I have created style.css also inside enigma-child folder. When i have tried uploading the child theme, it says enigma-child theme file is broken. Please help..2. The code worked perfectly. Thanks!!