mosabua
Forum Replies Created
-
Forum: Reviews
In reply to: [Secure Custom Fields] Stolen Custom FieldsI didn’t know that SCF means that ?? Very true to the point
Forum: Plugins
In reply to: [WooCommerce] SKU in SQL statementThanks for your links – after checking and re-thinking everthing I had an easier idea. I already have the id so I just used
get_post_meta( $result->product_id, ‘_sku’, TRUE) in the loop and it works like a charm.Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] sofort[country]Hi,
thanks for the tip – I found that another plugin unset the country. I changed that and everthing is now working perfectly.regards
wernerYes, I have 5.3.3 and the custom shipping fields don’t show up
Any news on that – I have the same problem …..
Hello @quadlayers
thanks for your reply. I already found a way to access the data. I justed used the get_post_meta function :
$objekt = get_post_meta($order->get_id(), '_shipping_address_2' ); echo $objekt[0];
Thanks for your time and your great plugin
Hi @kluver
thanks for your help with the code and I will buy the premium version of the ticket.
Forum: Plugins
In reply to: [Popups - WordPress Popup] Display Rules for Browser / IEThanks for the tipp – works perfect now!
Forum: Themes and Templates
In reply to: [OceanWP] Change “Blog” text in Single PostsThanks – it works just perfect!
Are there any news on CPT (and custom taxonmies for filtering the CPT)?
- This reply was modified 5 years, 10 months ago by mosabua.
Forum: Themes and Templates
In reply to: [OceanWP] Custom post typesI already created a childtheme and I have plenty of ACF-Field(Advanced Custom Fields) for the courses that I have to include and style.
- This reply was modified 6 years, 5 months ago by mosabua.
Forum: Plugins
In reply to: [Webling] Duplicate formThanks for your reply. Sadly I need the same form but always for another group so I can’t use the same shortcode – will be quite a process but thanks for your plugin anyway. It really works great.
Forum: Plugins
In reply to: [WP Post Popup] Jump to anchor positionWow! You rock!
Forum: Plugins
In reply to: [WP Post Popup] Jump to anchor positionSorry: here is the code
<a class="modal-link" href="https://revers.at/elearning/test/#testing">Lehrbrief</a>
Dear @sygnoossupport
thanks for your reply. Sadly I need the long document with the anchor links and I can’t split it in different parts. But thanks for your help and your plugin (that I use for other projects ?? )