iwaaleksey2011
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] Syntax ErrorThank you, it works!
Forum: Themes and Templates
In reply to: [OceanWP] WooCommerce HooksHello, thanks again for what you do!
I already fixed it, you can see the result here:Forum: Themes and Templates
In reply to: [OceanWP] WooCommerce HooksHello, thanks for telling me which way to go, it remains to correct the styles …
Thank you!https://drive.google.com/file/d/1zsCDUd5lSwobGqTKv6X4vQZ8ngjD6aYK/view?usp=sharing
Forum: Plugins
In reply to: [Piotnet Addons For Elementor] PAFF TooltipI decided the question with the help of styles:
.tippy-box {
background-color:#FFFFFF;
color:#000;
}
.tippy-arrow {
color:#fff
}Recently, styles have often started to fly off, you have to edit with pens.
In general, thanks for the plugin, for the best plugin for elements!
Forum: Plugins
In reply to: [Contact Form 7] Status of 404Problem with submitting the form, this is the response of the hosting provider
Forum: Themes and Templates
In reply to: [OceanWP] HooksHello, found a solution for myself.
add_action( 'ocean_after_single_product_meta', 'my_block' );
function my_block() {
$ids = array( 1462, 1457, );
if ( is_product() && in_array( get_the_ID(), $ids ) ) {
echo '<p style="padding-left: 5px; margin-top: 20px;"><span style="color: #99cc00;"><i class="far fa-clone" aria-hidden="true">Comparison table of GSM alarm modelsй</i></span>';
}
}
Maybe someone come in handy.- This reply was modified 2 years, 11 months ago by iwaaleksey2011.
Hello the same problem, rolled back to version 1.40.0
Forum: Themes and Templates
In reply to: [OceanWP] Hooksfunction your_function_name() { if( is_tag ( 20, '7737') ){ ?> <a><span style="color: #99cc00;"><i class="far fa-clone" aria-hidden="true">Comparison table of GSM alarm modelsй</i></span></a> <?php } } add_filter( 'ocean_after_single_product_meta', 'your_function_name' );
What am I doing wrong?
- This reply was modified 3 years, 5 months ago by iwaaleksey2011.
- This reply was modified 3 years, 5 months ago by iwaaleksey2011.
Forum: Themes and Templates
In reply to: [OceanWP] HooksVery interesting, but I can’t figure it out yet.
Forum: Themes and Templates
In reply to: [OceanWP] How to change woocommerce product title from H2 to H3Setup ? WooCommerce ? Single product
Forum: Themes and Templates
In reply to: [OceanWP] Item quantity issue when adding to cartI will wait for the update with the solution of people on the forum, too, problems.
Forum: Themes and Templates
In reply to: [OceanWP] Item quantity issue when adding to cartI began to look for a solution – and it turned out to be solved like this:
I checked in the latest version of the theme. Removed all CSS styles from sub-theme. I saved it. Then I returned all the styles and saved them again. The problem disappearedHi, can I learn more?
Thank you, the latest update solved the problem… Thanks!
Forum: Plugins
In reply to: [EWWW Image Optimizer] Conflict with the plugin.Forum: Plugins
In reply to: [EWWW Image Optimizer] Conflict with the plugin.Hello, a plugin update has arrived (a3rev)
* Tweak – Support classname ‘compare_product_image’ for image loaded on Comparison page, so other plugin if have apply lazy load but not work, they can add that classname to exclude from lazy load list
How to add class name to exception?