wpbetsy
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPoints] user point logIs there something wrong with the plugin? When I clicked on “condition”, it didn’t show up the options.
Forum: Plugins
In reply to: [Contact Form by Supsystic] button text colorThe code for the whole form that I can see is as below. How to edit it? I want to change the hover font color to white #ffffff
#[SHELL_ID] {
[if bg_type_0 == ‘color’]
background-color: [bg_color_0];
[elseif bg_type_0 == ‘img’]
background-image: url(“[bg_img_0]”);
background-repeat: no-repeat;
background-size: cover;
[endif]
}
#[SHELL_ID] label {
width: 100%;
}
/*Fields shell basic*/
#[SHELL_ID] .cfsFieldShell input:not([type=”checkbox”]):not([type=”radio”]),
#[SHELL_ID] .cfsFieldShell textarea,
#[SHELL_ID] .cfsFieldShell .cfsListSelect,
#[SHELL_ID] .cfsFieldShell .cfsCheck,
#[SHELL_ID] .cfsFieldShell button{
padding: 10px;
width: 100%;
font-size: 18px;
line-height: normal;
[if bg_type_1 == ‘color’]
border: 1px solid {{adjust_opacity(“[bg_color_1]”, 0.1)}};
color: {{adjust_opacity(“[bg_color_1]”, 0.7)}};
background-color: {{adjust_brightness(“[bg_color_1]”, 196)}};
[elseif bg_type_1 == ‘img’]
background-image: url(“[bg_img_1]”);
background-repeat: no-repeat;
background-size: cover;
[endif]
hyphens: none;
border-radius: 0;
margin: 0;
max-width: 100%;
vertical-align: baseline;
display: block;
height: auto;
}
#[SHELL_ID] .cfsFieldShell input[type=”submit”],
#[SHELL_ID] .cfsFieldShell input[type=”reset”],
#[SHELL_ID] .cfsFieldShell input[type=”button”],
#[SHELL_ID] .cfsFieldShell button {
cursor: pointer;
font-weight: 700;
border: 0 none;
color: #fff;
text-transform: uppercase;
-webkit-appearance: none;
}
#[SHELL_ID] .cfsFieldShell input[type=”submit”],
#[SHELL_ID] .cfsFieldShell input[type=”button”],
#[SHELL_ID] .cfsFieldShell button {
[if bg_type_2 == ‘color’]
background-color: [bg_color_2];
background-image: none;
[elseif bg_type_2 == ‘img’]
background-image: url(“[bg_img_2]”);
background-repeat: no-repeat;
background-size: cover;
[endif]
}
#[SHELL_ID] .cfsFieldShell input[type=”submit”]:hover,
#[SHELL_ID] .cfsFieldShell input[type=”button”]:hover,
#[SHELL_ID] .cfsFieldShell button:hover {
[if bg_type_2 == ‘color’]
background-color: {{adjust_opacity(“[bg_color_2]”, 1)}};
[elseif bg_type_2 == ‘img’]
opacity: 1;
[endif]
}
#[SHELL_ID] .cfsFieldShell input[type=”reset”] {
[if bg_type_3 == ‘color’]
background-color: [bg_color_3];
background-image: none;
[elseif bg_type_3 == ‘img’]
background-image: url(“[bg_img_3]”);
background-repeat: no-repeat;
background-size: cover;
[endif]
}
#[SHELL_ID] .cfsFieldShell input[type=”reset”]:hover {
[if bg_type_3 == ‘color’]
background-color: {{adjust_opacity(“[bg_color_3]”, 1)}};
[elseif bg_type_3 == ‘img’]
opacity: 1;
[endif]
}
/* Placeholder text color — selectors need to be separate to work. */
#[SHELL_ID] ::-webkit-input-placeholder {
color: rgba(51, 51, 51, 0.7);
}
#[SHELL_ID] :-moz-placeholder {
color: rgba(51, 51, 51, 0.7);
}
#[SHELL_ID] ::-moz-placeholder {
color: rgba(51, 51, 51, 0.7);
opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}
#[SHELL_ID] :-ms-input-placeholder {
color: rgba(51, 51, 51, 0.7);
}Oh, it suddenly okay now.
For [usp_display_posts userid=”current”], can it shows thumbnails as well. It only shows the text now.
Forum: Plugins
In reply to: [Memberships for WooCommerce] assign roleHi,
Can you please just simply help here? I don’t want to open so many accounts which result in chaos.
Which row of the function.php should it be placed? What’s the path to locate the function.php on server?
After adding the code, related function will appear at wordpress backend?
Forum: Plugins
In reply to: [Membership by Supsystic] registration formIf no detection, can the admin set a default country but the users can change at front end?
Forum: Plugins
In reply to: [Contact Form by Supsystic] button text colorWhere should I add the code? I see
[form_start]
[fields]
[form_end]When I tried out the form and click submit, it failed and showed on the page: 403
Forbidden
Access to this resource on the server is denied!What’s the problem? How to fix?
Forum: Plugins
In reply to: [Membership by Supsystic] groupsHi,
I have a question, what’s the meaning of “follow”? Does it mean that the user doesn’t join the group but still can see the groups’ post? What’s the different of a member?
Forum: Plugins
In reply to: [Membership by Supsystic] registration formCan you please update the plugin for the above 2 fixes so that I can update easily?
By the way, can make the country field to detect the visitors’ country and show as default at the form automatically?
Forum: Plugins
In reply to: [Memberships for WooCommerce] assign roleWhich row of the function.php should it be placed? What’s the path to locate the function.php on server?
After adding the code, related function will appear at wordpress backend?
Forum: Plugins
In reply to: [Memberships for WooCommerce] limited page pop upCan you make this available in next plugin update?
Forum: Plugins
In reply to: [Contact Form by Supsystic] button text colorI what to change the font color when hover.
Is the code [usp_display_posts] shows each users’ submitted post only in their account?
Not all the submitted post.
I mean the “Article” part, that’s the post categories.
Forum: Plugins
In reply to: [Membership by Supsystic] groupsYes, it’s enabled but I still didn’t see any “create group” button at the front end.
Besides, what can the users do within a group?