Alex-studio
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Contact Form 7 ReCAPTCHA issueHave this issue too
install previous version 5.0.5
work fine
Forum: Plugins
In reply to: [WooCommerce] How to change/customize the structure of Loop-title ?I wonder to know how to change template of loop of products – in this code
/* CREATE the new function, with SKU added */ function woocommerce_template_loop_product_title_with_sku() { global $product; echo '<span class="loop-title-sku">' . $product->get_sku() . '</span>'; echo '<h3 class="loop-title">' . get_the_title() . '</h3>'; } /*REMOVE old loop-title action */ remove_action( 'woocommerce_shop_loop_item_title', 'woocommerce_template_loop_product_title', 10 ); /* ADD new loop-title-with sku action */ add_action( 'woocommerce_shop_loop_item_title', 'woocommerce_template_loop_product_title_with_sku', 10 );
it change title – and add to this some code, but how change all actions together ?
Forum: Plugins
In reply to: [WooCommerce] How to change/customize the structure of Loop-title ?Big Thanks !!!
Forum: Plugins
In reply to: [Polylang] Polylang making the website too slowI have the same problem !
Forum: Plugins
In reply to: [Polylang] Long Load Home WebPageHello! Some strange on Web site – load with Polylang to change language or load first page – 1.6 s – it`s very lot of time when user come to site – how to Fix That?
Yes, I will update
and tell to youForum: Plugins
In reply to: [Contact Form DB] How to use with Custom formThank you! I will try this way !
Forum: Plugins
In reply to: [Contact Form DB] How to use with Custom formNow it’s all work, i move mail php code to the same page with form and do shortcode – Thank you for you time!
o, I make form on CF7 (Another form) And what to do next – in select box choose option like [someshortcode first mail|[email protected] second mail|[email protected] ] and in mail template insert [someshortcode] in field TO – and it catch in DB but sending never end, and don`t send to Mail – how to fix That ?
Forum: Plugins
In reply to: [Contact Form DB] How to use with Custom formthis shortcode just displayed on the page between form fields
Forum: Plugins
In reply to: [Contact Form DB] How to use with Custom formThank you!
but when I add it in code – and it display on the page, form is in the header of site<form id=”hotels” action=”https://site.com/wp-content/themes/site/mail.php” method=”post” enctype=”multipart/form-data” >
<input type=”hidden” name=”form_title” value=”People”/>
Name: <input type=”text” name=”fname” value=”” required=”required” >
Second name: <input type=”text” name=”lname” value=”” required=”required” >
<select size=”3″ name=”hero” required=”required” >
<option disabled>Выберите Клинику отеля</option>
<option value=”[email protected]” selected>main</option>
<option value=”[email protected]”>Site do</option>
</select>[cfdb-save-form-post]
<input type=”submit” /></form >
My form and I insert the Short code – right? Not work