Ok, thank you for the reply. I looked into this and was able to get it working using wpseo filters like this (if anyone is interested):
function filter_wpseo_title($title) {
$title = 'My Super Title';
return $title;
}
add_filter('wpseo_title', 'filter_wpseo_title');
Ok, thank you for the reply. It might have been added by a security plugin we’d used in the past.
Hey Bogdan, thanks for the reply!
I don’t want to edit the social buttons themselves. I need to change the social sharing meta information in the <head> of the page. All this stuff:
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Your source for progressive news and activism" />
<meta property="og:description" content="NationofChange is a 501(c)3 nonprofit news and activism organization with no corporate owners and a mission to enact progressive change through positive action." />
<meta property="og:url" content="https://dev.nationofchange.org/" />
<meta property="og:site_name" content="NationofChange" />
<meta property="og:image" content="https://dev.nationofchange.org/wp-content/uploads/2016/09/fbsharelogo-1.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="NationofChange | Progressive News and Activism - NationofChange" />
<meta name="twitter:site" content="@NationofChange" />
<meta name="twitter:image" content="https://dev.nationofchange.org/wp-content/uploads/2017/06/occupybanner.jpg" />
<meta name="twitter:creator" content="@NationofChange" />
I want to override that to be custom information. I will use a parameter in the URL like ?jumpto=quoteoftheday and based on that info, I need to change that meta info. Is this possible?
I’m not sure how the white screen was fixed… It didn’t fix when I upgraded to 8.1, and then it was fixed the next day.
But as far as the Edit Content not working, it was a problem with the .htaccess file in the wp-content folder. I commented out the stuff in there, but I don’t know if that is safe.
I commented this out:
#<FilesMatch “\.(?i:php)$”>
# <IfModule !mod_authz_core.c>
# Order allow,deny
# Deny from all
# </IfModule>
# <IfModule mod_authz_core.c>
# Require all denied
# </IfModule>
#</FilesMatch>
And now it works. But I don’t know why I would need to do this. Is there a safer way to handle this?
I tried using composer on new pages, and still get the white screen. Newspaper 8.0 was working (except the column text editor) but 8.1 is broken, and I can’t upgrade my production site.
I sent an email to contact@tagdiv.com. Thanks for the reply.
I’m having this same issue. I installed Newspaper 8.1 via FTP. My system status is all green and I have no other plugins enabled except Maintenance Mode, and I just get a white screen when trying to edit a page with tagDiv composer. I installed the composer plugin that came with the 8.1 zip as well. It’s just broken.
I disabled all plugins, except for Tag Div Composer, and had the same problem. I updated the Newspaper from 8 to 8.1 and installed the new Tag Div Composer plugin with it. Now when I go to edit any page with the composer, I get a white screen.
I have this same issue. My system status is all green.
The Edit Content link just brings up a popup that shows the loading symbol and never loads the editor. I also have an issue when pasting HTML into the Raw HTML element. It just won’t work. It won’t save the HTML I put in.
Disabling all my plugins isn’t a good option for me, since this is a production site. I’ve been using Newspaper for a long time now, but with version 8 and this new page builder, I’ve been having nothing but problems.
I also can’t afford to lose any of the plugins I have if there is a conflict. I never had a conflict with Newspaper 7.
What is going on with this?
-
This reply was modified 8 years by
calebjacobo.
-
This reply was modified 8 years by
calebjacobo.