John Parris
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Editor] Dark Color not workingIt looks the option isn’t saved. Does it work if you toggle the setting to light, save it and exit, then go back in and toggle it back to dark and save?
Forum: Themes and Templates
In reply to: [Editor] Dark Color not workingHi, do you have a link to your site where I can see it live?
Hi Eric,
Try targeting
.edd-submitinstead of.edd_button_text.To remove the default button in favor of your custom button, edit the product and check the option to “Disable the automatic output of the purchase button” in the Download Settings box. Screenshot: http://cl.ly/image/1V0F160G2D0N
Hi there,
There’s not an option to combine the EDD categories with the Post categories, if that’s what you’re asking. We don’t support that. Sorry.
Forum: Localhost Installs
In reply to: Permalinks wont work other than defaultCan you show me the contents of the .htaccess file in the root of your web folder?
Forum: Fixing WordPress
In reply to: AutoresponseI’m not sure about BuddyPress, but you can email people with Contact Form 7 when they submit forms.
Forum: Fixing WordPress
In reply to: How can I replace only specific text using gettextHi,
You could use preg_replace to get specific, or something like this:
function jp_filter_gettext( $translated, $original, $domain ) { $strings = array( 'Old' => 'New', ); if ( isset( $strings[$original] ) ) { $translations = get_translations_for_domain( $domain ); $translated = $translations->translate( $strings[$original] ); } return $translated; } add_filter( 'gettext', 'jp_filter_gettext', 10, 3 );Forum: Fixing WordPress
In reply to: Website reinstallationHi,
Without a copy of the database you won’t be able to reinstall and have all the content you had before. You need some kind of database backup to restore the content. None of the page content is stored in the wp-* folders like that, except images and things uploaded via the media library.
Forum: Fixing WordPress
In reply to: Display author's full name instead of email address.Hi Edwin,
If you change the user’s “Display name publicly as” setting on the user account edit screen, that will change what is displayed there.
Forum: Fixing WordPress
In reply to: Media button missing for Editor roleHi there,
The reason people ask you to temporarily deactivate plugins and switch to a default theme is because there’s a possibility other code is causing the issue. That’s always a good step to take to eliminate possible conflicts.
I just tested an editor user on WP 4.3.1 and I can see the media library and the add media button on new posts. It sounds like you have a conflict or something going on. Definitely time to try the deactivate thing to see.
Forum: Fixing WordPress
In reply to: does real cron affect my analyticsHi,
It shouldn’t affect your analytics. I don’t think any analytics code would get loaded when fetching the wp-cron.php file.
Forum: Networking WordPress
In reply to: Upgrade to 4.2.5 – Wiped out styles and formattingHi,
Without some screenshots and more info, it’ll be hard to help here. Can you provide some?
Forum: Fixing WordPress
In reply to: WordPress Media Disappears with .htaccess password protectionHi,
Please share the .htaccess file contents causing the break.
Forum: Fixing WordPress
In reply to: private post shown in rssAre you logged in while viewing the feed?
Forum: Fixing WordPress
In reply to: Frontend post with document embeddingHi Kristina,
I’m not certain, but maybe this plugin? https://ww.wp.xz.cn/plugins/wp-user-frontend/