Title: CParris's Replies | WordPress.org

---

# CParris

  [  ](https://wordpress.org/support/users/cparris/)

 *   [Profile](https://wordpress.org/support/users/cparris/)
 *   [Topics Started](https://wordpress.org/support/users/cparris/topics/)
 *   [Replies Created](https://wordpress.org/support/users/cparris/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/cparris/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/cparris/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/cparris/engagements/)
 *   [Favorites](https://wordpress.org/support/users/cparris/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 28 total)

1 [2](https://wordpress.org/support/users/cparris/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/cparris/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hello Elementor] Underlines after update “Hello Elementor” to 2.5.0](https://wordpress.org/support/topic/title-of-content-switcher-underlined-after-update-2-5-0/)
 *  [CParris](https://wordpress.org/support/users/cparris/)
 * (@cparris)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/title-of-content-switcher-underlined-after-update-2-5-0/#post-15298464)
 * Hello,
 * I haven’t used that widget, but I noticed right away that all the links on my
   site had all the links underlined with this update.
 * The cause is that Hello’s theme.css file has had the following css change:
 * .page-content a,
    .comments-area a { text-decoration: underline; }
 * The best remedy for this I know of is to first make sure you are using a child
   theme. Then in your child theme’s style.css file put:
 * .page-content a,
    .comments-area a { text-decoration: none; }
 * I hope this helps.
 * Chris
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form - AI Form Builder for WordPress - Contact, Payment, Quote, Quiz & More] Hide Default Zero Values in Calculated Field](https://wordpress.org/support/topic/hide-default-zero-values-in-calculated-field/)
 *  Thread Starter [CParris](https://wordpress.org/support/users/cparris/)
 * (@cparris)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/hide-default-zero-values-in-calculated-field/#post-13685710)
 * Yep, works perfectly! May I ask: Where would I find the documentation on this
   IF statement/function? You show 3 arguments and I’m not fully understanding how
   the logic works or what each argument represents.
    -  This reply was modified 5 years, 7 months ago by [CParris](https://wordpress.org/support/users/cparris/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form - AI Form Builder for WordPress - Contact, Payment, Quote, Quiz & More] Hide Default Zero Values in Calculated Field](https://wordpress.org/support/topic/hide-default-zero-values-in-calculated-field/)
 *  Thread Starter [CParris](https://wordpress.org/support/users/cparris/)
 * (@cparris)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/hide-default-zero-values-in-calculated-field/#post-13685645)
 * Wow, crazy how fast your reply was. Thank you! I will give this a try.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form - AI Form Builder for WordPress - Contact, Payment, Quote, Quiz & More] Hide Default Zero Values in Calculated Field](https://wordpress.org/support/topic/hide-default-zero-values-in-calculated-field/)
 *  Thread Starter [CParris](https://wordpress.org/support/users/cparris/)
 * (@cparris)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/hide-default-zero-values-in-calculated-field/#post-13685635)
 * Hi Codepeople,
 * Yes, I saw another post of yours previously. So I already have the modifier assigned
   in the calculated Field like this:
 * `CONCATENATE(fieldname3|r, fieldname4|r, ...` . However the output of this shows
   as a bunch of zeros (one for each field). Like this: 00000000. How would I get
   these to start out blank instead?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Proposed Temp Fix for “jQuery is not defined” error with WP5.5](https://wordpress.org/support/topic/proposed-temp-fix-for-jquery-is-not-defined-error-with-wp5-5/)
 *  Thread Starter [CParris](https://wordpress.org/support/users/cparris/)
 * (@cparris)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/proposed-temp-fix-for-jquery-is-not-defined-error-with-wp5-5/#post-13326593)
 * [@clorith](https://wordpress.org/support/users/clorith/), thank you for sharing
   your insight about what seems to be quirky with Smart Product Viewer. It’s a 
   bit of a quandary, isn’t it?
 * I should point out, though, that I’m not seeking support for the plugin here.
   I reached out to the author before I started this thread, and I expect I will
   hear from them soon. But that is irrelevant.
 * My purpose in posting this thread was to share my functioning code and get feedback
   as to its improvement. Can some one either help me with that, or redirect me 
   to a better forum if this is not the right one?
 * No lack of appreciation for commentary thus far is meant. I just would like to
   get to the heart of the matter. Thank you.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Proposed Temp Fix for “jQuery is not defined” error with WP5.5](https://wordpress.org/support/topic/proposed-temp-fix-for-jquery-is-not-defined-error-with-wp5-5/)
 *  Thread Starter [CParris](https://wordpress.org/support/users/cparris/)
 * (@cparris)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/proposed-temp-fix-for-jquery-is-not-defined-error-with-wp5-5/#post-13319965)
 * To make the error easier to recognize, I created two pages for comparison:
 * [https://wp-testing.chrisparrishdesign.com/smart-product-viewer-error/](https://wp-testing.chrisparrishdesign.com/smart-product-viewer-error/):
   This one demonstrates what occurs without the snippet fix and with Concatenate
   Scripts set to “false” in wp-config. You should see that 0% displays in front
   of a frozen elephant. The elephant can’t animate because jquery is loaded after
   jquery migrate. This occurs whether the Jquery Migrate is loaded from its default
   directory or whether it is loaded from the directory belonging to the Helper 
   Plugin (when the plugin is active).
 * [https://wp-testing.chrisparrishdesign.com/smart-viewer-fix/](https://wp-testing.chrisparrishdesign.com/smart-viewer-fix/):
   And this one demonstrates when the snippet is active, since I added is_page to
   the snippet to target only this page. You should see that the elephant animation
   loads fully (100%) and the animation can be triggered by clicking and dragging
   across the elephant, or by pressing the play button. The error is not present
   on this page.
    -  This reply was modified 5 years, 10 months ago by [CParris](https://wordpress.org/support/users/cparris/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Proposed Temp Fix for “jQuery is not defined” error with WP5.5](https://wordpress.org/support/topic/proposed-temp-fix-for-jquery-is-not-defined-error-with-wp5-5/)
 *  Thread Starter [CParris](https://wordpress.org/support/users/cparris/)
 * (@cparris)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/proposed-temp-fix-for-jquery-is-not-defined-error-with-wp5-5/#post-13319913)
 * As a side note, I’m a still a bit confused as to what specifically I am mistaken
   about with regard to the Enable jQuery Migrate Helper plugin. From the [repository here](https://wordpress.org/plugins/enable-jquery-migrate-helper/)
   in the description it says “This plugin serves as a temporary solution, enabling
   the migration script for your site to give your plugin and theme authors some
   more time to update, and test, their code.” That seems to match what I stated
   the plugin does in my first post.
 * Can you explain what you mean?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Proposed Temp Fix for “jQuery is not defined” error with WP5.5](https://wordpress.org/support/topic/proposed-temp-fix-for-jquery-is-not-defined-error-with-wp5-5/)
 *  Thread Starter [CParris](https://wordpress.org/support/users/cparris/)
 * (@cparris)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/proposed-temp-fix-for-jquery-is-not-defined-error-with-wp5-5/#post-13319854)
 * Hmmm… Well I do appreciate that you sought a consensus, thank you. And I’m sorry
   if I’ve misunderstood what the Helper plugin does. However, I’m not reporting
   an issue with the plugin. It’s just that other posts have recommended it as a
   way to fix the error “jQuery is not defined” for the time being. So I’m reporting
   that it doesn’t address the result I’m experiencing, which also triggers that
   error.
 * Anyway, it’s worth noting that this issue was not present prior to 5.5. And I
   did test both code snippets to be certain they fixed the issue before posting
   this thread. And they do. One or the other will change the order of loading so
   that jQuery loads before jQuery Migrate. And to be certain other plugins, such
   as cashers, were not the issue, I am using a testing site with Twenty Twenty 
   as the theme, and only the one problematic plugin is active.
 * The page is here: [https://wp-testing.chrisparrishdesign.com/smart-product-viewer-error/](https://wp-testing.chrisparrishdesign.com/smart-product-viewer-error/)
 * Please let me know if I can provide anything more helpful, such as credentials,
   etc. for you to check it out more thoroughly.
 * As I had this issue with several different sites and different plugins, I am 
   hoping to fine tune the remedy and post it on my site to help others. I was unable
   to find other posts from a google search that provided a workaround that addressed
   this specifically. So that is why I’m putting forth the effort.
 * And I’m just assuming that “very soon” and “not far out” are relative terms. 
   🙂
 * Thanks again.
    -  This reply was modified 5 years, 10 months ago by [CParris](https://wordpress.org/support/users/cparris/).
    -  This reply was modified 5 years, 10 months ago by [CParris](https://wordpress.org/support/users/cparris/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Proposed Temp Fix for “jQuery is not defined” error with WP5.5](https://wordpress.org/support/topic/proposed-temp-fix-for-jquery-is-not-defined-error-with-wp5-5/)
 *  Thread Starter [CParris](https://wordpress.org/support/users/cparris/)
 * (@cparris)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/proposed-temp-fix-for-jquery-is-not-defined-error-with-wp5-5/#post-13319635)
 * Thank you for the suggestion, Steven. I just tried that but no love. Any other
   suggestions?
 * Are there any issues with my semantics or methodology?
    -  This reply was modified 5 years, 10 months ago by [CParris](https://wordpress.org/support/users/cparris/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OoohBoi Steroids for Elementor] Teleporter Content shifts to left with Version 1.4.5](https://wordpress.org/support/topic/teleporter-content-shifts-to-left-with-version-1-4-5/)
 *  Thread Starter [CParris](https://wordpress.org/support/users/cparris/)
 * (@cparris)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/teleporter-content-shifts-to-left-with-version-1-4-5/#post-13224358)
 * Looks like you have incorporated the fix into the latest version (1.4.6), so 
   this patch is no longer needed (i.e. “Teleporter – fix for the content width 
   not being 100%”) .
 * I tested it, and it now works for me without the added custom CSS. Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OoohBoi Steroids for Elementor] Teleporter Content shifts to left with Version 1.4.5](https://wordpress.org/support/topic/teleporter-content-shifts-to-left-with-version-1-4-5/)
 *  Thread Starter [CParris](https://wordpress.org/support/users/cparris/)
 * (@cparris)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/teleporter-content-shifts-to-left-with-version-1-4-5/#post-13196497)
 * Update: I was wrong about creating new columns as a solution. But now I think
   I have an easy way for you to reproduce the problem. Delete the text-editor widget
   from the column in your demo and see what happens. On my page the width of the
   widgets is somehow defined by the visible width of the button (all widgets in
   the column are reduced to the width of the button because no text editor widget
   is present).
 * I wonder… I have this vague memory about the rules of flex. Did you incorporate
   more use of flex into this version? Just a thought.
    -  This reply was modified 5 years, 11 months ago by [CParris](https://wordpress.org/support/users/cparris/).
    -  This reply was modified 5 years, 11 months ago by [CParris](https://wordpress.org/support/users/cparris/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OoohBoi Steroids for Elementor] Teleporter Content shifts to left with Version 1.4.5](https://wordpress.org/support/topic/teleporter-content-shifts-to-left-with-version-1-4-5/)
 *  Thread Starter [CParris](https://wordpress.org/support/users/cparris/)
 * (@cparris)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/teleporter-content-shifts-to-left-with-version-1-4-5/#post-13196335)
 * Ok, well I can’t see what is causing widgets in the teleporter columns to be 
   less than full width. They are approximately (but not quite) 100px shorter and
   thus shift to the left. And oddly, when Teleporter is turned off, the column 
   content returns to full width.
 * I have found I don’t need to add the custom css I mentioned earlier as a workaround,
   because I can fix the issue by creating new columns and deleting the old ones.
   So a fix doesn’t seem urgent to me.
 * Still this is a weird issue. So here is a live site where you can see the problem:
   
   [Teleporter Glitch Page](https://wp-testing.chrisparrishdesign.com/teleporter-glitch/)
 * And here is a template for you to examine:
    [Teleporter Glitch Template](https://wp-testing.chrisparrishdesign.com/cpd_teleporter_glitch.zip)
 * Note that the 3rd column is properly centered because I left the custom css in
   there for reference. I hope this helps.
 * Also, if you wouldn’t mind, please let me know when you have downloaded the template,
   so I can remove it.Thanks. 🙂
    -  This reply was modified 5 years, 11 months ago by [CParris](https://wordpress.org/support/users/cparris/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OoohBoi Steroids for Elementor] Teleporter Content shifts to left with Version 1.4.5](https://wordpress.org/support/topic/teleporter-content-shifts-to-left-with-version-1-4-5/)
 *  Thread Starter [CParris](https://wordpress.org/support/users/cparris/)
 * (@cparris)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/teleporter-content-shifts-to-left-with-version-1-4-5/#post-13195890)
 * Sorry, clearly I need to provide more info. I just installed your tutorial file
   on a clean testing site, and it does not have the issue with 1.4.5. So I’m making
   comparisons now, and will report back soon as I have something more useful to
   share.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OoohBoi Steroids for Elementor] Last update messed up all my height columns](https://wordpress.org/support/topic/last-update-messed-up-all-my-height-columns/)
 *  [CParris](https://wordpress.org/support/users/cparris/)
 * (@cparris)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/last-update-messed-up-all-my-height-columns/page/2/#post-13155782)
 * [@ooohboi](https://wordpress.org/support/users/ooohboi/), with the last update
   you pushed to fix this issue (1.4.3), you warned against using calc(). So I was
   concerned that the beautiful effect you demonstrate in your [Elementor Teleporter Hero](https://www.youtube.com/watch?v=qS8lCzNhTbE)
   video would have problems, since it uses calc to shift columns up and down. However,
   this seems to work just fine in Chrome with my latest tests with 1.4.3. Is calc()
   no longer a concern or is the miscalculation just a minor thing in this instance?
 * In any case, thank you very much for sharing this cool stuff and for the quick
   fix!
    -  This reply was modified 5 years, 11 months ago by [CParris](https://wordpress.org/support/users/cparris/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OoohBoi Steroids for Elementor] Last update messed up all my height columns](https://wordpress.org/support/topic/last-update-messed-up-all-my-height-columns/)
 *  [CParris](https://wordpress.org/support/users/cparris/)
 * (@cparris)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/last-update-messed-up-all-my-height-columns/#post-13147698)
 * Same problem, with everything from the header through the body of the page not
   displaying correctly – ugly overlapping of elements. Only the footer appears 
   to be unaffected.

Viewing 15 replies - 1 through 15 (of 28 total)

1 [2](https://wordpress.org/support/users/cparris/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/cparris/replies/page/2/?output_format=md)