Search found 30 matches

by armababy
Tue 25. Sep 2007, 15:40
Forum: phpwcms Support English
Topic: Change form "Submit Query" button.
Replies: 8
Views: 4343

For example:

1. let say your submit button class is named formButton
2. add this to send button value:    
3. add this to formButton class: letter-spacing: 80px;

You will have blank submit button, just adjust the width, padding, margin and add background image via css class ...
by armababy
Tue 25. Sep 2007, 15:36
Forum: phpwcms Support English
Topic: Change form "Submit Query" button.
Replies: 8
Views: 4343

On email form button : "Submit Query" (without quotes and Match case)
On search form button : "Search" (without quotes and Match case)

Now i have image with premade button under that text :(
by armababy
Tue 25. Sep 2007, 14:54
Forum: phpwcms Support English
Topic: Change form "Submit Query" button.
Replies: 8
Views: 4343

Guys anyone please ? :(
by armababy
Sat 22. Sep 2007, 03:46
Forum: phpwcms Support English
Topic: Change form "Submit Query" button.
Replies: 8
Views: 4343

none of this seems to worked :(
Well i just want to remove that text. TT :(
by armababy
Fri 21. Sep 2007, 20:19
Forum: phpwcms Support English
Topic: Change form "Submit Query" button.
Replies: 8
Views: 4343

anyone ?
by armababy
Thu 20. Sep 2007, 00:26
Forum: phpwcms Support English
Topic: Change form "Submit Query" button.
Replies: 8
Views: 4343

Change form "Submit Query" button.

Hello guys.

How can i remove damn text from submit button in contact form CP?
I mean i change everything i need via css and so, but i can't remove that nasty text from button "Submit Query" ( i know i can change it, but need to remove because i will use custom image submit button).
And also same ...
by armababy
Thu 6. Sep 2007, 09:22
Forum: phpwcms Support English
Topic: How to reach form text with css ?
Replies: 3
Views: 1444

Damn i should be more careful :D

I should use html input instead of text damn damn.... :oops:

Thanks for direction Pappnase
by armababy
Thu 6. Sep 2007, 02:21
Forum: phpwcms Support English
Topic: How to reach form text with css ?
Replies: 3
Views: 1444

How to reach form text with css ?

Hello guys!

I would like to know how can i reach different forms texts to form them in css or change position in some xxxx.tmpl file ?
(errors/intros/etc.)

Example :
Search form Search 1 & Search 2

Contact form Contact 1 & Contact 2

Little help would be apriciated :roll:
by armababy
Wed 5. Sep 2007, 23:19
Forum: phpwcms Support English
Topic: Customizing the "{RELATED:list_count_:keyword}" ta
Replies: 1
Views: 1130

In theory you should use css property display

Code: Select all

 .related {display:inline}
But probably as i know this cms its defined somewhere in front.ext.php that Related and New RT apear as block
by armababy
Tue 4. Sep 2007, 02:33
Forum: phpwcms Support English
Topic: Navigation replacement tags for category items
Replies: 8
Views: 3121

Maybe you could try to use Rep Tag {RELATED:X:Keyword} and style it with css as you like. But there is a big problem with this you need to create each category its own template :(

So it would be like :
{NAV_LIST_TOP}
{RELATED:15:games}
{BREADCRUMB}

NVM my post im quite new to phpwcms and didn't ...
by armababy
Tue 4. Sep 2007, 01:11
Forum: phpwcms Support English
Topic: Couple questions about flash and javascript!
Replies: 4
Views: 1897

Ok i did that but its aligned website to the total left @ Firefox and @IE7 it didn't any changes

(added your suggestion at the top of my frontend.css )
:lol:

+ Just downloaded FireFox plugin Web Developer Plugin :D (wich is very best ) and saw that one div is not sized :oops:

1) FIXED
2) FIXED ...
by armababy
Tue 4. Sep 2007, 00:28
Forum: phpwcms Support English
Topic: Couple questions about flash and javascript!
Replies: 4
Views: 1897

Thank you DeXXus for very helpful post :)

Changing value parameter solved flash issue and now i know how to include js on page!
by armababy
Mon 3. Sep 2007, 19:05
Forum: phpwcms Support English
Topic: Couple questions about flash and javascript!
Replies: 4
Views: 1897

Couple questions about flash and javascript!

Hello phpwcms community!

I have three questions.

1) I have created flash banner and included it in needed place with this code (Firefox shows flash animation banner without a problems, but IE7 doesn't show flash at all - so how can this be done to resolve it in IE7 ?) <object classid="clsid ...
by armababy
Fri 31. Aug 2007, 02:37
Forum: phpwcms Support English
Topic: Where is located article summary list template?
Replies: 2
Views: 1348

pepe wrote:template/inc_default/article_summary_list.tmpl
Done thanks pepe!
by armababy
Fri 31. Aug 2007, 02:10
Forum: phpwcms Support English
Topic: Menu box link background coloring.
Replies: 12
Views: 3005

Thanks anyway Oliver i will see what i can do about this!