codeflex
Forum Replies Created
-
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Filtering brands by categoryThank you ??
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Filtering brands by categoryThanks yeah that would be great, can you upload the zip somewhere?
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Brand filter on sidebarDid anyone get a solution to this one? I’m also after this feature
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Filtering brands by categoryHey, I’m also after this feature if you end up finding a solution.
Forum: Plugins
In reply to: [WooCommerce Advanced Free Shipping] Check for user meta?Thanks, do you have any tips on where we should start for that? I can point my developer in the right direction if you had any reference or files to look in.
Thanks, but those classes aren’t working. You can see on https://www.paleomazing.com/testpage2/ I’ve included the code:
<div id="no-btn" class="wph-modal--close" style="text-decoration: underline;"><a>No thanks, Continue to site</a></div>
and its not doing anything when you click.Thanks, I created a second test popup which worked, and then tested further and simply couldn’t get my original to work with the same data. I created a new popup with my custom content and it worked succesfully. It looks like it was something wrong with the original popup code carrying over from the update, perhaps an incompatibility stored with the entry. Recreating it has worked fine so it is now resolved.
Is it possible to add a custom ‘close’ button inside my custom content? Like a class I could give a button or link to close the popup? The old plugin had this.
I’ve disabled all other plugins and it made no difference at all. Also ran off twentyseventeen which you can see by going to https://www.paleomazing.com/testpage/?theme=twentyseventeen – as you’ll see the popup overlay doesn’t display at all on here (this was the same whether I had all other plugins activated or not).
Please advise what can be done from here. Do you need access to admin or the server to troubleshoot further? Perhaps email me directly for a faster resolution.
It’s a custom shortcode, not a plugin.
function aweberpopup($content) {
return ‘
<form method=”post” class=”af-form-wrapper” action=”https://www.aweber.com/scripts/addlead.pl” ><div style=”display: none;”><input type=”hidden” name=”meta_web_form_id” value=”1298781633″ /><input type=”hidden” name=”meta_split_id” value=”” /><input type=”hidden” name=”listname” value=”paleo_recipes” /><input type=”hidden” name=”redirect” value=”https://www.paleoglutenfreerecipes.com/thank-you-subscription/” id=”redirect_f3ae39af392b3ef24fb4562b9c34650b” /><input type=”hidden” name=”meta_adtracking” value=”Popup_Subscription” /><input type=”hidden” name=”meta_message” value=”1″ /><input type=”hidden” name=”meta_required” value=”name,email” /><input type=”hidden” name=”meta_tooltip” value=”” /></div><div class=”af-element”><div class=”af-textWrap”><input id=”awf_field-53526728″ type=”text” name=”name” class=”text” value=”Name” onfocus=”if(this.value==\’Name\’) this.value=\’\’;” tabindex=”500″ /></div>
<div class=”af-clear”></div></div>
<div class=”af-element”>
<div class=”af-textWrap”><input class=”text” id=”awf_field-53526727″ type=”text” name=”email” value=”Email” onfocus=”if(this.value==\’Email\’) this.value=\’\’;” tabindex=”501″ />
<br /><input name=”submit” class=”submit” type=”submit” value=”SIGN ME UP!” tabindex=”502″ />
</div>
</div>
<div style=”display: none;”>
</div>
</form> ‘;
}
add_shortcode( ‘aweberpopup’, ‘aweberpopup’ );
I’ve just updated and it hasn’t fixed the issue.
PHP has been updated to 5.6, and we’re using custom content with custom html.
<div class="popupimages"><img class="popup-image1" src="https://www.paleomazing.com/wp-content/uploads/2014/07/popup1.jpg" alt="popup1" width="269" height="35" /> <img class="popup-image2" src="https://www.paleomazing.com/wp-content/uploads/2014/07/popup2.jpg" alt="popup2" /></div> [aweberpopup] <div style="text-align: center;"> <div id="no-btn" style="text-decoration: underline;">No thanks, Continue to PaleOmazing</div> </div>
https://www.paleomazing.com/testpage/
php version 5.3.22As explained earlier, i do not have a caching plugin. I also deactivated all plugins and tested and the same issue occured.
Hi, this update hasn’t helped my situation. Could you take a look and advise what else it may be?
Hi, running php version 5.3.22.
I get the same result when deactivating all plugins (except Hustle) and running the twentyseventeen theme. This does not fix it.