xwrecon
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Multiple CSS files created with AutoptimizeThanks so much!
Forum: Plugins
In reply to: [Autoptimize] How to defer or async JS filesThank you so much!
Forum: Plugins
In reply to: [Autoptimize] How to defer or async JS filesFirst off thanks for the quick reply!
My Page Speed went down alot when I added this script button. Desktop 97 down to 73.
Just confirming if there are any other setting on Autoptimize would help? I read your FAQ and thought I had leveraged Autoptimize to the fullest and then this.
Thanks!
Not sure if this helps but turned autoptimize off and Console is reporting this:
jquery.js?ver=1.12.4-wp:2 Uncaught Error: Syntax error, unrecognized expression: div[class^=”front-page-“] a[href*=#]:not([href=#])
at Function.ea.error (jquery.js?ver=1.12.4-wp:2)
at ea.tokenize (jquery.js?ver=1.12.4-wp:2)
at ea.select (jquery.js?ver=1.12.4-wp:2)
at Function.ea [as find] (jquery.js?ver=1.12.4-wp:2)
at n.fn.init.find (jquery.js?ver=1.12.4-wp:2)
at new n.fn.init (jquery.js?ver=1.12.4-wp:2)
at n (jquery.js?ver=1.12.4-wp:2)
at HTMLDocument.<anonymous> (global.js?ver=1.0.0:18)
at i (jquery.js?ver=1.12.4-wp:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4-wp:2)Forum: Plugins
In reply to: [Genesis Simple FAQ] Plus and minus not showing for FAQ’s questions@modernnerd It worked like a charm! Thanks!
Forum: Plugins
In reply to: [Genesis Simple FAQ] Plus and minus not showing for FAQ’s questionsOk so I found this document which helped me get the + & – showing up.
@modernnerd My last question, I noticed that when you hover on the question the grey shadow that appears to highlight the question box bleeds over on the bottom towards the answer.
Any way to reduce that shadow that appears?
Thanks!
Our form had only 3 fields and was still having the issues.
Have you tried using another contact form plugin to see if it is experiencing the same thing?
I had 2 issues with Ninja forms (email confirmations not getting to me & submit button taking too long. Turns out neither was a Ninja forms problem. Ninja forms even signed onto my site and couldn’t find any issues to cause the long delay after pressing submit. Here are the solutions:
Problem 1: Forms taking too long
Solution: From my hosting company – our servers are now being setup with outbound spam filtering enabled to try and limit how much spam an exploited email/web account sends out – this is to help avoid getting listed on RBLs and stuff which can take days to get deslisted. The filtering is what is adding the delay to your form mailer since you’re sending the emails to a remote address. The sendmail function completes after the spam filtering check is done. We will turn off spam filtering for outbound emails. That would get rid of the delay.
Problem 2: Email confirmations not getting to me
Solution: I was using Google apps for my domain email and the cpanel settings were treating my emails as internal and not forwarding them. Once they made a change the emails forwarded to the domains MX records which pointed to Google, problem solved.
Hope this helps because I was tearing my hair out thinking Ninja Forms was broken. I installed Contact Form 7 which acted the same way which is why I knew it was a server issue.
Thanks for the info!
Can you be more specific about what changes had to made on the server side to fix your issue?
Forum: Plugins
In reply to: [Contact Form 7] Email not sendingSame problem here , hopefully someone will chime in soon!
Forum: Fixing WordPress
In reply to: How to remove space between a paragraph and unordered listThanks so much!
Forum: Fixing WordPress
In reply to: How to remove space between a paragraph and unordered list@swansonphotos thanks for the reply!
I am new to WP so was trying to understand how this additional CSS will remove the space between the sentence and the unordered list? What margin are you setting to zero?
Thanks in advance for any help!
Forum: Fixing WordPress
In reply to: How to remove space between a paragraph and unordered listThanks for catching that! I removed the extra paragraph and because I am using 4.8.1 I changed the 2 widgets to “Custom HTML”
If you take another look the space is still there for the unordered list and the two ordered lists.
Am I missing something in the html or CSS to get rid of this space?
Forum: Fixing WordPress
In reply to: How to bold title of text box widgetsWorked perfectly via “Additional CSS”, thanks so much!