How would I do that?
Hi Joseph,
Our developers always follow WordPress team best practices, so is pretty rare to see our plugin being the real cause for an issue like the one you’re describing. A bad implementation of TinyMCE outside of the usual place (the default WP post/page edit screen) is more likely to be the cause of the issue. Don’t take me wrong, I don’t want to blame anyone, but for example, Elementor has several blocks where TinyMCE is also implemented, and I can’t replicate any issue with Gravity Forms and these Elementor blocks. This says to me when TinyMCE is correctly implemented there are no issues.
Also bear in mind, an issue caused by Gravity Forms on TinyMCE would affect to any instance of TinyMCE, including the default post/page edit screen. I can’t replicate any issue with TinyMCE in a default WordPress installation, and we don’t have any other active ticket of customers having issues with TinyMCE and Gravity Forms. So the issue seems to be isolated to your theme builder.
In addition to that, bear in mind that you have many Gravity Forms add-ons enabled, so when you disable Gravity Forms all these add-ons are nonoperational. So disabling Gravity Forms would also disable potential issues caused by any of the add-ons.
I would recommend you to use the troubleshooting mode provided by the WordPress team official Health Check & Troubleshooting plugin, it will allow you to perform the test easily disabling things only for your logged in user only, not for your visitors. Please check the following documentation page for detailed instructions: https://docs.gravityforms.com/conflict-testing-using-health-check-plugin/
Hopefully that will help you to perform more testing without affecting your users.
Regards,
__________________________________________
Samuel Aguilera
Gravity Forms Support Engineer
https://www.gravityforms.com
FYI, the mobile version looks fine.
I had an issue with the custom post types and removed them with remove_meta_box( ‘td_post_theme_settings_metabox’, ‘memberpressrule’, ‘normal’ ); but I am trying to find out how to display the Newspaper template with restricted content, right now, it shows really blank page with text and no formatting, I assume I have to apply a newspaper page template but not sure where I would do that for the memberpress restriction? I notice @bzeegers got there site the way I wanted, curious if you have any insight?
Any luck? I had to roll mine back, I noticed a conflict with FileBird, but that wasn’t the only one, it grays out the page, when I disable FileBird I can click on the panels but the save button doesn’t show up so can’t make changes.
Though would just like to remove the CPT completely has it is still causing PHP to crash from out of memory, I am just adding lines to remove all the CPT from all my plugins.
Found it!
add_action(‘add_meta_boxes’, ‘remove_meta_boxes’);
function remove_meta_boxes(){
remove_meta_box( ‘td_post_theme_settings_metabox’, ‘mp-reminder’, ‘normal’ );
}
So I guess I am looking for something like this:
function custom_remove_meta_box() {
remove_meta_box(‘icl_div’, ‘post’, ‘side’);
remove_meta_box( ‘icl_div_config’, ‘post’, ‘normal’ );
}
add_action( ‘admin_head’, ‘custom_remove_meta_box’, 11 );
But not sure how to adapt this to newspaper theme?
Calin, I think I am good on memory, my memory limit on this server is 500MB for PHP scripts, I do some heavy lifting, the overall server is an 8gig memory, I think it is a bug with Memberpress, but is there a way to turn it off, I am not sure if the “Custom Post Type – Layout Settings” is a WordPress native thing or newspaper theme. Just trying to figure out how to remove, if nothing more then testing. Thanks.
I notice loading the primary taxonomy is causing PHP to Fatal error out of memory, Allowed memory size of 536870912 bytes exhausted (tried to allocate 8388616 bytes). I have almost 2,000 tags, is that causing the issue? too many tags? I don’t think I see this with regular post, only seems to be in MemberPress pages?
I wanted an update in case someone else comes across this, I think it was a combination with the ad plugin I was using, switch to Advanced Ads, AND used the <div width> trick and that does work. Without the <div> it does not display. So thanks Calin!
Not sure if this is something, but I don’t see Single Post Template – Default PRO listed in the Cloud Template any more, was trying to add to another site of mine for testing?
Perhaps there was a problem with that page?
I get this error in Inspector:
“adsbygoogle.push() error: Only one AdSense head tag supported per page. The second tag is ignored.”, name: “TagError”, pbr: true, stack: “TagError: adsbygoogle.push() error: Only one AdSen…esyndication.com/pagead/js/adsbygoogle.js:214:370”}
message: “adsbygoogle.push() error: Only one AdSense head tag supported per page. The second tag is ignored.”
name: “TagError”
pbr: true
stack: “TagError: adsbygoogle.push() error: Only one AdSense head tag supported per page. The second tag is ignored.↵ at Mk (https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js:209:358)↵ at ef.l.fa (https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js:65:290)↵ at tf (https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js:73:357)↵ at Lk (https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js:205:470)↵ at https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js:214:362↵ at https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js:214:370”
__proto__: Error
constructor: ƒ O(a)
__proto__: Object
Tried, it does seem to make the space as you can see it is there:
https://fortworthbusiness.com/business/eat-local-eat-often/
Shows here: https://fortworthbusiness.com/business/eat-local-eat-often/?amp
Ps. I assume you meant a closing tag </div> not <div> so tested the </div> for the closing tag.
-
This reply was modified 6 years by
elvisfrog.
Thanks imkimc! Fast Minify recommendation is amazing!! Was using Auto Optimize this way better. Thanks.
Wordpress 5.4
Theme 10.3.2
PHP 7.3.16
Yoast SEO Premium Version 13.4.1
This is a dedicated server so have full control and maybe I have something wrong on the way backend. Not certain, my two other sites had issues, but that seems to be resolved, ironically those are just host servers. This one is dedicated full control on my end. If you have any idea where I could look to diagnose that would be great. It seems like it works sometimes and then sometimes not, but at least now I know to disable Yoast and it works. We are about to launch the site so little nervous for trying to make quick changes, this site already exists and we get over 100,000 pageviews a day so going to have high demand on it.
Okay, I isolated it to Yoast SEO Premium. Disable saves fine, enable comes back. Now will look into why? It might explain why it seems random on my other two sites.
Calin, just wanted to let you know this helped me as well! Same crazy problem.
Nevermind, just used the wrong type of shortcode, it does work I just didn’t need all the extra stuff [bsa_pro_ad_space id=1].
Any update on your fix? I have this frustrating issue on my site? I felt like I fixed it on another one of my sites I have three licenses of Newspaper theme.
My biggest apologies for wasting time, I apparently was busier then thought, I thought I had updated with the latest but actually updated with the old zip file. Very Homer Simpson, Doh! moment.
So, I went ahead and imported the pro demo, which is an updated version, so off the standard pack, imported header 10 and can not get the width correct. I feel like I figured it last time, and had something to do with z-index? My “correct link” link above doesn’t show correctly as I have since replaced the template. I think you can still get the idea of the issue.
Yes, RSS Aggregator, though the only settings that I have is the minimum image size to import, when it comes to images. If you think that might be the case I can contact them too?
FYI, Thanks for your help and quick response.
During some testing last night, I found that if I opened the author template it seemed to load, then when I went up to the 404 it loaded, so some how it works, just not all the time so it is some loading issue not permissions, so I will investigate further on my end, and consider the issue solved’ish.