sten360
Forum Replies Created
-
Thank you for the swift reply!
woosb_bundledwas the shortcode for displaying products on the bundle’s page, but it led me to the right path and I disovered thewoosb_bundleswhich did what I need. I was able to complete my template. πThanks again and have a great day!
Hi. The website is unfortunately in a closed development environment and I cannot share it. I can however share the form code.
<h2 class="form__title h3"> Contact us </h2> <div class="text-field"> <label for="contact-form-name">Full name</label> <input type="text" id="contact-form-name" name="FULL_NAME" placeholder="Full name" required /> </div> <div class="text-field"> <label for="contact-form-email">E-mail</label> <input type="email" id="contact-form-email" name="EMAIL" placeholder="mail@example.com" required /> </div> <div class="text-field"> <label for="contact-form-company">Company</label> <input type="text" id="contact-form-company" name="COMPANY" placeholder="Company inc." required /> </div> <div class="text-field"> <label for="contact-form-message">Message</label> <textarea placeholder="How can we help you?" id="contact-form-message" name="MESSAGE" required></textarea> </div> <div class="checkbox checkbox--terms"> <input type="checkbox" id="contact-form-terms" class="checkbox__input" required> <div class="checkbox__label"> I hereby agree with the processing of my personal data on the purposes, with <a href="#" target="_blank" rel="noopener">Terms and Conditions</a> and <a href="#" target="_blank" rel="noopener">Privacy Policy</a> </div> </div> <div class="form__options"> <input type="submit" value="Submit" class="button button--size-lg button--size-fullwidth" /> </div>Oh! I’m not sure how I overlooked these… Well this made things a lot simpler, I was able to solve my problem with the disable media & direct links snippets. Thank you!
Forum: Plugins
In reply to: [Unlist Posts & Pages] Version 1.1.1 doesn’t show check markHaha wow, that was quick! I can confirm that everything works fine on my end now.
Huge thank you for the plugin and the quick fix! π
Forum: Plugins
In reply to: [Unlist Posts & Pages] Version 1.1.1 doesn’t show check markHi!
I’ve just installed this plugin on one of our older sites, and while the functionality seems to work just fine, I have the checkmark issue as well. Once I update the post, the checkmark disappears and I am unable to remove it to make the post visible again.
This site also runs on classic editor. I think there is definitely an issue and it might be connected to that.
Thanks for your time.
Hi, thanks for the thorough reply. I’ve forwarded the two remaining points to the support, hoping to hear back soon. Have a nice day!
Hi! I’ve been struggling with the same issue on my sites as in the original post. Oddly this never happened before until week, where all sites pretty much got locked down at once. Initially I thought it was iTSec messing up, took me a while to realize it was a caching issue…
@nlpro I’m guessing you didn’t find any solution? I’ve shut down Fastest Cache on all my sites for now to prevent this from happening, but would really love to continue using both plugins.
- This reply was modified 5 years, 11 months ago by sten360.
Hi!
Thank you for the reply! Your guess turned out to be correct – the issue only appeared if WPML Multilingual CMS was active. I started digging further into what could be causing it, and it turned out that the translation of this string had broken HTML in the Official Estonian translation pack for WordPress (.mo file I suppose). The
<strong>tag after “ERROR” was missing the forward slash to close it. I will see if I can report this somewhere so they can correct it. For now, I have simply manually overwritten this string and corrected it.The issue is now resolved. Thank you for your time. π
- This reply was modified 6 years, 9 months ago by sten360.
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Swipebox – appending description to titleResolved – found a much simpler solution, just appended the description into the title tag itself in php and messed around with css a little. Not sure why I didn’t think of that earlier. Sorry for the post.