amiriss
Forum Replies Created
-
figured it out.
had to move po. and mo. files to the translations folder from the main plugin folderForum: Plugins
In reply to: [Show-Hide / Collapse-Expand] content inside [bg_collapse view] breaksGreat!
i will downgrade at first and update all posts with ′ or ’ and upgrade again
thank you for your support
Happy New Year!Hosting answer attached:
I was able to recreate the experienced issue, thus I have checked the application error_log file and noticed the next entry:
[19-Aug-2019 14:33:58 UTC] PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function empty_wc_add_to_cart_message(), 1 passed in /home/photobot/public_html/amielriss.co.il/wp-includes/class-wp-hook.php on line 288 and exactly 2 expected in /home/photobot/public_html/amielriss.co.il/wp-content/themes/oceanwp-child-theme-master/functions.php:46
Stack trace:
#0 /home/photobot/public_html/amielriss.co.il/wp-includes/class-wp-hook.php(288): empty_wc_add_to_cart_message(‘<a href=”https:…’)
#1 /home/photobot/public_html/amielriss.co.il/wp-includes/plugin.php(208): WP_Hook->apply_filters(‘<a href=”https:…’, Array)
#2 /home/photobot/public_html/amielriss.co.il/wp-content/plugins/woocommerce/includes/wc-cart-functions.php(131): apply_filters(‘wc_add_to_cart_…’, ‘<a href=”https:…’, Array, true)
#3 /home/photobot/public_html/amielriss.co.il/wp-content/plugins/woocommerce/includes/class-wc-form-handler.php(779): wc_add_to_cart_message(Array, true)
#4 /home/photobot/public_html/amielriss.co.il/wp-content/plugins/woocommerce/includes/class-w in /home/photobot/public_html/amielriss.co.il/wp-content/themes/oceanwp-child-theme-master/functions.php on line 46As far as, I can understand this issue is caused due to the “OceanWP Child Theme Master” theme and the WooCommerce plugin. In order to resolve this issue, I would recommend you to contact the theme or the plugin developers. The other option is to address this issue to third party web developer knowledgeable in WordPress and WooCommerce.
Forum: Themes and Templates
In reply to: [OceanWP] customize woocommerce archive is not workingGreat!
Thank you very much!Forum: Plugins
In reply to: [WP-KaTeX] /neq showing wrong – attached screenshot linkgreat! thanks!
Forum: Themes and Templates
In reply to: [OceanWP] Ltr cart page on mobile version of rtl layoutthis css works
@media only screen and (max-width: 767px) {
.woocommerce-cart .woocommerce table.shop_table tr td:before {
float: right!important;
}.product-name a {
float: left;
}.quantity.buttons_added {
float: left!important;
}span.woocommerce-Price-amount.amount {
float: left;
}
}Forum: Themes and Templates
In reply to: [OceanWP] Ltr cart page on mobile version of rtl layoutnot working..
Forum: Themes and Templates
In reply to: [OceanWP] Ltr cart page on mobile version of rtl layoutit was display: inline-block;
Forum: Themes and Templates
In reply to: [OceanWP] Ltr cart page on mobile version of rtl layouthttps://joxi.net/p27nqkGioGjYwm
the product, quantity and price are ltr
i managed to fix it a little with: (but not perfect)
@media only screen and (max-width: 767px) {.woocommerce-cart .woocommerce table.shop_table tr td {
display: inline-grid;
width: 100%;
text-align: right;
clear: both;
}}Forum: Plugins
In reply to: [Ivory Search - WordPress Search Plugin] magnifying glass color and loacationwow you are awesome!
thank you so much VinodForum: Plugins
In reply to: [Ivory Search - WordPress Search Plugin] magnifying glass color and loacationHi Vinod
thank you so much!
how can i change it to white on mobile as well?
and if you click on the magnifying glass on mobile the search field opens outside of the screed to the right a bit