eweig
Forum Replies Created
-
Forum: Plugins
In reply to: [Classic Editor] Can’t edit linkI’m getting the same javascript error when using the Classic view.
Uncaught TypeError: Cannot read property 'show' of undefined at Object.open (wplink.min.js?ver=fce2d862b386f83c474d7a12a04beb34:1) at i.onclick (plugin.min.js?wp-mce-4960-20190918:1) at gp.c.fire (tinymce.min.js?ver=4960-20190918:2) at i.fire (theme.min.js?wp-mce-4960-20190918:1) at HTMLDivElement.o (theme.min.js?wp-mce-4960-20190918:1) at C (tinymce.min.js?ver=4960-20190918:2) at HTMLDivElement.d (tinymce.min.js?ver=4960-20190918:2)The odd thing is that I added define(‘SCRIPT_DEBUG’, true); to the wp-config.php file like Andrew suggested, then it works fine… no error. So basically, I have to leave SCRIPT_DEBUG set to true, but is that good practice? Any idea why the script works when debug is on and not when it is off?
Forum: Plugins
In reply to: [EventCalendar] In Event Category, need to replace post date with event dateI was able to add the code to make this happen.
Now I have another issue with two pages, the event_tag and the event_category page. When I display the template being used, it states it is the page.php template in my theme. This is not so because when I add random text to that template, it does not display on those two pages. It will not apply the header of my theme. There is no setting in the plugin to assign those two dynamic pages the template to use. This should be something that is basic, but it has been extremely difficult to figure out which file is adding it’s own header (in this two pages, the header displayed is a list of items, for example the first one has the following class:
<li class=”page_item page-item-5059″>
How can I apply the correct template to use for the two dynapic pages: event_tag and event_category ?
Forum: Plugins
In reply to: [EventCalendar] In Event Category, need to replace post date with event dateI have it working correctly in the Events Archive Page, but can’t get it to use the event date on the Event Category page.
Forum: Plugins
In reply to: [EventCalendar] In Event Category, need to replace post date with event dateNo help? I shouldn’t have bought this plugin.