dreejz
Forum Replies Created
-
Forum: Plugins
In reply to: [Browser Screenshots] Updating the screenshot, adding a classThank you for taking the time to reply!
That’s a bummer about the refresh part, but well, it is how it is 🙂
I would like to add a class inside the shortcode directly to the image tag. I temporarily fixed it with an outside div wrapper.
Ideally I would like to add the shortcode like this:
[browser-shot url="url" width="width" target="_blank" class="uk-responsive-width"]Forum: Plugins
In reply to: [Contact Form 7 Signature Addon] Form doesn't respond accuratelyThat seems to have done the trick! It works smoothly now, without any artifacts plus the Development Tools Console is clean of errors.
Many thanks for the quick response and fix. Very much appreciated!
Forum: Plugins
In reply to: [Contact Form 7 Signature Addon] Form doesn't respond accuratelyThanks for your quick help! Unfortunately, that didn’t help. The same error keeps popping up in the Developers Tools console from Chrome. I used the following shortcode to add the field:
[signature* autograph 300x200]It gave the same error as my previous post. It says there’s a mistake with this.
// Submit Event Listener submit.addEventListener("click", function(){ if (!signature.isEmpty()){ input.value = signature.toDataURL(); }else{ input.value = ""; } }, false);If you need more information I’ll do my best to give it to you.
Forum: Fixing WordPress
In reply to: Make new category automatically with new pageSorry for the bump, but anybody a solution for me ? Would be really appreciated!
Forum: Fixing WordPress
In reply to: Category showing automatically on a pageI’m sorry to bump this does somebody have a solution?