lilts520
Forum Replies Created
-
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Slider Info autocorrectHello!
Was this ever resolved? I am having the same issue. I cannot add code to the slide info area. It works initially, but when I reopen the page, the custom code is gone.
Thanks for your reply. That worked! Great Plugin!
Forum: Plugins
In reply to: [RSVPMaker] Form is loading twice on the pageLink expired, so here is the updated link.
Forum: Hacks
In reply to: Contact Form 7 Checkboxes/radio buttonsthanks, i ended up doing just that in js.
Using an id on the checkbox (CF7 markup id:paychoice) and then adding a script like the following and running it “onLoad” inside the body tag:function updatecheckboxlabels() {
var paypalText = “<b>PAYPAL</b>
Once membership is accepted, you will receive a link to complete your payment.”;
var checkText = “<b>CHECK</b>
details on check”;var targetDiv = document.getElementById(“paychoice”).getElementsByClassName(“wpcf7-list-item-label”);
//for the first checkbox:
targetDiv[0].innerHTML = paypalText;
//for the second checkbox:
targetDiv[1].innerHTML = checkText;}
Forum: Plugins
In reply to: [Contact Form 7] Making part of checkbox content boldThanks for the reply.
https://beotesting.bdeonline.biz/join-us/
If you click on Supporter, a contact form appears below. The “PAYMENT METHOD” section includes two checkboxes.
Currently, I would like to make the words “Paypal” and “Check” in bold and then force a line-break. As you can see, there is a br currently after the world “paypal” but it is being registered as a text rather then html. When I set up divs, the checkboxes don’t render at all.
I have set up the shortcode as so:
[checkbox* use_label_element reference exclusive "PAYPAL <br/>Once membership is accepted, you will receive a linkto complete your payment." "CHECK Make payable to Be Original Americas. Mail to: 665 Broadway, #704, New York, NY 10012. There will be a $50 service fee for returned checks."]</p>
Thanks again!
That worked! Thanks for your help!
Amazing! Thanks so much!
Thanks for the reply! Unfortunately, that didn’t work. I pasted that full line (with the correct instagram account) and it still goes to the individual post. Any other thoughts?
Thanks!
Anyone?
Forum: Hacks
In reply to: Displaying all posts on homepageI actually just fixed this by installing the infinite scroll plugin which does exactly what I need it to do. This jquery was hardcoded into my theme before, but I suspect something went wrong during the update and it wasn’t loading correctly.
Thanks for the reply!
Actually, I just found the solution. I updated my jquery.form.js file.
I am having the same issue. No confirmation text. I don’t have any Google Analytics links though. Have you figured out a solution to this?
O wow! that worked!! Thanks a lot. This just made my day.
Hi, thanks for the quick reply!
I deactivated all the plugins that you mentioned. Didn’t change the scrolling, though.
I see the superfish error coming up. I did buy this theme, so I have no clue if eliminating the superfish code will screw something up on the menus on the site or admin. Also, not well versed in javascript to be able to go in and correct the error. I guess this is something I should look into.Forum: Plugins
In reply to: [Meteor Slides] Stop Meteor Slides from auto slidingOne thing that is happening however is in the archive section, when posts are stacked, the slideshows scroll at the same time even when you only click the top slideshow post. When I use two different slideshows, only the top one scrolls.