Re: Acadame - Another Professional Template
Quote:
Originally Posted by
shopyoungway
thanks for that, will have to pad it right, but one more question i want to dress it up by adding a search button to it so i can get rid of the word search what would i need to change.
I thought Search: was being replaced with an image, now it's being removed totally? :frusty:
How do you want your button to appear? Do you have a sample? You can make use of the CSS buttons feature without enabling it globally by removing the check for that variable in tpl_search_header.php change:
Code:
if (strtolower(IMAGE_USE_CSS_BUTTONS) == 'yes') {
$content .= zen_draw_input_field('keyword', '', 'size="6" maxlength="30" style="width: 100px" value="' . HEADER_SEARCH_DEFAULT_TEXT . '" onfocus="if (this.value == \'' . HEADER_SEARCH_DEFAULT_TEXT . '\') this.value = \'\';" onblur="if (this.value == \'\') this.value = \'' . HEADER_SEARCH_DEFAULT_TEXT . '\';"') . ' ' . zen_image_submit (BUTTON_IMAGE_SEARCH,HEADER_SEARCH_BUTTON);
} else {
$content .= zen_draw_input_field('keyword', '', 'size="6" maxlength="30" style="width: 100px" value="' . HEADER_SEARCH_DEFAULT_TEXT . '" onfocus="if (this.value == \'' . HEADER_SEARCH_DEFAULT_TEXT . '\') this.value = \'\';" onblur="if (this.value == \'\') this.value = \'' . HEADER_SEARCH_DEFAULT_TEXT . '\';"') . ' <input type="submit" value="' . HEADER_SEARCH_BUTTON . '" style="width: 45px" />';
}
to:
Code:
$content .= zen_draw_input_field('keyword', '', 'size="6" maxlength="30" style="width: 100px" value="' . HEADER_SEARCH_DEFAULT_TEXT . '" onfocus="if (this.value == \'' . HEADER_SEARCH_DEFAULT_TEXT . '\') this.value = \'\';" onblur="if (this.value == \'\') this.value = \'' . HEADER_SEARCH_DEFAULT_TEXT . '\';"') . ' ' . zen_image_submit (BUTTON_IMAGE_SEARCH,HEADER_SEARCH_BUTTON);
Inputs, again once you start trying to style them with CSS, displays in browsers start to become different. If your worried about browser cross-compatibility best to leave that alone and utilize the CSS buttons within Zen. I showed you how to do this for this specific button above.
Then open stylesheet_css_buttons.css and style accordingly ...
-
Re: Acadame - Another Professional Template
nevermind i read the code better thanks that was it, maybe you can kind of give me a pointer. I am trying to think of other things i can do to set this off any ideas color changes etc. you might do. any pointers would be great
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
shopyoungway
nevermind i read the code better thanks that was it, maybe you can kind of give me a pointer. I am trying to think of other things i can do to set this off any ideas color changes etc. you might do. any pointers would be great
Looks like your on a pretty good track, next I'd get some products entered, and start formatting your products ...
Keep professional product images, you've already added the Image Handler that's a good start ... now you need good product images that give your products a good image.
Make sure to modify the defaults in define pages editor ... there's a few things there that could deter potential customers..
-
Re: Acadame - Another Professional Template
another newbie here.....
for your template(admitted its very very outstanding), I have modified a bit and
wondering how do I add the search link onto the top red bar along with other link(may be with position controlled)?
I have try looking into and followed your previous posts on editing stylesheet / header.php and / tpl_header_search.php etc , didnt get any lucks.
Also how do I increase the size of the fonts? I have bad eyesight:wink:
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
Captain
another newbie here.....
for your template(admitted its very very outstanding), I have modified a bit and
wondering how do I add the search link onto the top red bar along with other link(may be with position controlled)?
I have try looking into and followed your previous posts on editing stylesheet / header.php and / tpl_header_search.php etc , didnt get any lucks.
Also how do I increase the size of the fonts? I have bad eyesight:wink:
:shocking: Must be tired, can we try this again?
Re: Acadame - Another Professional Template
New Add-on added at iChoze Internet Solutions ...
-
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
Captain
Also how do I increase the size of the fonts? I have bad eyesight:wink:
Font sizes are controlled via the templates stylesheets ...
Quote:
includes/template/YOUR_TEMPLATE/css/
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
testuser
Font sizes are controlled via the templates stylesheets ...
Thx, i finally got it all sorted......nice template.....
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
Captain
Thx, i finally got it all sorted......nice template.....
:clap:Have a link to show?
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
testuser
:clap:Have a link to show?
I am still customizing on my machine, not easy for beginner. Will post a link while ready, it may takes a while.......:P