Sandbird_
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Editor Tools] Table related features are goneMaybe your eye can catch a plugin that might be causing this (from your experience)
Here are all the active plugins: https://imgur.com/EXlBcGV(I downgraded the tinyMCE plugin in the hopes that a previous version would work)
EDIT: It was WebMan Amplifier!!!! I deactivated it and now i can see the tools and table icons!
Thank you so much for this! you were so right!
Forum: Plugins
In reply to: [Advanced Editor Tools] Table related features are gonetinyMCEPreInit.mceInit.content.external_plugins Uncaught TypeError: Cannot read property 'external_plugins' of undefined at <anonymous>:1:32Thats what i get when i paste this
Forum: Plugins
In reply to: [Advanced Editor Tools] Table related features are goneHi Andrew,
No errors in the browser tools. The only ‘security’ tools i am using are :
– Disable XML-RPC Pingback
– Exploit Scanner
And for text editor : Beaver Builder Plugin (Lite Version)Everything i do at the Editor Settings is saved, (moving icons around, or adding other buttons). It’s just the Tools menu, the Table button and the right click that isnt working (no matter where i place the Table icon in the 4 menu bars)
- This reply was modified 7 years, 5 months ago by Sandbird_.
Forum: Plugins
In reply to: [Event Organiser] Custom look for list of events, weird bugOh, good to know 🙂
Thanks!Forum: Plugins
In reply to: [Event Organiser] Custom look for list of events, weird bugFigured it out as well 🙂
For anyone interested:
2016 [eo_events event_start_after="January 2016" event_end_before="today" order="desc"] 2015 [eo_events event_start_after="January 2015" event_end_before="January 2016" order="desc"] 2014 [eo_events event_start_after="January 2014" event_end_before="January 2015" showpastevents=true order="desc"]Forum: Plugins
In reply to: [Event Organiser] Custom look for list of events, weird bugOk i kinda figured it out, by copying shortcode-event-list.php into my theme folder and edit it from there, and revert back the shortcode to the original.
But now i am facing a different problem. I would like to break the table in individual years. For example
2016
[table with all 2016 events]2015
[table with all 2015 events] …. etcwhere should i do this? Is there a shortcode that can bring only events from a specific year and order descending? Because that would be much better.
To do something like this:2016 [eo_events event_start_after="year 2016" event_end_before="today" showpastevents=true order="desc"] 2015 [eo_events event_start_after="year 2015" event_end_before="year 2016" showpastevents=true order="desc"] ...Forum: Plugins
In reply to: [Awesome Team Showcase] Missing featured imageThank you for making it 🙂 I needed something similar for a site that i am making, but its really easy to tweak and get the result that i want.
Forum: Plugins
In reply to: [Awesome Team Showcase] Missing featured imagenevermind, fixed it by adding:
add_theme_support( ‘post-thumbnails’, array( ‘post’, ‘page’, ‘aw-team-member’ ) );
in my themes’ functions.php
Forum: Plugins
In reply to: [Ebook Store] Empty image, pdf details for bookhmm i does have a problem with UTF8 character titles though. The download link name is empty…just a comma and the size of the file. I viewed source for the link and i get
Forum: Plugins
In reply to: [Ebook Store] Empty image, pdf details for booknever mind…problem solved…it was some custom mime filters i had set loooong time agao …once removed, its working now 🙂
Forum: Plugins
In reply to: [Ebook Store] Empty image, pdf details for bookAlso i enabled the debug option in wp-config.php and now i am getting this error:
PHP Notice: wp_register_style was called incorrectly. Scripts and styles should not be registered or enqueued until the
wp_enqueue_scripts,admin_enqueue_scripts, orlogin_enqueue_scriptshooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in F:\…….\wp-includes\functions.php on line 3560I think the plugin has some problems with the latest WP
Forum: Networking WordPress
In reply to: Cant update/install themes or plugins but i can add media filesNo errors there, or in access.log
Forum: Plugins
In reply to: [CoursePress Learning Management System] Is it possible to allow corrections?Hello again,
Just a quick question…if i get the CoursePress Pro package (the 19$ one), will i also be allowed to download language packs ? Because the website now refers me to the full license (the 45$ one)…but i dont need any other plugins..just the coursepress pro.
ThanksForum: Plugins
In reply to: [CoursePress Learning Management System] Is it possible to allow corrections?awesome 🙂 i didnt know that. Thank you so much.
I will finish the Greek translation once we get pro.Forum: Plugins
In reply to: [CoursePress Learning Management System] Is it possible to allow corrections?yeah that kinda helps, thanks. I think this plugin will do what i want it to do. I have to consult with my client to get the pro version of it.
On another note (totally unrelated to the functions), in your experience how easy will it be to have the default languages texts (like button and Mandatory texts etc) working in multilingual site ? Will it be easy ? Has anyone asked this before? So far for plugins i manually include custom language files in the php files and according to the language the user ‘sees’ i echo the proper value from the php (lang) file.
Is there an easier way to convert the standard texts into language files?
Thank you.