foxpress.design
Forum Replies Created
-
same issue here, thanks
Excellent work. Thanks Christian 🙂
I’m sorry this had nothing to do with AAM, I forgot to add
define( 'PB_BACKUPBUDDY_MULTISITE_EXPERIMENT', true );to the wp-config.php
- This reply was modified 6 years, 8 months ago by foxpress.design.
I am also experiencing this issue. Any updates?
i’m having the same issue. every time an update is released, the plugin updates and reverts to the free/lite version. how can we prevent this without manually updating the plugin every time an update is released?
i’ve realized my client is also using custom post types and custom fields, pulling in from wp-rss-aggregator.
i’ve added this code to the functions.php to get the custom post types to show up on the rss feed:
function myfeed_request($qv) { if (isset($qv['feed'])) $qv['post_type'] = get_post_types(); return $qv; } add_filter('request', 'myfeed_request');that makes the custom post types appear, but their image tags show up in the feed as…
<wprss_ftp_enclosure:thumbnail>and<wprss_ftp_enclosure_link>instead of
<enclosure:thumbnail>and<enclosure_link>Forum: Plugins
In reply to: [WP Better Emails] Integration with wpMandrillI don’t know if we can. I was trying get them working together today, but as long as wpMandrill is running, WP Better Emails doesn’t.
According to the wpMandrill plugin page, “It replaces the wp_mail function”. WP Better Emails uses that function, so, maybe no luck here.
Forum: Plugins
In reply to: [WHMCS Bridge] [RESOLVED] WHMCS bridge URLs double up, URLs brokenoh, nevermind. i figured it out. thanks Nick! very helpful.
Forum: Plugins
In reply to: [WHMCS Bridge] [RESOLVED] WHMCS bridge URLs double up, URLs brokenNick, thanks for the write-up. I’m having the same issue, but I’m not sure I understand how to apply this fix. I tried editing parser.inc.php to no avail, where do I make the change?
– fox
Forum: Fixing WordPress
In reply to: Stretched Images on Slides in Maximize Themeok, so this will get the slide show going…
add this to your themes functions.php:
add_filter( 'upstart_homepage_slideshow', 'upstart_enable_slideshow' ); function upstart_enable_slideshow() { return 'true'; }Forum: Fixing WordPress
In reply to: Stretched Images on Slides in Maximize Themekatejes, i’m having the same two problems exactly. looks like you fixed yours, mind sharing? thanks! : )
– fox
yup!
comment out line 170 in ssl-subdomain-for-multisite.php
//add_filter('admin_url', 'sslsubc_filter_custom_domain_login_url');everything seems to be working perfectly now!
Peter, you should rename and rebrand this plugin, it’s really useful for the wordpress configurations you describe and i think more people should be using it 🙂
– fox
+1 to that : )
i was using this plugin for a few days on a subdirectory installation until i realized it broke the path to admin-ajax.php which was being called by the front-end on some themes.
until Peter Upfold can release “SSL Subdirectory for Multisite”, i’m going to look at seeing if it can be tweaked to work, because i really need and love it, and it was working almost perfectly on subdir install, only disabling ajax across the board : s
thanks for a great plugin, peter.