grayayer
Forum Replies Created
-
Have you made sure that you have designated these custom fields properly within your constant contact account? that did the trick for me.
Look at this article for reference: https://community.constantcontact.com/t5/Managing-Contacts/How-Do-I-Create-Custom-Fields-for-My-Contacts/td-p/228195
Forum: Plugins
In reply to: [Content Expiration & Redirect] Redirect not workingI as well am unable to get the redirect part of the plugin to work as promised π
I see that there’s another plugin that does do this part, WooCommerce Auto Restore Stock, and I’m wondering if I need to install both that and yours to get that functionality.
Forum: Plugins
In reply to: [Nested Pages] Ajax hangs when trying to change orderI should mention that if I disable The Events Calendar, while keeping all the rest of them active, the ajax request does work successfully after some time. So I tried deactivating everything but Nested Pages and The Events Calendar, and oddly, they do work together just fine, just not when all the rest of the plugins are also active. Could this just be a memory exhaustion issue? I’m not seeing anything in my error console or in the error log on the server.
Forum: Plugins
In reply to: [The Events Calendar] Any way to hide all organizer pages?I’m on WP Engine for hosting, and creating 404 redirects with the Redirection plugin doesn’t seem to help out much here.
Forum: Plugins
In reply to: [WooCommerce] Product Variation Custom Sort Not WorkingFor those that are still looking for help here, the order that you place variation within your individual product doesn’t make any difference.
1. Go to Products>Attributes
2. Look at the table of attributes, and see what is selected in “Order by”. You want “Custom Ordering” which you can get to by clicking the “edit” link under the name of the attribute.
3. There is a dropdown menu of options for “Default sort order”. Select “Custom Ordering” and save.
4. Back on the Products>Attributes menu. Click on the name of the attribute, or the cog icon to it’s right.
5. You can drag and drop the individual terms in the order that you want.Forum: Plugins
In reply to: [HubSpot for Gravity Forms] Incompatibility with OptinMonsterThank you Chris, I did see that in the code, and I wish I could provide a solution to this. I appreciate your open source plugin and the work you’ve done for this.
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] Incompatibility with OptinMonsterbtw, just renaming all the instances of the class in the plugin doesn’t seem to do the trick…
Forum: Plugins
In reply to: [Easy Foundation Shortcode] broken with new version of jQuery, 1.12it’s in /easy-foundation-shortcodes/js/script.js
Forum: Plugins
In reply to: [Easy Foundation Shortcode] broken with new version of jQuery, 1.12It’s a rather easy fix you need to do. within the script.js file, on line 60, just replace
$(document).on('click', 'a[href*=#]', jump);
with
$(document).on('click', 'a[href*="#"]', jump);the # sign needs to be surrounded by quote marks
Forum: Fixing WordPress
In reply to: Post links dont go to article, only to homepageclicking on the first post, http://www.staceybarnes.com.au/if-your-life-was-a-movie-would-you-pay-to-watch-it/, seems to work fine for me.
Have you tried switching to a default theme and testing whether you still have that issue?
Forum: Fixing WordPress
In reply to: How to create a blogit would help if you would include a link to your website.
Forum: Fixing WordPress
In reply to: Unable to delete the default 'admin' userhave you tried just changing the name of the default user? The one in the database with the id of 1?
Go to your phpmyadmin. in the table wp_users, When you find the admin account, change the user_login value to whatever you want. For example you can replace βadminβ to βbobβ
hit “go” and that should be it.
Forum: Plugins
In reply to: [The Events Calendar Shortcode & Block] Possibility for display of location?That looks great. Now if only I could get the function tribe_get_venue_link to work within the plugin, I’d be able to link out that location. Unfortunately my attempts at modifying that code didn’t quite work out:
if( $ecs_venue !== 'false' ) { $output .= '<br><span class="duration venue"><em> at </em><a href="' . tribe_get_venue_link() . '" rel="bookmark">'' . tribe_get_venue() . '</a></span>'; }Forum: Plugins
In reply to: [The Events Calendar Shortcode & Block] Possibility for display of location?I would love that so much. As you can see here, http://naturallatch.wpengine.com/services/#breastfeeding_support_groups, I’m using the shortcode multiple times on the page for different category events.