zurikus
Forum Replies Created
-
Found out, that incorrect shortcode was used for addtoany share links.
The issue is not actual anymore.Sorry for inconvinience.
Forum: Plugins
In reply to: [WooCommerce] Price range on chrome displaying in one lineHello everyone,
This issue with incorrect price range display on chrome was solved in newest woocommerce version 3.0.0 that I applied today.
So the issue is resolved.
Thank you!Forum: Plugins
In reply to: [WooCommerce] Price range on chrome displaying in one lineForum: Plugins
In reply to: [WooCommerce] Price range on chrome displaying in one lineI’m trying to achieve that second price would be under first price, as it is on IE.
Forum: Plugins
In reply to: [Participants Database] PHP 7 and MySQL 5.7PHP 5.6 introduces SSL certificate verification, so if your config is broken, it will fail with this error. You should fix your SSL, but you can revert to the old behaviour by setting the SMTPOptions property to not verify certificates:
$mail->SMTPOptions = array(
‘ssl’ => array(
‘verify_peer’ => false,
‘verify_peer_name’ => false,
‘allow_self_signed’ => true
)
);I have an issue with this Plugin when using PHP 5.6.
It is not working, when I use SMTP with user authentication and TLS.I found this description of problem:
PHP 5.6 introduces SSL certificate verification, so if your config is broken, it will fail with this error. You should fix your SSL, but you can revert to the old behaviour by setting the SMTPOptions property to not verify certificates:
$mail->SMTPOptions = array(
‘ssl’ => array(
‘verify_peer’ => false,
‘verify_peer_name’ => false,
‘allow_self_signed’ => true
)
);I have the same issue, tried to exclude .js scripts that are used in single variable product page and excluded all of them, including .css files, but no luck.
Could not find that file, that becomes broken…
May be someone solved this issue…Forum: Plugins
In reply to: [Page Specific Menu Items] WPML supportIs there any way I can motivate you to solve this problem as fast as you can ?
Forum: Plugins
In reply to: [Menu Item Visibility Control] Doesn't show "Visibility" option in menuI have the same problem too!
Forum: Plugins
In reply to: [Display Widgets] Display Widgets and Woocommerce product CategoriesIn that project I used WordPress 3.9.2.
Forum: Plugins
In reply to: [Display Widgets] Display Widgets and Woocommerce product Categories@wrip to achive my target I used such aproach:
1) I created “Custom Menu” with name Menu_Acc in Menu list (This menu consist of links to pages that are describing Accessories).
2) In my Woocommerce shop I have category named as “Accessories”. So I created separate link in main Menu for this product category. (There is an option Product Categories in page selection in Menu editor, so you can take some category of your shop)
3) So, now I would like My custom menu Menu_Acc (I included this custom Menu in sidebar region) for Accessories would be shown only on Accessories product Category (Page in Main Menu).
To achive that I’m doing folowing :
a) Go to Woocommerce products > categories (and hover mouse on product category name for accessories) and find out tag_ID for this category in bottom of screen it is shown as part of link (let it say tag_ID=15)
b) Go To Widgets and add Custom Menu Menu_Acc to sidebar region and set options for display on pages:
Show Widgets for : Everyone
Show on Checked Pages.
Select Pages where you would like to show menu + on “Taxanomies+/-” part you should select option “Product Tag” + you should enter ID of your product category in bottom list of pages that is not included in list (in my example it is 15)That’s it. It should work.
You can check the result on https://www.tiki.lv page.Hello again,
It was not plugin issue, but browser issue.
Browser does not supported JavaScript, so background was not working properly.Sorry for inconvinient.
Forum: Plugins
In reply to: [WP Sentry] wp sentry 0.8d and woocommerce 2.2.1.0Hi jmonesti,
Thank you for your response!
Your solution worked!
Thank you!Forum: Plugins
In reply to: [Display Widgets] Display Widgets and Woocommerce product CategoriesI figured out how to achieve that I wanted.
May be it will help to someone.Plugin have build in function that could check product category already.
Every category have it own tag_ID. So you can check this tag_ID in admin page in Woocommerce Products> Product categories page.After that you need to configure Widget view by using:
Show on checked pages> Taxanomies +/- > Product tag > and Enter defined tag_ID in additional field.Forum: Plugins
In reply to: [Display Widgets] Display Widgets and Woocommerce product CategoriesThe problem is that Woocommerce Category Shop page does not have permanent Page ID.