Search:
Search took 1.00 seconds.
-
On one of my test sites i'm using this plugin: http://wordpress.org/extend/plugins/improve-my-load-times/ and think it works not bad. You may check the speed here: http://phoenix.cytaweb.com/
-
Ok, then use margin-bottom instead padding-bottom
-
Are you familiar with CSS style sheets?
Extend presented code:
.lialt {background-color: #F1F1F1;}
.lieven {background-color: #D3D3D3;}
with following:
-
I wanted to throw out this solution for anyone interested in letting users upload just about any size image (Meaning MB, not dimension of photo) and having it automatically reduced to a smaller size....
-
Hi!
Hover effect appears because of the fact that these classes (.alt & .even) are already being used on the page.
It would be better if we replace them by others.
Replace PHP code with...
-
Hello!
In order to do this you need to write a couple of lines of JS and CSS code.
It is not so difficult.
And few lines of PHP to connect it to the page
So, let's see what we have at...
-
I assume this is because you have removed the equivalent fields in ads.
But they should be, because the map works with ad fields and advanced search too.
-
OK, i understand you.
To start let's consider two different groups of fields.
There are Profile fields and Ad fields.
One user have set of own fields and he can post many ads
Each ad have own...
-
Hi!
Glad to help you!
If you have something to say about ACFCP plugin - feel free to write a review there ->...
-
Hello again!
Here new code:
/**
* Adds filter before create or update user from frontend
* forced to assign nickname to display name
*
* @param string $display_name
-
It must work only when new user register.
Register new user and chek display name at edit user form.
If you want to change display name for existing users, you need to do it manually or via SQL...
-
Well,
as i understand,
You want add field nickname to registration form and then,
set it by default in "Display name" option?
ACFCP plugin can't do it, but i found solution for you!
So,...
-
Ok, great!
You are solved it yourself?
Сan I help with something else?
-
Hi!
Just need to play with CSS properties.
I don't know on which forms you are want to use it and which styles you are use in your theme or child theme,
So I can't say anything specific yet.
...
-
Yes, i require people choose an option, and by default they see "--Select--".
Becouse i don't know exactly which option user prefer.
But as i say they see "--Select--", but plugin see ""...
-
Oh, no....
I'm not assign automatic at "automatic" and manual at manual, i showed how it saw plugin, and what under the hood of html.
You already have this.
You need just make field "required"...
-
Thank you for understanding, Fanatic, yes it ~80% of issues on this forum not relevant ACF.
Well, I can not deny people care, and I do everything in my power. Unfortunately it is also 80% of my...
-
Hi!
I'll explain how it works
Let's see what under the hood of this list, and how it sees ACFCP plugin:
your field "cp_transmission"
select an option - value = ""
automatic -...