diamondrcreative
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Removing/ excluding jquery.min.jsI tried but getting console error
Uncaught ReferenceError: jQuery is not defined
at (index):1116
(anonymous) @ (index):1116Man, was hoping NOT to see that on PI!
Forum: Plugins
In reply to: [Contact Form 7] Google Console errors – 409 (Conflict)Did not come up with anything via the Hosting provider – iPage
I did try different contact forms and they do not have issue when used on website. I would prefer CF7 as I am familiar and like the customization.
Forum: Plugins
In reply to: [Contact Form 7] Google Console errors – 409 (Conflict)Switched to 2021 only left CF7 activated. Same issue.
Looked at it incognito and found that only 2 errors show instead of the 3 seen on standard Google browser.
Forum: Plugins
In reply to: [Contact Form 7] Google Console errors – 409 (Conflict)VW Lawyer Pro Version: 1.6.1 by VW Themes
It was set initially and it is set currently. Under Media in WordPress, if I open image, alt attribute is there.
Should I delete image, re-upload with different name & alt?
This is the only image with issue. All the others have alt attributes.
Forum: Plugins
In reply to: [Contact Form 7] Warning: A cookie associated with a cross-site resource…Having same issue. https://diamondrcreative.com/
I’m waiting to hear something too
I get the same with static slider image on Desktop – no alt attribute. While I understand your last answer that it is purposely doing this, any reason why I can’t have alt attribute on desktop or a reason why I can’t/shouldn’t?
Thanks!
My website – https://diamondrcreative.com/ – getting the same and would like to know fix or update. Thanks!
Forum: Plugins
In reply to: [Magic Liquidizer Responsive Table] Remove grey Background-ColorI ran into another issue because of that CSS code.
If you have tables and you color the background in WordPress editor, the color won’t show up in mobile.
So, create a class for table you need to color by wrapping table in div:
<div class=”wordpresstablename”>
table html in wordpress editor
</div>
Then, in Additional CSS
.wordpresstablename {
background-color: #ebebce !important;
}Forum: Plugins
In reply to: [Contact Form 7] Contact 7 Forms stopped workingAdded and updated contact forms. All of mine stopped working. I had a yellowish box – guessing orange. I have reCAPTCHA v3.
Removed keys/code and then rentered and saved – working fine
Forum: Plugins
In reply to: [Magic Liquidizer Responsive Table] Chrome Console / Developer Tools – ErrorLatest error
Uncaught ReferenceError: jQuery is not defined
at <anonymous>:2:5
at t.activateScript (rocket-loader.min.js:1)
at rocket-loader.min.js:1
at t.run (rocket-loader.min.js:1)
at rocket-loader.min.js:1
at rocket-loader.min.js:1//
jQuery(document).ready(function($) {
$(‘html’).MagicLiquidizerTable({ whichelement: ‘table’, breakpoint: ‘780’, headerSelector: ‘thead td, thead th, tr th’, bodyRowSelector: ‘tbody tr, tr’, table: ‘1’ })
})
//Thanks for your quick response!
I personally did not renew certificate – maybe they do it automatically? The certificate is a free general certificate that comes with hosting so I have no clue as to how it is managed/renewed.
What do you recommend to fix error?
Also, the images blur then appear – desktop and mobile. Will this change once error is corrected?
Forum: Plugins
In reply to: [Magic Liquidizer Responsive Table] Remove grey Background-ColorThis seemed to work:
.ml-grid {
background: none !important;
}Me too