puffxl
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Settings page not loadingwe fixed this by commenting 2 lines of code in the CSS of the theme…
.form {
display : none;
}Forum: Plugins
In reply to: [The Events Calendar] Page Title Blog ArchivesWe did everything that said in that article, but on our site the browser title changed, but the page still says Archives.
How do we change the Archives heading to something different?
Thanks
Forum: Plugins
In reply to: [Custom Post Type UI] HELP: Add Media button not workingHere’s the PHP error that we are receiving…
Do you know about this?
Undefined index: rewrite_withfront 4 wp-content/plugins/custom-post-type-ui/custom-post-type-ui.php:284 cptui_register_single_taxonomy()
cptui_create_custom_taxonomies()
do_action(‘init’) Plugin: custom-post-type-ui
Undefined index: rewrite_hierarchical 4 wp-content/plugins/custom-post-type-ui/custom-post-type-ui.php:285 cptui_register_single_taxonomy()
cptui_create_custom_taxonomies()
do_action(‘init’) Plugin: custom-post-type-uiForum: Plugins
In reply to: [Custom Post Type UI] HELP: Add Media button not workingWe already disabled all plugins, and did everything we read on every post that referenced this issue.
Can you help us if I give you access to our back end? Where can we reach you?
Thanks
Forum: Plugins
In reply to: [Custom Post Type UI] HELP: Add Media button not workingHi there,
Thanks for your response. This is a live site. It was working last week. It all happened after updating the plugin.
We also tried, restoring to the plugin’s last version that was working on our site, but the problem still there.
Don’t know why.
Forum: Plugins
In reply to: [Custom Post Type UI] HELP: Add Media button not workingYes, we verified about post type and taxonomy slugs. Since yesterday we’ve been looking everywhere about this issue.
Since we didn’t found out anything about this, we came to the plugin creator to see if you can help us.
Forum: Plugins
In reply to: [Custom Post Type UI] HELP: Add Media button not workingForum: Plugins
In reply to: [Custom Post Type UI] HELP: Add Media button not workingOn one of our websites we are having this very same issue, and this issue began when we updated the plugin to it’s latest version.
Now the Screen Options in the upper right corner doesn’t work when trying to add a new post to the custom post type and the featured image pop up doesn’t loads, it just open in a new window.
It was working without any problem before, and we haven’t made any changes in the settings to the CPT plugin, or the post type created.
We are getting this error:
TypeError: e is undefined on load-scripts.php 753:1480
Uncaught TypeError: Cannot read property ‘hasClass’ of undefinedHere’s the full line of code:
!function(a){function b(){var b,d=a("#wp-auth-check"),f=a("#wp-auth-check-form"),g=e.find(".wp-auth-fallback-expired"),h=!1;f.length&&(a(window).on("beforeunload.wp-auth-check",function(a){a.originalEvent.returnValue=window.authcheckL10n.beforeunload}),b=a('<iframe id="wp-auth-check-frame" frameborder="0">').attr("title",g.text()),b.load(function(){var b,i;h=!0;try{i=a(this).contents().find("body"),b=i.height()}catch(j){return e.addClass("fallback"),d.css("max-height",""),f.remove(),void g.focus()}b?i&&i.hasClass("interim-login-success")?c():d.css("max-height",b+40+"px"):i&&i.length||(e.addClass("fallback"),d.css("max-height",""),f.remove(),g.focus())}).attr("src",f.data("src")),a("#wp-auth-check-form").append(b)),a("body").addClass("modal-open"),e.removeClass("hidden"),b?(b.focus(),setTimeout(function(){h||(e.addClass("fallback"),f.remove(),g.focus())},1e4)):g.focus()}function c(){a(window).off("beforeunload.wp-auth-check"),"undefined"==typeof adminpage||"post-php"!==adminpage&&"post-new-php"!==adminpage||"undefined"==typeof wp||!wp.heartbeat||wp.heartbeat.connectNow(),e.fadeOut(200,function(){e.addClass("hidden").css("display",""),a("#wp-auth-check-frame").remove(),a("body").removeClass("modal-open")})}function d(){var a=parseInt(window.authcheckL10n.interval,10)||180;f=(new Date).getTime()+1e3*a}var e,f;a(document).on("heartbeat-tick.wp-auth-check",function(a,f){"wp-auth-check"in f&&(d(),!f["wp-auth-check"]&&e.hasClass("hidden")?b():f["wp-auth-check"]&&!e.hasClass("hidden")&&c())}).on("heartbeat-send.wp-auth-check",function(a,b){(new Date).getTime()>f&&(b["wp-auth-check"]=!0)}).ready(function(){d(),e=a("#wp-auth-check-wrap"),e.find(".wp-auth-check-close").on("click",function(){c()})})}(jQuery);
Can you please help us?