Usce
Forum Replies Created
-
Solved it worked with 10000
Forum: Plugins
In reply to: [Breadcrumb] Breadcrumb not showing when doing import exportSolved. I needed to set separator symbol in settings on new site.
Forum: Plugins
In reply to: [Breadcrumb] Breadcrumb not showing when doing import exportBy links I mean on href attribute with proper value and the content of
<a>
tagForum: Developing with WordPress
In reply to: Counting top level items in menuI just see from quote, that I used word return in wrong context, sorry for that, I wasn’t trying to express about it as a function.
I actually was bit confused by if statement the way it was written (haven’t used
continue
before), as I sourced that from other code snippet. Now I understand how it works, after bit of research and as you explained me that it skips menu items with non-zero parent.Thank you for taking time to clarify this ??
Forum: Plugins
In reply to: [Widget for Social Page Feeds] Is Facebook ID everything that is needed?Hello,
Thank you very much on clarification.
Thanks on great plugin.
Cheers,
Usce
Just did!
Thanks on plugin and support,
Usce
Hi Stefano,
Thank you for letting me know ??
Cheers, Usce
Forum: Plugins
In reply to: [Contact Form 7] DOM event handlers not workingHi there,
Thanks for letting me know on .ajaxComplete, haven’t thought about it. I have written some working code but it used setTimeout to check afterwards if .wpcf7-mail-sent-ok is existing in message, so I updated it with .ajaxComplete as it is actual time necessary for class that indicates content is send to appear:
$('.wpcf7-form').ajaxComplete(function(){ if(myCf7AlertMessage.classList.contains('wpcf7-mail-sent-ok')){ myUploadMessage.innerHTML = ""; } });
I used if state to check if sending is actually successful, if I remove it it will actually remove myUploadMessage content even if sending is not successful.
Thanks on help!
- This reply was modified 6 years, 1 month ago by Usce.
Forum: Plugins
In reply to: [Contact Form 7] DOM event handlers not workingIn actual implementation there is semicolon at the end(I misspelled here), and functions inside addEventListener methods don’t need brackets.
Tried multiple ways of writing this, but none of if reacts the way it should.
- This reply was modified 6 years, 1 month ago by Usce.
Forum: Plugins
In reply to: [Per page add to head] Is this plugin maintained still?Hi Erik,
Thank you for letting me know about this and the prompt answer. I understand that plugin has not needed updating.
I agree that it should remain minimalistic without any overhead features that might be counter effective.Glad to see fast response and dedication,
Great plugin overall,
Thank you for support,
Cheers, Usce
Thank you very much on prompt answer! I understand now where is it coming from.
Cheers, Usce
Full error message: “Your Autoptimize cache might not have been purged successfully, please check on the Autoptimize settings page.”
Hi Ramirez,
Nice!
Thanks for letting me know,
Kind regards
Forum: Plugins
In reply to: [Simple CSS] URGENT!!! Over 600 lines of CSS dissapeared after saveHi Tom,
I managed somehow to retreive it from cached version of my site, but unfortunately it happened again I pressed Save changes and I got this:
After loading editor again half of my CSS dissapeared, but now I have it backuped, but still I lost some new CSS. I am not sure why is this happening, do you have some assumptions?
Forum: Plugins
In reply to: [Simple CSS] Where is this CSS loadingHi Tom,
Glad to know that, is CSS I put in this editor goes to database then, or it enques from some file where it writes or?