McPace
Forum Replies Created
-
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Custom Post Type Pagination on HomepageThank you for the update @dmytro. Sad to hear that it is still broken but thank you for adding it to the list.
Forum: Reviews
In reply to: [Multi Page Auto Advance for Gravity Forms] Thank you!Very cool. Thanks!
Forum: Plugins
In reply to: [Join My Multisite] I want to use your pluginWe use this plugin and we love it. Thanks for creating it.
Forum: Reviews
In reply to: [Multi Page Auto Advance for Gravity Forms] Thank you!“possibly update plugin to work either way.”
Even better!
Forum: Plugins
In reply to: [Multi Page Auto Advance for Gravity Forms] Ajax embedSure enough, I turned off ajax on the embed shortcode and your plugin works great.
Any chance we can get this to work with the ajax embed?
Forum: Plugins
In reply to: [Broadly for WordPress] HTTPS support`Update your settings-page.php to this and you’ll be good to go.
<div class=”wrap”>
<h1><?php _e( ‘Broadly Settings’, ‘broadly’ ); ?></h1><div>
<form action=’options.php’ method=’POST’>
<?php
settings_fields( ‘broadly_options’ );
do_settings_sections( ‘broadly’ );submit_button();
?>
</form>
</div><?php if ( ! empty( $broadly_options[‘broadly_account_id’] ) ): ?>
<iframe src=”https://embed.broadly.com/<?php echo esc_html( $broadly_options[‘broadly_account_id’] ); ?>” width=”100%” height=”700px”></iframe>
<?php endif; ?></div>
I never got the non plugin version working, but installing the plugin and using the sunrise.php file got mine working. My main install was running on https so the mapped domain’s wp-admin was blocked until I installed a cert on the mapped domain. Now all is running smooth. So maybe my experience with subsites and not using the plugin was due to not having ssl setup yet? Wish I could’ve confirmed this working with a sub site setup, but now I’m a fan of just installing the plugin.
I’ve followed the sticky post while attempting this on a subsite setup. I’m getting a redirect loop error on the site I’m trying to map.
Has anyone else gotten this to work with a subsite setup vs a sub domain setup? My server admin did have a question on where to point the apache docroot? Shoud it point to the root of the wordpress directory (base install)?
All clear on mine as well. Thanks Jeremy!
FYI Seeing this issue as well on a site hosted via bluehost. Will be watching this thread.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Publicize – facebookThanks @jeremy. That error cleared this morning by itself and the facebook widget is showing again.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Publicize – facebookIs your facebook widget also not working? I’m wondering if it’s related.
Jetpack might be referencing the wrong sdk.js file
I’m getting an error loading https://connect.facebook.net/en_US/sdk.js?_=1461900819408
So my widget isn’t showing up. I’ll have to go check Publicize.Forum: Plugins
In reply to: [WooCommerce] Woocommerce basic questions on operating itHi hin1219, welcome to woo. One of the great things about WordPress and woo is that you can do whatever you want. On my store, I usually set the order to completed after I’ve shipped and put in a tracking number. For more help on statuses check out https://docs.woothemes.com/document/managing-orders/
Woo commerce will send an email to the customer on order status change. The emails can be edited.
You can also install plugins to customize order status options. So if you want a status of ‘at factory’ you could do that.
I’d recommend any plugin that helps automate your workflow. I installed order exporting and FedEx label maker plugins to help me get orders out the door faster.
Congrats on your first order!
@thhake Thanks for your work. When I install your .1 version and activate I get
Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected ‘[‘ in /var/www/SITE/wp-content/plugins/photo-express-0.1/class-settings-storage.php on line 91I’m running a multisite install.
@avatarone1 why don’t you post a link here? If you forked the plugin and improved it, it’s your plugin now and you can support it legitimately.