Ron Fredericks
Forum Replies Created
-
Forum: Plugins
In reply to: [WPMathPub] Error discovered when using the pagination numbersHere is my sample shortcode entry using the WordPress Classic Editor. No errors found.
Next up will be the CKEditor probably tomorrow.
https://www.embeddedcomponents.com/2025/11/wordpress-wpmathpub-plugin-wordpress-classic-editor/
Forum: Plugins
In reply to: [WPMathPub] Error discovered when using the pagination numbersSure – if you know how to send the blog post source, do it. I will take a look.
Forum: Plugins
In reply to: [WPMathPub] Error discovered when using the pagination numbersGettiing up to speed :>) Sort of like those that say “Let’s do lunch?”
So I started by brushing up on HTML short code example without blocks or any html editor plugin -no errors.
I will try an editor that gets updated regularly – the classic editor plugin next.
But I will check CKeditor after that.
In the mean time here is my sample test from today that works fine, using HTML without any editor plugins and no guetenburg blocks.
https://www.embeddedcomponents.com/2025/11/wordpress-wpmathpub-plugin-simple-html/
Forum: Plugins
In reply to: [WPMathPub] Error discovered when using the pagination numbersOK – I love your site. I went to the top of the page MOSFET post and see several equations. They are from wpmathpub I assume?
It will take me a little while to get back up to speed using html editor. Useful for me in supporting this plugin. It may take a little time (a few days) to test.
In the meantime, can you check out the wpmathpub debug tool (maybe share your results) to help set up my test platform for this issue?
Link to my support page showing how to use the tool: https://www.biophysicslab.com/wordpress-math-publisher-plugin/#wpmathpub-Plugin-Status-Tool
Forum: Plugins
In reply to: [WPMathPub] Error discovered when using the pagination numbersI appreciate your interest in wpmathpub. I am still trying to get on board to learn about your issue details. For me, my admin panel shows no issues on my three separate websites (different themes, but all using Guenburg blocks.
I reviewed the wordpress docs on has_cap:
- https://developer.wordpress.org/reference/classes/wp_role/has_cap/
- Does your reported error go away when wpmathpub is disabled?
I tried referencing your link:
- https://www.amarketplaceofideas.com/page/274
- This page is 404 for me?
Is there a particular pmath string that causes your error?
- Example: vec{Del}f(x,y)
- But surounded by the the pmath short code tag
Are you using an html editor or are you using the Guetenburg blocks to enter your wpmathpub code?
Do you use the wpmathpub Tools feature to display your environment along with a simple math equation? I created this feature to help folks during their install/usage debugging process.
Forum: Plugins
In reply to: [WPMathPub] Error discovered when using the pagination numbersNice work searching for a solution. Can I duplicate this problem with a math short code example that you may have in the current version of wonton v 2.1.3?
Forum: Everything else WordPress
In reply to: SVN not updating all files under trunk for my pluginI found the solution…
svn add {many subdirectories one by one}/*
svn delete {various obsolete files and directories}Then proceed with svn ci, and svn trunk tags/{your tag}
Not too pretty as I am new to svn. But all is well after this.
The problem is that the basic instructions don’t really address a mature plugin – that’s ok – its on me to learnProblem solved
Wow, how easy was that! Problem solved with wp-admin -> pages. I hope to join your team’s paid service when my website is a little further along. This is my second question to you folks and both issues are resolved.
OK: I see that zero-bs-crm.1.5.zip is 1.8 M (which is under my max limit on my site)
While: all other versions of crm range from 8 to 15 M (which is over my web site memory limit).So: I am closing this support call and will work my web hosting service to get the memory limits I need. Thanks for your help.
Thank you Jay:
As I mentioned in my original request for support, I can only run your CRM version 1. Versions 2 to 5 give me the “link you followed has expired error”.
Thank you for the suggested reading on the “link you followed has expired error”. My shared web hosted site has limited memory. I wrote a simple php script to test my site’s memory/time and share the results here:
php memory info upload_max_filesize: 2M (suggested size: 120M) post_max_size: 8M (suggested size: 120M) max_execution_time: 30 (suggested time: 300) Reference: wordpress suggested memory sizeAny idea what limits I should ask my web hosting service to give me temporarily to install versions 4/5 of your CRM?
ps: Here is my code for this memory info. Maybe it would be useful to share with others as needed…
<?php /* File: phpmemfo.php Purpose: Display a web site's wordpress.org memory info Usage: upload and run this code from your website Author: BiophysicsLab.com, no rights reserved, June 2022 */ echo "<h2>php memory info</h2>"; $upload_max_size = ini_get('upload_max_filesize'); $post_max_size = ini_get( 'post_max_size'); $max_execution_time = ini_get( 'max_execution_time'); echo "<b>upload_max_filesize: " .$upload_max_size. "</b> (suggested size: 120M)</br>"; echo "<b>post_max_size: " .$post_max_size. "</b> (suggested size: 120M)</br>"; echo "<b>max_execution_time: " .$max_execution_time. "</b> (suggested time: 300)</br>"; echo '<p><a target="_blank" href="https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-link-you-followed-has-expired-error-in-wordpress/">Reference: wordpress suggested memory size</a></p>'; ?>The previous tech support message asked me to do the same exact thing. I have tried this version several times along with a report of what my error is after the attempt to install (and yes I deleted the old install of version 1 of your crm first) in my previous post on this support thread. I am telling you that version 4.11.0.zip will not install correctly on my site. I have given you folks the error message I get along with a request from my site to update the CRM database. Embarasing that you would again ask me to do the same exact thing just because it works on some other computer somewhere.
I have to say: I am inclined to skip the $1K per year subscription with the claim that there is excellent tech support. I was expecting a debug strategy from you folks, as to why I get that error message
“The link you followed has expired.”
Just close this call – you folks don’t have time to even read the support request. Which is unacceptable to me. Thank the open source community for a competitive solution using sugarcrm
Thank you for your reply Guarav
Unfortunately, as I mentioned in the original request for help, only version 1 of your WordPress CRM installs correctly. So I can not install version 4 of your CRM.
Error message while attempting to install version 4.11:
“The link you followed has expired.”
I was hoping to use your CRM as part of your bundle of subscription services, but don’t think this is going to work out without your CRM.
Using WordPress 4.1 and the bundled theme twentyten, the fix described here was not necessary.
But the was needed when I used the Avada theme 3.7.1. In fact other plugins including Jetpack and my own theme wpmathpub don’t work either on Avada theme. But I suspect by “Don’t Work” I mean there is some sort of initialization taken for granted in code that needs to be nailed down more correctly when using an advanced theme like Avada.
Forum: Plugins
In reply to: [WPMathPub] Where is the shortcode pmath defined?If you have further questions, please start a new forum thread.
Forum: Plugins
In reply to: [WPMathPub] Where is the shortcode pmath defined?Hi jmaruski
The short code is defined in this short function located in wpmathpub.php
// Create a WordPress text filter function to_phpmath($content) { // Add an new optional font size attribute size=xx to Matteo's original preg_replace. $content = preg_replace('#\[pmath(\s+size=|\s?)(\d*)(\])(.*?)\[/pmath\]#sie', 'wpmathfilter(\'\\4\', \'\\2\');', $content); return $content; }Then the text filter is registered into wordpress hook routines as follows:
// Register our WordPress text filter, to_phpmath, into the two hook routines, the_content and comment_text. if (!ENGAGECOMMENTS) { // Register comment_text updates after all priorty comment processing filters. // Note: calling the comment filter first, before the content filter, fixed comment_RSS feed errors. remove_filter('comment_text', 'to_phpmath'); } else { add_filter('comment_text', 'to_phpmath'); } // Register the_content updates after all priorty content processing filters. $abs_addfilter_test = add_filter('the_content', 'to_phpmath', 5);I hope this overview helps you out. Don’t forget to watch my short video on how to use wpmathpub if you have any basic {not developer] questions: http://www.youtube.com/watch?v=IAXhr5DCCRk
Ron
WpMathPub developer