julesrsuarez
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Password Protected Page DilemaHI @arcray , the thing is I used . That single line box form came from the plugin. If only it had shortcode, I can definitely use that on any page.
Forum: Plugins
In reply to: [Multiple Post Passwords] Can I use it as shortcode?FYI, I just added the HTML as a Code Block on the WordPress page, not on function.
Forum: Plugins
In reply to: [Multiple Post Passwords] Can I use it as shortcode?You replied earlier with the message:
“Of course it does not work if you just copy the html.
The password protection will only work if you activate it for this specific page. :)”There’s a code included. I don’t know why it disappeared here. But it’s in my email. But the code is ruined.
Jules
Forum: Plugins
In reply to: [Multiple Post Passwords] Can I use it as shortcode?Andreas,
Can you share that code again. I can’t seem to find it here in the forum.
Jules
Forum: Plugins
In reply to: [Multiple Post Passwords] Can I use it as shortcode?Thank you, Andreas! Appreciate it.
Jules
Forum: Plugins
In reply to: [Numbers generator and validator] Not workingThanks. I deleted the plugin.
Forum: Plugins
In reply to: [WooCommerce] Storefront Header & FooterIt’s working now. And I got the answer from my question. Thanks, though!
Forum: Plugins
In reply to: [WooCommerce] Storefront Header & FooterI got my answer now. Thanks, though!
Forum: Plugins
In reply to: [Multiple Post Passwords] Can I use it as shortcode?I tried the code: https://ibb.co/Xt0kP7h
I’m talking about the spaces. As you notice, the box field is really close to the submit button. And they are really wide. I tried editing the CSS but no success.
Jules
Forum: Plugins
In reply to: [Multiple Post Passwords] Can I use it as shortcode?Now, we’re on the same page! ??
Okay, so it’s not possible to put it on another page like what I did? I just want it be added on that page so non members can view it.
Thank you I will try to use the code.
Jules
Forum: Plugins
In reply to: [Multiple Post Passwords] Can I use it as shortcode?Here’s the password-protected page: https://ibb.co/gZRDCrF
And here’s the page that I inserted the code that I’m trying to make the form work: https://ibb.co/LSqVP86
I hope everything is clear now.
Jules
Forum: Plugins
In reply to: [Multiple Post Passwords] Can I use it as shortcode?See here: [ redundant link removed ]
I managed to put the form from the password-protected page that I made using this code:
<script type=”text/javascript” id=”wpuf-language-script”>
var error_str_obj = {
‘required’ : ‘is required’,
‘mismatch’ : ‘does not match’,
‘validation’ : ‘is not valid’
}
</script><span class=”entry-title rich-snippet-hidden”>Protected: VIP Club Homepage</span><span class=”vcard rich-snippet-hidden”>div class=”post-content”></span>
<div id=”wpppass” class=”wpppass-area square”>
<div class=”wpppass-top-text”></div>
<div class=”wpppass-top-text”>
<h3>This page is for VIP Club members only.</h3>
</div>
<form class=”four” action=”https://amz-pets.com/wp-login.php?action=postpass” method=”post”><label for=”pwbox-1191″>Access code </label><input id=”pwbox-1191″ maxlength=”20″ name=”post_password” size=”20″ type=”password” /><input class=”fusion-button button-default fusion-button-default-size” name=”Submit” type=”submit” value=”Submit” /></form>
</div>The form that I’m talking about is below, from the “This page is for VIP Club members only. Access code” until the SUBMIT button. That’s the form that shows up when you go to the password-protected page (which you cannot view because it’s for members only.) But as you can see, I managed to display it there in a different page, but when you click submit, it’s not working. Does that make sense? I can give you an access to see the private page if you want to. Just give me your email so I can send you.
Jules
- This reply was modified 5 years, 4 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Multiple Post Passwords] Can I use it as shortcode?And by the way, I don’t know why it’s showing like that. Even on the password-protected page. I tried fixing the CSS but no success for the spacings between the box field and the button.
Forum: Plugins
In reply to: [WooCommerce] Storefront Header & FooterHi Nicola,
Thanks for your response. I saw the links that our provided. And I already saw that on my research. I just want to make sure that we are on the same page. I have the website https://thebudgrower.com/. Will I able to put the same header and footer until the checkout page? Because on the Distraction Free Checkout mode. You can only design the footer. I’m afraid it won’t copy the exact header and footer as the website.
Jules
Forum: Plugins
In reply to: [Multiple Post Passwords] Can I use it as shortcode?Hi Andreas,
Again, thanks for the quick response. What I did is inspect the page and got the code and used it on another page. I used this code. It appears now, but the function is not working:
<script type=”text/javascript” id=”wpuf-language-script”>
var error_str_obj = {
‘required’ : ‘is required’,
‘mismatch’ : ‘does not match’,
‘validation’ : ‘is not valid’
}
</script><span class=”entry-title rich-snippet-hidden”>Protected: VIP Club Homepage</span><span class=”vcard rich-snippet-hidden”>div class=”post-content”></span>
<div id=”wpppass” class=”wpppass-area square”>
<div class=”wpppass-top-text”></div>
<div class=”wpppass-top-text”>
<h3>This page is for VIP Club members only.</h3>
</div>
<form class=”four” action=”https://amz-pets.com/wp-login.php?action=postpass” method=”post”><label for=”pwbox-1191″>Access code </label><input id=”pwbox-1191″ maxlength=”20″ name=”post_password” size=”20″ type=”password” /><input class=”fusion-button button-default fusion-button-default-size” name=”Submit” type=”submit” value=”Submit” /></form>
</div>