Corbula
Forum Replies Created
-
Forum: Plugins
In reply to: [Appointment Calendar] [Appointment Calendar] Showing menu item for EditorExcellent. It’s a shame you can’t have both but for my purpose it doesn’t matter.
Thanks
Forum: Fixing WordPress
In reply to: Santander Phishing Scam email, need helpThanks.
Just tried https://sitecheck.sucuri.net/ and it couldn’t find anything but did say it couldn’t scan properly as it was unable to connect.
The website in question is this one. https://www.sdcltd.net/
Thank you. I think i have fixed it now.
I was getting an error and it was because i had some code in my functions.php so it would use google ajax libraries to call jquery. (it’s supposed to make the site quicker if it’s already loaded from google). It’s basically the same as the Use Google Libraries plugin.
I’ve removed that from my functions.php file and it seems to have worked.
Those options were already unchecked.
and yes i’ve cleared the cached.
The theme is called Ultra by wpexplorer.
Here’s a list of the plugins i’m using:
add-descendants-as-submenu-items
adminimize
advanced-custom-fields
cimy-user-extra-fields
collapsing-archives
collapsing-categories
collapsing-pages
contact-form-7
contact-form-7-dynamic-text-extension
contact-form-7-to-database-extension
display-posts-shortcode
download-monitor
members
more-taxonomies
more-types
peters-login-redirect
related-posts-thumbnails
relevanssi
taxonomy-images
tinymce-advanced
wordpress-seo
wp-minify
wp-super-cache
wp-ui
zingiri-ticketsSorry typo, i knew in my head what i was trying to say.
If all plugins are active and i disable WP UI it doesn’t happen.
Thanks for the reply.
I’ve updated the plugin to it’s latest version but it’s still happening. I tried saving the options but that didn’t work.
I’m using firefox but tried in IE and it’s the same. I’m using WP Super Cache but it’s still happening when all of the plugins except WP UI are deactivated. If i leave all of the plugins active and just disable WP UI it still happens.
Under General options the only thing i have active is Tabs.
Under style I have load multiple CSS3 styles checked.
Under advanced the only thing active is Blank Page fix.I really need to get to the bottom of this as it breaks the featured image, file upload field and the media upload buttons.
The same thing is happening to me.
I tried disabling all other plugins and just leaving WP UI active and i still have the problem.
The featured image overlay doesn’t work, you just get redirected to another page, the media upload buttons don’t work and the collapse expand on the left dashboard menu doesn’t work.
I’m using wordpress 3.2.1 and the latest version of WP UI. I think it is to do with the last update to the plugin but not sure.
Forum: Plugins
In reply to: [Secure Custom Fields] Advanced Custom Fields is slowing down my siteI’ve experienced the same thing, as i posted about it here.
https://www.ads-software.com/support/topic/slow-admin-waits-and-is-blocked-for-a-long-time?replies=3ACF adds a few seconds to the index dashboard page but on an admin page that has ACF it takes about 20 seconds. I’m not using the relationship field type.
Forum: Fixing WordPress
In reply to: Slow admin – waits and is blocked for a long timeI’ve deactivated all of the plugins and activated them one by one. The two that seemed to have the biggest effect was Advanced Custom Fields and Use Google Libraries. Here’s what i found.
These are the requests and time to load the index dashboard page according to the net tab of firebug.
With no plugins activated
26 Requests
6-7 secondsWith all plugins activated
64 Requests
13 SecondsWith all plugins activated but the two mentioned above deactivated
36 Requests
8 SecondsIf i activate Advanced custom fields
55 Requests
11-12 SecondsIf i deactivate ACF and activate Use Google Libraries
53 Requests
10 SecondsThanks, found it.
Yes it seems it was, i think it’s sorted now.
One other thing, is it possible to get the fields from the registration in the email that is sent to the user when they register and also in the email sent to the admin?
wp_dlm_admin is definitely the slug but it’s not working.
I’m pretty sure the slug is:
dlm_configlooking at the download_monitor.php file.
How do you add a second action?
I’ve tried putting a second line underneath the add_action that says:
add_action(‘downloads_page_dlm_config’, ‘remove_add_download_cruft’);But that’s not worked.
Thanks, this works but it only works for the add new download page. How can i do this for the edit download page as well?