hotrock3
Forum Replies Created
-
Forum: Plugins
In reply to: [Payment QR WooCommerce] Option to disable screen shot requirementHi, yes, I found a pretty dirty way of doing it. In woopro-front.js I found
$.ajax({ url:kwajaxurl.ajaxurl, type:'POST', processData: false, contentType: false, data: ajaxData, success: function( response )
and put the below in both the
if
andelse
portions.$('.place-order button').removeClass('yape_peru'); $('.popup-wrapper').hide(); $('.place-order button').trigger('click');
This tells the system to submit the order even if there is an error in the file check. This is not at all the proper way to do it but it works for what I need. Next, remove the first button and add the final order button in
div class="first-step"
at about line 40 using the below code<input type="submit" name="final_order" class="finalized_order btn_submit" value="<?php echo __( 'I have Sent Payment', 'payment-qr-woo' ); ?>">
I could probably get rid of all of the second step code but I didn’t bother as it never shows up.
Forum: Plugins
In reply to: [Payment QR WooCommerce] Option to disable screen shot requirementGiving the customer an option or just requesting the transaction code might work for some people and is a good idea. I’m just trying to avoid making extra pointless work for the customers in this particular situation.
I think I have found the section of .js that needs to be edited to get what I want. Still have to try it though.
Forum: Themes and Templates
In reply to: [Escapade] Adjusting Header Image Size (height)I’ve found a way to get it to adjust the spacing (.home .hero padding-top) on the home page but I also want to make the header smaller on the other pages.
Padding-top: -200 doesn’t give the equal but opposite as padding-top: 200 unfortunately.
Forum: Themes and Templates
In reply to: [Escapade] Reorder Navigation MenuSeems I was making it more difficult than it needed to be, added a menu via the customize menus section and it sorted it.
Just checked, restored to defaults and filled the required fields and it seems to be working at this point.
Thank you for the clarification but nowhere on your website, or at least not anywhere easily visible, does it indicate the method I used was support for the Pro version only. Maybe this could be clearer on the website?
I went to the website as someone else with a similar problem posted 4.5 months ago and received no response within the wordpress support forum for the plugin.
I’ll open a post on the free support forum as suggested. I’m open updating my review if the issue is resolved.
- This reply was modified 4 years, 8 months ago by hotrock3.
Forum: Plugins
In reply to: [Stop WP Emails Going to Spam] Cannot get DNS records – VPS with SPFThat makes sense. MXToolbox shows it as needed but unfortunately this option has not solved my spam filing issue.
Thanks for attempting to help solve it anyways.
Forum: Plugins
In reply to: [Stop WP Emails Going to Spam] Cannot get DNS records – VPS with SPFI’m not too concerned about the spam issue yet, I’m more curious as to what I may need to change, if anything, to resolve the Cannot get DNS records error.
Are the specific ports that need to be open or other small adjustments that would need to be made from default?