Beats247
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Yoast enabled meta data crashes site (FB/Twitter)Thanks for the help, it still isn’t working though. Even just adding a standard post string doesn’t work.
add_action(‘wp_head’, ‘remove_one_wpseo_og’, 1);
function remove_one_wpseo_og() {
if ( is_singular ( ‘post’ ) ) {
remove_action( ‘wpseo_head’, array( $GLOBALS[‘wpseo_og’], ‘opengraph’ ), 30 );
}The whole website is not loading.
EDIT: Ok, the closing } was missing. Open Graph meta still doesn’t get deactivated on vendor pages though. I don’t know how to address them… I tried
if ( is_singular ( ‘vendor’ ) )
if ( is_page ( ‘vendor’ ) )
if (is_page_template( ‘page-vendor.php’ ) )
if ( is_page( ‘vendor’ ) || ‘9016’ == $post->post_parent )They all have the beats24-7.com/vendor/vendorxyz… url but I don’t know how to add this and if these can be called sub pages. Any help would be appreciated, thank you!
Have a great weekend.
Forum: Plugins
In reply to: [Yoast SEO] Yoast enabled meta data crashes site (FB/Twitter)Thanks for your reply! I added the code to the functions.php of the child theme but it didn’t work. The website didn’t load anymore. Do you see any mistake?
add_action(‘wp_head’, ‘remove_one_wpseo_og’, 1);
function remove_one_wpseo_og() {
if ( is_singular ( beats24-7.com/vendor/ ) ) {
remove_action( ‘wpseo_head’, array( $GLOBALS[‘wpseo_og’], ‘opengraph’ ), 30 );
}using is_page didn’t work either. Is it a problem because of the url I entered? The pages that are not working with the open graph meta enabled are vendor pages like e.g.: https://2018.beats24-7.com/vendor/testvendor/. That’s why I deactivated the meta data globally for now.
Thanks again
- This reply was modified 7 years ago by Beats247.
Forum: Plugins
In reply to: [Yoast SEO] Yoast enabled meta data crashes site (FB/Twitter)I found this on your GitHub:
https://gist.github.com/amboutwe/811e92b11e5277977047d44ea81ee9d4Do I need to use the ” yoast_seo_opengraph_remove_single.php ” Snippet? Would that be correct?
add_action(‘wp_head’, ‘remove_one_wpseo_og’, 1);
function remove_one_wpseo_og() {
if ( is_single ( beats24-7.com/vendor/ ) ) {
remove_action( ‘wpseo_head’, array( $GLOBALS[‘wpseo_og’], ‘opengraph’ ), 30 );
}Forum: Plugins
In reply to: [Yoast SEO] Yoast enabled meta data crashes site (FB/Twitter)The theme developers tell me it would be paid custom work because it is not an issue caused by their theme. You are telling me you don’t want to break my website…. It’s just a little bit of code for the child theme, if it is not working I can remove it. Please, any help wuld be appreciated! Thanks
Forum: Plugins
In reply to: [Yoast SEO] Yoast enabled meta data crashes site (FB/Twitter)Ok, thanks for the reply. Not sure how to do that though ??
What’s the code I need to add to my child theme (functions.php) so this will work?
The page I want to exclude from open graph meta is the https://2018.beats24-7.com/vendor/ template page.Thanks again
Forum: Plugins
In reply to: [Yoast SEO] EDD FES – Vendor pages not working with Yoast enabledHello, any update?
Forum: Plugins
In reply to: [Yoast SEO] EDD FES – Vendor pages not working with Yoast enabledHey there,
I finally found out what the problem is. Activating Facebook Open Graph meta data and Twitter card meta data crashes the vendor page on my site (it’s loading to death, internal server error 500). Is it possible to deactivate these two options on a single page only instead of globally? If so, what function do I need to add? Thanks in advance.Forum: Plugins
In reply to: [Yoast SEO] EDD FES – Vendor pages not working with Yoast enabledThanks for your reply.
1. The issue doesn’t persist when I deactivate Yoast
2. Installed the Health Check plugin and entered troubleshoot mode. The vendor page that wasn’t working did work at first but after enabling a few plugins the Health Check plugin crashed and didn’t display every plugin in the dropdown menu anymore. Couldn’t enable more than 4 plugins. After enabling my theme with that plugin it crashed the whole site. I cannot use the troubleshoot mode any longer as it crashes the complete site and even with deleting it via ftp now it doesn’t work. I was able to access my site again for a short amount of time but after trying to manually disable another plugin it crashed my whole site. I am not able to login anymore or do anything. This messed up just everything…. and I need to re-load a backup…..Hi Georgian,
thanks again for your support. I imported the table but deleted it again as it still wasn’t working. I installed your plugin and activated it but it didn’t create a wp_signups table. So now I imported my old table again and deleted all the entries to have a blank table. It creates a user with unconfirmed e-mail now but the activation link in the e-mail doesn’t activate the user. Ok, I will open a ticket now.Thanks again
Edit: I was able to solve the problem by changing the “Email Confirmation” Landing Page now.
Thanks again!
No, if I try to register an account with E-Mail confirmation I can’t see any new user. If this option is disabled users can sign up and show up under users. I don’t want users to be able to sign up without e-mail confirmation though.
I disabled every plugin on the site and even switched the theme to the standard wordpress theme. It is still not working. And as I already mentioned I don’t have a wp_signup table in the database.
Could a login for you for the site to check the back-end help?
Thanks again
Edit: I imported the wp_signups table from my old wordpress installation (where the plugin using E-Mail confirmations has been working) to test it. It didn’t work out though. Still no users are registered.
Hey, thanks for the quick reply. There is no wp_signups table and re-saving the settings doesn’t create one. Can I create this table manually within phpmyadmin?
Thanks again
Forum: Plugins
In reply to: [WP-PostRatings] Plugin not responsive?Hi, thanks for the reply. Yes, that might be the case. I fixed it by changing the width from 100% to auto in the css of the plugin.
Forum: Plugins
In reply to: [WP Fastest Cache] Log-in not possibleJust did ??
Forum: Plugins
In reply to: [WP Fastest Cache] Log-in not possibleHm, maybe I was too fast. I deleted the cache of my browser and now it seems to work -_- Sorry ??