pguilha
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] compatibility with Rank MathHi @dcka ,
Well it’s a bit odd because when inspecting those expired jobs there’s both:<meta name="robots" content="noindex, follow">
and, under “Search Engine Optimization by Rank Math PRO”:<meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large">
I’m not sure which one prevails or if they’re conflicting either. They do seem to be removed from the sitemap though, I was wrong in my initial message.
Forum: Plugins
In reply to: [AI Engine] implement text rewrite within a submission formthanks for the fast reply. I sent you a detailed message through that form!
I use the pro version but support has expired. it works great otherwise, jsut the reddit account playing up
Forum: Plugins
In reply to: [Yoast SEO] Unexpected error in editorhaving the exct same issue. I use a different theme (Workscout) so I don’t think this is theme-specific.
TypeError: Cannot read properties of undefined (reading 'every') at ue (https://example.com/wp-content/plugins/wordpress-seo/js/dist/block-editor.js:462:12174) at ct (https://example.com/wp-includes/js/dist/vendor/react-dom.min.js:9:43430) at os (https://example.com/wp-includes/js/dist/vendor/react-dom.min.js:9:111136) at Ur (https://example.com/wp-includes/js/dist/vendor/react-dom.min.js:9:77643) at Ir (https://example.com/wp-includes/js/dist/vendor/react-dom.min.js:9:77571) at Dr (https://example.com/wp-includes/js/dist/vendor/react-dom.min.js:9:77434) at Pr (https://example.com/wp-includes/js/dist/vendor/react-dom.min.js:9:74429) at https://example.com/wp-includes/js/dist/vendor/react-dom.min.js:9:30173 at unstable_runWithPriority (https://example.com/wp-includes/js/dist/vendor/react.min.js:9:7431) at xn (https://example.com/wp-includes/js/dist/vendor/react-dom.min.js:9:29950)
Hi @ctdealba, I have not renewed my wc paid listings license so would appreciate any guidance you can provide here!
thanks again
PaulForum: Plugins
In reply to: [WP Job Manager] Filter jobs using URL queryanother option:the smyles search and filtering plugin has this feature out of the box: your url will get updated based on the search performed by the user.
Forum: Plugins
In reply to: [Revolut Gateway for WooCommerce] RevolutCheckout: Something went wrongFor anyone who might stumble upon this in the future: still no clue what the issue was.
I was advised by revolut tech support to uninstall and resinstall the plugin. The first time, it achieved nothing and the problem persisted. I uninstalled and reinstalled again and this time it solved the issue.As i said, I don’t know why but this ultimately worked for me.
Forum: Plugins
In reply to: [Revolut Gateway for WooCommerce] RevolutCheckout: Something went wrongI’ve already contacted tech support and am waiting for a reply…Moreover if you were willing to post solutions publicly it would be helpful: someone else had the exact same issue a year ago but I have no way of knowing how it was resoled.
Forum: Plugins
In reply to: [Revolut Gateway for WooCommerce] Missing revolut_public_id parameterI’ve been getting this error again since updating to the latest version yesterday (v2.3.0)
I need a solution to this please.Forum: Plugins
In reply to: [WP Job Manager] broken hyperlinks in job listingsThanks @hastibe this looks promising. Do you know where I can find what the current tinyMCE settings are? I’d like to know what the current baseline I’m working with is.
thanks againForum: Plugins
In reply to: [WP Job Manager] user-submitted hyperlinks randomly brokenHi @cena,
No explanation from them either. Seems to be confusing everyone! I’ve noticed that the WP editor box during job submission has a few settings to clean up any pasted text so I’m going to trial some changes there to see if it helps.
If you have any suggestions of the ideal settings to use I’m all ears! in particular, I’d like to allow users to paste preformatted content (hyperlinks, bold, italic, bullet points, etc..) without having it all stripped away but I also want to keep the font uniform across the site, prevent pasting of images, and avoid any security issues that might come from allowing all html tags to be included. Any suggestions? The current settings are below:
$editor = apply_filters(
‘submit_job_form_wp_editor_args’,
[
‘textarea_name’ => isset( $field[‘name’] ) ? $field[‘name’] : $key,
‘media_buttons’ => false,
‘textarea_rows’ => 8,
‘quicktags’ => false,
‘editor_css’ => ‘<style> .mce-top-part button { background-color: rgba(0,0,0,0.0) !important; } </style>’,
‘tinymce’ => [
‘plugins’ => ‘lists,paste,tabfocus,wplink,wordpress’,
‘paste_as_text’ => false,
‘paste_auto_cleanup_on_paste’ => false,
‘paste_remove_spans’ => false,
‘paste_remove_styles’ => false,
‘paste_remove_styles_if_webkit’ => false,
‘paste_strip_class_attributes’ => false,
‘toolbar1’ => ‘bold,italic,|,bullist,numlist,|,link,unlink,|,undo,redo,|,code’,
‘toolbar2’ => ”,
‘toolbar3’ => ”,
‘toolbar4’ => ”,
],
]
);Forum: Plugins
In reply to: [WP Job Manager] user-submitted hyperlinks randomly brokenHi @cena, thanks for that suggestion. I’m not seeing anything that could explain this, unfortunately.
Forum: Plugins
In reply to: [WP Job Manager] user-submitted hyperlinks randomly brokenthanks @cena. I can’t replicate the issue, it seems so random. Even in listings that have the issue it’s rarely all the links in that listing that are affected.
I’ll get in touch with workscout and post back here if this gets resolved.
Forum: Plugins
In reply to: [WP Job Manager] user-submitted hyperlinks randomly brokenI’m using the workscout theme, I guess it’s possible that modifies the standard WPJM job submission form?
Forum: Plugins
In reply to: [WP Job Manager] user-submitted hyperlinks randomly brokenHi @cena,
Unfortunately I don’t have a link as this happens during job submission so I correct the links before approving the job listings.
As it’s happened to dozens of users, and not on every link included within their listing, I can’t imagine they would all be entering some links wrong in this same strange way. It’s a wp-editor front-end box they are using, inserting links using the built-in function for that or copy/pasting in links.
Any thoughts on what I could do to diagnose this?