napster2001
Forum Replies Created
-
I used the the following shortcodes but it only shows up a blank page
[wp-team-slider design=”design-1″ category=”16″]
I did all you mentioned but still…
I already have 2 of your plugins; WP Responsive Recent Post Slider could that be interfering with the WP Team Showcase and Slider?Hello please I’m also having a similar issue..having used the plugin twice on a page, it’s interfering with the theme’s main homepage slider & testimonial slider, which are now displaying in a very weird form.
my mobile menus is equally not responding, same with the drop-down of my menu.
I’m using a https://www.ads-software.com/themes/i-craft/ theme & my website link is https://www.hesag.org
Thanks.please there’s a wp_footer(); in my footer file..this the link to screenshot https://snag.gy/qgmMIO.jpg Thank you.
Forum: Themes and Templates
In reply to: [matrix] Remove dummy portfolio contents on homepageAwesome Support, Thank you.. the phone number issue is resolved now, after replacing
‘sanitize_callback’ => ‘matrix_sanitize_number’ to
‘sanitize_callback’ => ‘matrix_sanitize_text’Forum: Themes and Templates
In reply to: [matrix] Remove dummy portfolio contents on homepageAlright, I still haven’t gotten any feedback on the mobile contact issues…aside that I think I’m ok for now. thank you!!
Forum: Themes and Templates
In reply to: [matrix] Remove dummy portfolio contents on homepageThe portfolio images are gone but there’s still this dummy text “Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium” I was able to take it off with the “display:none” css rule though…
Finally is there any chance I can have my sidebar widgets on the homepage too, just like the other pages?Links for the mobile no.
https://radelconsult.com/wp-content/uploads/2016/06/mobile-number.pnghttps://radelconsult.com/wp-content/uploads/2016/06/customizing-mobile-number-1.png
Thanks you.
Forum: Themes and Templates
In reply to: [matrix] Remove dummy portfolio contents on homepageThanks for the quick reply, I’ll do that right away & give you a feedback…Thanks once again
yeah it sure did the magic ?? will recommend to anyone who want to tweak or change the default WP login forms and have itas a Frontend Login for users,.It took less than 2min to setup & get what I’d spent soo long working on. Great Plugin!! & Once again thank you guys for coming to my aid
Hi guys thanks for all the contribution,@ Deepbevel I’d checked on the link you gave me its great, I’ve even done all they said but still have some errors showing, but I’ve got very thing I’m looking for after making some searches on google, so I don’t need to do all that coding again. The theme my login Plugin is the best solution, worked like charm Theme my Login is the exact stuff I’m looking for. @kmessinger like you said a its a plugin that did the magic ??
alright checking it up thanks so much
Hi deepbevel please I’ve been able to work on the form but keeps seeing error
Parse error: syntax error, unexpected T_STRING, expecting ‘,’ or ‘;’ in /home/haastrup/public_html/fixmyblog.cu.cc/wp-content/themes/PebblesAndWood/custom_login/custom-login.php on line 25
when I visit the page https://fixmyblog.cu.cc/custom-login/This is the FULL code
[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]
<?php /* Template Name: Custom WordPress Login */ global $user_ID; if (!$user_ID) { if($_POST){ //We shall SQL escape all inputs $username = $wpdb->escape($_REQUEST['username']); $password = $wpdb->escape($_REQUEST['password']); $remember = $wpdb->escape($_REQUEST['rememberme']); if($remember) $remember = "true"; else $remember = "false"; $login_data = array(); $login_data['user_login'] = $username; $login_data['user_password'] = $password; $login_data['remember'] = $remember; $user_verify = wp_signon( $login_data, true ); if ( is_wp_error($user_verify) ) { echo ("<span class='error'>Invalid username or password. Please try again!</span>"); exit(); } else { echo ("<script type='text/javascript'>window.location='". get_bloginfo('https://fixmyblog.cu.cc/custom-login') ."'</script>"); exit(); } } else { get_header(); ?> <div id="container"> <div id="content"> <!--?php the_title(); ?--> <link href="fixmyblog.cu.cc/v50_css/style9579.css" media="screen" rel="stylesheet" type="text/css" /> <!--[if lt IE 8]> <link href="fixmyblog.cu.cc/v50_css/style9579.css" media="screen" rel="stylesheet" type="text/css" /> <![endif]--> <h3>Member Sign In</h3> <div id="result"></div> <!-- To hold validation results --> <form action="https://fixmyblog.cu.cc/custom-login" method="post" class="form"> <input type="hidden" name="url" value=""> <input type="hidden" name="action" value="login"> <fieldset> <legend>The field with * is required.</legend> <div class="space_20h"></div> <p> <label>Username <em>*</em><small>Letters and numbers only</small></label><input type="text" name="username" required="required" value="" class="input_index"/> <label>Password <em>*</em><small></small></label><input type="password" name="password" required="required" class="input_index"/> <label>?</label> <div class="custom" style="width:350px"> <input id="remember" name="remember" type="checkbox" class="radiobox" value="1"> Remember me on this computer </div> <div class="action"> <button class="button button-blue" type="submit"><span class="accept"></span>Sign In</button> <a href=""><b>Create a new account</b></a> <a href="">Forgot password? Click here.</a> </div> </fieldset> </form> <!--?php get_footer(); } } else { echo ("<script type='text/javascript'>window.location='". get_bloginfo('https://fixmyblog.cu.cc/custom-login') ."'</script>"); exit(); } } else { ?>
alright thanks deepbeve, will try it out & update you on the result
@deepbevel, please I’ve seen the page you directed me to, but I don’t know how & where to input those codes,I know few basics in html, not good with advanced codes though
Thanks Kmessinger,but I don’t want to use plugins