Chris Wallace
Forum Replies Created
-
Forum: Plugins
In reply to: [Typecase Web Fonts] Errors on activationI just pushed version 1.1.2 out there. Please check it and let me know if you see any issues there.
Forum: Plugins
In reply to: [Typecase Web Fonts] Errors on activationLet me look into this for ya. Give me a few.
Forum: Reviews
In reply to: [Shepherd] Nice layout. Questions about setup.Apologies for that, I believe you have already been helped but for others searching for this, the link is here: https://churchthemes.helpscoutdocs.com/article/33-featured-header
Forum: Plugins
In reply to: [Freefolio] Column troubles and postHi Karolina,
The first issue has been fixed. Please update the plugin to the latest version to see the update.
As for the second issue, the plugin automatically adds the featured image to the content. If you would like to disable this feature, you can add the following code to your theme to do so:
function my_theme_remove_freefolio_image() { remove_filter( 'the_content', array( 'Freefolio', 'prepend_featured_image' ) ); } add_action( 'init', 'my_theme_remove_freefolio_image' );
Forum: Plugins
In reply to: [Typecase Web Fonts] Typecase disables Customize x-out linkHi Gary,
I’ve noticed this as well, will definitely get this taken care of in the next release.
Forum: Plugins
In reply to: [Typecase Web Fonts] WP_Debug ErrorsHey Alex,
We use Github for development and it looks like this issue has been noted there already:
https://github.com/UpThemes/Typecase/issues/61
We’ll get that fixed immediately and let you know once it’s been updated.
Thanks for using Typecase!
Chris
Forum: Plugins
In reply to: [Aesop Story Engine] Featured Image/Stacked Parallax Galleries not working@awardbee For issues with Aesop and the Worldview theme, please connect with our support team. They would be happy to help with any compatibility issues you’re seeing.
Forum: Plugins
In reply to: [Freefolio] Dribbble Requirement?This has been changed in the latest version of the plugin, you can update to the new version, which has a dedicated import page now under “Tools > Dribbble Importer.”
Forum: Reviews
In reply to: [Freefolio] Do not nag about Dribbble importerHi there! Appreciate the review and comment. We just made an update to the Dribbble importer and will be pushing a new version out this week to address the issues you just mentioned. Thanks for trying it out!
Forum: Fixing WordPress
In reply to: Main $wp_query returning WAY too many posts.@jtallant But why would this be occurring only on this particular WordPress installation? MySQL configuration problem perhaps?
Forum: Fixing WordPress
In reply to: Main $wp_query returning WAY too many posts.@jared Agreed, but it sounds like he’s done all the proper debugging to figure out what the issue is. The few remaining variables are installation-specific files and database values. If you start with a fresh set of files and run the export/import functions, that should sanitize your data and at least get you closer to a fix.
Not sure what else I could even think to recommend besides updating all the files in the install and running the post export.
If, after all that, you determine that it’s still running strange queries, I’d start looking at mysql and PHP versions and config files.
Forum: Fixing WordPress
In reply to: Main $wp_query returning WAY too many posts.If you can do this, create a second WordPress site (fresh install, do not copy anything from other site) as a virtualhost then run an export on the original site using the built-in WordPress. Then run the importer on your brand new install and see if you still have the same issues.
My only guess is you have some cray cray code somewhere getting cray crazy.
Forum: Plugins
In reply to: [Typecase Web Fonts] [Plugin: Typecase Web Fonts] How to use it?The FAQ page explains how to target certain elements on the page using CSS selectors. See below:
Hi schaische, this issue has been resolved. Please try the latest stable tag, 0.4.4. Thanks!
Forum: Plugins
In reply to: [WP Facebook] [Plugin: WP Facebook] Permission problemHi burandon, the plugin’s latest stable version 0.4.4 should work for you now. I have tested the OAuth login and it works flawlessly now. Make sure to add an App ID and Secret Key from your Facebook app for best results.