masterez
Forum Replies Created
-
Forum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] Absolute filtersrsolved
Thank you very much. This worked.
Forum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] Absolute filtersHello RealMag777,
thank you very much for your help. You understood me right.
I tried the function on the website you linked, but it didn’t work yet. Maybe it’s because I didn’t use the function right. This is what I put in my functions.php:
add_filter(‘woof_products_query’, ‘my_woof_products_query’);
function my_woof_products_query($query)
{
$relations = array(
‘product_tag’ => ‘AND’
);
if (!empty($query[‘tax_query’]))
{
foreach ($query[‘tax_query’] as $key => $value)
{
if (in_array($value[‘features‘], array_keys($relations)))
{
$query[‘tax_query’][$key][‘AND‘] = $relations[$value[‘features‘]];
}
}
}
return $query;
}If I made a mistake, I will be greatfull if you can tell me.
Thank you very much in advance.Best regards,
Ismarresolved
Ah, you’re right. So easy.
Thank you very much.
Best regards,
IsmarForum: Plugins
In reply to: [ScrapeAZon] Cutsom width doesn't workHello James,
I just copied the contents of the szstyle.css into the style.css of my childtheme and now everything works fine.
Thank you very much for your great support. I’ll give your plugin a 5 star review.
Best regards,
IsmarForum: Plugins
In reply to: [ScrapeAZon] Cutsom width doesn't workHello James,
sorry for the inconvenience. Meanwhile I worked on the site so the link changed.
Here ist the correct link to a sample site: https://laptop-deals24.com/shop/subnotebook/asus-zenbook-ux305ua-13-3-inch-laptop-6th-generation-intel-core-i5-8gb-ram-256-gb-ssd-windows-10-titanium-gold/
There is as ScrapeAzon tab now. I use Version 2.2.5 of the plugin.
Hope you can identify the problem.Thank you very much in advance.
Kind regards,
IsmarForum: Plugins
In reply to: [ScrapeAZon] Cutsom width doesn't workHello James,
thank you for your quick reply.
I don’t use any caching plugins. I cleared the ScrapeAzon cache, but still the same output.
Here is the shortcode I use: [scrapeazon asin=”B0142V5YHG” height=”500″ border=”false”]
Maybe, you can take a look at the webpage on my website: https://laptop-deals24.com/shop/subnotebook/asus-zenbook-13-3-inch-ultraslim-aluminum-laptop/
It’s the fifth product tab. Don’t wonder about the second “Amazon Customer Reviews”-Tab. It’s generated by the plugin Woozone.
Thank you very much in advance.
Kind regards,
IsmarForum: Plugins
In reply to: [Content Egg] Crashed my website / Fatal error: CrawlerDetectHello,
thank you for the explanation. How can I get informed about the next update without having the plugin installed?
Thank you very much.
Kind regards,
IsmarHi realMag777,
thank you very much for your help.
I installed Easy Google Fonts and it’s very easy to handle, but yet I don’t know how to change my sidebar with peoduct filters.
I know I need to create a custom selector, but which one. When I create just a selector called productfilter it doesn’t work.
Hope you can tell me how to solve this problem.
You can also take a look at my website laptop-deals24.com.
Thank you very much in advance.
Kind regards,
IsmarForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] DataTables FixedColumnsHere is the exact shortcode I use:[table id=2 datatables_fixedcolumns _left_columns=2 datatables_fixedcolumns _right_columns=0 cache_table_output=false?/]
The Extension Plugin is activated.
Forum: Plugins
In reply to: [WP Product Review Lite] Visitor review doesn't workHere is a sample review page:
https://burgerpresse-test.com/testberichte/gourmeo-burgerpresse-test/Forum: Plugins
In reply to: [WP Product Review Lite] Visitor review doesn't workIn addition to my post above:
The visitor review works on smartphone, but not on desktop.
Forum: Plugins
In reply to: [WordPress Button Plugin MaxButtons] Buttons don't work any moreYou’re a genius!!!!
It worked! I have my buttons again!!!!
Thank you very much!!!
Best regards from Germany,
IsiForum: Plugins
In reply to: [WP Product Review Lite] New version 2.7.7 problem with prices displayThank you very much for the solution. It works for me. But now the customer rating doesn’t work any more. The attributes are shown under the comments field, but no chance to rate them. Here is screenshot:
https://www.dropbox.com/s/fxbp0nxcluxq5fi/wp%20product%20rv.PNG?dl=0