lordanti
Forum Replies Created
-
Thanks for your quick response.
I tried the solution suggested by Facebook (changing the og:url tag); unfortunately, it didn’t work for me. I’m using the Yoast SEO plugin for generation of the og tags, so I implemented the code snippet provided by them (https://kb.yoast.com/kb/change-og-url/ ); it succesfully changed the og:url tags, but the likes and comments are still missing.
As Google and the Chrome browser keep pushing everybody into HTTPS and penalizing non-SSL websites, more and more people are going to face this problem. It would be useful if you, or someone else, could develop a solution.
Thanks again.Forum: Plugins
In reply to: [WooCommerce Catalog Mode, Wholesale & Role Based Pricing] Fatal errorSolved. Thank you.
Forum: Plugins
In reply to: [WooCommerce] Search results display on Home Page instead of Search pageHi there,
I was having the same problem. Let me tell you how I solved it.
Perhaps you were editing the wrong templates: WooCommerce uses archive-product.php for displaying search results (which is the same template used for your store front page). So copy that template to the “woocommerce” folder in your child theme, then find the call to the woocommerce_archive_description action hook, and wrap it in a conditional to display your “welcome” text only if it’s NOT a search, like so:if(!is_search()){ do_action( 'woocommerce_archive_description' ); }That would remove your “welcome” text from search results.
As for showing search suggestions in case of products not found, try copying the template in woocommerce/templates/loop/no-products-found.php to yourtheme/woocommerce/loop/no-products-found.php, and adding code to it.
Hope this helps.- This reply was modified 9 years, 6 months ago by lordanti.
Hi there,
I was having the same problem. The Spanish translation is incomplete and with mistakes. I solved the problem using the Loco Translate plugin.
I don’t know why they removed the “labels” tab in the newer version. It was much simpler before.Forum: Plugins
In reply to: [Quiz Cat - WordPress Quiz Plugin] Strange behavior after updatingIt’s working fine now. Thank you!
Forum: Themes and Templates
In reply to: [Storefront] Storefront hamburger menu: is this a bug?Everything is going good now. That trick of creating a menu fixes the isssue. Thanks!
Forum: Themes and Templates
In reply to: [Storefront] Storefront hamburger menu: is this a bug?No problem. You mean the settings in “appearance”->”menus”? Actually, I don’t have anything configured there, because I didn’t create a menu. The menu you are looking at, is the one created by Storefront upon installing and activating the theme. I didn’t touch anything.
Forum: Themes and Templates
In reply to: [Storefront] Storefront hamburger menu: is this a bug?Please, look again at your own screenshots:
See the repeating menu items?
Forum: Themes and Templates
In reply to: [Storefront] Storefront hamburger menu: is this a bug?Hi everyone,
Chill out, please. I think there was a misunderstanding here. The link posted by Brad is for issues with the plugin named “Storefront Hamburger Menu”, but actually I’m referring to the default hamburger menu in Storefront. I’m not using any plugins other than WooCommerce.
Anyway, I’m not currently seeing the issue in the Storefront demo theme, nor in anyone else’s installations, but I’m still seeing it in my own installations both on local and on remote servers.
Here’s the bug in action: http://merascoel.cu.cc/sandbox/
That’s with the current versions of WordPress, WooCommerce & Storefront, on a server with PHP 5.4.45 and MySql 5.5.Forum: Plugins
In reply to: [M Chart] Undefined index and undefined variableI tried both Firefox and Chrome. Let me copy & paste that syntax error:
<div id="m-chart-container-281" class="m-chart-container"> <div id="m-chart-281" class="m-chart"></div> </div> <script type="text/javascript"> var m_chart_highcharts_281 = { chart_args: <br /> <b>Notice</b>: Undefined offset: 0 in <b>C:\xampp\htdocs\sandbox001\wp-content\plugins\m-chart\components\class-m-chart-parse.php</b> on line <b>91</b><br /> <br /> <b>Notice</b>: Undefined offset: 0 in <b>C:\xampp\htdocs\sandbox001\wp-content\plugins\m-chart\components\class-m-chart-parse.php</b> on line <b>75</b><br /> <br /> <b>Notice</b>: Undefined index: first_row in <b>C:\xampp\htdocs\sandbox001\wp-content\plugins\m-chart\components\class-m-chart-parse.php</b> on line <b>287</b><br /> {"chart":{"type":"line","show_labels":true,"renderTo":"m-chart-281","height":400},"title":{"text":"dsfsdfsfsdfs"},"subtitle":{"text":""},"legend":{"enabled":true},"credits":{"href":"","text":""},"exporting":{"enabled":false},"plotOptions":{"series":{"dataLabels":{"enabled":true,"format":"{y:,f}"},"connectNulls":true},"line":{"dataLabels":{"enabled":true}}},"xAxis":{"categories":[],"title":{"text":""}},"yAxis":{"title":{"text":""}},"series":[],"colors":["#4572A7","#AA4643","#89A54E","#80699B","#3D96AE","#DB843D","#92A8CD","#A47D7C","#B5CA92"]}, post_id: 281 };The highlighted line is that of
chart_args: <br />Forum: Plugins
In reply to: [M Chart] Undefined index and undefined variableI tried the third option, but it didn’t solve the problem. I’ve got the following 3 errors/warnings on my console:
mutating the Prototype of an object will cause your code to run very slowly; instead create the object with the correct initial Prototype value using Object.createon m-chart/components/external/handsontable/handsontable.js?ver=4.5.2 on line 38
SyntaxError: expected expression, got '<'on post.php?post=281&action=edit
on line 526TypeError: window[("m_chart_highcharts_" + m_chart_admin.post_id)] is undefinedon m-chart/components/js/m-chart-admin.js?ver=4.5.2
on line 330Forum: Plugins
In reply to: [M Chart] Undefined index and undefined variableSorry, I’m still unable to use this plugin. No warnings this time, but as soon as I finish entering data on the first cell, the “publish” button gets deactivated and I can’t publish the chart.
Forum: Plugins
In reply to: [M Chart] Undefined index and undefined variableHi methnen,
I am working on my localhost, using the current version of WordPress with the Twentysixteen theme. I also tried with Underscores. I even deactivated all the other plugins except yours.
Thanks for your quick response.