benizioni
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Accordions] PHP ErrorHere’s some further info from the logs…
{
"error": {
"type": 1,
"file": "/var/www/vhosts/site-name/httpdocs/wp-content/plugins/woo-accordions/includes/accordion-tabs.php",
"line": 30
},
"remote-logging": true,
"backtrace": [
"",
"#0 /var/www/vhosts/site-name/httpdocs/wp-content/plugins/woo-accordions/includes/class-wooatm.php(130): include_once()",
"#1 /var/www/vhosts/site-name/httpdocs/wp-includes/class-wp-hook.php(324): Woo_Accordions->wooatm_output_tabs()",
"#2 /var/www/vhosts/site-name/httpdocs/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()",
"#3 /var/www/vhosts/site-name/httpdocs/wp-includes/plugin.php(517): WP_Hook->do_action()",
"#4 /var/www/vhosts/site-name/httpdocs/wp-content/plugins/genesis-connect-woocommerce/templates/single-product.php(65): do_action()",
"#5 /var/www/vhosts/site-name/httpdocs/wp-includes/class-wp-hook.php(324): gencwooc_single_product_loop()",
"#6 /var/www/vhosts/site-name/httpdocs/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()",
"#7 /var/www/vhosts/site-name/httpdocs/wp-includes/plugin.php(517): WP_Hook->do_action()",
"#8 /var/www/vhosts/site-name/httpdocs/wp-content/themes/genesis/lib/framework.php(66): do_action()",
"#9 /var/www/vhosts/site-name/httpdocs/wp-content/plugins/genesis-connect-woocommerce/templates/single-product.php(77): genesis()",
"#10 /var/www/vhosts/site-name/httpdocs/wp-includes/template-loader.php(106): include('…')",
"#11 /var/www/vhosts/site-name/httpdocs/wp-blog-header.php(19): require_once('…')",
"#12 /var/www/vhosts/site-name/httpdocs/index.php(17): require('…')",
"#13 {main}",
"thrown"
]
}Thanks for your reply. I do have the pro version.
Could you please advise how I could use the tax option to add a percentage from a selector?
Thanks.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Button Layout IssueThanks for your reply.
The documentation in the link you provided suggested this…
<div id="paypal-button-container" style="max-width:1000px;"></div> <script> paypal.Buttons({ style: { disableMaxWidth: true }, }).render('#paypal-button-container'); </script>
Do you know where I would add this in relation to your plug in?
Thanks,
Craig.
Thanks for the reply.
Unfortunately, the CSS you supplied hasn’t fixed the issue.
Is there a way I can send you the link to the page with the issue privately?
Thanks.
Forum: Plugins
In reply to: [Easy Video Player] Error in consoleI am having the same issue, with no player icons being loaded (play / pause etc.)
Perfect, thank you
Thanks for the reply.
Yes it is set to include taxes, I just need to hide that line. Is it possible to remove this line? I can’t seem to find a direct reference to it in the template or files.
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Button SelectThanks for the reply.
I fixed it by creating a new attribute (with the same name and options) then deleting the old one. Not sure why it happened but all seems OK now.
Thanks.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Category Page Very Slow LoadingThank you Oleg.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Category Page Very Slow LoadingThank you, this improves things a lot.
Is there a reason this isn’t enabled by default, are there any side effects to using this setting?
C.
Forum: Plugins
In reply to: [WP Geocode Filter] Does it support Template fileI also need to code into the template file, are there any solutions please?