Cara
Forum Replies Created
-
Forum: Plugins
In reply to: [Regenerate Thumbnails] The plugin still sees the unregistered sizesYou can try if the following will work for you:
Forum: Plugins
In reply to: [WP Job Manager] Not all Company details show@belgirlinaz If you haven’t already, please get in touch with the Jobify theme’s developers and let them know of the issue so they can look into it further.
Forum: Plugins
In reply to: [WP Job Manager] Recaptcha doesn’t work@belgirlinaz You mentioned that you’ve already tried four different themes other than the default ones. Can you let us know which ones those are?
Forum: Plugins
In reply to: [Regenerate Thumbnails] The plugin still sees the unregistered sizesPlease try the following:
update_option( '1536×1536', 0 );
update_option( '2048×2048', 0 );Forum: Plugins
In reply to: [Regenerate Thumbnails] The plugin still sees the unregistered sizesHi, @zzlatevv! There isn’t a straightforward way to do this, but you can try following the suggestions in this guide to “unregister” image sizes: https://deluxeblogtips.com/remove-image-sizes/
If the image size is built in to WordPress, it won’t be removed, but it will practically be skipped by the plugin if you set both width and height to 0.
@lingosing What you’re experiencing seems to be this known issue: WPML: Incorrect Answer Feedback in a translated quiz. Is that right? There is currently no timeframe for when a fix will be available, however.
Forum: Plugins
In reply to: [Sensei LMS - Online Courses, Quizzes, & Learning] Link theme to SenseiHi, @goinclusion! I’d suggest that you go over these documents to help with the issue you are experiencing on your website:
Forum: Plugins
In reply to: [SyntaxHighlighter Evolved] Page width stretched by a long line of codeHi, @digihunch! This seems to be a CSS issue that’s not working well with your theme. Have you checked if the issue persists on another theme?
In any case, please see if adding the following CSS works for you:
.syntaxhighlighter {
max-width: 850px;
}Forum: Plugins
In reply to: [Regenerate Thumbnails] Thumbnails not regenerating but no errorsHi, @allismachine! I looked into this, and can you check if you might see any errors elsewhere on your site’s dashboard? For example, I see instances of sites being put into Safe Mode when using Lightsail.
I’d also recommend that you reach out to your host for the Lightsail site so they can check if there are any blocks coming from their end that are preventing the files from being generated.
Forum: Plugins
In reply to: [WP Job Manager] Sign In from form does not show as signed in@razvan1976 You shouldn’t need a separate registration plugin. You can enable the following setting under Job Manager > Settings > Job Submission instead:
- Account Required
- Account Creation
Can you see if that works for you? If not, can you let us know why not?
Forum: Plugins
In reply to: [WP Job Manager] Disable Job ExpiryHi, @graicifyd! There is a setting called “Listing Duration” on Job Manager > Settings > Job Submission tab. If you leave it empty,?jobs will never expire.
Is there a way to change already expired jobs to not expired without manually editing?
Unfortunately, you will have to manually edit the expired jobs.
Forum: Plugins
In reply to: [WP Job Manager] Stats pop up doesn’t go awayThanks for sharing that, @nickciske! Would be helpful for anyone who might run into the same issue in the future.
Forum: Plugins
In reply to: [WP Job Manager] Impression Stat in Admin DashboardHi, @westcan! Please make sure you test clicking the button on an incognito window so that you are not logged in as an admin during the browser session.
Forum: Plugins
In reply to: [WP Job Manager] Show Category on Search FilterHi, Steve! This tutorial might help you with what you’re trying to achieve:
Forum: Plugins
In reply to: [WP Job Manager] Blank pop up in SettingsIt’s possible that there might be a conflict with one of your current plugins or your theme.
Try disabling all of your plugins except WP Job Manager (and add-ons). Then try testing again to see if the issue persists. If that resolves your issue, you can find what was causing it by enabling each plugin one by one while continuing to test.
If that doesn’t help, you can also try switching to the Twenty Twenty-Four theme via Appearance > Themes, and test again. If the issue is resolved then you know it’s a problem with the theme, and you’ll need to contact the theme author for further assistance.
Let us know how it goes.