dynexd
Forum Replies Created
-
Forum: Plugins
In reply to: [Table of Contents Plus] Add custom post types to sitemapHello @conjur3r
Forum: Plugins
In reply to: [Table of Contents Plus] Add custom post types to sitemapHello, anyone here to answer ?
This could be a useful update…
We are a news website with some history (7 years). I think it’s a standard use case of WordPress.
The immediate cost to use your feature for a website with old news : $7000.
Who would invest this amount of money to translate old news content nobody cares about.
For us, news website with years of history, the ability to block translation for old content is a MUST.
- This reply was modified 3 years, 8 months ago by dynexd.
Forum: Reviews
In reply to: [Brizy - Page Builder] Can’t multitabIf it’s a feature, then there are a lot of bugs with this feature 🙂
That’s not how works systems that try to protect you from editing in multiple places… Usually you have a message that let you block, or force changes.. not random errors..
and with +10 years working with various CMS (Spip, WordPress, Typo3, Drupal, Craft CMS) I very rarely (never?) had this bug ! Working in multiple tabs editing is a need when dealing with a lof of content.
(don’t want to be rude, it just something that have pushed us back from Brizy, (even though it’s a pretty cool website builder, helped us ship faster)
We have the same issue.
change() doest not work, but this will work :
var input = $('#yourinput')[0]; var evt = document.createEvent("HTMLEvents"); evt.initEvent("change", true, true); input.dispatchEvent(evt);Hello, you are so close from the solution 😉
Just edit the templates in yourtheme/ninja-forms/templates, and use : {{{ data.key }}} for instance :
data-key=”{{{ data.key }}}”but you can also add it in class or where you prefer.
Hi @jmcelhaney , i’m suprised you posted this solution. (i found it elsewhere and though it was old and not working anymore)
I’ve been struggling with that for 2 hours, it does not work.
It’s impossible to inject JS values in fields (hidden or not). And found people online who told the same thing.
even with trigger(‘change’)
Any idea on how to solve this in 2019 ?
Thanks
Forum: Plugins
In reply to: [AnsPress - Question and answer] Undefined OffsetHello, i have the same bug. It happened after i deactivated a plugin (Query Monitor)
I confirm. Same bug for me from yesterday. I change the typo and it works now.
I couldn’t publish new posts or update existing post without a 500 error on my server.
Forum: Plugins
In reply to: [W3 Total Cache] External empty cache ?Hey thx 😉
Forum: Plugins
In reply to: I’d like to change my permalinks …..I found a solution : Dean’s Permalinks Migration
http://www.deanlee.cn/wordpress/permalinks-migration-plugin/On ne peut faire plus simple : <img src=”http://www.shoutmeloud.com/wp-content/uploads/2009/09/wordpressdefaultpermalink_thumb.png” />
Google reindexed the new url in less than 12 hours !
🙂Forum: Plugins
In reply to: I’d like to change my permalinks …..Nice plugin i already tested, but with its regex capabilities, you can’t “add” a value that is not in the past url ..
for instance if you have /day/month/year/postname you are able to change it to /postname but you can’t add something that isn’t in the first url for instance you can’t redirect to /id/postname/
Forum: Plugins
In reply to: Change attachement url ( to the root )up, if someone can help 😉
Forum: Fixing WordPress
In reply to: My server crash with memorylimit when i’m in the WP Adminthanks for helping 😉
I already did.. No changes ! the fact is that the server crash, i have no php error..
The strangest is that on the front it really works fine, but in the back it always crash due to memory use..