atpresent
Forum Replies Created
-
Forum: Plugins
In reply to: [Markdown Editor] Gutenberg and Multisite SupportI can’t make it work with Gutenberg atm. Not sure about MP, but I don’t see why it wouldn’t work.
Thanks @voltronik, this seems like exactly what I need. The price of annualy 29 pounds is quite steep though.
Thanks,
I switched to BCC and as you suggested this did speed things up a lot. I haven’t made any progress on why the to-field is so much slower.
Cheers,
Sweet, thanks for the repsonse! I will give the BCC definitely a try. Would still like to know where the slowdown occurs.
Cheers,
Tried it on Linux at home, same thing. I am happy to take a Video to demonstrate it. I am wondering if it is related to a plugin that is installed in WordPress.
The text does not appear at all. With “text mode on” or not, doesn’t matter. I can try on a Linux machine tonight.
Forum: Plugins
In reply to: [Participants Database] Thumbnails for Image Field / CachingThanks Roland, I’ll look into my options.
Forum: Plugins
In reply to: [Participants Database] overwriting css in settings broke pageDeleting the settings, delete and reinstalling solved the issue. My db are still there, which is great.
Forum: Plugins
In reply to: [Participants Database] overwriting css in settings broke pageThanks for the quick reply! I can’t seem to find anything in the PHP error log that indicates an error. If you tell me where, I can look directly in the SQL db.
Btw, uninstalling and reinstalling the plugin didn’t solve the problem, the settings seems to be kept somewhere. Can I reset this in the db somewhere?
Forum: Plugins
In reply to: [WP QuickLaTeX] How can I add support for $latex $Seems to work! I’ll let you know if something comes up.
Forum: Plugins
In reply to: [WP QuickLaTeX] How can I add support for $latex $Hey Pavel, thank you for this super quick response! I tried your code but had to slightly modify it. This is what worked:
‘/(!*\$latex*(.*?)\$)/s’
and this is how the whole line looks now:
$content = preg_replace_callback(‘/(!*\$latex*(.*?)\$)/s’,’do_quicklatex_inline_formulas’, $content);
I’ll keep you posted if there are any issues.
Thanks a lot!
Forum: Plugins
In reply to: [MathJax-LaTeX] Settings View Fails to LoadHi and Thank you for this great plugin!
Unfortunately, I have the same problem as the group poster, the plugin does not seem to work with the latest wordpress 3.7.1 installation and there is just a blank settings page and no forumlas are rendered. We had another latex plugin installed which we deactivated before enabling this one. Is there any chance to get it runnig?