jankoratkovic
Forum Replies Created
-
I switch from google api method to smtp and it works now.
I have two more setups like this which works just fine, but this is the only one using gsuite… this might help.
Regards- This reply was modified 4 years, 1 month ago by jankoratkovic.
Its ok now
type:smtp
mailer type:postsmpt
gsuite – plain autentication, starttls,
I am using divi form- This reply was modified 5 years, 1 month ago by jankoratkovic.
https://ibb.co/W6FVSBT
https://ibb.co/HGzTxGY
I am missing reply to here, with new version of plugin.Forum: Plugins
In reply to: [iframe] Iframe missing linkHi,
Thank you for your response.
I have solved a problem. Website have outdated jquery so my version of iframeresizer was incompatible.
I have inserted old version of resizer and now everything is working.
Regards- This reply was modified 5 years, 5 months ago by jankoratkovic.
Forum: Themes and Templates
In reply to: [Storefront] Keep sidebar on mobileThanks for your response.
It doesnt work with smaller min-width. Now I am using:@media only screen and ( min-width: 320px ) and ( max-width: 767px ) { .products { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } ul.products:before, ul.products:after { width: 0 !important; } ul.products li.product { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; width: 34%; max-width: 50%; padding: 0 2px; margin-bottom: 0; }
Client insist on showing sidebar…
Forum: Plugins
In reply to: [WP Menu Cart] Needs to be updated for WooCommerce 3.0woocommerce_get_page_id is deprecated since version 3.0! Use wc_get_page_id instead. in /home/****/************/public/wp-includes/functions.php on line 3831
Woocommerce 3.1.2 WP 4.8.1.