stephenboluwatife1
Forum Replies Created
-
Please how can I add the css code to it and do you have any demo or example pls of you don’t have can u create one for me and I will be able to edit it
i meean that how can i link my popup constest on wpfrom when a user click on submit button on my wpfrom a popup will display i dont want it to redirect user to any page only popup the constact will display only or do u know any thired patrty plgin i can use when a user click on link the popup will display for free
Okay thanks ??
Forum: Plugins
In reply to: [Calculated Fields Form] form settingokay thanks it work but the text in the “Instruct. Text” is very small i want it to be big and bold like the form name
Forum: Plugins
In reply to: [Calculated Fields Form] form settingokay thanks it work but in Page break 2 the form name is showing how can i remove it it should only show in page 1 only
Forum: Plugins
In reply to: [Calculated Fields Form] shotcode errorAlso try adding this same issues it did not display
function _wp_get_current_user() {
global $current_user;if ( ! empty( $current_user ) ) {
if ( $current_user instanceof WP_User ) {
return $current_user;
}// Upgrade stdClass to WP_User.
if ( is_object( $current_user ) && isset( $current_user->ID ) ) {
$cur_id = $current_user->ID;
$current_user = null;
wp_set_current_user( $cur_id );
return $current_user;
}// $current_user has a junk value. Force to WP_User with ID 0.
$current_user = null;
wp_set_current_user( 0 );
return $current_user;
}if ( defined( ‘XMLRPC_REQUEST’ ) && XMLRPC_REQUEST ) {
wp_set_current_user( 0 );
return $current_user;
}/**
* Filters the current user.
*
* The default filters use this to determine the current user from the
* request’s cookies, if available.
*
* Returning a value of false will effectively short-circuit setting
* the current user.
*
* @since 3.9.0
*
* @param int|false $user_id User ID if one has been determined, false otherwise.
*/
$user_id = apply_filters( ‘determine_current_user’, false );
if ( ! $user_id ) {
wp_set_current_user( 0 );
return $current_user;
}wp_set_current_user( $user_id );
return $current_user;
}Forum: Plugins
In reply to: [Calculated Fields Form] shotcode errorI try adding this html contect but it did not display
function get_current_user_id() {
????if ( ! function_exists( ‘wp_get_current_user’ ) ) {
????????return 0;
????}
????$user = wp_get_current_user();
????return ( isset( $user->ID ) ? (int) $user->ID : 0 );
}Forum: Plugins
In reply to: [Calculated Fields Form] shotcode errorOkay how can I add html code to display the content in the form
Forum: Plugins
In reply to: [Calculated Fields Form] shotcode errorI need a custom code to display third party shotcode
https://astrocash.com.ng/?cff-form=1
https://photos.app.goo.gl/PmyGFkZW7yJraGAZ7 this is the image of the calculator filed plgin am using
Forum: Plugins
In reply to: [Calculated Fields Form] test colorit work but the test inside it it is also black i need it to be white
Okay
It work but when I add the shotcode to it it display but it does not display well the shotcode have it own text and design but it only show the design and button but it did not show the text in it. Check this image I sent to u the part u see the red mark suppose to be the shotcode text but it does not display only the image no text
Forum: Plugins
In reply to: [Calculated Fields Form] side by side buttonokay thanks you are very helpful
Forum: Plugins
In reply to: [Calculated Fields Form] side by side buttonit work but this issue comes up pls check
https://photos.app.goo.gl/xrkY4yV1mqQzMebdA
i dont want it to touch each other a litte bit gap in bwt the two buynow and previous
this is all the css code in my Customize Form Design pls check and edit it for me
#fbuilder{position:relative;} #fbuilder .pbPrevious{ position:absolute; left:200px; bottom:15px } #fbuilder input[type="button"], #fbuilder input[type="reset"], #fbuilder .pbPrevious, #fbuilder .pbNext{width:150px;text-align:center;} #fbuilder *{color:white !important;} #fbuilder input[type="button"], #fbuilder input[type="reset"], #fbuilder .pbPrevious, #fbuilder .pbNext{width:150px; height:50px; text-align:center; line-height:50px;}
- This reply was modified 2 years, 5 months ago by stephenboluwatife1.
Forum: Plugins
In reply to: [Calculated Fields Form] side by side buttonokay thanks